@mittwald/flow-react-components 0.1.0-alpha.39 → 0.1.0-alpha.391

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 (1114) hide show
  1. package/CHANGELOG.md +4611 -0
  2. package/MIGRATION.md +14 -0
  3. package/dist/css/Accordion.css +1 -0
  4. package/dist/css/ActionGroup.css +1 -0
  5. package/dist/css/Alert.css +1 -0
  6. package/dist/css/AlertBadge.css +1 -0
  7. package/dist/css/AlertIcon.css +1 -0
  8. package/dist/css/Align.css +1 -0
  9. package/dist/css/Avatar.css +1 -0
  10. package/dist/css/Badge.css +1 -0
  11. package/dist/css/Breadcrumb.css +1 -0
  12. package/dist/css/Button.css +1 -0
  13. package/dist/css/CalendarHeader.css +1 -0
  14. package/dist/css/Checkbox.css +1 -0
  15. package/dist/css/CheckboxButton.css +1 -0
  16. package/dist/css/CheckboxGroup.css +1 -0
  17. package/dist/css/CodeBlock.css +1 -0
  18. package/dist/css/ColumnLayout.css +1 -0
  19. package/dist/css/ContextMenuSection.css +1 -0
  20. package/dist/css/ContextualHelp.css +1 -0
  21. package/dist/css/CounterBadge.css +1 -0
  22. package/dist/css/DatePicker.css +1 -0
  23. package/dist/css/DateRangePicker.css +1 -0
  24. package/dist/css/EmulatedBoldText.css +1 -0
  25. package/dist/css/FieldDescription.css +1 -0
  26. package/dist/css/FieldError.css +1 -0
  27. package/dist/css/FileCard.css +1 -0
  28. package/dist/css/FileField.css +1 -0
  29. package/dist/css/FormField.css +1 -0
  30. package/dist/css/Header.css +1 -0
  31. package/dist/css/HeaderNavigation.css +1 -0
  32. package/dist/css/Heading.css +1 -0
  33. package/dist/css/Icon.css +1 -0
  34. package/dist/css/IllustratedMessage.css +1 -0
  35. package/dist/css/Initials.css +1 -0
  36. package/dist/css/InlineCode.css +1 -0
  37. package/dist/css/Label.css +1 -0
  38. package/dist/css/LabeledValue.css +1 -0
  39. package/dist/css/LayoutCard.css +1 -0
  40. package/dist/css/LightBox.css +1 -0
  41. package/dist/css/Link.css +1 -0
  42. package/dist/css/List.css +1 -0
  43. package/dist/css/LoadingSpinner.css +1 -0
  44. package/dist/css/Markdown.css +1 -0
  45. package/dist/css/MenuItem.css +1 -0
  46. package/dist/css/Message.css +1 -0
  47. package/dist/css/Modal.css +1 -0
  48. package/dist/css/Navigation.css +1 -0
  49. package/dist/css/Notification.css +1 -0
  50. package/dist/css/NotificationProvider.css +1 -0
  51. package/dist/css/NumberField.css +1 -0
  52. package/dist/css/Overlay.css +1 -0
  53. package/dist/css/Popover.css +1 -0
  54. package/dist/css/ProgressBar.css +1 -0
  55. package/dist/css/RadioGroup.css +1 -0
  56. package/dist/css/SearchField.css +1 -0
  57. package/dist/css/Section.css +1 -0
  58. package/dist/css/SegmentedControl.css +1 -0
  59. package/dist/css/Select.css +1 -0
  60. package/dist/css/Separator.css +1 -0
  61. package/dist/css/Skeleton.css +1 -0
  62. package/dist/css/SkeletonText.css +1 -0
  63. package/dist/css/Slider.css +1 -0
  64. package/dist/css/Switch.css +1 -0
  65. package/dist/css/Table.css +1 -0
  66. package/dist/css/Tabs.css +1 -0
  67. package/dist/css/Text.css +1 -0
  68. package/dist/css/TextArea.css +1 -0
  69. package/dist/css/TextField.css +1 -0
  70. package/dist/css/TimeField.css +1 -0
  71. package/dist/css/Tooltip.css +1 -0
  72. package/dist/css/globals.css +1 -0
  73. package/dist/js/Accordion-Btnh1ek-.js +85 -0
  74. package/dist/js/Accordion.js +7 -0
  75. package/dist/js/Action-Bm7dBV7s.js +291 -0
  76. package/dist/js/Action.js +7 -0
  77. package/dist/js/ActionGroup-Bd0aZvbX.js +48 -0
  78. package/dist/js/ActionGroup.js +7 -0
  79. package/dist/js/Activity-BtRjnhmA.js +28 -0
  80. package/dist/js/Activity.js +7 -0
  81. package/dist/js/Alert.js +41 -0
  82. package/dist/js/AlertBadge.js +27 -0
  83. package/dist/js/AlertIcon-CWlD--Fm.js +47 -0
  84. package/dist/js/AlertIcon.js +7 -0
  85. package/dist/js/Align.js +25 -0
  86. package/dist/js/Avatar-w4MD020Q.js +62 -0
  87. package/dist/js/Avatar.js +7 -0
  88. package/dist/js/Badge-CIT6Z_E_.js +94 -0
  89. package/dist/js/Badge.js +7 -0
  90. package/dist/js/Breadcrumb.js +37 -0
  91. package/dist/js/Button-BTc_iJae.js +130 -0
  92. package/dist/js/Button.js +7 -0
  93. package/dist/js/CalendarHeader-Dwo-04iM.js +17 -0
  94. package/dist/js/Checkbox-BU4YHXyk.js +25 -0
  95. package/dist/js/Checkbox.js +7 -0
  96. package/dist/js/CheckboxButton-D9_lyK15.js +29 -0
  97. package/dist/js/CheckboxButton.js +7 -0
  98. package/dist/js/CheckboxGroup.js +44 -0
  99. package/dist/js/ClearPropsContext-CUvsbMn8.js +11 -0
  100. package/dist/js/CodeBlock-BU4F_VQW.js +39 -0
  101. package/dist/js/CodeBlock.js +7 -0
  102. package/dist/js/ColumnLayout-BhsG7J-Z.js +43 -0
  103. package/dist/js/ColumnLayout.js +7 -0
  104. package/dist/js/Content-BHs6Idqq.js +23 -0
  105. package/dist/js/Content.js +7 -0
  106. package/dist/js/ContextMenu.js +13 -0
  107. package/dist/js/ContextMenuSection-CmajFz_f.js +43 -0
  108. package/dist/js/ContextMenuTrigger-BAV29sr-.js +102 -0
  109. package/dist/js/ContextualHelp.js +66 -0
  110. package/dist/js/CopyButton-gGJJItFK.js +47 -0
  111. package/dist/js/CopyButton.js +7 -0
  112. package/dist/js/CounterBadge.js +15 -0
  113. package/dist/js/DatePicker.js +67 -0
  114. package/dist/js/DateRangePicker.js +67 -0
  115. package/dist/js/EmulatedBoldText-Dtox8Wd1.js +14 -0
  116. package/dist/js/EmulatedBoldText.js +7 -0
  117. package/dist/js/FieldDescription-XOhjsupq.js +20 -0
  118. package/dist/js/FieldDescription.js +7 -0
  119. package/dist/js/FieldError-B_3nLHFz.js +23 -0
  120. package/dist/js/FieldError.js +7 -0
  121. package/dist/js/FileCard.js +84 -0
  122. package/dist/js/FileCardList.js +18 -0
  123. package/dist/js/FileField.js +89 -0
  124. package/dist/js/FormField.module-CqWpTQKP.js +12 -0
  125. package/dist/js/Header-DfOH31lw.js +79 -0
  126. package/dist/js/Header.js +7 -0
  127. package/dist/js/HeaderNavigation.js +37 -0
  128. package/dist/js/Heading-C61IpDy1.js +72 -0
  129. package/dist/js/Heading.js +7 -0
  130. package/dist/js/Icon--OEo4TjW.js +53 -0
  131. package/dist/js/Icon.js +7 -0
  132. package/dist/js/IconCalendar-C5CRRRyg.js +10 -0
  133. package/dist/js/IconCheck-s8wGBc30.js +9 -0
  134. package/dist/js/IconCheckboxEmpty-CZrD3f3O.js +10 -0
  135. package/dist/js/IconCheckboxIndeterminate-CmpwByDj.js +9 -0
  136. package/dist/js/IconChevronDown-wKRgAuyR.js +9 -0
  137. package/dist/js/IconChevronRight-DkfNRCtw.js +9 -0
  138. package/dist/js/IconChevronUp-C2rq4v--.js +9 -0
  139. package/dist/js/IconClose-Bf4k99aq.js +9 -0
  140. package/dist/js/IconContextMenu-x1p9NcUF.js +9 -0
  141. package/dist/js/IconCopy-Ig2YhkQv.js +9 -0
  142. package/dist/js/IconDanger-BwFfgysk.js +9 -0
  143. package/dist/js/IconExternalLink-CN5WgFKj.js +10 -0
  144. package/dist/js/IconImage-CaXFaBpx.js +10 -0
  145. package/dist/js/IconInfo-BQ-pXsUh.js +9 -0
  146. package/dist/js/IconPending-DVqDmv2n.js +9 -0
  147. package/dist/js/IconPlus-CccQXOjh.js +10 -0
  148. package/dist/js/IconRadioOn-D7w6KLWm.js +10 -0
  149. package/dist/js/IconSearch-9xESFc33.js +9 -0
  150. package/dist/js/IconSucceeded-SyLL7w9B.js +10 -0
  151. package/dist/js/IconView-CSIFhlza.js +13 -0
  152. package/dist/js/IconWarning-BQcw4Db0.js +10 -0
  153. package/dist/js/Icons.js +132 -0
  154. package/dist/js/IllustratedMessage-DB1AH-Oq.js +45 -0
  155. package/dist/js/IllustratedMessage.js +7 -0
  156. package/dist/js/Image-BIFROw6f.js +16 -0
  157. package/dist/js/Image.js +7 -0
  158. package/dist/js/Initials-CSvhEbyw.js +20 -0
  159. package/dist/js/Initials.js +7 -0
  160. package/dist/js/InlineCode-6EfCoef4.js +21 -0
  161. package/dist/js/InlineCode.js +7 -0
  162. package/dist/js/Label-BK8Njoxm.js +34 -0
  163. package/dist/js/Label.js +7 -0
  164. package/dist/js/LabeledValue.js +35 -0
  165. package/dist/js/LayoutCard.js +30 -0
  166. package/dist/js/LightBox.js +74 -0
  167. package/dist/js/Link-CN3Wa-yA.js +64 -0
  168. package/dist/js/Link.js +7 -0
  169. package/dist/js/List/ListLoaderAsyncResource.js +7 -0
  170. package/dist/js/List.js +1333 -0
  171. package/dist/js/LoadingSpinner-CcTq8PRj.js +17 -0
  172. package/dist/js/LoadingSpinner.js +7 -0
  173. package/dist/js/Markdown.js +53 -0
  174. package/dist/js/MenuItem-D5BsewlU.js +64 -0
  175. package/dist/js/MenuItem.js +7 -0
  176. package/dist/js/Message.js +54 -0
  177. package/dist/js/Modal.js +93 -0
  178. package/dist/js/Navigation.js +70 -0
  179. package/dist/js/Notification.js +68 -0
  180. package/dist/js/NotificationProvider.js +147 -0
  181. package/dist/js/NumberField.js +66 -0
  182. package/dist/js/Overlay-BwfQD0k1.js +35 -0
  183. package/dist/js/OverlayTrigger-j2zD8W4S.js +38 -0
  184. package/dist/js/Popover-3qM_-J3x.js +70 -0
  185. package/dist/js/Popover.js +9 -0
  186. package/dist/js/ProgressBar.js +50 -0
  187. package/dist/js/PropsContextProvider.js +54 -0
  188. package/dist/js/RadioGroup.js +86 -0
  189. package/dist/js/Render-BOMk4emj.js +7 -0
  190. package/dist/js/Render.js +6 -0
  191. package/dist/js/SearchField-BGdC1K9_.js +76 -0
  192. package/dist/js/SearchField.js +7 -0
  193. package/dist/js/Section-wjl9OuOK.js +49 -0
  194. package/dist/js/Section.js +7 -0
  195. package/dist/js/SegmentedControl.js +81 -0
  196. package/dist/js/Select.js +611 -0
  197. package/dist/js/Separator-BCaor8Yd.js +14 -0
  198. package/dist/js/Separator.js +7 -0
  199. package/dist/js/SettingsProvider-D9oDS5r9.js +98 -0
  200. package/dist/js/SettingsProvider.js +7 -0
  201. package/dist/js/Skeleton-CKLaTmDR.js +22 -0
  202. package/dist/js/Skeleton.js +7 -0
  203. package/dist/js/SkeletonText-B5ZghZhO.js +13 -0
  204. package/dist/js/SkeletonText.js +7 -0
  205. package/dist/js/Slider.js +104 -0
  206. package/dist/js/Switch-BhDMHWjv.js +39 -0
  207. package/dist/js/Switch.js +7 -0
  208. package/dist/js/Table-Cgwv_qa_.js +58 -0
  209. package/dist/js/Table.js +16 -0
  210. package/dist/js/Tabs.js +158 -0
  211. package/dist/js/Text-Dh4iy9qD.js +44 -0
  212. package/dist/js/Text.js +7 -0
  213. package/dist/js/TextArea.js +50 -0
  214. package/dist/js/TextField.js +28 -0
  215. package/dist/js/TextFieldBase-DJLq39K8.js +60 -0
  216. package/dist/js/TimeField.js +34 -0
  217. package/dist/js/Tooltip-D5QM-BbC.js +20 -0
  218. package/dist/js/Tooltip.js +9 -0
  219. package/dist/js/Wrap-DGT1h1o3.js +9 -0
  220. package/dist/js/Wrap.js +7 -0
  221. package/dist/js/all.css +1 -0
  222. package/dist/js/context-BaYmTa0I.js +62 -0
  223. package/dist/js/context-BlNV7smK.js +8 -0
  224. package/dist/js/controller.js +8 -0
  225. package/dist/js/deepHas-KHS5X1F_.js +15 -0
  226. package/dist/js/dynamic-ClpUSmEt.js +8 -0
  227. package/dist/js/flowComponent-BQs9wMX_.js +143 -0
  228. package/dist/js/getActionGroupSlot-BHzMGEA7.js +59 -0
  229. package/dist/js/hooks.js +17 -0
  230. package/dist/js/nextjs.js +23 -0
  231. package/dist/js/propsContext-DzAKlmhS.js +10 -0
  232. package/dist/js/react-hook-form.js +125 -0
  233. package/dist/js/types/components/Accordion/Accordion.d.ts +9 -0
  234. package/dist/js/types/components/Accordion/index.d.ts +3 -0
  235. package/dist/js/types/components/Accordion/stories/Default.stories.d.ts +9 -0
  236. package/dist/js/types/components/Accordion/stories/EdgeCases.stories.d.ts +6 -0
  237. package/dist/js/types/components/Action/Action.d.ts +2 -0
  238. package/dist/js/types/components/Action/ActionStateContext.d.ts +8 -0
  239. package/dist/js/types/components/Action/context.d.ts +3 -0
  240. package/dist/js/types/components/Action/hooks/useActionButtonState.d.ts +3 -0
  241. package/dist/js/types/components/Action/hooks/useConfirmationModalButtonSlot.d.ts +2 -0
  242. package/dist/js/types/components/Action/index.d.ts +4 -0
  243. package/dist/js/types/components/Action/lib/ariaLive.d.ts +8 -0
  244. package/dist/js/types/components/Action/models/ActionExecution.d.ts +7 -0
  245. package/dist/js/types/components/Action/models/ActionExecutionBatch.d.ts +8 -0
  246. package/dist/js/types/components/Action/models/ActionModel.d.ts +28 -0
  247. package/dist/js/types/components/Action/models/ActionState.d.ts +23 -0
  248. package/dist/js/types/components/Action/models/ActionStateContext.d.ts +14 -0
  249. package/dist/js/types/components/Action/models/getExecutionFunction.d.ts +3 -0
  250. package/dist/js/types/components/Action/stories/Default.stories.d.ts +13 -0
  251. package/dist/js/types/components/Action/stories/EdgeCases.stories.d.ts +6 -0
  252. package/dist/js/types/components/Action/types.d.ts +16 -0
  253. package/dist/js/types/components/ActionGroup/ActionGroup.d.ts +11 -0
  254. package/dist/js/types/components/ActionGroup/index.d.ts +3 -0
  255. package/dist/js/types/components/ActionGroup/lib/getActionGroupSlot.d.ts +2 -0
  256. package/dist/js/types/components/ActionGroup/stories/Default.stories.d.ts +11 -0
  257. package/dist/js/types/components/Activity/Activity.d.ts +7 -0
  258. package/dist/js/types/components/Activity/index.d.ts +3 -0
  259. package/dist/js/types/components/Alert/Alert.d.ts +7 -0
  260. package/dist/js/types/components/Alert/index.d.ts +3 -0
  261. package/dist/js/types/components/Alert/stories/Default.stories.d.ts +7 -0
  262. package/dist/js/types/components/Alert/stories/EdgeCases.stories.d.ts +6 -0
  263. package/dist/js/types/components/Alert/stories/Variants.stories.d.ts +9 -0
  264. package/dist/js/types/components/AlertBadge/AlertBadge.d.ts +7 -0
  265. package/dist/js/types/components/AlertBadge/index.d.ts +3 -0
  266. package/dist/js/types/components/AlertBadge/stories/Default.stories.d.ts +6 -0
  267. package/dist/js/types/components/AlertBadge/stories/EdgeCases.stories.d.ts +6 -0
  268. package/dist/js/types/components/AlertBadge/stories/Variants.stories.d.ts +9 -0
  269. package/dist/js/types/components/AlertIcon/AlertIcon.d.ts +7 -0
  270. package/dist/js/types/components/AlertIcon/index.d.ts +3 -0
  271. package/dist/js/types/components/AlertIcon/stories/Default.stories.d.ts +9 -0
  272. package/dist/js/types/components/Align/Align.d.ts +7 -0
  273. package/dist/js/types/components/Align/index.d.ts +3 -0
  274. package/dist/js/types/components/Align/stories/Default.stories.d.ts +9 -0
  275. package/dist/js/types/components/Align/stories/InputButton.stories.d.ts +10 -0
  276. package/dist/js/types/components/Align/stories/TextCopyButton.stories.d.ts +6 -0
  277. package/dist/js/types/components/Avatar/Avatar.d.ts +13 -0
  278. package/dist/js/types/components/Avatar/index.d.ts +3 -0
  279. package/dist/js/types/components/Avatar/lib/getColorFromChildren.d.ts +3 -0
  280. package/dist/js/types/components/Avatar/stories/Default.stories.d.ts +8 -0
  281. package/dist/js/types/components/Avatar/stories/Sizes.stories.d.ts +9 -0
  282. package/dist/js/types/components/Badge/Badge.d.ts +18 -0
  283. package/dist/js/types/components/Badge/index.d.ts +3 -0
  284. package/dist/js/types/components/Badge/stories/Default.stories.d.ts +14 -0
  285. package/dist/js/types/components/Badge/stories/EdgeCases.stories.d.ts +6 -0
  286. package/dist/js/types/components/Breadcrumb/Breadcrumb.d.ts +9 -0
  287. package/dist/js/types/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.d.ts +4 -0
  288. package/dist/js/types/components/Breadcrumb/components/BreadcrumbItem/index.d.ts +3 -0
  289. package/dist/js/types/components/Breadcrumb/index.d.ts +3 -0
  290. package/dist/js/types/components/Breadcrumb/stories/Default.stories.d.ts +8 -0
  291. package/dist/js/types/components/Breadcrumb/stories/EdgeCases.stories.d.ts +6 -0
  292. package/dist/js/types/components/Button/Button.d.ts +23 -0
  293. package/dist/js/types/components/Button/index.d.ts +3 -0
  294. package/dist/js/types/components/Button/stories/Default.stories.d.ts +12 -0
  295. package/dist/js/types/components/Button/stories/EdgeCases.stories.d.ts +6 -0
  296. package/dist/js/types/components/Button/stories/States.stories.d.ts +12 -0
  297. package/dist/js/types/components/Button/stories/Variants.stories.d.ts +29 -0
  298. package/dist/js/types/components/Button/stories/lib.d.ts +5 -0
  299. package/dist/js/types/components/Calendar/Calendar.d.ts +3 -0
  300. package/dist/js/types/components/Calendar/RangeCalendar.d.ts +3 -0
  301. package/dist/js/types/components/Calendar/components/CalendarHeader/CalendarHeader.d.ts +3 -0
  302. package/dist/js/types/components/Calendar/components/CalendarHeader/index.d.ts +3 -0
  303. package/dist/js/types/components/Calendar/index.d.ts +2 -0
  304. package/dist/js/types/components/Checkbox/Checkbox.d.ts +7 -0
  305. package/dist/js/types/components/Checkbox/index.d.ts +3 -0
  306. package/dist/js/types/components/Checkbox/stories/Default.stories.d.ts +9 -0
  307. package/dist/js/types/components/Checkbox/stories/EdgeCases.stories.d.ts +6 -0
  308. package/dist/js/types/components/CheckboxButton/CheckboxButton.d.ts +7 -0
  309. package/dist/js/types/components/CheckboxButton/index.d.ts +3 -0
  310. package/dist/js/types/components/CheckboxButton/stories/Default.stories.d.ts +11 -0
  311. package/dist/js/types/components/CheckboxButton/stories/EdgeCases.stories.d.ts +6 -0
  312. package/dist/js/types/components/CheckboxGroup/CheckboxGroup.d.ts +8 -0
  313. package/dist/js/types/components/CheckboxGroup/index.d.ts +3 -0
  314. package/dist/js/types/components/CheckboxGroup/stories/Default.stories.d.ts +10 -0
  315. package/dist/js/types/components/CodeBlock/CodeBlock.d.ts +13 -0
  316. package/dist/js/types/components/CodeBlock/index.d.ts +3 -0
  317. package/dist/js/types/components/CodeBlock/stories/Default.stories.d.ts +10 -0
  318. package/dist/js/types/components/ColumnLayout/ColumnLayout.d.ts +24 -0
  319. package/dist/js/types/components/ColumnLayout/index.d.ts +3 -0
  320. package/dist/js/types/components/ColumnLayout/stories/Default.stories.d.ts +9 -0
  321. package/dist/js/types/components/Content/Content.d.ts +7 -0
  322. package/dist/js/types/components/Content/index.d.ts +3 -0
  323. package/dist/js/types/components/Content/stories/Default.stories.d.ts +6 -0
  324. package/dist/js/types/components/ContextMenu/ContextMenu.d.ts +14 -0
  325. package/dist/js/types/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.d.ts +11 -0
  326. package/dist/js/types/components/ContextMenu/components/ContextMenuSection/index.d.ts +3 -0
  327. package/dist/js/types/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.d.ts +2 -0
  328. package/dist/js/types/components/ContextMenu/components/ContextMenuTrigger/index.d.ts +3 -0
  329. package/dist/js/types/components/ContextMenu/index.d.ts +6 -0
  330. package/dist/js/types/components/ContextMenu/lib.d.ts +4 -0
  331. package/dist/js/types/components/ContextMenu/stories/Default.stories.d.ts +15 -0
  332. package/dist/js/types/components/ContextMenu/stories/EdgeCases.stories.d.ts +7 -0
  333. package/dist/js/types/components/ContextualHelp/ContextualHelp.d.ts +5 -0
  334. package/dist/js/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts +2 -0
  335. package/dist/js/types/components/ContextualHelp/components/ContextualHelpTrigger/index.d.ts +3 -0
  336. package/dist/js/types/components/ContextualHelp/index.d.ts +4 -0
  337. package/dist/js/types/components/ContextualHelp/stories/Default.stories.d.ts +6 -0
  338. package/dist/js/types/components/CopyButton/CopyButton.d.ts +9 -0
  339. package/dist/js/types/components/CopyButton/index.d.ts +3 -0
  340. package/dist/js/types/components/CopyButton/stories/Default.stories.d.ts +7 -0
  341. package/dist/js/types/components/CounterBadge/CounterBadge.d.ts +9 -0
  342. package/dist/js/types/components/CounterBadge/index.d.ts +3 -0
  343. package/dist/js/types/components/CounterBadge/stories/Default.stories.d.ts +9 -0
  344. package/dist/js/types/components/DatePicker/DatePicker.d.ts +8 -0
  345. package/dist/js/types/components/DatePicker/components/DateInput/DateInput.d.ts +6 -0
  346. package/dist/js/types/components/DatePicker/components/DateInput/index.d.ts +3 -0
  347. package/dist/js/types/components/DatePicker/index.d.ts +3 -0
  348. package/dist/js/types/components/DatePicker/stories/Default.stories.d.ts +9 -0
  349. package/dist/js/types/components/DateRangePicker/DateRangePicker.d.ts +8 -0
  350. package/dist/js/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts +6 -0
  351. package/dist/js/types/components/DateRangePicker/components/DateRangeInput/index.d.ts +3 -0
  352. package/dist/js/types/components/DateRangePicker/index.d.ts +3 -0
  353. package/dist/js/types/components/DateRangePicker/stories/Default.stories.d.ts +9 -0
  354. package/dist/js/types/components/EmulatedBoldText/EmulatedBoldText.d.ts +4 -0
  355. package/dist/js/types/components/EmulatedBoldText/index.d.ts +3 -0
  356. package/dist/js/types/components/EmulatedBoldText/stories/Default.stories.d.ts +6 -0
  357. package/dist/js/types/components/FieldDescription/FieldDescription.d.ts +7 -0
  358. package/dist/js/types/components/FieldDescription/index.d.ts +3 -0
  359. package/dist/js/types/components/FieldError/FieldError.d.ts +7 -0
  360. package/dist/js/types/components/FieldError/index.d.ts +3 -0
  361. package/dist/js/types/components/FileCard/FileCard.d.ts +17 -0
  362. package/dist/js/types/components/FileCard/components/Avatar/Avatar.d.ts +7 -0
  363. package/dist/js/types/components/FileCard/components/Avatar/index.d.ts +1 -0
  364. package/dist/js/types/components/FileCard/components/DeleteButton/DeleteButton.d.ts +6 -0
  365. package/dist/js/types/components/FileCard/components/DeleteButton/index.d.ts +1 -0
  366. package/dist/js/types/components/FileCard/components/FileSizeText/FileSizeText.d.ts +6 -0
  367. package/dist/js/types/components/FileCard/components/FileSizeText/index.d.ts +1 -0
  368. package/dist/js/types/components/FileCard/index.d.ts +3 -0
  369. package/dist/js/types/components/FileCard/stories/Default.stories.d.ts +12 -0
  370. package/dist/js/types/components/FileCard/stories/EdgeCases.stories.d.ts +7 -0
  371. package/dist/js/types/components/FileCardList/FileCardList.d.ts +5 -0
  372. package/dist/js/types/components/FileCardList/index.d.ts +3 -0
  373. package/dist/js/types/components/FileCardList/stories/Default.stories.d.ts +6 -0
  374. package/dist/js/types/components/FileField/FileField.d.ts +9 -0
  375. package/dist/js/types/components/FileField/components/FileInput.d.ts +1 -0
  376. package/dist/js/types/components/FileField/index.d.ts +3 -0
  377. package/dist/js/types/components/FileField/stories/Default.stories.d.ts +11 -0
  378. package/dist/js/types/components/Header/Header.d.ts +7 -0
  379. package/dist/js/types/components/Header/index.d.ts +3 -0
  380. package/dist/js/types/components/Header/stories/Default.stories.d.ts +6 -0
  381. package/dist/js/types/components/HeaderNavigation/HeaderNavigation.d.ts +8 -0
  382. package/dist/js/types/components/HeaderNavigation/index.d.ts +3 -0
  383. package/dist/js/types/components/HeaderNavigation/stories/Default.stories.d.ts +9 -0
  384. package/dist/js/types/components/Heading/Heading.d.ts +11 -0
  385. package/dist/js/types/components/Heading/index.d.ts +3 -0
  386. package/dist/js/types/components/Heading/stories/Default.stories.d.ts +10 -0
  387. package/dist/js/types/components/Heading/stories/EdgeCases.stories.d.ts +8 -0
  388. package/dist/js/types/components/Heading/stories/Levels.stories.d.ts +11 -0
  389. package/dist/js/types/components/Icon/Icon.d.ts +9 -0
  390. package/dist/js/types/components/Icon/components/icons/IconApp.d.ts +4 -0
  391. package/dist/js/types/components/Icon/components/icons/IconAutoresponder.d.ts +4 -0
  392. package/dist/js/types/components/Icon/components/icons/IconBackLink.d.ts +4 -0
  393. package/dist/js/types/components/Icon/components/icons/IconBackup.d.ts +4 -0
  394. package/dist/js/types/components/Icon/components/icons/IconCalendar.d.ts +4 -0
  395. package/dist/js/types/components/Icon/components/icons/IconCamera.d.ts +4 -0
  396. package/dist/js/types/components/Icon/components/icons/IconChangelog.d.ts +4 -0
  397. package/dist/js/types/components/Icon/components/icons/IconCheck.d.ts +4 -0
  398. package/dist/js/types/components/Icon/components/icons/IconCheckboxChecked.d.ts +4 -0
  399. package/dist/js/types/components/Icon/components/icons/IconCheckboxEmpty.d.ts +4 -0
  400. package/dist/js/types/components/Icon/components/icons/IconCheckboxIndeterminate.d.ts +4 -0
  401. package/dist/js/types/components/Icon/components/icons/IconChevronDown.d.ts +4 -0
  402. package/dist/js/types/components/Icon/components/icons/IconChevronLeft.d.ts +4 -0
  403. package/dist/js/types/components/Icon/components/icons/IconChevronRight.d.ts +4 -0
  404. package/dist/js/types/components/Icon/components/icons/IconChevronUp.d.ts +4 -0
  405. package/dist/js/types/components/Icon/components/icons/IconClock.d.ts +4 -0
  406. package/dist/js/types/components/Icon/components/icons/IconClose.d.ts +4 -0
  407. package/dist/js/types/components/Icon/components/icons/IconCode.d.ts +4 -0
  408. package/dist/js/types/components/Icon/components/icons/IconContextMenu.d.ts +4 -0
  409. package/dist/js/types/components/Icon/components/icons/IconContextMenuVertical.d.ts +4 -0
  410. package/dist/js/types/components/Icon/components/icons/IconContract.d.ts +4 -0
  411. package/dist/js/types/components/Icon/components/icons/IconContractPartner.d.ts +4 -0
  412. package/dist/js/types/components/Icon/components/icons/IconCopy.d.ts +4 -0
  413. package/dist/js/types/components/Icon/components/icons/IconCredit.d.ts +4 -0
  414. package/dist/js/types/components/Icon/components/icons/IconCronjob.d.ts +4 -0
  415. package/dist/js/types/components/Icon/components/icons/IconCustomer.d.ts +4 -0
  416. package/dist/js/types/components/Icon/components/icons/IconDanger.d.ts +4 -0
  417. package/dist/js/types/components/Icon/components/icons/IconDashboard.d.ts +4 -0
  418. package/dist/js/types/components/Icon/components/icons/IconDatabase.d.ts +4 -0
  419. package/dist/js/types/components/Icon/components/icons/IconDate.d.ts +4 -0
  420. package/dist/js/types/components/Icon/components/icons/IconDelete.d.ts +4 -0
  421. package/dist/js/types/components/Icon/components/icons/IconDeliveryBox.d.ts +4 -0
  422. package/dist/js/types/components/Icon/components/icons/IconDomain.d.ts +4 -0
  423. package/dist/js/types/components/Icon/components/icons/IconDownload.d.ts +4 -0
  424. package/dist/js/types/components/Icon/components/icons/IconEdit.d.ts +4 -0
  425. package/dist/js/types/components/Icon/components/icons/IconEmail.d.ts +4 -0
  426. package/dist/js/types/components/Icon/components/icons/IconExtension.d.ts +4 -0
  427. package/dist/js/types/components/Icon/components/icons/IconExternalLink.d.ts +4 -0
  428. package/dist/js/types/components/Icon/components/icons/IconFailed.d.ts +4 -0
  429. package/dist/js/types/components/Icon/components/icons/IconFile.d.ts +4 -0
  430. package/dist/js/types/components/Icon/components/icons/IconFilter.d.ts +4 -0
  431. package/dist/js/types/components/Icon/components/icons/IconForward.d.ts +4 -0
  432. package/dist/js/types/components/Icon/components/icons/IconHide.d.ts +4 -0
  433. package/dist/js/types/components/Icon/components/icons/IconHome.d.ts +4 -0
  434. package/dist/js/types/components/Icon/components/icons/IconImage.d.ts +4 -0
  435. package/dist/js/types/components/Icon/components/icons/IconInbox.d.ts +4 -0
  436. package/dist/js/types/components/Icon/components/icons/IconInfo.d.ts +4 -0
  437. package/dist/js/types/components/Icon/components/icons/IconInvoice.d.ts +4 -0
  438. package/dist/js/types/components/Icon/components/icons/IconLock.d.ts +4 -0
  439. package/dist/js/types/components/Icon/components/icons/IconLockOpen.d.ts +4 -0
  440. package/dist/js/types/components/Icon/components/icons/IconLogout.d.ts +4 -0
  441. package/dist/js/types/components/Icon/components/icons/IconMaximize.d.ts +4 -0
  442. package/dist/js/types/components/Icon/components/icons/IconMember.d.ts +4 -0
  443. package/dist/js/types/components/Icon/components/icons/IconMenu.d.ts +4 -0
  444. package/dist/js/types/components/Icon/components/icons/IconMinimize.d.ts +4 -0
  445. package/dist/js/types/components/Icon/components/icons/IconMinus.d.ts +4 -0
  446. package/dist/js/types/components/Icon/components/icons/IconMittwald.d.ts +4 -0
  447. package/dist/js/types/components/Icon/components/icons/IconNotification.d.ts +4 -0
  448. package/dist/js/types/components/Icon/components/icons/IconNumber.d.ts +4 -0
  449. package/dist/js/types/components/Icon/components/icons/IconOrder.d.ts +4 -0
  450. package/dist/js/types/components/Icon/components/icons/IconPassword.d.ts +4 -0
  451. package/dist/js/types/components/Icon/components/icons/IconPayment.d.ts +4 -0
  452. package/dist/js/types/components/Icon/components/icons/IconPending.d.ts +4 -0
  453. package/dist/js/types/components/Icon/components/icons/IconPerformance.d.ts +4 -0
  454. package/dist/js/types/components/Icon/components/icons/IconPlus.d.ts +4 -0
  455. package/dist/js/types/components/Icon/components/icons/IconProject.d.ts +4 -0
  456. package/dist/js/types/components/Icon/components/icons/IconRadioOff.d.ts +4 -0
  457. package/dist/js/types/components/Icon/components/icons/IconRadioOn.d.ts +4 -0
  458. package/dist/js/types/components/Icon/components/icons/IconRandom.d.ts +4 -0
  459. package/dist/js/types/components/Icon/components/icons/IconRedo.d.ts +4 -0
  460. package/dist/js/types/components/Icon/components/icons/IconRefresh.d.ts +4 -0
  461. package/dist/js/types/components/Icon/components/icons/IconSave.d.ts +4 -0
  462. package/dist/js/types/components/Icon/components/icons/IconSearch.d.ts +4 -0
  463. package/dist/js/types/components/Icon/components/icons/IconSearchEngine.d.ts +4 -0
  464. package/dist/js/types/components/Icon/components/icons/IconSecurity.d.ts +4 -0
  465. package/dist/js/types/components/Icon/components/icons/IconServer.d.ts +4 -0
  466. package/dist/js/types/components/Icon/components/icons/IconSettings.d.ts +4 -0
  467. package/dist/js/types/components/Icon/components/icons/IconShare.d.ts +4 -0
  468. package/dist/js/types/components/Icon/components/icons/IconShow.d.ts +4 -0
  469. package/dist/js/types/components/Icon/components/icons/IconSorting.d.ts +4 -0
  470. package/dist/js/types/components/Icon/components/icons/IconSpamProtectionOff.d.ts +4 -0
  471. package/dist/js/types/components/Icon/components/icons/IconSpamProtectionOn.d.ts +4 -0
  472. package/dist/js/types/components/Icon/components/icons/IconSshKey.d.ts +4 -0
  473. package/dist/js/types/components/Icon/components/icons/IconSshSftp.d.ts +4 -0
  474. package/dist/js/types/components/Icon/components/icons/IconStar.d.ts +4 -0
  475. package/dist/js/types/components/Icon/components/icons/IconStarFilled.d.ts +4 -0
  476. package/dist/js/types/components/Icon/components/icons/IconSubdomain.d.ts +4 -0
  477. package/dist/js/types/components/Icon/components/icons/IconSucceeded.d.ts +4 -0
  478. package/dist/js/types/components/Icon/components/icons/IconSuccess.d.ts +4 -0
  479. package/dist/js/types/components/Icon/components/icons/IconSupport.d.ts +4 -0
  480. package/dist/js/types/components/Icon/components/icons/IconTerminate.d.ts +4 -0
  481. package/dist/js/types/components/Icon/components/icons/IconTicket.d.ts +4 -0
  482. package/dist/js/types/components/Icon/components/icons/IconTileView.d.ts +4 -0
  483. package/dist/js/types/components/Icon/components/icons/IconTime.d.ts +4 -0
  484. package/dist/js/types/components/Icon/components/icons/IconUndo.d.ts +4 -0
  485. package/dist/js/types/components/Icon/components/icons/IconUser.d.ts +4 -0
  486. package/dist/js/types/components/Icon/components/icons/IconView.d.ts +4 -0
  487. package/dist/js/types/components/Icon/components/icons/IconWarning.d.ts +4 -0
  488. package/dist/js/types/components/Icon/components/icons/index.d.ts +93 -0
  489. package/dist/js/types/components/Icon/index.d.ts +3 -0
  490. package/dist/js/types/components/Icon/lib/extractSvgFromString.d.ts +2 -0
  491. package/dist/js/types/components/Icon/stories/Default.stories.d.ts +9 -0
  492. package/dist/js/types/components/Icon/stories/Sizes.stories.d.ts +8 -0
  493. package/dist/js/types/components/IllustratedMessage/IllustratedMessage.d.ts +7 -0
  494. package/dist/js/types/components/IllustratedMessage/index.d.ts +3 -0
  495. package/dist/js/types/components/IllustratedMessage/stories/Default.stories.d.ts +10 -0
  496. package/dist/js/types/components/IllustratedMessage/stories/EdgeCases.stories.d.ts +7 -0
  497. package/dist/js/types/components/Image/Image.d.ts +6 -0
  498. package/dist/js/types/components/Image/index.d.ts +3 -0
  499. package/dist/js/types/components/Image/stories/Default.stories.d.ts +6 -0
  500. package/dist/js/types/components/Initials/Initials.d.ts +7 -0
  501. package/dist/js/types/components/Initials/index.d.ts +3 -0
  502. package/dist/js/types/components/Initials/stories/Default.stories.d.ts +7 -0
  503. package/dist/js/types/components/InlineCode/InlineCode.d.ts +7 -0
  504. package/dist/js/types/components/InlineCode/index.d.ts +3 -0
  505. package/dist/js/types/components/InlineCode/stories/Default.stories.d.ts +8 -0
  506. package/dist/js/types/components/InlineCode/stories/EdgeCases.stories.d.ts +6 -0
  507. package/dist/js/types/components/Label/Label.d.ts +11 -0
  508. package/dist/js/types/components/Label/index.d.ts +3 -0
  509. package/dist/js/types/components/Label/stories/Default.stories.d.ts +8 -0
  510. package/dist/js/types/components/LabeledValue/LabeledValue.d.ts +6 -0
  511. package/dist/js/types/components/LabeledValue/index.d.ts +3 -0
  512. package/dist/js/types/components/LabeledValue/stories/Default.stories.d.ts +9 -0
  513. package/dist/js/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +7 -0
  514. package/dist/js/types/components/LayoutCard/LayoutCard.d.ts +7 -0
  515. package/dist/js/types/components/LayoutCard/index.d.ts +3 -0
  516. package/dist/js/types/components/LayoutCard/stories/Default.stories.d.ts +6 -0
  517. package/dist/js/types/components/LightBox/LightBox.d.ts +15 -0
  518. package/dist/js/types/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.d.ts +3 -0
  519. package/dist/js/types/components/LightBox/components/LightBoxTrigger/index.d.ts +3 -0
  520. package/dist/js/types/components/LightBox/index.d.ts +4 -0
  521. package/dist/js/types/components/LightBox/stories/Default.stories.d.ts +8 -0
  522. package/dist/js/types/components/Link/Link.d.ts +15 -0
  523. package/dist/js/types/components/Link/components/LinkIcon/LinkIcon.d.ts +4 -0
  524. package/dist/js/types/components/Link/components/LinkIcon/index.d.ts +1 -0
  525. package/dist/js/types/components/Link/context.d.ts +7 -0
  526. package/dist/js/types/components/Link/index.d.ts +3 -0
  527. package/dist/js/types/components/Link/stories/Default.stories.d.ts +13 -0
  528. package/dist/js/types/components/Link/stories/EdgeCases.stories.d.ts +6 -0
  529. package/dist/js/types/components/List/List.d.ts +8 -0
  530. package/dist/js/types/components/List/components/DataLoader/DataLoader.d.ts +3 -0
  531. package/dist/js/types/components/List/components/DataLoader/index.d.ts +3 -0
  532. package/dist/js/types/components/List/components/EmptyView/EmptyView.d.ts +2 -0
  533. package/dist/js/types/components/List/components/Footer/Footer.d.ts +3 -0
  534. package/dist/js/types/components/List/components/Footer/components/PaginationInfos/PaginationInfos.d.ts +4 -0
  535. package/dist/js/types/components/List/components/Footer/components/PaginationInfos/index.d.ts +3 -0
  536. package/dist/js/types/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.d.ts +4 -0
  537. package/dist/js/types/components/List/components/Footer/components/ShowNextBatchButton/index.d.ts +3 -0
  538. package/dist/js/types/components/List/components/Footer/index.d.ts +3 -0
  539. package/dist/js/types/components/List/components/Header/Header.d.ts +7 -0
  540. package/dist/js/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts +3 -0
  541. package/dist/js/types/components/List/components/Header/components/ActiveFilters/index.d.ts +3 -0
  542. package/dist/js/types/components/List/components/Header/components/FilterPicker/FilterPicker.d.ts +7 -0
  543. package/dist/js/types/components/List/components/Header/components/FilterPicker/index.d.ts +3 -0
  544. package/dist/js/types/components/List/components/Header/components/SearchField/SearchField.d.ts +8 -0
  545. package/dist/js/types/components/List/components/Header/components/SearchField/index.d.ts +3 -0
  546. package/dist/js/types/components/List/components/Header/components/SortingPicker/SortingPicker.d.ts +2 -0
  547. package/dist/js/types/components/List/components/Header/components/SortingPicker/index.d.ts +3 -0
  548. package/dist/js/types/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.d.ts +7 -0
  549. package/dist/js/types/components/List/components/Header/components/SortingPickerItem/index.d.ts +3 -0
  550. package/dist/js/types/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.d.ts +2 -0
  551. package/dist/js/types/components/List/components/Header/index.d.ts +3 -0
  552. package/dist/js/types/components/List/components/Items/Items.d.ts +3 -0
  553. package/dist/js/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts +2 -0
  554. package/dist/js/types/components/List/components/Items/components/Item/Item.d.ts +9 -0
  555. package/dist/js/types/components/List/components/Items/components/Item/components/AccordionButton.d.ts +8 -0
  556. package/dist/js/types/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.d.ts +6 -0
  557. package/dist/js/types/components/List/components/Items/components/Item/components/OptionsButton/index.d.ts +3 -0
  558. package/dist/js/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts +2 -0
  559. package/dist/js/types/components/List/components/Items/components/Item/components/View/View.d.ts +5 -0
  560. package/dist/js/types/components/List/components/Items/components/Item/components/View/index.d.ts +3 -0
  561. package/dist/js/types/components/List/components/Items/components/Item/hooks/useGridItemProps.d.ts +18 -0
  562. package/dist/js/types/components/List/components/Items/components/Item/index.d.ts +3 -0
  563. package/dist/js/types/components/List/components/Items/index.d.ts +3 -0
  564. package/dist/js/types/components/List/components/ListSummary/ListSummary.d.ts +6 -0
  565. package/dist/js/types/components/List/components/ListSummary/index.d.ts +3 -0
  566. package/dist/js/types/components/List/components/Table/Table.d.ts +2 -0
  567. package/dist/js/types/components/List/components/Table/components/TableLoadingView.d.ts +3 -0
  568. package/dist/js/types/components/List/components/Table/index.d.ts +1 -0
  569. package/dist/js/types/components/List/hooks/useList.d.ts +2 -0
  570. package/dist/js/types/components/List/index.d.ts +12 -0
  571. package/dist/js/types/components/List/listContext.d.ts +6 -0
  572. package/dist/js/types/components/List/model/List.d.ts +47 -0
  573. package/dist/js/types/components/List/model/ReactTable.d.ts +19 -0
  574. package/dist/js/types/components/List/model/filter/Filter.d.ts +44 -0
  575. package/dist/js/types/components/List/model/filter/FilterValue.d.ts +13 -0
  576. package/dist/js/types/components/List/model/filter/types.d.ts +13 -0
  577. package/dist/js/types/components/List/model/item/Item.d.ts +9 -0
  578. package/dist/js/types/components/List/model/item/ItemCollection.d.ts +7 -0
  579. package/dist/js/types/components/List/model/item/ItemView.d.ts +21 -0
  580. package/dist/js/types/components/List/model/item/types.d.ts +3 -0
  581. package/dist/js/types/components/List/model/loading/IncrementalLoader.d.ts +26 -0
  582. package/dist/js/types/components/List/model/loading/IncrementalLoaderState.d.ts +21 -0
  583. package/dist/js/types/components/List/model/loading/types.d.ts +47 -0
  584. package/dist/js/types/components/List/model/pagination/BatchesController.d.ts +15 -0
  585. package/dist/js/types/components/List/model/pagination/types.d.ts +3 -0
  586. package/dist/js/types/components/List/model/search/Search.d.ts +18 -0
  587. package/dist/js/types/components/List/model/search/types.d.ts +16 -0
  588. package/dist/js/types/components/List/model/sorting/Sorting.d.ts +19 -0
  589. package/dist/js/types/components/List/model/sorting/types.d.ts +9 -0
  590. package/dist/js/types/components/List/model/table/Table.d.ts +11 -0
  591. package/dist/js/types/components/List/model/table/TableBody.d.ts +9 -0
  592. package/dist/js/types/components/List/model/table/TableCell.d.ts +9 -0
  593. package/dist/js/types/components/List/model/table/TableColumn.d.ts +7 -0
  594. package/dist/js/types/components/List/model/table/TableHeader.d.ts +9 -0
  595. package/dist/js/types/components/List/model/table/TableRow.d.ts +9 -0
  596. package/dist/js/types/components/List/model/table/types.d.ts +32 -0
  597. package/dist/js/types/components/List/model/types.d.ts +42 -0
  598. package/dist/js/types/components/List/setupComponents/ListFilter.d.ts +9 -0
  599. package/dist/js/types/components/List/setupComponents/ListItem.d.ts +9 -0
  600. package/dist/js/types/components/List/setupComponents/ListLoaderAsync.d.ts +8 -0
  601. package/dist/js/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts +8 -0
  602. package/dist/js/types/components/List/setupComponents/ListSearch.d.ts +9 -0
  603. package/dist/js/types/components/List/setupComponents/ListSorting.d.ts +6 -0
  604. package/dist/js/types/components/List/setupComponents/ListStaticData.d.ts +7 -0
  605. package/dist/js/types/components/List/setupComponents/Table.d.ts +6 -0
  606. package/dist/js/types/components/List/setupComponents/TableBody.d.ts +6 -0
  607. package/dist/js/types/components/List/setupComponents/TableCell.d.ts +9 -0
  608. package/dist/js/types/components/List/setupComponents/TableColumn.d.ts +6 -0
  609. package/dist/js/types/components/List/setupComponents/TableHeader.d.ts +6 -0
  610. package/dist/js/types/components/List/setupComponents/TableRow.d.ts +6 -0
  611. package/dist/js/types/components/List/stories/Default.stories.d.ts +8 -0
  612. package/dist/js/types/components/List/stories/EdgeCases.stories.d.ts +7 -0
  613. package/dist/js/types/components/List/stories/ListItem.stories.d.ts +11 -0
  614. package/dist/js/types/components/List/testData/domainApi.d.ts +27 -0
  615. package/dist/js/types/components/List/typedList.d.ts +95 -0
  616. package/dist/js/types/components/LoadingSpinner/LoadingSpinner.d.ts +4 -0
  617. package/dist/js/types/components/LoadingSpinner/index.d.ts +3 -0
  618. package/dist/js/types/components/LoadingSpinner/stories/Default.stories.d.ts +6 -0
  619. package/dist/js/types/components/Markdown/Markdown.d.ts +8 -0
  620. package/dist/js/types/components/Markdown/index.d.ts +3 -0
  621. package/dist/js/types/components/Markdown/stories/Default.stories.d.ts +8 -0
  622. package/dist/js/types/components/MenuItem/MenuItem.d.ts +8 -0
  623. package/dist/js/types/components/MenuItem/MenuItemContent.d.ts +7 -0
  624. package/dist/js/types/components/MenuItem/index.d.ts +3 -0
  625. package/dist/js/types/components/Message/Message.d.ts +10 -0
  626. package/dist/js/types/components/Message/index.d.ts +3 -0
  627. package/dist/js/types/components/Message/stories/Default.stories.d.ts +9 -0
  628. package/dist/js/types/components/Modal/Modal.d.ts +26 -0
  629. package/dist/js/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts +3 -0
  630. package/dist/js/types/components/Modal/components/ModalTrigger/index.d.ts +3 -0
  631. package/dist/js/types/components/Modal/index.d.ts +4 -0
  632. package/dist/js/types/components/Modal/stories/Default.stories.d.ts +14 -0
  633. package/dist/js/types/components/Modal/stories/EdgeCases.stories.d.ts +7 -0
  634. package/dist/js/types/components/Navigation/Navigation.d.ts +6 -0
  635. package/dist/js/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts +6 -0
  636. package/dist/js/types/components/Navigation/components/NavigationGroup/index.d.ts +3 -0
  637. package/dist/js/types/components/Navigation/index.d.ts +4 -0
  638. package/dist/js/types/components/Navigation/stories/Default.stories.d.ts +10 -0
  639. package/dist/js/types/components/Notification/Notification.d.ts +17 -0
  640. package/dist/js/types/components/Notification/index.d.ts +3 -0
  641. package/dist/js/types/components/Notification/stories/Default.stories.d.ts +7 -0
  642. package/dist/js/types/components/Notification/stories/EdgeCases.stories.d.ts +6 -0
  643. package/dist/js/types/components/Notification/stories/Variants.stories.d.ts +9 -0
  644. package/dist/js/types/components/NotificationProvider/ControlledNotification.d.ts +8 -0
  645. package/dist/js/types/components/NotificationProvider/NotificationContainer.d.ts +4 -0
  646. package/dist/js/types/components/NotificationProvider/NotificationController.d.ts +22 -0
  647. package/dist/js/types/components/NotificationProvider/NotificationProvider.d.ts +7 -0
  648. package/dist/js/types/components/NotificationProvider/index.d.ts +4 -0
  649. package/dist/js/types/components/NotificationProvider/stories/Default.stories.d.ts +10 -0
  650. package/dist/js/types/components/NumberField/NumberField.d.ts +7 -0
  651. package/dist/js/types/components/NumberField/index.d.ts +3 -0
  652. package/dist/js/types/components/NumberField/stories/Default.stories.d.ts +12 -0
  653. package/dist/js/types/components/NumberField/stories/EdgeCases.stories.d.ts +7 -0
  654. package/dist/js/types/components/Overlay/Overlay.d.ts +13 -0
  655. package/dist/js/types/components/Overlay/index.d.ts +3 -0
  656. package/dist/js/types/components/OverlayTrigger/OverlayTrigger.d.ts +20 -0
  657. package/dist/js/types/components/OverlayTrigger/OverlayTrigger.test.d.ts +1 -0
  658. package/dist/js/types/components/OverlayTrigger/index.d.ts +3 -0
  659. package/dist/js/types/components/Popover/Popover.d.ts +20 -0
  660. package/dist/js/types/components/Popover/components/PopoverTrigger/PopoverTrigger.d.ts +2 -0
  661. package/dist/js/types/components/Popover/components/PopoverTrigger/index.d.ts +3 -0
  662. package/dist/js/types/components/Popover/index.d.ts +4 -0
  663. package/dist/js/types/components/Popover/stories/Default.stories.d.ts +8 -0
  664. package/dist/js/types/components/Popover/stories/EdgeCases.stories.d.ts +6 -0
  665. package/dist/js/types/components/ProgressBar/ProgressBar.d.ts +11 -0
  666. package/dist/js/types/components/ProgressBar/index.d.ts +3 -0
  667. package/dist/js/types/components/ProgressBar/stories/Default.stories.d.ts +10 -0
  668. package/dist/js/types/components/ProgressBar/stories/EdgeCases.stories.d.ts +6 -0
  669. package/dist/js/types/components/ProgressBar/stories/Variants.stories.d.ts +9 -0
  670. package/dist/js/types/components/RadioGroup/RadioGroup.d.ts +8 -0
  671. package/dist/js/types/components/RadioGroup/components/Radio/Radio.d.ts +7 -0
  672. package/dist/js/types/components/RadioGroup/components/Radio/index.d.ts +3 -0
  673. package/dist/js/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +7 -0
  674. package/dist/js/types/components/RadioGroup/components/RadioButton/index.d.ts +3 -0
  675. package/dist/js/types/components/RadioGroup/index.d.ts +5 -0
  676. package/dist/js/types/components/RadioGroup/stories/Default.stories.d.ts +12 -0
  677. package/dist/js/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +8 -0
  678. package/dist/js/types/components/SearchField/SearchField.d.ts +7 -0
  679. package/dist/js/types/components/SearchField/index.d.ts +3 -0
  680. package/dist/js/types/components/SearchField/stories/Default.stories.d.ts +10 -0
  681. package/dist/js/types/components/Section/Section.d.ts +6 -0
  682. package/dist/js/types/components/Section/components/SectionHeader/SectionHeader.d.ts +5 -0
  683. package/dist/js/types/components/Section/index.d.ts +3 -0
  684. package/dist/js/types/components/Section/stories/Default.stories.d.ts +10 -0
  685. package/dist/js/types/components/Section/stories/EdgeCases.stories.d.ts +7 -0
  686. package/dist/js/types/components/SegmentedControl/SegmentedControl.d.ts +7 -0
  687. package/dist/js/types/components/SegmentedControl/components/Segment/Segment.d.ts +7 -0
  688. package/dist/js/types/components/SegmentedControl/components/Segment/index.d.ts +3 -0
  689. package/dist/js/types/components/SegmentedControl/index.d.ts +4 -0
  690. package/dist/js/types/components/SegmentedControl/stories/Default.stories.d.ts +8 -0
  691. package/dist/js/types/components/Select/Select.d.ts +15 -0
  692. package/dist/js/types/components/Select/components/CountryOptions/CountryOptions.d.ts +19 -0
  693. package/dist/js/types/components/Select/components/CountryOptions/index.d.ts +4 -0
  694. package/dist/js/types/components/Select/components/CountryOptions/lib/sortBy.d.ts +2 -0
  695. package/dist/js/types/components/Select/components/Option/Option.d.ts +8 -0
  696. package/dist/js/types/components/Select/components/Option/index.d.ts +3 -0
  697. package/dist/js/types/components/Select/components/Options/Options.d.ts +6 -0
  698. package/dist/js/types/components/Select/components/Options/index.d.ts +3 -0
  699. package/dist/js/types/components/Select/index.d.ts +5 -0
  700. package/dist/js/types/components/Select/stories/Default.stories.d.ts +14 -0
  701. package/dist/js/types/components/Select/stories/EdgeCases.stories.d.ts +7 -0
  702. package/dist/js/types/components/Separator/Separator.d.ts +5 -0
  703. package/dist/js/types/components/Separator/index.d.ts +3 -0
  704. package/dist/js/types/components/Separator/stories/Default.stories.d.ts +6 -0
  705. package/dist/js/types/components/SettingsProvider/SettingsProvider.d.ts +9 -0
  706. package/dist/js/types/components/SettingsProvider/backends/LocalStorageSettingsBackend.d.ts +8 -0
  707. package/dist/js/types/components/SettingsProvider/backends/settingsBackendFactory.d.ts +2 -0
  708. package/dist/js/types/components/SettingsProvider/backends/types.d.ts +15 -0
  709. package/dist/js/types/components/SettingsProvider/index.d.ts +5 -0
  710. package/dist/js/types/components/SettingsProvider/models/ComponentSettings.d.ts +12 -0
  711. package/dist/js/types/components/SettingsProvider/models/SettingsStore.d.ts +16 -0
  712. package/dist/js/types/components/SettingsProvider/models/SettingsStore.test.d.ts +1 -0
  713. package/dist/js/types/components/Skeleton/Skeleton.d.ts +9 -0
  714. package/dist/js/types/components/Skeleton/index.d.ts +3 -0
  715. package/dist/js/types/components/Skeleton/stories/Default.stories.d.ts +8 -0
  716. package/dist/js/types/components/SkeletonText/SkeletonText.d.ts +7 -0
  717. package/dist/js/types/components/SkeletonText/index.d.ts +3 -0
  718. package/dist/js/types/components/SkeletonText/stories/Default.stories.d.ts +8 -0
  719. package/dist/js/types/components/Slider/Slider.d.ts +8 -0
  720. package/dist/js/types/components/Slider/index.d.ts +3 -0
  721. package/dist/js/types/components/Slider/stories/Default.stories.d.ts +9 -0
  722. package/dist/js/types/components/Switch/Switch.d.ts +12 -0
  723. package/dist/js/types/components/Switch/index.d.ts +3 -0
  724. package/dist/js/types/components/Switch/stories/Default.stories.d.ts +8 -0
  725. package/dist/js/types/components/Switch/stories/EdgeCases.stories.d.ts +6 -0
  726. package/dist/js/types/components/Table/Table.d.ts +8 -0
  727. package/dist/js/types/components/Table/components/TableBody/TableBody.d.ts +5 -0
  728. package/dist/js/types/components/Table/components/TableBody/index.d.ts +3 -0
  729. package/dist/js/types/components/Table/components/TableCell/TableCell.d.ts +7 -0
  730. package/dist/js/types/components/Table/components/TableCell/index.d.ts +3 -0
  731. package/dist/js/types/components/Table/components/TableColumn/TableColumn.d.ts +5 -0
  732. package/dist/js/types/components/Table/components/TableColumn/index.d.ts +3 -0
  733. package/dist/js/types/components/Table/components/TableFooterRow/TableFooterRow.d.ts +4 -0
  734. package/dist/js/types/components/Table/components/TableFooterRow/index.d.ts +3 -0
  735. package/dist/js/types/components/Table/components/TableHeader/TableHeader.d.ts +5 -0
  736. package/dist/js/types/components/Table/components/TableHeader/index.d.ts +3 -0
  737. package/dist/js/types/components/Table/components/TableRow/TableRow.d.ts +5 -0
  738. package/dist/js/types/components/Table/components/TableRow/index.d.ts +3 -0
  739. package/dist/js/types/components/Table/index.d.ts +9 -0
  740. package/dist/js/types/components/Table/stories/Default.stories.d.ts +9 -0
  741. package/dist/js/types/components/Tabs/Tabs.d.ts +7 -0
  742. package/dist/js/types/components/Tabs/components/Tab/Tab.d.ts +6 -0
  743. package/dist/js/types/components/Tabs/components/Tab/context.d.ts +6 -0
  744. package/dist/js/types/components/Tabs/components/Tab/index.d.ts +3 -0
  745. package/dist/js/types/components/Tabs/components/TabList/TabList.d.ts +9 -0
  746. package/dist/js/types/components/Tabs/components/TabList/index.d.ts +1 -0
  747. package/dist/js/types/components/Tabs/components/TabTitle/TabTitle.d.ts +6 -0
  748. package/dist/js/types/components/Tabs/components/TabTitle/TabTitleCollapsed.d.ts +7 -0
  749. package/dist/js/types/components/Tabs/components/TabTitle/index.d.ts +3 -0
  750. package/dist/js/types/components/Tabs/index.d.ts +5 -0
  751. package/dist/js/types/components/Tabs/stories/Default.stories.d.ts +7 -0
  752. package/dist/js/types/components/Tabs/stories/EdgeCases.stories.d.ts +7 -0
  753. package/dist/js/types/components/Text/Text.d.ts +10 -0
  754. package/dist/js/types/components/Text/index.d.ts +3 -0
  755. package/dist/js/types/components/Text/stories/Default.stories.d.ts +12 -0
  756. package/dist/js/types/components/TextArea/TextArea.d.ts +13 -0
  757. package/dist/js/types/components/TextArea/index.d.ts +3 -0
  758. package/dist/js/types/components/TextArea/stories/Default.stories.d.ts +14 -0
  759. package/dist/js/types/components/TextField/TextField.d.ts +9 -0
  760. package/dist/js/types/components/TextField/index.d.ts +3 -0
  761. package/dist/js/types/components/TextField/stories/Default.stories.d.ts +14 -0
  762. package/dist/js/types/components/TextFieldBase/TextFieldBase.d.ts +10 -0
  763. package/dist/js/types/components/TextFieldBase/index.d.ts +3 -0
  764. package/dist/js/types/components/TimeField/TimeField.d.ts +8 -0
  765. package/dist/js/types/components/TimeField/index.d.ts +3 -0
  766. package/dist/js/types/components/TimeField/stories/Default.stories.d.ts +13 -0
  767. package/dist/js/types/components/Tooltip/Tooltip.d.ts +5 -0
  768. package/dist/js/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +5 -0
  769. package/dist/js/types/components/Tooltip/components/TooltipTrigger/index.d.ts +3 -0
  770. package/dist/js/types/components/Tooltip/index.d.ts +4 -0
  771. package/dist/js/types/components/Tooltip/stories/Default.stories.d.ts +6 -0
  772. package/dist/js/types/components/Tooltip/stories/EdgeCases.stories.d.ts +6 -0
  773. package/dist/js/types/components/Wrap/Wrap.d.ts +5 -0
  774. package/dist/js/types/components/Wrap/index.d.ts +3 -0
  775. package/dist/js/types/components/propTypes/index.d.ts +120 -0
  776. package/dist/js/types/integrations/nextjs/components/Link/Link.d.ts +6 -0
  777. package/dist/js/types/integrations/nextjs/components/Link/index.d.ts +3 -0
  778. package/dist/js/types/integrations/nextjs/components/LinkProvider/LinkProvider.d.ts +3 -0
  779. package/dist/js/types/integrations/nextjs/components/LinkProvider/index.d.ts +3 -0
  780. package/dist/js/types/integrations/nextjs/index.d.ts +2 -0
  781. package/dist/js/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts +6 -0
  782. package/dist/js/types/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.d.ts +6 -0
  783. package/dist/js/types/integrations/react-hook-form/components/Field/Field.d.ts +7 -0
  784. package/dist/js/types/integrations/react-hook-form/components/Field/Field.test.d.ts +1 -0
  785. package/dist/js/types/integrations/react-hook-form/components/Field/index.d.ts +3 -0
  786. package/dist/js/types/integrations/react-hook-form/components/Field/stories/Default.stories.d.ts +6 -0
  787. package/dist/js/types/integrations/react-hook-form/components/Form/Form.d.ts +9 -0
  788. package/dist/js/types/integrations/react-hook-form/components/Form/index.d.ts +3 -0
  789. package/dist/js/types/integrations/react-hook-form/components/context/formContext.d.ts +9 -0
  790. package/dist/js/types/integrations/react-hook-form/index.d.ts +2 -0
  791. package/dist/js/types/lib/array/toArray.d.ts +1 -0
  792. package/dist/js/types/lib/childProps/ChildPropsContextProvider.d.ts +8 -0
  793. package/dist/js/types/lib/childProps/ChildPropsStore.d.ts +16 -0
  794. package/dist/js/types/lib/childProps/context.d.ts +4 -0
  795. package/dist/js/types/lib/childProps/index.d.ts +2 -0
  796. package/dist/js/types/lib/childProps/useSetChildProps.d.ts +2 -0
  797. package/dist/js/types/lib/componentFactory/flowComponent.d.ts +11 -0
  798. package/dist/js/types/lib/componentFactory/flowComponent.test.d.ts +1 -0
  799. package/dist/js/types/lib/controller/index.d.ts +1 -0
  800. package/dist/js/types/lib/controller/overlay/OverlayContextProvider.d.ts +9 -0
  801. package/dist/js/types/lib/controller/overlay/OverlayController.d.ts +24 -0
  802. package/dist/js/types/lib/controller/overlay/context.d.ts +5 -0
  803. package/dist/js/types/lib/controller/overlay/index.d.ts +2 -0
  804. package/dist/js/types/lib/controller/overlay/useOverlayController.d.ts +7 -0
  805. package/dist/js/types/lib/controller/overlay/useOverlayController.test.d.ts +1 -0
  806. package/dist/js/types/lib/dev/storyBackgrounds.d.ts +14 -0
  807. package/dist/js/types/lib/dev/vitestUserEvent.d.ts +2 -0
  808. package/dist/js/types/lib/getContainerBreakpointSizeClassName.d.ts +2 -0
  809. package/dist/js/types/lib/hooks/dom/useObserveOverflow.d.ts +7 -0
  810. package/dist/js/types/lib/hooks/index.d.ts +3 -0
  811. package/dist/js/types/lib/hooks/useIsMounted.d.ts +1 -0
  812. package/dist/js/types/lib/hooks/useOnChange.d.ts +2 -0
  813. package/dist/js/types/lib/mobx/mobxMapToObject.d.ts +2 -0
  814. package/dist/js/types/lib/mobx/useAutorunEffect.d.ts +1 -0
  815. package/dist/js/types/lib/mobx/useSelector.d.ts +4 -0
  816. package/dist/js/types/lib/promises/callAndReact.d.ts +9 -0
  817. package/dist/js/types/lib/promises/callAndReact.test.d.ts +1 -0
  818. package/dist/js/types/lib/promises/callFunctionsInOrder.d.ts +3 -0
  819. package/dist/js/types/lib/promises/callFunctionsInOrder.test.d.ts +1 -0
  820. package/dist/js/types/lib/promises/sleep.d.ts +1 -0
  821. package/dist/js/types/lib/propsContext/ClearPropsContext.d.ts +4 -0
  822. package/dist/js/types/lib/propsContext/ClearPropsContext.test.d.ts +1 -0
  823. package/dist/js/types/lib/propsContext/PropsContextProvider.d.ts +9 -0
  824. package/dist/js/types/lib/propsContext/dynamicProps/dynamic.d.ts +4 -0
  825. package/dist/js/types/lib/propsContext/dynamicProps/resolveDynamicProps.d.ts +4 -0
  826. package/dist/js/types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts +1 -0
  827. package/dist/js/types/lib/propsContext/dynamicProps/types.d.ts +4 -0
  828. package/dist/js/types/lib/propsContext/index.d.ts +7 -0
  829. package/dist/js/types/lib/propsContext/isFlowComponentName.d.ts +2 -0
  830. package/dist/js/types/lib/propsContext/isFlowComponentProp.d.ts +2 -0
  831. package/dist/js/types/lib/propsContext/mergePropsContext.d.ts +3 -0
  832. package/dist/js/types/lib/propsContext/mergePropsContext.test.d.ts +1 -0
  833. package/dist/js/types/lib/propsContext/nestedPropsContext/isPropsWithChildren.d.ts +2 -0
  834. package/dist/js/types/lib/propsContext/nestedPropsContext/pickPropsContext.d.ts +3 -0
  835. package/dist/js/types/lib/propsContext/nestedPropsContext/pickPropsContext.test.d.ts +1 -0
  836. package/dist/js/types/lib/propsContext/nestedPropsContext/wrapChildrenWithNestedPropsContext.d.ts +5 -0
  837. package/dist/js/types/lib/propsContext/propsContext.d.ts +130 -0
  838. package/dist/js/types/lib/propsContext/types.d.ts +9 -0
  839. package/dist/js/types/lib/propsContext/useProps.d.ts +3 -0
  840. package/dist/js/types/lib/propsContext/useProps.test.d.ts +1 -0
  841. package/dist/js/types/lib/react/components/Empty/Empty.d.ts +3 -0
  842. package/dist/js/types/lib/react/components/Empty/index.d.ts +3 -0
  843. package/dist/js/types/lib/react/components/Render/Render.d.ts +4 -0
  844. package/dist/js/types/lib/react/components/Render/Render.test.d.ts +1 -0
  845. package/dist/js/types/lib/react/components/Render/index.d.ts +1 -0
  846. package/dist/js/types/lib/react/components/Translate/Translate.d.ts +9 -0
  847. package/dist/js/types/lib/react/components/Translate/index.d.ts +3 -0
  848. package/dist/js/types/lib/react/deepFindOfType.d.ts +3 -0
  849. package/dist/js/types/lib/react/deepFindOfType.test.d.ts +1 -0
  850. package/dist/js/types/lib/react/deepHas.d.ts +2 -0
  851. package/dist/js/types/lib/react/getPropsMerger.d.ts +7 -0
  852. package/dist/js/types/lib/slotContext/SlotContextProvider.d.ts +8 -0
  853. package/dist/js/types/lib/slotContext/slotContext.d.ts +3 -0
  854. package/dist/js/types/lib/slotContext/types.d.ts +2 -0
  855. package/dist/js/types/lib/slotContext/useContextSlot.d.ts +3 -0
  856. package/dist/js/types/lib/timer/Timer.d.ts +17 -0
  857. package/dist/js/types/lib/types/array.d.ts +1 -0
  858. package/dist/js/types/lib/types/props.d.ts +19 -0
  859. package/dist/js/types/lib/types/props.test-types.d.ts +1 -0
  860. package/dist/js/useOnChange-C1Quwyuz.js +12 -0
  861. package/dist/js/useOverlayController-BwSJj4Ly.js +25 -0
  862. package/dist/js/useSelector-DpU7_HMO.js +13 -0
  863. package/package.json +449 -126
  864. package/dist/Avatar.js +0 -50
  865. package/dist/Button-Bh0E7tqA.js +0 -78
  866. package/dist/Button.js +0 -7
  867. package/dist/Checkbox.js +0 -21
  868. package/dist/ColumnLayout.js +0 -22
  869. package/dist/Content.js +0 -17
  870. package/dist/CopyButton.js +0 -34
  871. package/dist/FieldDescription.js +0 -18
  872. package/dist/FieldError-BvbJ9dzr.js +0 -21
  873. package/dist/FieldError.js +0 -7
  874. package/dist/FormField.module-DHK6nIcD.js +0 -12
  875. package/dist/Heading.js +0 -22
  876. package/dist/Icon-D4F2hKiG.js +0 -49
  877. package/dist/Icon.js +0 -7
  878. package/dist/IconCheck-DkmJUDfj.js +0 -9
  879. package/dist/IconClose-B6UJFr7O.js +0 -9
  880. package/dist/IconCopy-DwaMO7aJ.js +0 -9
  881. package/dist/IconDanger-CCULXdVw.js +0 -9
  882. package/dist/IconPlus-CnpaX_7c.js +0 -12
  883. package/dist/IconSucceeded-CPpK5tIY.js +0 -11
  884. package/dist/IconUnchecked-DbkvP1em.js +0 -10
  885. package/dist/IconWarning-BIeWNF-G.js +0 -11
  886. package/dist/Icons.js +0 -66
  887. package/dist/Image.js +0 -11
  888. package/dist/Initials.js +0 -17
  889. package/dist/InlineAlert.js +0 -38
  890. package/dist/InlineCode.js +0 -14
  891. package/dist/Label-EVs32ETX.js +0 -25
  892. package/dist/Label.js +0 -7
  893. package/dist/LabeledValue.js +0 -33
  894. package/dist/LayoutCard.js +0 -22
  895. package/dist/Link.js +0 -33
  896. package/dist/Navigation.js +0 -46
  897. package/dist/NumberField.js +0 -63
  898. package/dist/PropsContextProvider-CEoxD8yK.js +0 -26
  899. package/dist/RadioGroup.js +0 -57
  900. package/dist/Section.js +0 -17
  901. package/dist/StatusBadge.js +0 -21
  902. package/dist/StatusIcon-CZbUO0T5.js +0 -37
  903. package/dist/StatusIcon.js +0 -7
  904. package/dist/Switch.js +0 -31
  905. package/dist/Text-8V0yR4PK.js +0 -27
  906. package/dist/Text.js +0 -7
  907. package/dist/TextArea.js +0 -22
  908. package/dist/TextField.js +0 -15
  909. package/dist/TextFieldBase-aO8YvtBx.js +0 -28
  910. package/dist/Tooltip-Co5h9sSt.js +0 -16
  911. package/dist/Tooltip.js +0 -9
  912. package/dist/TooltipTrigger-7-ynWHZ9.js +0 -11
  913. package/dist/TooltipTrigger.js +0 -7
  914. package/dist/nextjs/LinkProvider.js +0 -23
  915. package/dist/propsContext-Dx7WKmmM.js +0 -7
  916. package/dist/styles.css +0 -1
  917. package/dist/types/components/Avatar/Avatar.d.ts +0 -8
  918. package/dist/types/components/Avatar/index.d.ts +0 -3
  919. package/dist/types/components/Avatar/lib/getVariantFromChildren.d.ts +0 -2
  920. package/dist/types/components/Avatar/stories/Default.stories.d.ts +0 -8
  921. package/dist/types/components/Avatar/stories/Sizes.stories.d.ts +0 -9
  922. package/dist/types/components/Button/Button.d.ts +0 -15
  923. package/dist/types/components/Button/index.d.ts +0 -3
  924. package/dist/types/components/Button/stories/Default.stories.d.ts +0 -11
  925. package/dist/types/components/Button/stories/EdgeCases.stories.d.ts +0 -6
  926. package/dist/types/components/Button/stories/States.stories.d.ts +0 -12
  927. package/dist/types/components/Button/stories/Variants.stories.d.ts +0 -17
  928. package/dist/types/components/Checkbox/Checkbox.d.ts +0 -6
  929. package/dist/types/components/Checkbox/index.d.ts +0 -3
  930. package/dist/types/components/Checkbox/stories/Default.stories.d.ts +0 -8
  931. package/dist/types/components/Checkbox/stories/EdgeCases.stories.d.ts +0 -6
  932. package/dist/types/components/ColumnLayout/ColumnLayout.d.ts +0 -8
  933. package/dist/types/components/ColumnLayout/index.d.ts +0 -3
  934. package/dist/types/components/ColumnLayout/stories/Default.stories.d.ts +0 -8
  935. package/dist/types/components/Content/Content.d.ts +0 -6
  936. package/dist/types/components/Content/index.d.ts +0 -3
  937. package/dist/types/components/Content/stories/Default.stories.d.ts +0 -6
  938. package/dist/types/components/CopyButton/CopyButton.d.ts +0 -7
  939. package/dist/types/components/CopyButton/index.d.ts +0 -3
  940. package/dist/types/components/CopyButton/stories/Default.stories.d.ts +0 -7
  941. package/dist/types/components/FieldDescription/FieldDescription.d.ts +0 -6
  942. package/dist/types/components/FieldDescription/index.d.ts +0 -3
  943. package/dist/types/components/FieldError/FieldError.d.ts +0 -6
  944. package/dist/types/components/FieldError/index.d.ts +0 -3
  945. package/dist/types/components/Heading/Heading.d.ts +0 -7
  946. package/dist/types/components/Heading/index.d.ts +0 -3
  947. package/dist/types/components/Heading/stories/Default.stories.d.ts +0 -6
  948. package/dist/types/components/Heading/stories/Levels.stories.d.ts +0 -11
  949. package/dist/types/components/Icon/Icon.d.ts +0 -8
  950. package/dist/types/components/Icon/components/icons/IconApp.d.ts +0 -4
  951. package/dist/types/components/Icon/components/icons/IconBackLink.d.ts +0 -4
  952. package/dist/types/components/Icon/components/icons/IconBackup.d.ts +0 -4
  953. package/dist/types/components/Icon/components/icons/IconCheck.d.ts +0 -4
  954. package/dist/types/components/Icon/components/icons/IconChecked.d.ts +0 -4
  955. package/dist/types/components/Icon/components/icons/IconChevronDown.d.ts +0 -4
  956. package/dist/types/components/Icon/components/icons/IconChevronLeft.d.ts +0 -4
  957. package/dist/types/components/Icon/components/icons/IconChevronRight.d.ts +0 -4
  958. package/dist/types/components/Icon/components/icons/IconChevronUp.d.ts +0 -4
  959. package/dist/types/components/Icon/components/icons/IconClose.d.ts +0 -4
  960. package/dist/types/components/Icon/components/icons/IconCopy.d.ts +0 -4
  961. package/dist/types/components/Icon/components/icons/IconCronjob.d.ts +0 -4
  962. package/dist/types/components/Icon/components/icons/IconCustomer.d.ts +0 -4
  963. package/dist/types/components/Icon/components/icons/IconDanger.d.ts +0 -4
  964. package/dist/types/components/Icon/components/icons/IconDashboard.d.ts +0 -4
  965. package/dist/types/components/Icon/components/icons/IconDatabase.d.ts +0 -4
  966. package/dist/types/components/Icon/components/icons/IconDate.d.ts +0 -4
  967. package/dist/types/components/Icon/components/icons/IconDelete.d.ts +0 -4
  968. package/dist/types/components/Icon/components/icons/IconDomain.d.ts +0 -4
  969. package/dist/types/components/Icon/components/icons/IconEmail.d.ts +0 -4
  970. package/dist/types/components/Icon/components/icons/IconExternalLink.d.ts +0 -4
  971. package/dist/types/components/Icon/components/icons/IconFailed.d.ts +0 -4
  972. package/dist/types/components/Icon/components/icons/IconFilter.d.ts +0 -4
  973. package/dist/types/components/Icon/components/icons/IconHide.d.ts +0 -4
  974. package/dist/types/components/Icon/components/icons/IconHome.d.ts +0 -4
  975. package/dist/types/components/Icon/components/icons/IconInfo.d.ts +0 -4
  976. package/dist/types/components/Icon/components/icons/IconListView.d.ts +0 -4
  977. package/dist/types/components/Icon/components/icons/IconLogout.d.ts +0 -4
  978. package/dist/types/components/Icon/components/icons/IconMember.d.ts +0 -4
  979. package/dist/types/components/Icon/components/icons/IconMinus.d.ts +0 -4
  980. package/dist/types/components/Icon/components/icons/IconNotification.d.ts +0 -4
  981. package/dist/types/components/Icon/components/icons/IconPending.d.ts +0 -4
  982. package/dist/types/components/Icon/components/icons/IconPlus.d.ts +0 -4
  983. package/dist/types/components/Icon/components/icons/IconProject.d.ts +0 -4
  984. package/dist/types/components/Icon/components/icons/IconRandom.d.ts +0 -4
  985. package/dist/types/components/Icon/components/icons/IconSearch.d.ts +0 -4
  986. package/dist/types/components/Icon/components/icons/IconSearchEngine.d.ts +0 -4
  987. package/dist/types/components/Icon/components/icons/IconServer.d.ts +0 -4
  988. package/dist/types/components/Icon/components/icons/IconSettings.d.ts +0 -4
  989. package/dist/types/components/Icon/components/icons/IconShow.d.ts +0 -4
  990. package/dist/types/components/Icon/components/icons/IconSorting.d.ts +0 -4
  991. package/dist/types/components/Icon/components/icons/IconSshSftp.d.ts +0 -4
  992. package/dist/types/components/Icon/components/icons/IconSucceeded.d.ts +0 -4
  993. package/dist/types/components/Icon/components/icons/IconSuccess.d.ts +0 -4
  994. package/dist/types/components/Icon/components/icons/IconSupport.d.ts +0 -4
  995. package/dist/types/components/Icon/components/icons/IconTerminate.d.ts +0 -4
  996. package/dist/types/components/Icon/components/icons/IconTileView.d.ts +0 -4
  997. package/dist/types/components/Icon/components/icons/IconTime.d.ts +0 -4
  998. package/dist/types/components/Icon/components/icons/IconUnchecked.d.ts +0 -4
  999. package/dist/types/components/Icon/components/icons/IconWarning.d.ts +0 -4
  1000. package/dist/types/components/Icon/components/icons/index.d.ts +0 -50
  1001. package/dist/types/components/Icon/index.d.ts +0 -3
  1002. package/dist/types/components/Icon/lib/extractSvgFromString.d.ts +0 -2
  1003. package/dist/types/components/Icon/stories/Default.stories.d.ts +0 -9
  1004. package/dist/types/components/Icon/stories/Sizes.stories.d.ts +0 -8
  1005. package/dist/types/components/Image/Image.d.ts +0 -5
  1006. package/dist/types/components/Image/index.d.ts +0 -3
  1007. package/dist/types/components/Image/stories/Default.stories.d.ts +0 -6
  1008. package/dist/types/components/Initials/Initials.d.ts +0 -8
  1009. package/dist/types/components/Initials/index.d.ts +0 -3
  1010. package/dist/types/components/Initials/stories/Default.stories.d.ts +0 -7
  1011. package/dist/types/components/InlineAlert/InlineAlert.d.ts +0 -6
  1012. package/dist/types/components/InlineAlert/index.d.ts +0 -3
  1013. package/dist/types/components/InlineAlert/stories/Default.stories.d.ts +0 -7
  1014. package/dist/types/components/InlineAlert/stories/EdgeCases.stories.d.ts +0 -6
  1015. package/dist/types/components/InlineAlert/stories/Variants.stories.d.ts +0 -9
  1016. package/dist/types/components/InlineCode/InlineCode.d.ts +0 -5
  1017. package/dist/types/components/InlineCode/index.d.ts +0 -3
  1018. package/dist/types/components/InlineCode/stories/Default.stories.d.ts +0 -6
  1019. package/dist/types/components/InlineCode/stories/EdgeCases.stories.d.ts +0 -6
  1020. package/dist/types/components/Label/Label.d.ts +0 -7
  1021. package/dist/types/components/Label/index.d.ts +0 -3
  1022. package/dist/types/components/Label/stories/Default.stories.d.ts +0 -7
  1023. package/dist/types/components/LabeledValue/LabeledValue.d.ts +0 -6
  1024. package/dist/types/components/LabeledValue/index.d.ts +0 -3
  1025. package/dist/types/components/LabeledValue/stories/Default.stories.d.ts +0 -9
  1026. package/dist/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +0 -7
  1027. package/dist/types/components/LayoutCard/LayoutCard.d.ts +0 -6
  1028. package/dist/types/components/LayoutCard/index.d.ts +0 -3
  1029. package/dist/types/components/LayoutCard/stories/Default.stories.d.ts +0 -6
  1030. package/dist/types/components/Link/Link.d.ts +0 -10
  1031. package/dist/types/components/Link/index.d.ts +0 -3
  1032. package/dist/types/components/Link/stories/Default.stories.d.ts +0 -9
  1033. package/dist/types/components/Navigation/Navigation.d.ts +0 -6
  1034. package/dist/types/components/Navigation/components/NavigationItem/NavigationItem.d.ts +0 -7
  1035. package/dist/types/components/Navigation/components/NavigationItem/index.d.ts +0 -3
  1036. package/dist/types/components/Navigation/index.d.ts +0 -4
  1037. package/dist/types/components/Navigation/stories/Default.stories.d.ts +0 -7
  1038. package/dist/types/components/NumberField/NumberField.d.ts +0 -6
  1039. package/dist/types/components/NumberField/index.d.ts +0 -3
  1040. package/dist/types/components/NumberField/stories/Default.stories.d.ts +0 -11
  1041. package/dist/types/components/NumberField/stories/EdgeCases.stories.d.ts +0 -7
  1042. package/dist/types/components/RadioGroup/RadioGroup.d.ts +0 -6
  1043. package/dist/types/components/RadioGroup/components/Radio/Radio.d.ts +0 -6
  1044. package/dist/types/components/RadioGroup/components/Radio/index.d.ts +0 -3
  1045. package/dist/types/components/RadioGroup/index.d.ts +0 -4
  1046. package/dist/types/components/RadioGroup/stories/Default.stories.d.ts +0 -12
  1047. package/dist/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +0 -8
  1048. package/dist/types/components/Section/Section.d.ts +0 -5
  1049. package/dist/types/components/Section/index.d.ts +0 -3
  1050. package/dist/types/components/Section/stories/Default.stories.d.ts +0 -7
  1051. package/dist/types/components/StatusBadge/StatusBadge.d.ts +0 -7
  1052. package/dist/types/components/StatusBadge/index.d.ts +0 -3
  1053. package/dist/types/components/StatusBadge/stories/Default.stories.d.ts +0 -6
  1054. package/dist/types/components/StatusBadge/stories/EdgeCases.stories.d.ts +0 -6
  1055. package/dist/types/components/StatusBadge/stories/Variants.stories.d.ts +0 -9
  1056. package/dist/types/components/StatusIcon/StatusIcon.d.ts +0 -7
  1057. package/dist/types/components/StatusIcon/index.d.ts +0 -3
  1058. package/dist/types/components/StatusIcon/stories/Default.stories.d.ts +0 -9
  1059. package/dist/types/components/Switch/Switch.d.ts +0 -8
  1060. package/dist/types/components/Switch/index.d.ts +0 -3
  1061. package/dist/types/components/Switch/stories/Default.stories.d.ts +0 -8
  1062. package/dist/types/components/Switch/stories/EdgeCases.stories.d.ts +0 -6
  1063. package/dist/types/components/Text/Text.d.ts +0 -7
  1064. package/dist/types/components/Text/index.d.ts +0 -3
  1065. package/dist/types/components/Text/stories/Default.stories.d.ts +0 -6
  1066. package/dist/types/components/TextArea/TextArea.d.ts +0 -7
  1067. package/dist/types/components/TextArea/index.d.ts +0 -3
  1068. package/dist/types/components/TextArea/stories/Default.stories.d.ts +0 -12
  1069. package/dist/types/components/TextField/TextField.d.ts +0 -7
  1070. package/dist/types/components/TextField/index.d.ts +0 -3
  1071. package/dist/types/components/TextField/stories/Default.stories.d.ts +0 -13
  1072. package/dist/types/components/TextFieldBase/TextFieldBase.d.ts +0 -7
  1073. package/dist/types/components/TextFieldBase/index.d.ts +0 -3
  1074. package/dist/types/components/Tooltip/Tooltip.d.ts +0 -6
  1075. package/dist/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +0 -6
  1076. package/dist/types/components/Tooltip/components/TooltipTrigger/index.d.ts +0 -3
  1077. package/dist/types/components/Tooltip/index.d.ts +0 -4
  1078. package/dist/types/components/Tooltip/stories/Default.stories.d.ts +0 -6
  1079. package/dist/types/components/Tooltip/stories/EdgeCases.stories.d.ts +0 -6
  1080. package/dist/types/components/Wrap/Wrap.d.ts +0 -5
  1081. package/dist/types/components/Wrap/index.d.ts +0 -3
  1082. package/dist/types/components/nextjs/Link/Link.d.ts +0 -2
  1083. package/dist/types/components/nextjs/Link/index.d.ts +0 -3
  1084. package/dist/types/components/nextjs/LinkProvider/LinkProvider.d.ts +0 -3
  1085. package/dist/types/components/nextjs/LinkProvider/index.d.ts +0 -3
  1086. package/dist/types/components/propTypes/index.d.ts +0 -34
  1087. package/dist/types/lib/propsContext/ClearPropsContext.d.ts +0 -5
  1088. package/dist/types/lib/propsContext/PropsContextProvider.d.ts +0 -8
  1089. package/dist/types/lib/propsContext/dynamicProps/dynamic.d.ts +0 -3
  1090. package/dist/types/lib/propsContext/dynamicProps/resolveDynamicProps.d.ts +0 -4
  1091. package/dist/types/lib/propsContext/dynamicProps/types.d.ts +0 -4
  1092. package/dist/types/lib/propsContext/index.d.ts +0 -5
  1093. package/dist/types/lib/propsContext/mergePropsContext.d.ts +0 -3
  1094. package/dist/types/lib/propsContext/propsContext.d.ts +0 -3081
  1095. package/dist/types/lib/propsContext/types.d.ts +0 -8
  1096. package/dist/types/lib/propsContext/useProps.d.ts +0 -3
  1097. package/dist/types/lib/types/props.d.ts +0 -8
  1098. package/dist/useProps-C7GIMcgB.js +0 -27
  1099. /package/dist/{stylesInit.js → js/globals.js} +0 -0
  1100. /package/dist/{types/components/Avatar/lib/getVariantFromInitials.test.d.ts → js/types/components/Action/Action.test.d.ts} +0 -0
  1101. /package/dist/{types/components/ColumnLayout/lib/getColumns.test.d.ts → js/types/components/Action/models/ActionExecutionBatch.test.d.ts} +0 -0
  1102. /package/dist/{types/components/Icon/lib/extractSvgFromString.test.d.ts → js/types/components/Activity/Activity.test.d.ts} +0 -0
  1103. /package/dist/{types/components/Initials/lib/getInitialsFromString.test.d.ts → js/types/components/Avatar/lib/getColorFromChildren.test.d.ts} +0 -0
  1104. /package/dist/{types → js/types}/components/ColumnLayout/lib/getColumns.d.ts +0 -0
  1105. /package/dist/{types/lib/propsContext/ClearPropsContext.test.d.ts → js/types/components/ColumnLayout/lib/getColumns.test.d.ts} +0 -0
  1106. /package/dist/{types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts → js/types/components/Icon/lib/extractSvgFromString.test.d.ts} +0 -0
  1107. /package/dist/{types → js/types}/components/Initials/lib/getInitialsFromString.d.ts +0 -0
  1108. /package/dist/{types/lib/propsContext/mergePropsContext.test.d.ts → js/types/components/Initials/lib/getInitialsFromString.test.d.ts} +0 -0
  1109. /package/dist/{types/lib/propsContext/useProps.test.d.ts → js/types/components/List/List.test.d.ts} +0 -0
  1110. /package/dist/{types/lib/types/props.test-types.d.ts → js/types/components/List/typedList.test-types.d.ts} +0 -0
  1111. /package/dist/{types → js/types}/components/propTypes/types.d.ts +0 -0
  1112. /package/dist/{types → js/types}/lib/dev/dummyText.d.ts +0 -0
  1113. /package/dist/{types → js/types}/lib/propsContext/dynamicProps/isDynamicProp.d.ts +0 -0
  1114. /package/dist/{types → js/types}/styles/index.d.ts +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,4611 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file. See
4
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [0.1.0-alpha.391](https://github.com/mittwald/flow/compare/0.1.0-alpha.390...0.1.0-alpha.391) (2024-12-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **Avatar:** fix avatar color
11
+ ([#1086](https://github.com/mittwald/flow/issues/1086))
12
+ ([0e9d09e](https://github.com/mittwald/flow/commit/0e9d09e17c6e3a12e6bd204afaf2fb2c1eab79ab))
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ # [0.1.0-alpha.390](https://github.com/mittwald/flow/compare/0.1.0-alpha.389...0.1.0-alpha.390) (2024-12-18)
20
+
21
+ ### Features
22
+
23
+ - **ContextMenu:** support switch and selection mode in context menu section
24
+ ([#1051](https://github.com/mittwald/flow/issues/1051))
25
+ ([42c750e](https://github.com/mittwald/flow/commit/42c750e92b17ace552af2d08a41d41b791bd05ef))
26
+
27
+ # Change Log
28
+
29
+ All notable changes to this project will be documented in this file. See
30
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
31
+
32
+ # [0.1.0-alpha.389](https://github.com/mittwald/flow/compare/0.1.0-alpha.388...0.1.0-alpha.389) (2024-12-18)
33
+
34
+ **Note:** Version bump only for package @mittwald/flow-react-components
35
+
36
+ # Change Log
37
+
38
+ All notable changes to this project will be documented in this file. See
39
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
40
+
41
+ # [0.1.0-alpha.388](https://github.com/mittwald/flow/compare/0.1.0-alpha.387...0.1.0-alpha.388) (2024-12-18)
42
+
43
+ ### Features
44
+
45
+ - **Table:** support row header
46
+ ([#1058](https://github.com/mittwald/flow/issues/1058))
47
+ ([b73cfdd](https://github.com/mittwald/flow/commit/b73cfdd0d5603846c7ae0ad1882453ad58e1d6d2))
48
+
49
+ # Change Log
50
+
51
+ All notable changes to this project will be documented in this file. See
52
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
53
+
54
+ # [0.1.0-alpha.387](https://github.com/mittwald/flow/compare/0.1.0-alpha.386...0.1.0-alpha.387) (2024-12-18)
55
+
56
+ **Note:** Version bump only for package @mittwald/flow-react-components
57
+
58
+ # Change Log
59
+
60
+ All notable changes to this project will be documented in this file. See
61
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
62
+
63
+ # [0.1.0-alpha.386](https://github.com/mittwald/flow/compare/0.1.0-alpha.385...0.1.0-alpha.386) (2024-12-18)
64
+
65
+ ### Features
66
+
67
+ - **List:** add auto submit to search
68
+ ([#1069](https://github.com/mittwald/flow/issues/1069))
69
+ ([93bb0d6](https://github.com/mittwald/flow/commit/93bb0d6d8f6b87347e7aad1e61e5a99ad2556b4c))
70
+
71
+ # Change Log
72
+
73
+ All notable changes to this project will be documented in this file. See
74
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
75
+
76
+ # [0.1.0-alpha.385](https://github.com/mittwald/flow/compare/0.1.0-alpha.384...0.1.0-alpha.385) (2024-12-18)
77
+
78
+ ### Features
79
+
80
+ - **List:** update search field size
81
+ ([#1068](https://github.com/mittwald/flow/issues/1068))
82
+ ([22e7008](https://github.com/mittwald/flow/commit/22e7008e0047fab8a5bda8afe8d6655fabfee2a7))
83
+
84
+ # Change Log
85
+
86
+ All notable changes to this project will be documented in this file. See
87
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
88
+
89
+ # [0.1.0-alpha.384](https://github.com/mittwald/flow/compare/0.1.0-alpha.383...0.1.0-alpha.384) (2024-12-18)
90
+
91
+ ### Bug Fixes
92
+
93
+ - **List:** fix responsive list item
94
+ ([#1059](https://github.com/mittwald/flow/issues/1059))
95
+ ([a8fc2db](https://github.com/mittwald/flow/commit/a8fc2db6e0c19b77ebcd6c103770b301c836a780))
96
+
97
+ # Change Log
98
+
99
+ All notable changes to this project will be documented in this file. See
100
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
101
+
102
+ # [0.1.0-alpha.383](https://github.com/mittwald/flow/compare/0.1.0-alpha.382...0.1.0-alpha.383) (2024-12-18)
103
+
104
+ **Note:** Version bump only for package @mittwald/flow-react-components
105
+
106
+ # Change Log
107
+
108
+ All notable changes to this project will be documented in this file. See
109
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
110
+
111
+ # [0.1.0-alpha.382](https://github.com/mittwald/flow/compare/0.1.0-alpha.381...0.1.0-alpha.382) (2024-12-18)
112
+
113
+ ### Bug Fixes
114
+
115
+ - **List:** fix error when using defaultValues
116
+ ([#1082](https://github.com/mittwald/flow/issues/1082))
117
+ ([68ec508](https://github.com/mittwald/flow/commit/68ec508b2a7cc3c9594212c1e80dc1af3ce47ce7))
118
+
119
+ # Change Log
120
+
121
+ All notable changes to this project will be documented in this file. See
122
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
123
+
124
+ # [0.1.0-alpha.381](https://github.com/mittwald/flow/compare/0.1.0-alpha.380...0.1.0-alpha.381) (2024-12-17)
125
+
126
+ ### Bug Fixes
127
+
128
+ - tabler icon chunks ([#1077](https://github.com/mittwald/flow/issues/1077))
129
+ ([7d4ba58](https://github.com/mittwald/flow/commit/7d4ba58545e2f128fc7e8f8f99f0e5784089860c))
130
+
131
+ # Change Log
132
+
133
+ All notable changes to this project will be documented in this file. See
134
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
135
+
136
+ # [0.1.0-alpha.380](https://github.com/mittwald/flow/compare/0.1.0-alpha.379...0.1.0-alpha.380) (2024-12-12)
137
+
138
+ ### Bug Fixes
139
+
140
+ - **docs:** layout of the footer component
141
+ ([#1036](https://github.com/mittwald/flow/issues/1036))
142
+ ([d8adfa4](https://github.com/mittwald/flow/commit/d8adfa4c8d67b2cb40356b6d932f3d72f59a3bce))
143
+
144
+ # Change Log
145
+
146
+ All notable changes to this project will be documented in this file. See
147
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
148
+
149
+ # [0.1.0-alpha.379](https://github.com/mittwald/flow/compare/0.1.0-alpha.378...0.1.0-alpha.379) (2024-12-11)
150
+
151
+ **Note:** Version bump only for package @mittwald/flow-react-components
152
+
153
+ # Change Log
154
+
155
+ All notable changes to this project will be documented in this file. See
156
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
157
+
158
+ # [0.1.0-alpha.378](https://github.com/mittwald/flow/compare/0.1.0-alpha.377...0.1.0-alpha.378) (2024-12-11)
159
+
160
+ **Note:** Version bump only for package @mittwald/flow-react-components
161
+
162
+ # Change Log
163
+
164
+ All notable changes to this project will be documented in this file. See
165
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
166
+
167
+ # [0.1.0-alpha.377](https://github.com/mittwald/flow/compare/0.1.0-alpha.376...0.1.0-alpha.377) (2024-12-11)
168
+
169
+ ### Features
170
+
171
+ - **Icon:** add vertical context menu icon and password icon
172
+ ([#1048](https://github.com/mittwald/flow/issues/1048))
173
+ ([4d189a8](https://github.com/mittwald/flow/commit/4d189a8f2e363f813d23a1daf3bcbfdc35cf8ddb))
174
+
175
+ # Change Log
176
+
177
+ All notable changes to this project will be documented in this file. See
178
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
179
+
180
+ # [0.1.0-alpha.376](https://github.com/mittwald/flow/compare/0.1.0-alpha.375...0.1.0-alpha.376) (2024-12-11)
181
+
182
+ **Note:** Version bump only for package @mittwald/flow-react-components
183
+
184
+ # Change Log
185
+
186
+ All notable changes to this project will be documented in this file. See
187
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
188
+
189
+ # [0.1.0-alpha.375](https://github.com/mittwald/flow/compare/0.1.0-alpha.374...0.1.0-alpha.375) (2024-12-11)
190
+
191
+ **Note:** Version bump only for package @mittwald/flow-react-components
192
+
193
+ # Change Log
194
+
195
+ All notable changes to this project will be documented in this file. See
196
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
197
+
198
+ # [0.1.0-alpha.374](https://github.com/mittwald/flow/compare/0.1.0-alpha.373...0.1.0-alpha.374) (2024-12-10)
199
+
200
+ **Note:** Version bump only for package @mittwald/flow-react-components
201
+
202
+ # Change Log
203
+
204
+ All notable changes to this project will be documented in this file. See
205
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
206
+
207
+ # [0.1.0-alpha.373](https://github.com/mittwald/flow/compare/0.1.0-alpha.372...0.1.0-alpha.373) (2024-12-10)
208
+
209
+ **Note:** Version bump only for package @mittwald/flow-react-components
210
+
211
+ # Change Log
212
+
213
+ All notable changes to this project will be documented in this file. See
214
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
215
+
216
+ # [0.1.0-alpha.372](https://github.com/mittwald/flow/compare/0.1.0-alpha.371...0.1.0-alpha.372) (2024-12-10)
217
+
218
+ **Note:** Version bump only for package @mittwald/flow-react-components
219
+
220
+ # Change Log
221
+
222
+ All notable changes to this project will be documented in this file. See
223
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
224
+
225
+ # [0.1.0-alpha.371](https://github.com/mittwald/flow/compare/0.1.0-alpha.370...0.1.0-alpha.371) (2024-12-10)
226
+
227
+ ### Bug Fixes
228
+
229
+ - **Modal:** fix mobile off canvas
230
+ ([#1055](https://github.com/mittwald/flow/issues/1055))
231
+ ([eb20386](https://github.com/mittwald/flow/commit/eb203862e3a9b9a30f7adeb3903eba385bd5c5f5))
232
+
233
+ # Change Log
234
+
235
+ All notable changes to this project will be documented in this file. See
236
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
237
+
238
+ # [0.1.0-alpha.370](https://github.com/mittwald/flow/compare/0.1.0-alpha.369...0.1.0-alpha.370) (2024-12-10)
239
+
240
+ ### Bug Fixes
241
+
242
+ - **FieldError:** fix field error alignment
243
+ ([#1057](https://github.com/mittwald/flow/issues/1057))
244
+ ([c77a656](https://github.com/mittwald/flow/commit/c77a6567ed9f7da8609a70cffc63af69c3f1ecbb))
245
+
246
+ # Change Log
247
+
248
+ All notable changes to this project will be documented in this file. See
249
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
250
+
251
+ # [0.1.0-alpha.369](https://github.com/mittwald/flow/compare/0.1.0-alpha.368...0.1.0-alpha.369) (2024-12-09)
252
+
253
+ **Note:** Version bump only for package @mittwald/flow-react-components
254
+
255
+ # Change Log
256
+
257
+ All notable changes to this project will be documented in this file. See
258
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
259
+
260
+ # [0.1.0-alpha.368](https://github.com/mittwald/flow/compare/0.1.0-alpha.367...0.1.0-alpha.368) (2024-12-06)
261
+
262
+ ### Features
263
+
264
+ - **Icon:** add autoresponder icon
265
+ ([#1047](https://github.com/mittwald/flow/issues/1047))
266
+ ([128f63f](https://github.com/mittwald/flow/commit/128f63f4d68905e7c36643c53cff8dd9a52f4bb3))
267
+
268
+ # Change Log
269
+
270
+ All notable changes to this project will be documented in this file. See
271
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
272
+
273
+ # [0.1.0-alpha.367](https://github.com/mittwald/flow/compare/0.1.0-alpha.366...0.1.0-alpha.367) (2024-12-06)
274
+
275
+ ### Features
276
+
277
+ - **Align:** support text and copy button
278
+ ([#1046](https://github.com/mittwald/flow/issues/1046))
279
+ ([c3a3cb1](https://github.com/mittwald/flow/commit/c3a3cb18e4631c067c9f8877702402b94b8dd131))
280
+
281
+ # Change Log
282
+
283
+ All notable changes to this project will be documented in this file. See
284
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
285
+
286
+ # [0.1.0-alpha.366](https://github.com/mittwald/flow/compare/0.1.0-alpha.365...0.1.0-alpha.366) (2024-12-05)
287
+
288
+ ### Features
289
+
290
+ - **Icon:** add forward icon
291
+ ([#1045](https://github.com/mittwald/flow/issues/1045))
292
+ ([d599c28](https://github.com/mittwald/flow/commit/d599c28075e786f1dc47b4b2a9a0348ff6c0e343))
293
+
294
+ # Change Log
295
+
296
+ All notable changes to this project will be documented in this file. See
297
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
298
+
299
+ # [0.1.0-alpha.365](https://github.com/mittwald/flow/compare/0.1.0-alpha.364...0.1.0-alpha.365) (2024-12-05)
300
+
301
+ ### Bug Fixes
302
+
303
+ - **Modal:** fix close button for confirmation controller
304
+ ([#1042](https://github.com/mittwald/flow/issues/1042))
305
+ ([b64a67e](https://github.com/mittwald/flow/commit/b64a67e24622bfdcf8dee3412cb82eeb767790e3))
306
+
307
+ # Change Log
308
+
309
+ All notable changes to this project will be documented in this file. See
310
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
311
+
312
+ # [0.1.0-alpha.364](https://github.com/mittwald/flow/compare/0.1.0-alpha.363...0.1.0-alpha.364) (2024-12-05)
313
+
314
+ ### Features
315
+
316
+ - **Align:** support input and button
317
+ ([#1040](https://github.com/mittwald/flow/issues/1040))
318
+ ([daacfa8](https://github.com/mittwald/flow/commit/daacfa8e854764210955fd82bce6128f37116c82))
319
+
320
+ # Change Log
321
+
322
+ All notable changes to this project will be documented in this file. See
323
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
324
+
325
+ # [0.1.0-alpha.363](https://github.com/mittwald/flow/compare/0.1.0-alpha.362...0.1.0-alpha.363) (2024-12-04)
326
+
327
+ ### Bug Fixes
328
+
329
+ - **Section:** fix section separator
330
+ ([#1039](https://github.com/mittwald/flow/issues/1039))
331
+ ([a94eca5](https://github.com/mittwald/flow/commit/a94eca566df23aa508691503614f8731de8adbdf))
332
+
333
+ # Change Log
334
+
335
+ All notable changes to this project will be documented in this file. See
336
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
337
+
338
+ # [0.1.0-alpha.362](https://github.com/mittwald/flow/compare/0.1.0-alpha.361...0.1.0-alpha.362) (2024-12-04)
339
+
340
+ **Note:** Version bump only for package @mittwald/flow-react-components
341
+
342
+ # Change Log
343
+
344
+ All notable changes to this project will be documented in this file. See
345
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
346
+
347
+ # [0.1.0-alpha.361](https://github.com/mittwald/flow/compare/0.1.0-alpha.360...0.1.0-alpha.361) (2024-11-28)
348
+
349
+ **Note:** Version bump only for package @mittwald/flow-react-components
350
+
351
+ # Change Log
352
+
353
+ All notable changes to this project will be documented in this file. See
354
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
355
+
356
+ # [0.1.0-alpha.360](https://github.com/mittwald/flow/compare/0.1.0-alpha.359...0.1.0-alpha.360) (2024-11-28)
357
+
358
+ **Note:** Version bump only for package @mittwald/flow-react-components
359
+
360
+ # Change Log
361
+
362
+ All notable changes to this project will be documented in this file. See
363
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
364
+
365
+ # [0.1.0-alpha.359](https://github.com/mittwald/flow/compare/0.1.0-alpha.358...0.1.0-alpha.359) (2024-11-28)
366
+
367
+ ### Features
368
+
369
+ - **Message:** add message component
370
+ ([#1004](https://github.com/mittwald/flow/issues/1004))
371
+ ([dcecea5](https://github.com/mittwald/flow/commit/dcecea54bafde3ef6812d2c62ac78875d4fbc32f))
372
+
373
+ # Change Log
374
+
375
+ All notable changes to this project will be documented in this file. See
376
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
377
+
378
+ # [0.1.0-alpha.358](https://github.com/mittwald/flow/compare/0.1.0-alpha.357...0.1.0-alpha.358) (2024-11-27)
379
+
380
+ ### Bug Fixes
381
+
382
+ - **ActionGroup:** adjusted the primary buttons position
383
+ ([#976](https://github.com/mittwald/flow/issues/976))
384
+ ([003da76](https://github.com/mittwald/flow/commit/003da76657e07346847f153304b585746cc83f12))
385
+ - fix compilation error
386
+ ([2855ea5](https://github.com/mittwald/flow/commit/2855ea56c73e31a9c4396f5d26e45ce39b59e905))
387
+
388
+ # Change Log
389
+
390
+ All notable changes to this project will be documented in this file. See
391
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
392
+
393
+ # [0.1.0-alpha.357](https://github.com/mittwald/flow/compare/0.1.0-alpha.356...0.1.0-alpha.357) (2024-11-26)
394
+
395
+ **Note:** Version bump only for package @mittwald/flow-react-components
396
+
397
+ # Change Log
398
+
399
+ All notable changes to this project will be documented in this file. See
400
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
401
+
402
+ # [0.1.0-alpha.356](https://github.com/mittwald/flow/compare/0.1.0-alpha.355...0.1.0-alpha.356) (2024-11-26)
403
+
404
+ ### Features
405
+
406
+ - **ContextMenu:** support Avatar in ContextMenu
407
+ ([#1003](https://github.com/mittwald/flow/issues/1003))
408
+ ([5f03c84](https://github.com/mittwald/flow/commit/5f03c8441cb67ff5248457fbe2ba5697f5e0b1c4))
409
+
410
+ # Change Log
411
+
412
+ All notable changes to this project will be documented in this file. See
413
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
414
+
415
+ # [0.1.0-alpha.355](https://github.com/mittwald/flow/compare/0.1.0-alpha.354...0.1.0-alpha.355) (2024-11-26)
416
+
417
+ ### Bug Fixes
418
+
419
+ - **List:** list item without action should not have a hover effect
420
+ ([#999](https://github.com/mittwald/flow/issues/999))
421
+ ([2dc94b8](https://github.com/mittwald/flow/commit/2dc94b8b9da0c207e38186e65c2693c1e31a5bf1))
422
+
423
+ # Change Log
424
+
425
+ All notable changes to this project will be documented in this file. See
426
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
427
+
428
+ # [0.1.0-alpha.354](https://github.com/mittwald/flow/compare/0.1.0-alpha.353...0.1.0-alpha.354) (2024-11-25)
429
+
430
+ ### Bug Fixes
431
+
432
+ - **Notification:** Add Suspense to NotificationContainer
433
+ ([#1002](https://github.com/mittwald/flow/issues/1002))
434
+ ([843b8ed](https://github.com/mittwald/flow/commit/843b8ed1816bce2a2af3187504b7b108fdae75a0))
435
+
436
+ # Change Log
437
+
438
+ All notable changes to this project will be documented in this file. See
439
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
440
+
441
+ # [0.1.0-alpha.353](https://github.com/mittwald/flow/compare/0.1.0-alpha.352...0.1.0-alpha.353) (2024-11-25)
442
+
443
+ ### Features
444
+
445
+ - **NotificationProvider:** export NotificationController types
446
+ ([#998](https://github.com/mittwald/flow/issues/998))
447
+ ([f1618ce](https://github.com/mittwald/flow/commit/f1618ced26fa5fafb73e344fa856651e4fd92f9d))
448
+
449
+ # Change Log
450
+
451
+ All notable changes to this project will be documented in this file. See
452
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
453
+
454
+ # [0.1.0-alpha.352](https://github.com/mittwald/flow/compare/0.1.0-alpha.351...0.1.0-alpha.352) (2024-11-19)
455
+
456
+ ### Features
457
+
458
+ - **Markdown:** Add Markdown component
459
+ ([#993](https://github.com/mittwald/flow/issues/993))
460
+ ([f290a82](https://github.com/mittwald/flow/commit/f290a827f0dd4065ad987c2572840233be064692))
461
+
462
+ # Change Log
463
+
464
+ All notable changes to this project will be documented in this file. See
465
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
466
+
467
+ # [0.1.0-alpha.351](https://github.com/mittwald/flow/compare/0.1.0-alpha.350...0.1.0-alpha.351) (2024-11-19)
468
+
469
+ ### Features
470
+
471
+ - **Align:** add Align component
472
+ ([d552a3a](https://github.com/mittwald/flow/commit/d552a3a9178f718f45f70df174f346d109856f58))
473
+ - **List:** add option to toggle list details
474
+ ([1bc22a4](https://github.com/mittwald/flow/commit/1bc22a4d4b87d77ee5dd1af7bded7331ceaeff12))
475
+
476
+ # Change Log
477
+
478
+ All notable changes to this project will be documented in this file. See
479
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
480
+
481
+ # [0.1.0-alpha.350](https://github.com/mittwald/flow/compare/0.1.0-alpha.349...0.1.0-alpha.350) (2024-11-19)
482
+
483
+ ### Bug Fixes
484
+
485
+ - **LightBox:** fix LightBox controller
486
+ ([5cc4507](https://github.com/mittwald/flow/commit/5cc4507745997e7fa9b5a8e2d2a941c7c72d2e35))
487
+ - **LightBox:** fix LightBox controller
488
+ ([f3e84af](https://github.com/mittwald/flow/commit/f3e84af39e6d927f1bcdd4f0e9d513ff4e2a658b))
489
+
490
+ # Change Log
491
+
492
+ All notable changes to this project will be documented in this file. See
493
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
494
+
495
+ # [0.1.0-alpha.349](https://github.com/mittwald/flow/compare/0.1.0-alpha.348...0.1.0-alpha.349) (2024-11-18)
496
+
497
+ ### Features
498
+
499
+ - **LightBox:** add LightBox component
500
+ ([#972](https://github.com/mittwald/flow/issues/972))
501
+ ([b648941](https://github.com/mittwald/flow/commit/b64894173863aa4f8b1b14ba0a15bf71831d498f))
502
+
503
+ # Change Log
504
+
505
+ All notable changes to this project will be documented in this file. See
506
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
507
+
508
+ # [0.1.0-alpha.348](https://github.com/mittwald/flow/compare/0.1.0-alpha.347...0.1.0-alpha.348) (2024-11-18)
509
+
510
+ ### Bug Fixes
511
+
512
+ - **Field:** fix Select is not updating its value
513
+ ([#977](https://github.com/mittwald/flow/issues/977))
514
+ ([1adecf5](https://github.com/mittwald/flow/commit/1adecf539c9c0fe46537d6fcd87f82968860eed8))
515
+ - **List:** fix initial loading also visible on reload
516
+ ([#978](https://github.com/mittwald/flow/issues/978))
517
+ ([e4307cd](https://github.com/mittwald/flow/commit/e4307cd9823ed9e1b3982a1edee81654a14e353b))
518
+
519
+ # Change Log
520
+
521
+ All notable changes to this project will be documented in this file. See
522
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
523
+
524
+ # [0.1.0-alpha.347](https://github.com/mittwald/flow/compare/0.1.0-alpha.346...0.1.0-alpha.347) (2024-11-15)
525
+
526
+ **Note:** Version bump only for package @mittwald/flow-react-components
527
+
528
+ # Change Log
529
+
530
+ All notable changes to this project will be documented in this file. See
531
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
532
+
533
+ # [0.1.0-alpha.346](https://github.com/mittwald/flow/compare/0.1.0-alpha.345...0.1.0-alpha.346) (2024-11-14)
534
+
535
+ ### Bug Fixes
536
+
537
+ - **OverlayController:** fix overlayController handler management
538
+ ([cfd55bf](https://github.com/mittwald/flow/commit/cfd55bf9075a445f2bd6c48d36a0274d0bc32f2f))
539
+
540
+ # Change Log
541
+
542
+ All notable changes to this project will be documented in this file. See
543
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
544
+
545
+ # [0.1.0-alpha.345](https://github.com/mittwald/flow/compare/0.1.0-alpha.344...0.1.0-alpha.345) (2024-11-14)
546
+
547
+ **Note:** Version bump only for package @mittwald/flow-react-components
548
+
549
+ # Change Log
550
+
551
+ All notable changes to this project will be documented in this file. See
552
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
553
+
554
+ # [0.1.0-alpha.344](https://github.com/mittwald/flow/compare/0.1.0-alpha.343...0.1.0-alpha.344) (2024-11-12)
555
+
556
+ **Note:** Version bump only for package @mittwald/flow-react-components
557
+
558
+ # Change Log
559
+
560
+ All notable changes to this project will be documented in this file. See
561
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
562
+
563
+ # [0.1.0-alpha.343](https://github.com/mittwald/flow/compare/0.1.0-alpha.342...0.1.0-alpha.343) (2024-11-12)
564
+
565
+ **Note:** Version bump only for package @mittwald/flow-react-components
566
+
567
+ # Change Log
568
+
569
+ All notable changes to this project will be documented in this file. See
570
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
571
+
572
+ # [0.1.0-alpha.342](https://github.com/mittwald/flow/compare/0.1.0-alpha.341...0.1.0-alpha.342) (2024-11-12)
573
+
574
+ **Note:** Version bump only for package @mittwald/flow-react-components
575
+
576
+ # Change Log
577
+
578
+ All notable changes to this project will be documented in this file. See
579
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
580
+
581
+ # [0.1.0-alpha.341](https://github.com/mittwald/flow/compare/0.1.0-alpha.340...0.1.0-alpha.341) (2024-11-12)
582
+
583
+ **Note:** Version bump only for package @mittwald/flow-react-components
584
+
585
+ # Change Log
586
+
587
+ All notable changes to this project will be documented in this file. See
588
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
589
+
590
+ # [0.1.0-alpha.340](https://github.com/mittwald/flow/compare/0.1.0-alpha.339...0.1.0-alpha.340) (2024-11-11)
591
+
592
+ ### Bug Fixes
593
+
594
+ - **Notification:** Also call onClose handler from notification component props
595
+ if notification comes from an NotificationProvider
596
+ ([29bc5f0](https://github.com/mittwald/flow/commit/29bc5f01f151a7889912e24e889ecb2efe3c210a))
597
+
598
+ # Change Log
599
+
600
+ All notable changes to this project will be documented in this file. See
601
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
602
+
603
+ # [0.1.0-alpha.339](https://github.com/mittwald/flow/compare/0.1.0-alpha.338...0.1.0-alpha.339) (2024-11-11)
604
+
605
+ **Note:** Version bump only for package @mittwald/flow-react-components
606
+
607
+ # Change Log
608
+
609
+ All notable changes to this project will be documented in this file. See
610
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
611
+
612
+ # [0.1.0-alpha.338](https://github.com/mittwald/flow/compare/0.1.0-alpha.337...0.1.0-alpha.338) (2024-11-08)
613
+
614
+ ### Bug Fixes
615
+
616
+ - **FileCard:** fix padding
617
+ ([97c08af](https://github.com/mittwald/flow/commit/97c08af3c8b5684fc6a5bf5a04782270173311d0))
618
+
619
+ # Change Log
620
+
621
+ All notable changes to this project will be documented in this file. See
622
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
623
+
624
+ # [0.1.0-alpha.337](https://github.com/mittwald/flow/compare/0.1.0-alpha.336...0.1.0-alpha.337) (2024-11-08)
625
+
626
+ ### Bug Fixes
627
+
628
+ - **FileCard:** add background to file card
629
+ ([710a1d1](https://github.com/mittwald/flow/commit/710a1d17eb5db9bed63236773cb2dc904a816bb2))
630
+ - **Link:** dont show icon on unstyled link
631
+ ([ce54e53](https://github.com/mittwald/flow/commit/ce54e53d9162d321272e8cb92b130e67facd2450))
632
+
633
+ # Change Log
634
+
635
+ All notable changes to this project will be documented in this file. See
636
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
637
+
638
+ # [0.1.0-alpha.336](https://github.com/mittwald/flow/compare/0.1.0-alpha.335...0.1.0-alpha.336) (2024-11-07)
639
+
640
+ ### Features
641
+
642
+ - **FileCard:** Add Link and Image to FileCard
643
+ ([#957](https://github.com/mittwald/flow/issues/957))
644
+ ([0543759](https://github.com/mittwald/flow/commit/05437591d71134e87694306c30571aab5b04299f))
645
+
646
+ # Change Log
647
+
648
+ All notable changes to this project will be documented in this file. See
649
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
650
+
651
+ # [0.1.0-alpha.335](https://github.com/mittwald/flow/compare/0.1.0-alpha.334...0.1.0-alpha.335) (2024-11-06)
652
+
653
+ **Note:** Version bump only for package @mittwald/flow-react-components
654
+
655
+ # Change Log
656
+
657
+ All notable changes to this project will be documented in this file. See
658
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
659
+
660
+ # [0.1.0-alpha.334](https://github.com/mittwald/flow/compare/0.1.0-alpha.333...0.1.0-alpha.334) (2024-11-06)
661
+
662
+ **Note:** Version bump only for package @mittwald/flow-react-components
663
+
664
+ # Change Log
665
+
666
+ All notable changes to this project will be documented in this file. See
667
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
668
+
669
+ # [0.1.0-alpha.333](https://github.com/mittwald/flow/compare/0.1.0-alpha.332...0.1.0-alpha.333) (2024-11-06)
670
+
671
+ ### Bug Fixes
672
+
673
+ - **Separator:** fix border style
674
+ ([1fa455c](https://github.com/mittwald/flow/commit/1fa455c479c4767b5cd79f3d47512fec6e8633d4))
675
+
676
+ # Change Log
677
+
678
+ All notable changes to this project will be documented in this file. See
679
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
680
+
681
+ # [0.1.0-alpha.332](https://github.com/mittwald/flow/compare/0.1.0-alpha.331...0.1.0-alpha.332) (2024-11-06)
682
+
683
+ **Note:** Version bump only for package @mittwald/flow-react-components
684
+
685
+ # Change Log
686
+
687
+ All notable changes to this project will be documented in this file. See
688
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
689
+
690
+ # [0.1.0-alpha.331](https://github.com/mittwald/flow/compare/0.1.0-alpha.330...0.1.0-alpha.331) (2024-11-06)
691
+
692
+ ### Bug Fixes
693
+
694
+ - next js link can not be disabled
695
+ ([#948](https://github.com/mittwald/flow/issues/948))
696
+ ([841f280](https://github.com/mittwald/flow/commit/841f280d7267c57f65e286a81b1c06d10728c427))
697
+
698
+ # Change Log
699
+
700
+ All notable changes to this project will be documented in this file. See
701
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
702
+
703
+ # [0.1.0-alpha.330](https://github.com/mittwald/flow/compare/0.1.0-alpha.328...0.1.0-alpha.330) (2024-11-06)
704
+
705
+ ### Bug Fixes
706
+
707
+ - **CodeBlock:** Placement of the Copy Button
708
+ ([#947](https://github.com/mittwald/flow/issues/947))
709
+ ([fa9e494](https://github.com/mittwald/flow/commit/fa9e49416a767f8de402b0c9f9c81b1a2ef4dfc2))
710
+
711
+ # Change Log
712
+
713
+ All notable changes to this project will be documented in this file. See
714
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
715
+
716
+ # [0.1.0-alpha.329](https://github.com/mittwald/flow/compare/0.1.0-alpha.328...0.1.0-alpha.329) (2024-11-06)
717
+
718
+ ### Bug Fixes
719
+
720
+ - **CodeBlock:** Placement of the Copy Button
721
+ ([#947](https://github.com/mittwald/flow/issues/947))
722
+ ([fa9e494](https://github.com/mittwald/flow/commit/fa9e49416a767f8de402b0c9f9c81b1a2ef4dfc2))
723
+
724
+ # Change Log
725
+
726
+ All notable changes to this project will be documented in this file. See
727
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
728
+
729
+ # [0.1.0-alpha.328](https://github.com/mittwald/flow/compare/0.1.0-alpha.327...0.1.0-alpha.328) (2024-11-05)
730
+
731
+ **Note:** Version bump only for package @mittwald/flow-react-components
732
+
733
+ # Change Log
734
+
735
+ All notable changes to this project will be documented in this file. See
736
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
737
+
738
+ # [0.1.0-alpha.327](https://github.com/mittwald/flow/compare/0.1.0-alpha.326...0.1.0-alpha.327) (2024-11-05)
739
+
740
+ **Note:** Version bump only for package @mittwald/flow-react-components
741
+
742
+ # Change Log
743
+
744
+ All notable changes to this project will be documented in this file. See
745
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
746
+
747
+ # [0.1.0-alpha.326](https://github.com/mittwald/flow/compare/0.1.0-alpha.325...0.1.0-alpha.326) (2024-11-05)
748
+
749
+ **Note:** Version bump only for package @mittwald/flow-react-components
750
+
751
+ # Change Log
752
+
753
+ All notable changes to this project will be documented in this file. See
754
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
755
+
756
+ # [0.1.0-alpha.325](https://github.com/mittwald/flow/compare/0.1.0-alpha.324...0.1.0-alpha.325) (2024-11-05)
757
+
758
+ **Note:** Version bump only for package @mittwald/flow-react-components
759
+
760
+ # Change Log
761
+
762
+ All notable changes to this project will be documented in this file. See
763
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
764
+
765
+ # [0.1.0-alpha.324](https://github.com/mittwald/flow/compare/0.1.0-alpha.323...0.1.0-alpha.324) (2024-11-05)
766
+
767
+ **Note:** Version bump only for package @mittwald/flow-react-components
768
+
769
+ # Change Log
770
+
771
+ All notable changes to this project will be documented in this file. See
772
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
773
+
774
+ # [0.1.0-alpha.323](https://github.com/mittwald/flow/compare/0.1.0-alpha.322...0.1.0-alpha.323) (2024-11-05)
775
+
776
+ ### Bug Fixes
777
+
778
+ - **FileCard:** fix overflow
779
+ ([5ce52e7](https://github.com/mittwald/flow/commit/5ce52e7d74b163e7e4ef8f6cdf6816bbc3c1763e))
780
+
781
+ # Change Log
782
+
783
+ All notable changes to this project will be documented in this file. See
784
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
785
+
786
+ # [0.1.0-alpha.322](https://github.com/mittwald/flow/compare/0.1.0-alpha.321...0.1.0-alpha.322) (2024-11-04)
787
+
788
+ ### Bug Fixes
789
+
790
+ - **Activity:** children are not correctly suspended
791
+ ([e65a0f3](https://github.com/mittwald/flow/commit/e65a0f3dd9e1ace95ea4a3aed9b96e3bde643106))
792
+
793
+ # Change Log
794
+
795
+ All notable changes to this project will be documented in this file. See
796
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
797
+
798
+ # [0.1.0-alpha.321](https://github.com/mittwald/flow/compare/0.1.0-alpha.320...0.1.0-alpha.321) (2024-11-04)
799
+
800
+ **Note:** Version bump only for package @mittwald/flow-react-components
801
+
802
+ # Change Log
803
+
804
+ All notable changes to this project will be documented in this file. See
805
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
806
+
807
+ # [0.1.0-alpha.320](https://github.com/mittwald/flow/compare/0.1.0-alpha.319...0.1.0-alpha.320) (2024-11-04)
808
+
809
+ **Note:** Version bump only for package @mittwald/flow-react-components
810
+
811
+ # Change Log
812
+
813
+ All notable changes to this project will be documented in this file. See
814
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
815
+
816
+ # [0.1.0-alpha.319](https://github.com/mittwald/flow/compare/0.1.0-alpha.318...0.1.0-alpha.319) (2024-11-04)
817
+
818
+ ### Features
819
+
820
+ - **FileCard:** add file card component
821
+ ([7cd379a](https://github.com/mittwald/flow/commit/7cd379a30dc93f28d743ec6e8f9c8f2fbc7731bd))
822
+
823
+ # Change Log
824
+
825
+ All notable changes to this project will be documented in this file. See
826
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
827
+
828
+ # [0.1.0-alpha.318](https://github.com/mittwald/flow/compare/0.1.0-alpha.317...0.1.0-alpha.318) (2024-11-04)
829
+
830
+ **Note:** Version bump only for package @mittwald/flow-react-components
831
+
832
+ # Change Log
833
+
834
+ All notable changes to this project will be documented in this file. See
835
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
836
+
837
+ # [0.1.0-alpha.317](https://github.com/mittwald/flow/compare/0.1.0-alpha.316...0.1.0-alpha.317) (2024-10-31)
838
+
839
+ **Note:** Version bump only for package @mittwald/flow-react-components
840
+
841
+ # Change Log
842
+
843
+ All notable changes to this project will be documented in this file. See
844
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
845
+
846
+ # [0.1.0-alpha.316](https://github.com/mittwald/flow/compare/0.1.0-alpha.315...0.1.0-alpha.316) (2024-10-31)
847
+
848
+ **Note:** Version bump only for package @mittwald/flow-react-components
849
+
850
+ # Change Log
851
+
852
+ All notable changes to this project will be documented in this file. See
853
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
854
+
855
+ # [0.1.0-alpha.315](https://github.com/mittwald/flow/compare/0.1.0-alpha.314...0.1.0-alpha.315) (2024-10-31)
856
+
857
+ **Note:** Version bump only for package @mittwald/flow-react-components
858
+
859
+ # Change Log
860
+
861
+ All notable changes to this project will be documented in this file. See
862
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
863
+
864
+ # [0.1.0-alpha.314](https://github.com/mittwald/flow/compare/0.1.0-alpha.313...0.1.0-alpha.314) (2024-10-30)
865
+
866
+ **Note:** Version bump only for package @mittwald/flow-react-components
867
+
868
+ # Change Log
869
+
870
+ All notable changes to this project will be documented in this file. See
871
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
872
+
873
+ # [0.1.0-alpha.313](https://github.com/mittwald/flow/compare/0.1.0-alpha.312...0.1.0-alpha.313) (2024-10-30)
874
+
875
+ ### Features
876
+
877
+ - add FileField component
878
+ ([80bdb43](https://github.com/mittwald/flow/commit/80bdb43a1ad4b29a8eb5ff83220b6fda91e38324))
879
+
880
+ # Change Log
881
+
882
+ All notable changes to this project will be documented in this file. See
883
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
884
+
885
+ # [0.1.0-alpha.312](https://github.com/mittwald/flow/compare/0.1.0-alpha.311...0.1.0-alpha.312) (2024-10-30)
886
+
887
+ ### Bug Fixes
888
+
889
+ - **Accordion:** fix spacing
890
+ ([#923](https://github.com/mittwald/flow/issues/923))
891
+ ([8d4a450](https://github.com/mittwald/flow/commit/8d4a450a7be7bd089afa302ccc553bd5f0bb62c9))
892
+
893
+ # Change Log
894
+
895
+ All notable changes to this project will be documented in this file. See
896
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
897
+
898
+ # [0.1.0-alpha.311](https://github.com/mittwald/flow/compare/0.1.0-alpha.310...0.1.0-alpha.311) (2024-10-30)
899
+
900
+ ### Bug Fixes
901
+
902
+ - **docs:** develop tab rendering
903
+ ([1c63f84](https://github.com/mittwald/flow/commit/1c63f84c742efa8e7d8c21bc65c6f815fca24a41))
904
+
905
+ # Change Log
906
+
907
+ All notable changes to this project will be documented in this file. See
908
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
909
+
910
+ # [0.1.0-alpha.310](https://github.com/mittwald/flow/compare/0.1.0-alpha.309...0.1.0-alpha.310) (2024-10-30)
911
+
912
+ ### Features
913
+
914
+ - **docs:** Develop tab with properties table of the component
915
+ ([#920](https://github.com/mittwald/flow/issues/920))
916
+ ([0ead16a](https://github.com/mittwald/flow/commit/0ead16ac7b03b1da7e167f62c62d1762d7bbb45e))
917
+
918
+ # Change Log
919
+
920
+ All notable changes to this project will be documented in this file. See
921
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
922
+
923
+ # [0.1.0-alpha.309](https://github.com/mittwald/flow/compare/0.1.0-alpha.308...0.1.0-alpha.309) (2024-10-30)
924
+
925
+ **Note:** Version bump only for package @mittwald/flow-react-components
926
+
927
+ # Change Log
928
+
929
+ All notable changes to this project will be documented in this file. See
930
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
931
+
932
+ # [0.1.0-alpha.308](https://github.com/mittwald/flow/compare/0.1.0-alpha.307...0.1.0-alpha.308) (2024-10-29)
933
+
934
+ **Note:** Version bump only for package @mittwald/flow-react-components
935
+
936
+ # Change Log
937
+
938
+ All notable changes to this project will be documented in this file. See
939
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
940
+
941
+ # [0.1.0-alpha.307](https://github.com/mittwald/flow/compare/0.1.0-alpha.306...0.1.0-alpha.307) (2024-10-29)
942
+
943
+ ### Features
944
+
945
+ - **Section:** support contextual help in section header
946
+ ([88f009c](https://github.com/mittwald/flow/commit/88f009c670f7a9ca9752c8c36098ac0d6c938d2f))
947
+ - **Section:** support contextual help in section header
948
+ ([33fcc6e](https://github.com/mittwald/flow/commit/33fcc6ef99f3976d1c12c1a78595dda35bda97cc))
949
+ - **Section:** support contextual help in section header
950
+ ([29577cc](https://github.com/mittwald/flow/commit/29577cc04fe59e80407d0c7795567c131ba3b957))
951
+ - **Section:** support contextual help in section header
952
+ ([054155d](https://github.com/mittwald/flow/commit/054155d5e8b3ea2b4e03b25d53e92234c5111148))
953
+ - **Section:** support contextual help in section header
954
+ ([2f29e19](https://github.com/mittwald/flow/commit/2f29e190a9e5002aeed92208e6f56271c5e1baff))
955
+
956
+ # Change Log
957
+
958
+ All notable changes to this project will be documented in this file. See
959
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
960
+
961
+ # [0.1.0-alpha.306](https://github.com/mittwald/flow/compare/0.1.0-alpha.305...0.1.0-alpha.306) (2024-10-28)
962
+
963
+ ### Bug Fixes
964
+
965
+ - **Heading:** fix heading content margin
966
+ ([46da4bb](https://github.com/mittwald/flow/commit/46da4bb900a6f9b07f10299c4fc3cde0a8b9cef0))
967
+
968
+ ### Features
969
+
970
+ - **Heading:** support contextual help
971
+ ([6a21e4a](https://github.com/mittwald/flow/commit/6a21e4a0f94410703a033acebd1ce9c95f154dab))
972
+
973
+ # Change Log
974
+
975
+ All notable changes to this project will be documented in this file. See
976
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
977
+
978
+ # [0.1.0-alpha.305](https://github.com/mittwald/flow/compare/0.1.0-alpha.304...0.1.0-alpha.305) (2024-10-28)
979
+
980
+ ### Bug Fixes
981
+
982
+ - **List:** hide summary in empty list
983
+ ([77f5a54](https://github.com/mittwald/flow/commit/77f5a540cdd77a8b8e93fd14b954b80c2e1be72a))
984
+
985
+ # Change Log
986
+
987
+ All notable changes to this project will be documented in this file. See
988
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
989
+
990
+ # [0.1.0-alpha.304](https://github.com/mittwald/flow/compare/0.1.0-alpha.303...0.1.0-alpha.304) (2024-10-28)
991
+
992
+ ### Bug Fixes
993
+
994
+ - **Select:** fix overflow in select field
995
+ ([c571018](https://github.com/mittwald/flow/commit/c571018830230b2441b97af39eb0d5e42508cd13))
996
+
997
+ ### Features
998
+
999
+ - **Select:** Support numbers in select field
1000
+ ([29a9d21](https://github.com/mittwald/flow/commit/29a9d21baf32f68f2ede56204521a2957797330c))
1001
+
1002
+ # Change Log
1003
+
1004
+ All notable changes to this project will be documented in this file. See
1005
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1006
+
1007
+ # [0.1.0-alpha.303](https://github.com/mittwald/flow/compare/0.1.0-alpha.302...0.1.0-alpha.303) (2024-10-28)
1008
+
1009
+ ### Bug Fixes
1010
+
1011
+ - NumberField applying disabled styles when aria-disabled="false"
1012
+ ([#911](https://github.com/mittwald/flow/issues/911))
1013
+ ([0d20ab3](https://github.com/mittwald/flow/commit/0d20ab383214395f11ce7dda4ac26ba3698ff408))
1014
+
1015
+ # Change Log
1016
+
1017
+ All notable changes to this project will be documented in this file. See
1018
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1019
+
1020
+ # [0.1.0-alpha.302](https://github.com/mittwald/flow/compare/0.1.0-alpha.301...0.1.0-alpha.302) (2024-10-24)
1021
+
1022
+ **Note:** Version bump only for package @mittwald/flow-react-components
1023
+
1024
+ # Change Log
1025
+
1026
+ All notable changes to this project will be documented in this file. See
1027
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1028
+
1029
+ # [0.1.0-alpha.301](https://github.com/mittwald/flow/compare/0.1.0-alpha.300...0.1.0-alpha.301) (2024-10-24)
1030
+
1031
+ **Note:** Version bump only for package @mittwald/flow-react-components
1032
+
1033
+ # Change Log
1034
+
1035
+ All notable changes to this project will be documented in this file. See
1036
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1037
+
1038
+ # [0.1.0-alpha.300](https://github.com/mittwald/flow/compare/0.1.0-alpha.299...0.1.0-alpha.300) (2024-10-24)
1039
+
1040
+ ### Features
1041
+
1042
+ - **IllustratedMessage:** support ActionGroup in IllustratedMessage
1043
+ ([4e9675d](https://github.com/mittwald/flow/commit/4e9675d6e8d3488db9e79f07d43e043aaf7ae75b))
1044
+
1045
+ # Change Log
1046
+
1047
+ All notable changes to this project will be documented in this file. See
1048
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1049
+
1050
+ # [0.1.0-alpha.299](https://github.com/mittwald/flow/compare/0.1.0-alpha.298...0.1.0-alpha.299) (2024-10-23)
1051
+
1052
+ ### Features
1053
+
1054
+ - **Link:** add external link icon to target blank links
1055
+ ([917f0a6](https://github.com/mittwald/flow/commit/917f0a638a41c6dcf969a1b658bef6a0e90c6d91))
1056
+
1057
+ # Change Log
1058
+
1059
+ All notable changes to this project will be documented in this file. See
1060
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1061
+
1062
+ # [0.1.0-alpha.298](https://github.com/mittwald/flow/compare/0.1.0-alpha.297...0.1.0-alpha.298) (2024-10-23)
1063
+
1064
+ **Note:** Version bump only for package @mittwald/flow-react-components
1065
+
1066
+ # Change Log
1067
+
1068
+ All notable changes to this project will be documented in this file. See
1069
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1070
+
1071
+ # [0.1.0-alpha.297](https://github.com/mittwald/flow/compare/0.1.0-alpha.296...0.1.0-alpha.297) (2024-10-22)
1072
+
1073
+ **Note:** Version bump only for package @mittwald/flow-react-components
1074
+
1075
+ # Change Log
1076
+
1077
+ All notable changes to this project will be documented in this file. See
1078
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1079
+
1080
+ # [0.1.0-alpha.296](https://github.com/mittwald/flow/compare/0.1.0-alpha.295...0.1.0-alpha.296) (2024-10-22)
1081
+
1082
+ **Note:** Version bump only for package @mittwald/flow-react-components
1083
+
1084
+ # Change Log
1085
+
1086
+ All notable changes to this project will be documented in this file. See
1087
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1088
+
1089
+ # [0.1.0-alpha.295](https://github.com/mittwald/flow/compare/0.1.0-alpha.294...0.1.0-alpha.295) (2024-10-22)
1090
+
1091
+ ### Features
1092
+
1093
+ - **Section:** add spacing to sub headings in sections
1094
+ ([#890](https://github.com/mittwald/flow/issues/890))
1095
+ ([9710032](https://github.com/mittwald/flow/commit/971003226121d8a577cc7df99ebf15592904021d))
1096
+
1097
+ # Change Log
1098
+
1099
+ All notable changes to this project will be documented in this file. See
1100
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1101
+
1102
+ # [0.1.0-alpha.294](https://github.com/mittwald/flow/compare/0.1.0-alpha.293...0.1.0-alpha.294) (2024-10-22)
1103
+
1104
+ ### Bug Fixes
1105
+
1106
+ - **NumberField:** fix number field overflow
1107
+ ([#873](https://github.com/mittwald/flow/issues/873))
1108
+ ([075a099](https://github.com/mittwald/flow/commit/075a0996670b8a60056a74e09cb91263dbe22256))
1109
+
1110
+ # Change Log
1111
+
1112
+ All notable changes to this project will be documented in this file. See
1113
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1114
+
1115
+ # [0.1.0-alpha.293](https://github.com/mittwald/flow/compare/0.1.0-alpha.292...0.1.0-alpha.293) (2024-10-22)
1116
+
1117
+ **Note:** Version bump only for package @mittwald/flow-react-components
1118
+
1119
+ # Change Log
1120
+
1121
+ All notable changes to this project will be documented in this file. See
1122
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1123
+
1124
+ # [0.1.0-alpha.292](https://github.com/mittwald/flow/compare/0.1.0-alpha.291...0.1.0-alpha.292) (2024-10-21)
1125
+
1126
+ **Note:** Version bump only for package @mittwald/flow-react-components
1127
+
1128
+ # Change Log
1129
+
1130
+ All notable changes to this project will be documented in this file. See
1131
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1132
+
1133
+ # [0.1.0-alpha.291](https://github.com/mittwald/flow/compare/0.1.0-alpha.290...0.1.0-alpha.291) (2024-10-18)
1134
+
1135
+ ### Bug Fixes
1136
+
1137
+ - **NumberField:** fix mobile styles
1138
+ ([#858](https://github.com/mittwald/flow/issues/858))
1139
+ ([f211f9d](https://github.com/mittwald/flow/commit/f211f9d68aed3e5538c4896d6f39afb227799e27))
1140
+ - **ProgressBar:** add translations
1141
+ ([#859](https://github.com/mittwald/flow/issues/859))
1142
+ ([268cd5f](https://github.com/mittwald/flow/commit/268cd5f4c75dfc77b682d4fe0ce4bb8f25b88ce9))
1143
+
1144
+ # Change Log
1145
+
1146
+ All notable changes to this project will be documented in this file. See
1147
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1148
+
1149
+ # [0.1.0-alpha.290](https://github.com/mittwald/flow/compare/0.1.0-alpha.289...0.1.0-alpha.290) (2024-10-18)
1150
+
1151
+ ### Bug Fixes
1152
+
1153
+ - **ContextMenu:** remove width (wrong branch)
1154
+ ([35e0c30](https://github.com/mittwald/flow/commit/35e0c303beadd17d91f7ed0508f8c09a7e38891a))
1155
+
1156
+ ### Features
1157
+
1158
+ - **CodeBlock:** add code block component
1159
+ ([eaca671](https://github.com/mittwald/flow/commit/eaca67168d68334625c3d7e19b33dc83738dc992))
1160
+ - **CodeBlock:** add code block component
1161
+ ([fe0a80e](https://github.com/mittwald/flow/commit/fe0a80e20c0c0350758d74d6a5973f76d471b02e))
1162
+ - **CodeBlock:** add code property
1163
+ ([f0d9006](https://github.com/mittwald/flow/commit/f0d9006d2879db914a891a58aabe2bad7241eede))
1164
+ - **CodeBlock:** add CodeBlock component
1165
+ ([5eefef9](https://github.com/mittwald/flow/commit/5eefef9d37346e82df52a0aae501b7903081dd36))
1166
+ - **CodeBlock:** add custom colors
1167
+ ([ed8b454](https://github.com/mittwald/flow/commit/ed8b4541508383dace50ee43fed8135b7dd7c80a))
1168
+ - **ContextMenu:** add width property
1169
+ ([88f78b8](https://github.com/mittwald/flow/commit/88f78b80f6b4d43edc64cd719b74054d04de6e7f))
1170
+
1171
+ # Change Log
1172
+
1173
+ All notable changes to this project will be documented in this file. See
1174
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1175
+
1176
+ # [0.1.0-alpha.289](https://github.com/mittwald/flow/compare/0.1.0-alpha.288...0.1.0-alpha.289) (2024-10-18)
1177
+
1178
+ **Note:** Version bump only for package @mittwald/flow-react-components
1179
+
1180
+ # Change Log
1181
+
1182
+ All notable changes to this project will be documented in this file. See
1183
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1184
+
1185
+ # [0.1.0-alpha.288](https://github.com/mittwald/flow/compare/0.1.0-alpha.287...0.1.0-alpha.288) (2024-10-17)
1186
+
1187
+ **Note:** Version bump only for package @mittwald/flow-react-components
1188
+
1189
+ # Change Log
1190
+
1191
+ All notable changes to this project will be documented in this file. See
1192
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1193
+
1194
+ # [0.1.0-alpha.287](https://github.com/mittwald/flow/compare/0.1.0-alpha.286...0.1.0-alpha.287) (2024-10-17)
1195
+
1196
+ **Note:** Version bump only for package @mittwald/flow-react-components
1197
+
1198
+ # Change Log
1199
+
1200
+ All notable changes to this project will be documented in this file. See
1201
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1202
+
1203
+ # [0.1.0-alpha.286](https://github.com/mittwald/flow/compare/0.1.0-alpha.285...0.1.0-alpha.286) (2024-10-16)
1204
+
1205
+ **Note:** Version bump only for package @mittwald/flow-react-components
1206
+
1207
+ # Change Log
1208
+
1209
+ All notable changes to this project will be documented in this file. See
1210
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1211
+
1212
+ # [0.1.0-alpha.285](https://github.com/mittwald/flow/compare/0.1.0-alpha.284...0.1.0-alpha.285) (2024-10-16)
1213
+
1214
+ **Note:** Version bump only for package @mittwald/flow-react-components
1215
+
1216
+ # Change Log
1217
+
1218
+ All notable changes to this project will be documented in this file. See
1219
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1220
+
1221
+ # [0.1.0-alpha.284](https://github.com/mittwald/flow/compare/0.1.0-alpha.283...0.1.0-alpha.284) (2024-10-16)
1222
+
1223
+ ### Features
1224
+
1225
+ - **ContextMenu:** add width
1226
+ ([60445ae](https://github.com/mittwald/flow/commit/60445aed25285447ab6aebf187ce9e0462386eac))
1227
+ - **ContextMenu:** add width
1228
+ ([956ccf3](https://github.com/mittwald/flow/commit/956ccf314a2fd082733520ed8660f62f6297b3e5))
1229
+
1230
+ # Change Log
1231
+
1232
+ All notable changes to this project will be documented in this file. See
1233
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1234
+
1235
+ # [0.1.0-alpha.283](https://github.com/mittwald/flow/compare/0.1.0-alpha.282...0.1.0-alpha.283) (2024-10-11)
1236
+
1237
+ **Note:** Version bump only for package @mittwald/flow-react-components
1238
+
1239
+ # Change Log
1240
+
1241
+ All notable changes to this project will be documented in this file. See
1242
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1243
+
1244
+ # [0.1.0-alpha.282](https://github.com/mittwald/flow/compare/0.1.0-alpha.281...0.1.0-alpha.282) (2024-10-10)
1245
+
1246
+ **Note:** Version bump only for package @mittwald/flow-react-components
1247
+
1248
+ # Change Log
1249
+
1250
+ All notable changes to this project will be documented in this file. See
1251
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1252
+
1253
+ # [0.1.0-alpha.281](https://github.com/mittwald/flow/compare/0.1.0-alpha.280...0.1.0-alpha.281) (2024-10-10)
1254
+
1255
+ ### Bug Fixes
1256
+
1257
+ - **icon:** fix icon size
1258
+ ([d20f4c3](https://github.com/mittwald/flow/commit/d20f4c3e795878593fe75251401cbb76958d3858))
1259
+
1260
+ ### Features
1261
+
1262
+ - **List:** add summary
1263
+ ([39ee6ea](https://github.com/mittwald/flow/commit/39ee6ea27fea223bc893b2be9cc473b1cf9cca4d))
1264
+
1265
+ # Change Log
1266
+
1267
+ All notable changes to this project will be documented in this file. See
1268
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1269
+
1270
+ # [0.1.0-alpha.280](https://github.com/mittwald/flow/compare/0.1.0-alpha.279...0.1.0-alpha.280) (2024-10-10)
1271
+
1272
+ ### Features
1273
+
1274
+ - **List:** Add clear all filters button
1275
+ ([#813](https://github.com/mittwald/flow/issues/813))
1276
+ ([146bc83](https://github.com/mittwald/flow/commit/146bc838e60490aa0dafdb4f00526a931a11c798))
1277
+ - **Table:** allow vertical centering
1278
+ ([e17582c](https://github.com/mittwald/flow/commit/e17582c9f3b35c71ac9a77af5d0f4cdbd4e70e5d))
1279
+
1280
+ # Change Log
1281
+
1282
+ All notable changes to this project will be documented in this file. See
1283
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1284
+
1285
+ # [0.1.0-alpha.279](https://github.com/mittwald/flow/compare/0.1.0-alpha.277...0.1.0-alpha.279) (2024-10-10)
1286
+
1287
+ ### Bug Fixes
1288
+
1289
+ - **List:** fix overflowing filters
1290
+ ([f022f9b](https://github.com/mittwald/flow/commit/f022f9bf84b626dbf8c5fcfbc069fd91b43a1fb3))
1291
+ - **Table:** fix scrollbar
1292
+ ([64ba89b](https://github.com/mittwald/flow/commit/64ba89be22887a6850b7c4aa4d9ea0947735ae3d))
1293
+
1294
+ ### Reverts
1295
+
1296
+ - Revert "feat(Modal): add experimental "no-unmount"-feature"
1297
+ ([3f45849](https://github.com/mittwald/flow/commit/3f458493a5779f11690453da0fc454b0b89c9314))
1298
+
1299
+ # Change Log
1300
+
1301
+ All notable changes to this project will be documented in this file. See
1302
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1303
+
1304
+ # [0.1.0-alpha.278](https://github.com/mittwald/flow/compare/0.1.0-alpha.277...0.1.0-alpha.278) (2024-10-10)
1305
+
1306
+ ### Bug Fixes
1307
+
1308
+ - **Table:** fix scrollbar
1309
+ ([64ba89b](https://github.com/mittwald/flow/commit/64ba89be22887a6850b7c4aa4d9ea0947735ae3d))
1310
+
1311
+ ### Reverts
1312
+
1313
+ - Revert "feat(Modal): add experimental "no-unmount"-feature"
1314
+ ([3f45849](https://github.com/mittwald/flow/commit/3f458493a5779f11690453da0fc454b0b89c9314))
1315
+
1316
+ # Change Log
1317
+
1318
+ All notable changes to this project will be documented in this file. See
1319
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1320
+
1321
+ # [0.1.0-alpha.277](https://github.com/mittwald/flow/compare/0.1.0-alpha.276...0.1.0-alpha.277) (2024-10-09)
1322
+
1323
+ ### Features
1324
+
1325
+ - **Modal:** add experimental "no-unmount"-feature
1326
+ ([d33733b](https://github.com/mittwald/flow/commit/d33733bb0d4375a7bb207db00b304d8b5d64d092))
1327
+
1328
+ # Change Log
1329
+
1330
+ All notable changes to this project will be documented in this file. See
1331
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1332
+
1333
+ # [0.1.0-alpha.276](https://github.com/mittwald/flow/compare/0.1.0-alpha.275...0.1.0-alpha.276) (2024-10-09)
1334
+
1335
+ ### Features
1336
+
1337
+ - **Table:** add table footer
1338
+ ([1e298d3](https://github.com/mittwald/flow/commit/1e298d343d7b0b6419b0a4df0867cfab0a587e3a))
1339
+
1340
+ # Change Log
1341
+
1342
+ All notable changes to this project will be documented in this file. See
1343
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1344
+
1345
+ # [0.1.0-alpha.275](https://github.com/mittwald/flow/compare/0.1.0-alpha.274...0.1.0-alpha.275) (2024-10-08)
1346
+
1347
+ **Note:** Version bump only for package @mittwald/flow-react-components
1348
+
1349
+ # Change Log
1350
+
1351
+ All notable changes to this project will be documented in this file. See
1352
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1353
+
1354
+ # [0.1.0-alpha.274](https://github.com/mittwald/flow/compare/0.1.0-alpha.273...0.1.0-alpha.274) (2024-10-08)
1355
+
1356
+ **Note:** Version bump only for package @mittwald/flow-react-components
1357
+
1358
+ # Change Log
1359
+
1360
+ All notable changes to this project will be documented in this file. See
1361
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1362
+
1363
+ # [0.1.0-alpha.273](https://github.com/mittwald/flow/compare/0.1.0-alpha.272...0.1.0-alpha.273) (2024-10-08)
1364
+
1365
+ ### Bug Fixes
1366
+
1367
+ - **List:** fix list item title overflow
1368
+ ([#830](https://github.com/mittwald/flow/issues/830))
1369
+ ([e81908a](https://github.com/mittwald/flow/commit/e81908a5e4f058811ac1d46032860b0e384228e4))
1370
+
1371
+ # Change Log
1372
+
1373
+ All notable changes to this project will be documented in this file. See
1374
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1375
+
1376
+ # [0.1.0-alpha.272](https://github.com/mittwald/flow/compare/0.1.0-alpha.271...0.1.0-alpha.272) (2024-10-08)
1377
+
1378
+ **Note:** Version bump only for package @mittwald/flow-react-components
1379
+
1380
+ # Change Log
1381
+
1382
+ All notable changes to this project will be documented in this file. See
1383
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1384
+
1385
+ # [0.1.0-alpha.271](https://github.com/mittwald/flow/compare/0.1.0-alpha.270...0.1.0-alpha.271) (2024-10-07)
1386
+
1387
+ ### Bug Fixes
1388
+
1389
+ - **List:** fix List settings custom storage
1390
+ ([dabc02a](https://github.com/mittwald/flow/commit/dabc02a9ea880f97e6e425c2421f0cb1e9b3feb1))
1391
+
1392
+ # Change Log
1393
+
1394
+ All notable changes to this project will be documented in this file. See
1395
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1396
+
1397
+ # [0.1.0-alpha.270](https://github.com/mittwald/flow/compare/0.1.0-alpha.269...0.1.0-alpha.270) (2024-10-07)
1398
+
1399
+ ### Bug Fixes
1400
+
1401
+ - **List:** fix List settings storage
1402
+ ([817bd6d](https://github.com/mittwald/flow/commit/817bd6d44bc400c0c5932c62f21d26f332297ce3))
1403
+
1404
+ # Change Log
1405
+
1406
+ All notable changes to this project will be documented in this file. See
1407
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1408
+
1409
+ # [0.1.0-alpha.269](https://github.com/mittwald/flow/compare/0.1.0-alpha.268...0.1.0-alpha.269) (2024-10-07)
1410
+
1411
+ **Note:** Version bump only for package @mittwald/flow-react-components
1412
+
1413
+ # Change Log
1414
+
1415
+ All notable changes to this project will be documented in this file. See
1416
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1417
+
1418
+ # [0.1.0-alpha.268](https://github.com/mittwald/flow/compare/0.1.0-alpha.267...0.1.0-alpha.268) (2024-10-07)
1419
+
1420
+ **Note:** Version bump only for package @mittwald/flow-react-components
1421
+
1422
+ # Change Log
1423
+
1424
+ All notable changes to this project will be documented in this file. See
1425
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1426
+
1427
+ # [0.1.0-alpha.267](https://github.com/mittwald/flow/compare/0.1.0-alpha.266...0.1.0-alpha.267) (2024-10-07)
1428
+
1429
+ **Note:** Version bump only for package @mittwald/flow-react-components
1430
+
1431
+ # Change Log
1432
+
1433
+ All notable changes to this project will be documented in this file. See
1434
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1435
+
1436
+ # [0.1.0-alpha.266](https://github.com/mittwald/flow/compare/0.1.0-alpha.265...0.1.0-alpha.266) (2024-10-02)
1437
+
1438
+ **Note:** Version bump only for package @mittwald/flow-react-components
1439
+
1440
+ # Change Log
1441
+
1442
+ All notable changes to this project will be documented in this file. See
1443
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1444
+
1445
+ # [0.1.0-alpha.265](https://github.com/mittwald/flow/compare/0.1.0-alpha.264...0.1.0-alpha.265) (2024-10-02)
1446
+
1447
+ ### Bug Fixes
1448
+
1449
+ - **List:** Remove "Sorting" prefix of list sorting button
1450
+ ([52c935c](https://github.com/mittwald/flow/commit/52c935c683f1114a4ec516216b175a1ca14c8ec3))
1451
+
1452
+ # Change Log
1453
+
1454
+ All notable changes to this project will be documented in this file. See
1455
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1456
+
1457
+ # [0.1.0-alpha.264](https://github.com/mittwald/flow/compare/0.1.0-alpha.263...0.1.0-alpha.264) (2024-10-02)
1458
+
1459
+ **Note:** Version bump only for package @mittwald/flow-react-components
1460
+
1461
+ # Change Log
1462
+
1463
+ All notable changes to this project will be documented in this file. See
1464
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1465
+
1466
+ # [0.1.0-alpha.263](https://github.com/mittwald/flow/compare/0.1.0-alpha.262...0.1.0-alpha.263) (2024-10-02)
1467
+
1468
+ ### Bug Fixes
1469
+
1470
+ - fix colors after neutral color token update
1471
+ ([909d356](https://github.com/mittwald/flow/commit/909d3567b7d9b9999ebd99aa6c23623841a830d3))
1472
+
1473
+ # Change Log
1474
+
1475
+ All notable changes to this project will be documented in this file. See
1476
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1477
+
1478
+ # [0.1.0-alpha.262](https://github.com/mittwald/flow/compare/0.1.0-alpha.261...0.1.0-alpha.262) (2024-10-01)
1479
+
1480
+ ### Features
1481
+
1482
+ - implement outline variant for button component
1483
+ ([#814](https://github.com/mittwald/flow/issues/814))
1484
+ ([2179bb5](https://github.com/mittwald/flow/commit/2179bb541f0c9a000dfa7a9e71060b0ea8f45f99))
1485
+
1486
+ # Change Log
1487
+
1488
+ All notable changes to this project will be documented in this file. See
1489
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1490
+
1491
+ # [0.1.0-alpha.261](https://github.com/mittwald/flow/compare/0.1.0-alpha.260...0.1.0-alpha.261) (2024-09-30)
1492
+
1493
+ ### Features
1494
+
1495
+ - **List:** add List parameter to Cell render function
1496
+ ([623fdb9](https://github.com/mittwald/flow/commit/623fdb95c773f4b1dfe4da9574f4401bb5858c62))
1497
+
1498
+ # Change Log
1499
+
1500
+ All notable changes to this project will be documented in this file. See
1501
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1502
+
1503
+ # [0.1.0-alpha.260](https://github.com/mittwald/flow/compare/0.1.0-alpha.259...0.1.0-alpha.260) (2024-09-30)
1504
+
1505
+ ### Features
1506
+
1507
+ - **List:** add List parameter to render function
1508
+ ([37ae6b6](https://github.com/mittwald/flow/commit/37ae6b6d3f26fc3cc4a5ceb0855104a1d3f70729))
1509
+ - **List:** store view mode in default settings
1510
+ ([17c9c45](https://github.com/mittwald/flow/commit/17c9c4520c52ec3a12a38dcad3f8ec25de572f06))
1511
+
1512
+ # Change Log
1513
+
1514
+ All notable changes to this project will be documented in this file. See
1515
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1516
+
1517
+ # [0.1.0-alpha.259](https://github.com/mittwald/flow/compare/0.1.0-alpha.258...0.1.0-alpha.259) (2024-09-27)
1518
+
1519
+ ### Bug Fixes
1520
+
1521
+ - **List:** show header if list has actionGroup or support list and table view
1522
+ ([1bb0623](https://github.com/mittwald/flow/commit/1bb0623ec36ed741de44912e29acd483f8d08921))
1523
+
1524
+ # Change Log
1525
+
1526
+ All notable changes to this project will be documented in this file. See
1527
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1528
+
1529
+ # [0.1.0-alpha.258](https://github.com/mittwald/flow/compare/0.1.0-alpha.257...0.1.0-alpha.258) (2024-09-27)
1530
+
1531
+ **Note:** Version bump only for package @mittwald/flow-react-components
1532
+
1533
+ # Change Log
1534
+
1535
+ All notable changes to this project will be documented in this file. See
1536
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1537
+
1538
+ # [0.1.0-alpha.257](https://github.com/mittwald/flow/compare/0.1.0-alpha.256...0.1.0-alpha.257) (2024-09-26)
1539
+
1540
+ ### Features
1541
+
1542
+ - **List:** allow readonly values in Filter
1543
+ ([9f1f5fe](https://github.com/mittwald/flow/commit/9f1f5fed46acafb4ade1a67dbb948a55577d4326))
1544
+
1545
+ # Change Log
1546
+
1547
+ All notable changes to this project will be documented in this file. See
1548
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1549
+
1550
+ # [0.1.0-alpha.256](https://github.com/mittwald/flow/compare/0.1.0-alpha.255...0.1.0-alpha.256) (2024-09-26)
1551
+
1552
+ ### Features
1553
+
1554
+ - **TextArea:** make TextArea resizeable
1555
+ ([#790](https://github.com/mittwald/flow/issues/790))
1556
+ ([6e484f4](https://github.com/mittwald/flow/commit/6e484f4cc5be2e283d16511aad36244cd004afbf))
1557
+
1558
+ # Change Log
1559
+
1560
+ All notable changes to this project will be documented in this file. See
1561
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1562
+
1563
+ # [0.1.0-alpha.255](https://github.com/mittwald/flow/compare/0.1.0-alpha.254...0.1.0-alpha.255) (2024-09-26)
1564
+
1565
+ **Note:** Version bump only for package @mittwald/flow-react-components
1566
+
1567
+ # Change Log
1568
+
1569
+ All notable changes to this project will be documented in this file. See
1570
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1571
+
1572
+ # [0.1.0-alpha.254](https://github.com/mittwald/flow/compare/0.1.0-alpha.253...0.1.0-alpha.254) (2024-09-25)
1573
+
1574
+ ### Bug Fixes
1575
+
1576
+ - avoid Suspense boundaries in Content/Section
1577
+ ([7dc58e4](https://github.com/mittwald/flow/commit/7dc58e476814d7838acbb7c12aa374f8ad0ea360))
1578
+
1579
+ # Change Log
1580
+
1581
+ All notable changes to this project will be documented in this file. See
1582
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1583
+
1584
+ # [0.1.0-alpha.253](https://github.com/mittwald/flow/compare/0.1.0-alpha.252...0.1.0-alpha.253) (2024-09-24)
1585
+
1586
+ **Note:** Version bump only for package @mittwald/flow-react-components
1587
+
1588
+ # Change Log
1589
+
1590
+ All notable changes to this project will be documented in this file. See
1591
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1592
+
1593
+ # [0.1.0-alpha.252](https://github.com/mittwald/flow/compare/0.1.0-alpha.251...0.1.0-alpha.252) (2024-09-24)
1594
+
1595
+ ### Features
1596
+
1597
+ - **List:** export data loader types
1598
+ ([541057a](https://github.com/mittwald/flow/commit/541057ab79123120827a28882d47347564a36bf8))
1599
+
1600
+ # Change Log
1601
+
1602
+ All notable changes to this project will be documented in this file. See
1603
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1604
+
1605
+ # [0.1.0-alpha.251](https://github.com/mittwald/flow/compare/0.1.0-alpha.250...0.1.0-alpha.251) (2024-09-23)
1606
+
1607
+ ### Features
1608
+
1609
+ - **List:** add action groups to list
1610
+ ([c9f1b37](https://github.com/mittwald/flow/commit/c9f1b377bedd543f5e2f689ebd07321fc80ff300))
1611
+
1612
+ # Change Log
1613
+
1614
+ All notable changes to this project will be documented in this file. See
1615
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1616
+
1617
+ # [0.1.0-alpha.250](https://github.com/mittwald/flow/compare/0.1.0-alpha.249...0.1.0-alpha.250) (2024-09-23)
1618
+
1619
+ **Note:** Version bump only for package @mittwald/flow-react-components
1620
+
1621
+ # Change Log
1622
+
1623
+ All notable changes to this project will be documented in this file. See
1624
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1625
+
1626
+ # [0.1.0-alpha.249](https://github.com/mittwald/flow/compare/0.1.0-alpha.248...0.1.0-alpha.249) (2024-09-20)
1627
+
1628
+ **Note:** Version bump only for package @mittwald/flow-react-components
1629
+
1630
+ # Change Log
1631
+
1632
+ All notable changes to this project will be documented in this file. See
1633
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1634
+
1635
+ # [0.1.0-alpha.248](https://github.com/mittwald/flow/compare/0.1.0-alpha.247...0.1.0-alpha.248) (2024-09-20)
1636
+
1637
+ **Note:** Version bump only for package @mittwald/flow-react-components
1638
+
1639
+ # Change Log
1640
+
1641
+ All notable changes to this project will be documented in this file. See
1642
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1643
+
1644
+ # [0.1.0-alpha.247](https://github.com/mittwald/flow/compare/0.1.0-alpha.246...0.1.0-alpha.247) (2024-09-20)
1645
+
1646
+ ### Features
1647
+
1648
+ - **TimeField:** add time field component
1649
+ ([#725](https://github.com/mittwald/flow/issues/725))
1650
+ ([1aa6336](https://github.com/mittwald/flow/commit/1aa63363fdd181b62df09ffe7917d26c237043d9))
1651
+
1652
+ # Change Log
1653
+
1654
+ All notable changes to this project will be documented in this file. See
1655
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1656
+
1657
+ # [0.1.0-alpha.246](https://github.com/mittwald/flow/compare/0.1.0-alpha.245...0.1.0-alpha.246) (2024-09-20)
1658
+
1659
+ ### Bug Fixes
1660
+
1661
+ - **Link:** add dark and light disabled colors
1662
+ ([#738](https://github.com/mittwald/flow/issues/738))
1663
+ ([7a555e3](https://github.com/mittwald/flow/commit/7a555e32ac8c35e71b770d809a568a0326bcf1f2))
1664
+
1665
+ ### Features
1666
+
1667
+ - **Badge:** add badge component
1668
+ ([#689](https://github.com/mittwald/flow/issues/689))
1669
+ ([1ce3804](https://github.com/mittwald/flow/commit/1ce3804d6e371bc0760e1335422e47801f0ba1e4))
1670
+
1671
+ # Change Log
1672
+
1673
+ All notable changes to this project will be documented in this file. See
1674
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1675
+
1676
+ # [0.1.0-alpha.245](https://github.com/mittwald/flow/compare/0.1.0-alpha.244...0.1.0-alpha.245) (2024-09-20)
1677
+
1678
+ **Note:** Version bump only for package @mittwald/flow-react-components
1679
+
1680
+ # Change Log
1681
+
1682
+ All notable changes to this project will be documented in this file. See
1683
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1684
+
1685
+ # [0.1.0-alpha.244](https://github.com/mittwald/flow/compare/0.1.0-alpha.243...0.1.0-alpha.244) (2024-09-20)
1686
+
1687
+ ### Bug Fixes
1688
+
1689
+ - **MenuItem:** fix cursor
1690
+ ([de35430](https://github.com/mittwald/flow/commit/de354301498ac05493bc7e6aab83bec47d2a5dda))
1691
+
1692
+ # Change Log
1693
+
1694
+ All notable changes to this project will be documented in this file. See
1695
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1696
+
1697
+ # [0.1.0-alpha.243](https://github.com/mittwald/flow/compare/0.1.0-alpha.242...0.1.0-alpha.243) (2024-09-20)
1698
+
1699
+ **Note:** Version bump only for package @mittwald/flow-react-components
1700
+
1701
+ # Change Log
1702
+
1703
+ All notable changes to this project will be documented in this file. See
1704
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1705
+
1706
+ # [0.1.0-alpha.242](https://github.com/mittwald/flow/compare/0.1.0-alpha.241...0.1.0-alpha.242) (2024-09-20)
1707
+
1708
+ **Note:** Version bump only for package @mittwald/flow-react-components
1709
+
1710
+ # Change Log
1711
+
1712
+ All notable changes to this project will be documented in this file. See
1713
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1714
+
1715
+ # [0.1.0-alpha.241](https://github.com/mittwald/flow/compare/0.1.0-alpha.240...0.1.0-alpha.241) (2024-09-20)
1716
+
1717
+ ### Bug Fixes
1718
+
1719
+ - **Datepicker:** fix onChange
1720
+ ([4018b42](https://github.com/mittwald/flow/commit/4018b42021316b0ce1c98dbb48588d63fbc2710b))
1721
+
1722
+ # Change Log
1723
+
1724
+ All notable changes to this project will be documented in this file. See
1725
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1726
+
1727
+ # [0.1.0-alpha.240](https://github.com/mittwald/flow/compare/0.1.0-alpha.239...0.1.0-alpha.240) (2024-09-20)
1728
+
1729
+ ### Bug Fixes
1730
+
1731
+ - **ActionGroup:** fix layout with ignored breakpoint
1732
+ ([#732](https://github.com/mittwald/flow/issues/732))
1733
+ ([16476bb](https://github.com/mittwald/flow/commit/16476bb5afca42379d766c477702f8d1d50f672c))
1734
+ - **Tooltip:** add box shadow to tooltip
1735
+ ([ff91676](https://github.com/mittwald/flow/commit/ff91676d9d2252c49a6441ef021b58b58f2bd2ec))
1736
+
1737
+ # Change Log
1738
+
1739
+ All notable changes to this project will be documented in this file. See
1740
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1741
+
1742
+ # [0.1.0-alpha.239](https://github.com/mittwald/flow/compare/0.1.0-alpha.238...0.1.0-alpha.239) (2024-09-20)
1743
+
1744
+ **Note:** Version bump only for package @mittwald/flow-react-components
1745
+
1746
+ # Change Log
1747
+
1748
+ All notable changes to this project will be documented in this file. See
1749
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1750
+
1751
+ # [0.1.0-alpha.238](https://github.com/mittwald/flow/compare/0.1.0-alpha.237...0.1.0-alpha.238) (2024-09-20)
1752
+
1753
+ ### Features
1754
+
1755
+ - **Modal:** add off canvas orientation
1756
+ ([b2e5c3e](https://github.com/mittwald/flow/commit/b2e5c3e5588aefda4a524968ed5f20ba28ed2226))
1757
+
1758
+ # Change Log
1759
+
1760
+ All notable changes to this project will be documented in this file. See
1761
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1762
+
1763
+ # [0.1.0-alpha.237](https://github.com/mittwald/flow/compare/0.1.0-alpha.236...0.1.0-alpha.237) (2024-09-20)
1764
+
1765
+ **Note:** Version bump only for package @mittwald/flow-react-components
1766
+
1767
+ # Change Log
1768
+
1769
+ All notable changes to this project will be documented in this file. See
1770
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1771
+
1772
+ # [0.1.0-alpha.236](https://github.com/mittwald/flow/compare/0.1.0-alpha.235...0.1.0-alpha.236) (2024-09-20)
1773
+
1774
+ **Note:** Version bump only for package @mittwald/flow-react-components
1775
+
1776
+ # Change Log
1777
+
1778
+ All notable changes to this project will be documented in this file. See
1779
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1780
+
1781
+ # [0.1.0-alpha.235](https://github.com/mittwald/flow/compare/0.1.0-alpha.234...0.1.0-alpha.235) (2024-09-20)
1782
+
1783
+ **Note:** Version bump only for package @mittwald/flow-react-components
1784
+
1785
+ # Change Log
1786
+
1787
+ All notable changes to this project will be documented in this file. See
1788
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1789
+
1790
+ # [0.1.0-alpha.234](https://github.com/mittwald/flow/compare/0.1.0-alpha.233...0.1.0-alpha.234) (2024-09-18)
1791
+
1792
+ **Note:** Version bump only for package @mittwald/flow-react-components
1793
+
1794
+ # Change Log
1795
+
1796
+ All notable changes to this project will be documented in this file. See
1797
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1798
+
1799
+ # [0.1.0-alpha.233](https://github.com/mittwald/flow/compare/0.1.0-alpha.232...0.1.0-alpha.233) (2024-09-17)
1800
+
1801
+ ### Bug Fixes
1802
+
1803
+ - **SettingProvider:** refresh settings after update
1804
+ ([d7d01e6](https://github.com/mittwald/flow/commit/d7d01e6663c5560fcd69c665f9fca311a21a7556))
1805
+
1806
+ # Change Log
1807
+
1808
+ All notable changes to this project will be documented in this file. See
1809
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1810
+
1811
+ # [0.1.0-alpha.232](https://github.com/mittwald/flow/compare/0.1.0-alpha.231...0.1.0-alpha.232) (2024-09-17)
1812
+
1813
+ ### Bug Fixes
1814
+
1815
+ - **SettingProvider:** fix issues with storing settings
1816
+ ([040dc12](https://github.com/mittwald/flow/commit/040dc12aaaf96ead4f118635d11dec2387621f6f))
1817
+
1818
+ # Change Log
1819
+
1820
+ All notable changes to this project will be documented in this file. See
1821
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1822
+
1823
+ # [0.1.0-alpha.231](https://github.com/mittwald/flow/compare/0.1.0-alpha.230...0.1.0-alpha.231) (2024-09-17)
1824
+
1825
+ ### Bug Fixes
1826
+
1827
+ - **Link:** set link width to prevent to large clickable areas
1828
+ ([#731](https://github.com/mittwald/flow/issues/731))
1829
+ ([7f27536](https://github.com/mittwald/flow/commit/7f27536a4e82b61691ecc51bb48b3f10d4929a08))
1830
+
1831
+ # Change Log
1832
+
1833
+ All notable changes to this project will be documented in this file. See
1834
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1835
+
1836
+ # [0.1.0-alpha.230](https://github.com/mittwald/flow/compare/0.1.0-alpha.229...0.1.0-alpha.230) (2024-09-17)
1837
+
1838
+ **Note:** Version bump only for package @mittwald/flow-react-components
1839
+
1840
+ # Change Log
1841
+
1842
+ All notable changes to this project will be documented in this file. See
1843
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1844
+
1845
+ # [0.1.0-alpha.229](https://github.com/mittwald/flow/compare/0.1.0-alpha.228...0.1.0-alpha.229) (2024-09-17)
1846
+
1847
+ **Note:** Version bump only for package @mittwald/flow-react-components
1848
+
1849
+ # Change Log
1850
+
1851
+ All notable changes to this project will be documented in this file. See
1852
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1853
+
1854
+ # [0.1.0-alpha.228](https://github.com/mittwald/flow/compare/0.1.0-alpha.227...0.1.0-alpha.228) (2024-09-17)
1855
+
1856
+ ### Bug Fixes
1857
+
1858
+ - fix export statement
1859
+ ([412a6cd](https://github.com/mittwald/flow/commit/412a6cdf267fb3c15436fb12283630834b40d280))
1860
+
1861
+ ### Features
1862
+
1863
+ - **List:** support multiple SettingProvider
1864
+ ([ab7456a](https://github.com/mittwald/flow/commit/ab7456a49bfe14994d97a5e1aaec24b3c6b78717))
1865
+
1866
+ # Change Log
1867
+
1868
+ All notable changes to this project will be documented in this file. See
1869
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1870
+
1871
+ # [0.1.0-alpha.227](https://github.com/mittwald/flow/compare/0.1.0-alpha.226...0.1.0-alpha.227) (2024-09-16)
1872
+
1873
+ ### Features
1874
+
1875
+ - **List:** support storing of filters
1876
+ ([98fdbbc](https://github.com/mittwald/flow/commit/98fdbbc161f49556b02783f1c41adb55c31ade8d))
1877
+
1878
+ # Change Log
1879
+
1880
+ All notable changes to this project will be documented in this file. See
1881
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1882
+
1883
+ # [0.1.0-alpha.226](https://github.com/mittwald/flow/compare/0.1.0-alpha.225...0.1.0-alpha.226) (2024-09-13)
1884
+
1885
+ **Note:** Version bump only for package @mittwald/flow-react-components
1886
+
1887
+ # Change Log
1888
+
1889
+ All notable changes to this project will be documented in this file. See
1890
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1891
+
1892
+ # [0.1.0-alpha.225](https://github.com/mittwald/flow/compare/0.1.0-alpha.224...0.1.0-alpha.225) (2024-09-13)
1893
+
1894
+ **Note:** Version bump only for package @mittwald/flow-react-components
1895
+
1896
+ # Change Log
1897
+
1898
+ All notable changes to this project will be documented in this file. See
1899
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1900
+
1901
+ # [0.1.0-alpha.224](https://github.com/mittwald/flow/compare/0.1.0-alpha.223...0.1.0-alpha.224) (2024-09-12)
1902
+
1903
+ ### Features
1904
+
1905
+ - **OverlayTrigger:** support controller via props
1906
+ ([#697](https://github.com/mittwald/flow/issues/697))
1907
+ ([3f0a589](https://github.com/mittwald/flow/commit/3f0a5895610e726422fa5788ce55ae42671d9169))
1908
+
1909
+ # Change Log
1910
+
1911
+ All notable changes to this project will be documented in this file. See
1912
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1913
+
1914
+ # [0.1.0-alpha.223](https://github.com/mittwald/flow/compare/0.1.0-alpha.222...0.1.0-alpha.223) (2024-09-12)
1915
+
1916
+ ### Bug Fixes
1917
+
1918
+ - **Datepicker:** add field error to props context
1919
+ ([260826c](https://github.com/mittwald/flow/commit/260826cd083f187505b9001ca493ef0c7914d8df))
1920
+ - **Datepicker:** wrap DatePicker with flowComponent
1921
+ ([60bd2e0](https://github.com/mittwald/flow/commit/60bd2e0ccb4948d83b6420c59e731fec22b876cc))
1922
+
1923
+ # Change Log
1924
+
1925
+ All notable changes to this project will be documented in this file. See
1926
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1927
+
1928
+ # [0.1.0-alpha.222](https://github.com/mittwald/flow/compare/0.1.0-alpha.221...0.1.0-alpha.222) (2024-09-12)
1929
+
1930
+ ### Bug Fixes
1931
+
1932
+ - **Table:** add id to table row to fix selection key
1933
+ ([2dfcadd](https://github.com/mittwald/flow/commit/2dfcadd624c4526d3ab08dcc77a997b7fd3129c2))
1934
+
1935
+ ### Features
1936
+
1937
+ - **Field:** add DatePicker
1938
+ ([beaac6f](https://github.com/mittwald/flow/commit/beaac6fbe4fa84d50a8261d4098dbe279452f961))
1939
+
1940
+ # Change Log
1941
+
1942
+ All notable changes to this project will be documented in this file. See
1943
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1944
+
1945
+ # [0.1.0-alpha.221](https://github.com/mittwald/flow/compare/0.1.0-alpha.220...0.1.0-alpha.221) (2024-09-11)
1946
+
1947
+ **Note:** Version bump only for package @mittwald/flow-react-components
1948
+
1949
+ # Change Log
1950
+
1951
+ All notable changes to this project will be documented in this file. See
1952
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1953
+
1954
+ # [0.1.0-alpha.220](https://github.com/mittwald/flow/compare/0.1.0-alpha.219...0.1.0-alpha.220) (2024-09-10)
1955
+
1956
+ ### Bug Fixes
1957
+
1958
+ - **Navigation:** use cursor pointer for navigation items
1959
+ ([0ef86f2](https://github.com/mittwald/flow/commit/0ef86f237a0319a7ff14434e7da0f087d7f6394e))
1960
+ - new sass behavior for declarations after nested rules
1961
+ ([1da9454](https://github.com/mittwald/flow/commit/1da9454341352290afb6bcfb6d185fea6bfb3d5d))
1962
+
1963
+ ### Features
1964
+
1965
+ - **List:** add skeleton to loading list items
1966
+ ([2d60877](https://github.com/mittwald/flow/commit/2d6087711a4c204cabc3cbb3759f2b023094e0e4))
1967
+ - **List:** add skeleton to loading list items
1968
+ ([c4fed7e](https://github.com/mittwald/flow/commit/c4fed7e40b5c6bdce57c8a8b3a90fe7b57f48e82))
1969
+
1970
+ # Change Log
1971
+
1972
+ All notable changes to this project will be documented in this file. See
1973
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1974
+
1975
+ # [0.1.0-alpha.219](https://github.com/mittwald/flow/compare/0.1.0-alpha.218...0.1.0-alpha.219) (2024-09-09)
1976
+
1977
+ ### Bug Fixes
1978
+
1979
+ - **Popover:** fix popover trigger
1980
+ ([#681](https://github.com/mittwald/flow/issues/681))
1981
+ ([da72536](https://github.com/mittwald/flow/commit/da72536e861c38e534602dfc4c21a5d1d4e99bc7))
1982
+
1983
+ # Change Log
1984
+
1985
+ All notable changes to this project will be documented in this file. See
1986
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1987
+
1988
+ # [0.1.0-alpha.218](https://github.com/mittwald/flow/compare/0.1.0-alpha.217...0.1.0-alpha.218) (2024-09-09)
1989
+
1990
+ **Note:** Version bump only for package @mittwald/flow-react-components
1991
+
1992
+ # Change Log
1993
+
1994
+ All notable changes to this project will be documented in this file. See
1995
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1996
+
1997
+ # [0.1.0-alpha.217](https://github.com/mittwald/flow/compare/0.1.0-alpha.216...0.1.0-alpha.217) (2024-09-09)
1998
+
1999
+ **Note:** Version bump only for package @mittwald/flow-react-components
2000
+
2001
+ # Change Log
2002
+
2003
+ All notable changes to this project will be documented in this file. See
2004
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2005
+
2006
+ # [0.1.0-alpha.216](https://github.com/mittwald/flow/compare/0.1.0-alpha.215...0.1.0-alpha.216) (2024-09-09)
2007
+
2008
+ ### Features
2009
+
2010
+ - **Section:** Add Heading visual level
2011
+ ([5ad90ec](https://github.com/mittwald/flow/commit/5ad90ecfa6063d8070078526ed97435fffe376b3))
2012
+
2013
+ # Change Log
2014
+
2015
+ All notable changes to this project will be documented in this file. See
2016
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2017
+
2018
+ # [0.1.0-alpha.215](https://github.com/mittwald/flow/compare/0.1.0-alpha.214...0.1.0-alpha.215) (2024-09-05)
2019
+
2020
+ ### Features
2021
+
2022
+ - **List:** support initial state for filters and search
2023
+ ([3675a6f](https://github.com/mittwald/flow/commit/3675a6f3ee5f1cf6312d919de61471bdae12e8fc))
2024
+
2025
+ # Change Log
2026
+
2027
+ All notable changes to this project will be documented in this file. See
2028
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2029
+
2030
+ # [0.1.0-alpha.214](https://github.com/mittwald/flow/compare/0.1.0-alpha.213...0.1.0-alpha.214) (2024-09-04)
2031
+
2032
+ **Note:** Version bump only for package @mittwald/flow-react-components
2033
+
2034
+ # Change Log
2035
+
2036
+ All notable changes to this project will be documented in this file. See
2037
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2038
+
2039
+ # [0.1.0-alpha.213](https://github.com/mittwald/flow/compare/0.1.0-alpha.212...0.1.0-alpha.213) (2024-09-03)
2040
+
2041
+ ### Bug Fixes
2042
+
2043
+ - **List:** fix not updating on property changes
2044
+ ([ce1736c](https://github.com/mittwald/flow/commit/ce1736c89b529cbe0f7237d754c19468140a5a4c))
2045
+
2046
+ # Change Log
2047
+
2048
+ All notable changes to this project will be documented in this file. See
2049
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2050
+
2051
+ # [0.1.0-alpha.212](https://github.com/mittwald/flow/compare/0.1.0-alpha.211...0.1.0-alpha.212) (2024-09-02)
2052
+
2053
+ ### Features
2054
+
2055
+ - **List:** support default view mode
2056
+ ([fdb2360](https://github.com/mittwald/flow/commit/fdb2360dca5043ce53b45f7bb6a40c9b0e2542f5))
2057
+ - **List:** support item selection
2058
+ ([f1251cc](https://github.com/mittwald/flow/commit/f1251cc9b52eaa5f37a6a94d454647a7a476efe4))
2059
+
2060
+ # Change Log
2061
+
2062
+ All notable changes to this project will be documented in this file. See
2063
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2064
+
2065
+ # [0.1.0-alpha.211](https://github.com/mittwald/flow/compare/0.1.0-alpha.210...0.1.0-alpha.211) (2024-08-30)
2066
+
2067
+ ### Features
2068
+
2069
+ - **List:** support async loader dependencies
2070
+ ([3db636e](https://github.com/mittwald/flow/commit/3db636e3540f2580d263f39f704f757e3c689447))
2071
+
2072
+ # Change Log
2073
+
2074
+ All notable changes to this project will be documented in this file. See
2075
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2076
+
2077
+ # [0.1.0-alpha.210](https://github.com/mittwald/flow/compare/0.1.0-alpha.209...0.1.0-alpha.210) (2024-08-30)
2078
+
2079
+ ### Features
2080
+
2081
+ - **List:** support table view in List component
2082
+ ([6280669](https://github.com/mittwald/flow/commit/628066949be357528e5f94e892c1b392641800c6))
2083
+
2084
+ # Change Log
2085
+
2086
+ All notable changes to this project will be documented in this file. See
2087
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2088
+
2089
+ # [0.1.0-alpha.209](https://github.com/mittwald/flow/compare/0.1.0-alpha.208...0.1.0-alpha.209) (2024-08-29)
2090
+
2091
+ ### Features
2092
+
2093
+ - add DatePicker and DataRangePicker
2094
+ ([3d20fbc](https://github.com/mittwald/flow/commit/3d20fbc382ed1baf6231434c148c39ec9aabc16e))
2095
+
2096
+ # Change Log
2097
+
2098
+ All notable changes to this project will be documented in this file. See
2099
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2100
+
2101
+ # [0.1.0-alpha.208](https://github.com/mittwald/flow/compare/0.1.0-alpha.207...0.1.0-alpha.208) (2024-08-29)
2102
+
2103
+ ### Features
2104
+
2105
+ - **useOverlayController:** Add onOpen and onClose callback to options
2106
+ ([95f183d](https://github.com/mittwald/flow/commit/95f183d97c3de23adf2afa16b1bad4deb5fd5875))
2107
+
2108
+ # Change Log
2109
+
2110
+ All notable changes to this project will be documented in this file. See
2111
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2112
+
2113
+ # [0.1.0-alpha.207](https://github.com/mittwald/flow/compare/0.1.0-alpha.206...0.1.0-alpha.207) (2024-08-29)
2114
+
2115
+ ### Bug Fixes
2116
+
2117
+ - **List:** fix render loop when using property filters
2118
+ ([8245801](https://github.com/mittwald/flow/commit/82458013daceabaf0e7c544914103051d3a0d31d))
2119
+
2120
+ # Change Log
2121
+
2122
+ All notable changes to this project will be documented in this file. See
2123
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2124
+
2125
+ # [0.1.0-alpha.206](https://github.com/mittwald/flow/compare/0.1.0-alpha.205...0.1.0-alpha.206) (2024-08-29)
2126
+
2127
+ ### Bug Fixes
2128
+
2129
+ - **List:** detect removed filter values
2130
+ ([4c13389](https://github.com/mittwald/flow/commit/4c13389cbca038062ab6df86cea1a7cedc32ba6e))
2131
+ - **Tabs:** fix context menu
2132
+ ([ada6196](https://github.com/mittwald/flow/commit/ada61960f347ae80a3f3a7fd07a5849f72466754))
2133
+
2134
+ # Change Log
2135
+
2136
+ All notable changes to this project will be documented in this file. See
2137
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2138
+
2139
+ # [0.1.0-alpha.205](https://github.com/mittwald/flow/compare/0.1.0-alpha.204...0.1.0-alpha.205) (2024-08-28)
2140
+
2141
+ ### Bug Fixes
2142
+
2143
+ - **Components:** fix build
2144
+ ([9d983af](https://github.com/mittwald/flow/commit/9d983af3df4161da8df2580da90a3de4767c1496))
2145
+ - **List:** fix async loader function type
2146
+ ([867741e](https://github.com/mittwald/flow/commit/867741e71c37c4bd18604fa10badc3870bd93fbb))
2147
+
2148
+ ### Features
2149
+
2150
+ - **Activity:** export Activity component
2151
+ ([198639b](https://github.com/mittwald/flow/commit/198639ba2371dea8005a5ca2a010959d33d55d91))
2152
+ - **SkeletonText:** export SkeletonText component
2153
+ ([91f122d](https://github.com/mittwald/flow/commit/91f122d5d51f949c7adce0d3e9557b7dd98d5d43))
2154
+
2155
+ # Change Log
2156
+
2157
+ All notable changes to this project will be documented in this file. See
2158
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2159
+
2160
+ # [0.1.0-alpha.204](https://github.com/mittwald/flow/compare/0.1.0-alpha.203...0.1.0-alpha.204) (2024-08-27)
2161
+
2162
+ ### Features
2163
+
2164
+ - **List:** add onChange handler
2165
+ ([5162f31](https://github.com/mittwald/flow/commit/5162f3147349f728765bf265a65506705484200b))
2166
+
2167
+ # Change Log
2168
+
2169
+ All notable changes to this project will be documented in this file. See
2170
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2171
+
2172
+ # [0.1.0-alpha.203](https://github.com/mittwald/flow/compare/0.1.0-alpha.202...0.1.0-alpha.203) (2024-08-27)
2173
+
2174
+ ### Bug Fixes
2175
+
2176
+ - **Section:** add modal trigger to header props context
2177
+ ([1643fc4](https://github.com/mittwald/flow/commit/1643fc470a43f14bfde38026a9fd7e184425ca42))
2178
+ - **Section:** add popover trigger to section header props context
2179
+ ([870cc00](https://github.com/mittwald/flow/commit/870cc0095bb46342c94def6cbaf398ed1e1a1341))
2180
+
2181
+ # Change Log
2182
+
2183
+ All notable changes to this project will be documented in this file. See
2184
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2185
+
2186
+ # [0.1.0-alpha.202](https://github.com/mittwald/flow/compare/0.1.0-alpha.201...0.1.0-alpha.202) (2024-08-26)
2187
+
2188
+ ### Bug Fixes
2189
+
2190
+ - **Form:** stop propagation of form submit events
2191
+ ([c02affb](https://github.com/mittwald/flow/commit/c02affba398305a75d53feee07f74a272f191b23))
2192
+
2193
+ # Change Log
2194
+
2195
+ All notable changes to this project will be documented in this file. See
2196
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2197
+
2198
+ # [0.1.0-alpha.201](https://github.com/mittwald/flow/compare/0.1.0-alpha.200...0.1.0-alpha.201) (2024-08-26)
2199
+
2200
+ ### Bug Fixes
2201
+
2202
+ - **Form:** provide event to onSubmit handler
2203
+ ([d438ae5](https://github.com/mittwald/flow/commit/d438ae59c184c80bd4c3038e907f1adb7c212670))
2204
+
2205
+ # Change Log
2206
+
2207
+ All notable changes to this project will be documented in this file. See
2208
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2209
+
2210
+ # [0.1.0-alpha.200](https://github.com/mittwald/flow/compare/0.1.0-alpha.199...0.1.0-alpha.200) (2024-08-26)
2211
+
2212
+ ### Features
2213
+
2214
+ - **Accordion:** add outlined variant
2215
+ ([1bbdf04](https://github.com/mittwald/flow/commit/1bbdf0476ac3449ff4f719e67be25b7806d00fad))
2216
+
2217
+ # Change Log
2218
+
2219
+ All notable changes to this project will be documented in this file. See
2220
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2221
+
2222
+ # [0.1.0-alpha.199](https://github.com/mittwald/flow/compare/0.1.0-alpha.198...0.1.0-alpha.199) (2024-08-26)
2223
+
2224
+ ### Bug Fixes
2225
+
2226
+ - **select:** fix text align
2227
+ ([d5f46be](https://github.com/mittwald/flow/commit/d5f46be16d02f833accfe0c4f82b7fc05b3ee21c))
2228
+
2229
+ # Change Log
2230
+
2231
+ All notable changes to this project will be documented in this file. See
2232
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2233
+
2234
+ # [0.1.0-alpha.198](https://github.com/mittwald/flow/compare/0.1.0-alpha.197...0.1.0-alpha.198) (2024-08-23)
2235
+
2236
+ ### Bug Fixes
2237
+
2238
+ - **Checkbox:** show invalid state on focused checkbox button
2239
+ ([94835aa](https://github.com/mittwald/flow/commit/94835aac8632d6528f71bfd41eda4a5bddd7e527))
2240
+ - **Modal:** add styles to form in modal
2241
+ ([5aeb50c](https://github.com/mittwald/flow/commit/5aeb50c02697055a9499dcebac8ef8ddbce74ea4))
2242
+ - **Slider:** disable focus for slider buttons
2243
+ ([922e62c](https://github.com/mittwald/flow/commit/922e62cb990c902f9b9ce4f7dfadcc9c7ff89c05))
2244
+
2245
+ ### Features
2246
+
2247
+ - **List:** support action group in list item
2248
+ ([1b8473f](https://github.com/mittwald/flow/commit/1b8473f19bd006c6ad56993f00332dc90d5e668d))
2249
+ - **List:** support action group in list item
2250
+ ([323aea6](https://github.com/mittwald/flow/commit/323aea650d04d80da7b1395a2c853921bcebd915))
2251
+
2252
+ # Change Log
2253
+
2254
+ All notable changes to this project will be documented in this file. See
2255
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2256
+
2257
+ # [0.1.0-alpha.197](https://github.com/mittwald/flow/compare/0.1.0-alpha.196...0.1.0-alpha.197) (2024-08-14)
2258
+
2259
+ **Note:** Version bump only for package @mittwald/flow-react-components
2260
+
2261
+ # Change Log
2262
+
2263
+ All notable changes to this project will be documented in this file. See
2264
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2265
+
2266
+ # [0.1.0-alpha.196](https://github.com/mittwald/flow/compare/0.1.0-alpha.195...0.1.0-alpha.196) (2024-08-14)
2267
+
2268
+ **Note:** Version bump only for package @mittwald/flow-react-components
2269
+
2270
+ # Change Log
2271
+
2272
+ All notable changes to this project will be documented in this file. See
2273
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2274
+
2275
+ # [0.1.0-alpha.195](https://github.com/mittwald/flow/compare/0.1.0-alpha.194...0.1.0-alpha.195) (2024-08-13)
2276
+
2277
+ ### Features
2278
+
2279
+ - **List:** export useList hook
2280
+ ([195b943](https://github.com/mittwald/flow/commit/195b943711216a7461947f787f7e8240d30a7dd0))
2281
+
2282
+ # Change Log
2283
+
2284
+ All notable changes to this project will be documented in this file. See
2285
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2286
+
2287
+ # [0.1.0-alpha.194](https://github.com/mittwald/flow/compare/0.1.0-alpha.193...0.1.0-alpha.194) (2024-08-09)
2288
+
2289
+ ### Bug Fixes
2290
+
2291
+ - **List:** allow readonly list data
2292
+ ([95c4fb9](https://github.com/mittwald/flow/commit/95c4fb94d83e08d2184287980647749392b9e801))
2293
+
2294
+ # Change Log
2295
+
2296
+ All notable changes to this project will be documented in this file. See
2297
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2298
+
2299
+ # [0.1.0-alpha.193](https://github.com/mittwald/flow/compare/0.1.0-alpha.192...0.1.0-alpha.193) (2024-08-07)
2300
+
2301
+ ### Bug Fixes
2302
+
2303
+ - **OffCanvas:** fix spacings
2304
+ ([502ab99](https://github.com/mittwald/flow/commit/502ab99feeab3a9aedaa275bcabbfcd03caf2e0c))
2305
+
2306
+ # Change Log
2307
+
2308
+ All notable changes to this project will be documented in this file. See
2309
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2310
+
2311
+ # [0.1.0-alpha.192](https://github.com/mittwald/flow/compare/0.1.0-alpha.191...0.1.0-alpha.192) (2024-08-07)
2312
+
2313
+ ### Bug Fixes
2314
+
2315
+ - **Modal:** remove button tunnel to use form in modal
2316
+ ([a17c4d3](https://github.com/mittwald/flow/commit/a17c4d33be796136b7b30c6f4ed818cf4c100bc9))
2317
+
2318
+ # Change Log
2319
+
2320
+ All notable changes to this project will be documented in this file. See
2321
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2322
+
2323
+ # [0.1.0-alpha.191](https://github.com/mittwald/flow/compare/0.1.0-alpha.190...0.1.0-alpha.191) (2024-08-06)
2324
+
2325
+ ### Bug Fixes
2326
+
2327
+ - **List:** fix state update loop
2328
+ ([24c7345](https://github.com/mittwald/flow/commit/24c7345595bc0c3c10731d7726d6f1ca464bbe11))
2329
+
2330
+ # Change Log
2331
+
2332
+ All notable changes to this project will be documented in this file. See
2333
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2334
+
2335
+ # [0.1.0-alpha.190](https://github.com/mittwald/flow/compare/0.1.0-alpha.189...0.1.0-alpha.190) (2024-08-06)
2336
+
2337
+ ### Bug Fixes
2338
+
2339
+ - **Button:** fix Flow and Aria slot names conflict
2340
+ ([#621](https://github.com/mittwald/flow/issues/621))
2341
+ ([00e26d1](https://github.com/mittwald/flow/commit/00e26d1bb716a8bc90d279c152a29e75409785a4))
2342
+ - **Checkbox:** set width to fit content
2343
+ ([4788c28](https://github.com/mittwald/flow/commit/4788c28570644443de3c916d8001466887aa7539))
2344
+ - **Label:** center content in label
2345
+ ([80ba98d](https://github.com/mittwald/flow/commit/80ba98d321b1ccb6c01ce10a90708916421ef984))
2346
+
2347
+ ### Features
2348
+
2349
+ - **Avatar:** add new colors
2350
+ ([#615](https://github.com/mittwald/flow/issues/615))
2351
+ ([90f565b](https://github.com/mittwald/flow/commit/90f565bbe1dfce18f19bc002ad4fe9da203f9011))
2352
+ - **List:** fix long list item title
2353
+ ([f24f4aa](https://github.com/mittwald/flow/commit/f24f4aa1e134f24fcc7c382033135a3dd8877817))
2354
+ - **Section:** add flex wrap to header actions
2355
+ ([c64f4c4](https://github.com/mittwald/flow/commit/c64f4c44e1926a47b2fcba300496ea20298910cf))
2356
+ - **Text:** Support small in text
2357
+ ([a2a8fcb](https://github.com/mittwald/flow/commit/a2a8fcb7225c4dccb88b36f21b3593018bbeffc2))
2358
+ - **Text:** Support ul and ol in Text component
2359
+ ([c939c1e](https://github.com/mittwald/flow/commit/c939c1e7eea35119a1a7389ac5bc4535938c13df))
2360
+
2361
+ # Change Log
2362
+
2363
+ All notable changes to this project will be documented in this file. See
2364
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2365
+
2366
+ # [0.1.0-alpha.189](https://github.com/mittwald/flow/compare/0.1.0-alpha.188...0.1.0-alpha.189) (2024-07-25)
2367
+
2368
+ **Note:** Version bump only for package @mittwald/flow-react-components
2369
+
2370
+ # Change Log
2371
+
2372
+ All notable changes to this project will be documented in this file. See
2373
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2374
+
2375
+ # [0.1.0-alpha.188](https://github.com/mittwald/flow/compare/0.1.0-alpha.187...0.1.0-alpha.188) (2024-07-25)
2376
+
2377
+ ### Features
2378
+
2379
+ - **SearchField:** Add SearchField component
2380
+ ([#605](https://github.com/mittwald/flow/issues/605))
2381
+ ([760a63c](https://github.com/mittwald/flow/commit/760a63cd4cca96b2570f2e712cdca50f4485c51f))
2382
+
2383
+ # Change Log
2384
+
2385
+ All notable changes to this project will be documented in this file. See
2386
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2387
+
2388
+ # [0.1.0-alpha.187](https://github.com/mittwald/flow/compare/0.1.0-alpha.186...0.1.0-alpha.187) (2024-07-22)
2389
+
2390
+ ### Bug Fixes
2391
+
2392
+ - **Field:** fix Select does not get form value
2393
+ ([#600](https://github.com/mittwald/flow/issues/600))
2394
+ ([bec0fc8](https://github.com/mittwald/flow/commit/bec0fc880775de73e0ed9da41239dd6ed091048b))
2395
+
2396
+ # Change Log
2397
+
2398
+ All notable changes to this project will be documented in this file. See
2399
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2400
+
2401
+ # [0.1.0-alpha.186](https://github.com/mittwald/flow/compare/0.1.0-alpha.185...0.1.0-alpha.186) (2024-07-19)
2402
+
2403
+ ### Bug Fixes
2404
+
2405
+ - **Text:** Fix Text style if text is used without a wrapper component
2406
+ ([6db586f](https://github.com/mittwald/flow/commit/6db586feac51a0085c20ee79d30378879d22aa77))
2407
+
2408
+ # Change Log
2409
+
2410
+ All notable changes to this project will be documented in this file. See
2411
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2412
+
2413
+ # [0.1.0-alpha.185](https://github.com/mittwald/flow/compare/0.1.0-alpha.184...0.1.0-alpha.185) (2024-07-19)
2414
+
2415
+ **Note:** Version bump only for package @mittwald/flow-react-components
2416
+
2417
+ # Change Log
2418
+
2419
+ All notable changes to this project will be documented in this file. See
2420
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2421
+
2422
+ # [0.1.0-alpha.184](https://github.com/mittwald/flow/compare/0.1.0-alpha.183...0.1.0-alpha.184) (2024-07-19)
2423
+
2424
+ **Note:** Version bump only for package @mittwald/flow-react-components
2425
+
2426
+ # Change Log
2427
+
2428
+ All notable changes to this project will be documented in this file. See
2429
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2430
+
2431
+ # [0.1.0-alpha.183](https://github.com/mittwald/flow/compare/0.1.0-alpha.182...0.1.0-alpha.183) (2024-07-18)
2432
+
2433
+ ### Features
2434
+
2435
+ - **List:** support readonly typed static data
2436
+ ([c72aa44](https://github.com/mittwald/flow/commit/c72aa44254100b11258fd91be3d2b4b6893e98a1))
2437
+
2438
+ # Change Log
2439
+
2440
+ All notable changes to this project will be documented in this file. See
2441
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2442
+
2443
+ # [0.1.0-alpha.182](https://github.com/mittwald/flow/compare/0.1.0-alpha.181...0.1.0-alpha.182) (2024-07-18)
2444
+
2445
+ ### Bug Fixes
2446
+
2447
+ - **List:** fix render-loop
2448
+ ([e28bc55](https://github.com/mittwald/flow/commit/e28bc5584d1e6520666c5484f789fd5a0bc48bd6))
2449
+
2450
+ # Change Log
2451
+
2452
+ All notable changes to this project will be documented in this file. See
2453
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2454
+
2455
+ # [0.1.0-alpha.181](https://github.com/mittwald/flow/compare/0.1.0-alpha.180...0.1.0-alpha.181) (2024-07-18)
2456
+
2457
+ ### Bug Fixes
2458
+
2459
+ - **List:** do not render empty header
2460
+ ([6077fc4](https://github.com/mittwald/flow/commit/6077fc4a755c78231f4ff8dc486ec95d25e2629d))
2461
+
2462
+ ### Features
2463
+
2464
+ - **List:** support hidden default sorting
2465
+ ([f9b8498](https://github.com/mittwald/flow/commit/f9b8498b216113515499cd1b12d32603538d0730))
2466
+
2467
+ # Change Log
2468
+
2469
+ All notable changes to this project will be documented in this file. See
2470
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2471
+
2472
+ # [0.1.0-alpha.180](https://github.com/mittwald/flow/compare/0.1.0-alpha.179...0.1.0-alpha.180) (2024-07-18)
2473
+
2474
+ ### Bug Fixes
2475
+
2476
+ - **List:** fix filter types
2477
+ ([f6cfc19](https://github.com/mittwald/flow/commit/f6cfc194b5a87a2f943a68b306e05829e503c08a))
2478
+
2479
+ # Change Log
2480
+
2481
+ All notable changes to this project will be documented in this file. See
2482
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2483
+
2484
+ # [0.1.0-alpha.179](https://github.com/mittwald/flow/compare/0.1.0-alpha.178...0.1.0-alpha.179) (2024-07-17)
2485
+
2486
+ ### Bug Fixes
2487
+
2488
+ - **List:** not tabbable clear search
2489
+ ([e422b1c](https://github.com/mittwald/flow/commit/e422b1cb12551fde5ae80db1a20e58f538957976))
2490
+
2491
+ ### Features
2492
+
2493
+ - **List:** support autoFocus for search field
2494
+ ([2f90049](https://github.com/mittwald/flow/commit/2f90049673e03b9338b5254b8782d825e3d95d62))
2495
+ - **List:** support readonly typed static data
2496
+ ([eaeed40](https://github.com/mittwald/flow/commit/eaeed40fe2a95f67ba10063c9e969b68135d5f11))
2497
+
2498
+ # Change Log
2499
+
2500
+ All notable changes to this project will be documented in this file. See
2501
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2502
+
2503
+ # [0.1.0-alpha.178](https://github.com/mittwald/flow/compare/0.1.0-alpha.177...0.1.0-alpha.178) (2024-07-17)
2504
+
2505
+ ### Bug Fixes
2506
+
2507
+ - **Switch:** Only render label component if children is defined
2508
+ ([43cd498](https://github.com/mittwald/flow/commit/43cd49897c9639de075243a9b871609076a12c67))
2509
+
2510
+ # Change Log
2511
+
2512
+ All notable changes to this project will be documented in this file. See
2513
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2514
+
2515
+ # [0.1.0-alpha.177](https://github.com/mittwald/flow/compare/0.1.0-alpha.176...0.1.0-alpha.177) (2024-07-16)
2516
+
2517
+ ### Bug Fixes
2518
+
2519
+ - **ContextMenu:** do not use Dialog for ContextMenu
2520
+ ([458dc75](https://github.com/mittwald/flow/commit/458dc7599077ed4a46eedb55bb74611dfc4d0388))
2521
+ - **Skeleton:** Height should behave like line-height
2522
+ ([fa4ea9c](https://github.com/mittwald/flow/commit/fa4ea9c0d75e110df458130a158ef6667a768aef))
2523
+
2524
+ # Change Log
2525
+
2526
+ All notable changes to this project will be documented in this file. See
2527
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2528
+
2529
+ # [0.1.0-alpha.176](https://github.com/mittwald/flow/compare/0.1.0-alpha.175...0.1.0-alpha.176) (2024-07-12)
2530
+
2531
+ **Note:** Version bump only for package @mittwald/flow-react-components
2532
+
2533
+ # Change Log
2534
+
2535
+ All notable changes to this project will be documented in this file. See
2536
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2537
+
2538
+ # [0.1.0-alpha.175](https://github.com/mittwald/flow/compare/0.1.0-alpha.174...0.1.0-alpha.175) (2024-07-11)
2539
+
2540
+ ### Bug Fixes
2541
+
2542
+ - **List:** fix multiple sorting on same prop
2543
+ ([#585](https://github.com/mittwald/flow/issues/585))
2544
+ ([23f6534](https://github.com/mittwald/flow/commit/23f65346e6d3eec8b69e297bc1b6e19b2e82a65a))
2545
+
2546
+ # Change Log
2547
+
2548
+ All notable changes to this project will be documented in this file. See
2549
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2550
+
2551
+ # [0.1.0-alpha.174](https://github.com/mittwald/flow/compare/0.1.0-alpha.173...0.1.0-alpha.174) (2024-07-11)
2552
+
2553
+ **Note:** Version bump only for package @mittwald/flow-react-components
2554
+
2555
+ # Change Log
2556
+
2557
+ All notable changes to this project will be documented in this file. See
2558
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2559
+
2560
+ # [0.1.0-alpha.173](https://github.com/mittwald/flow/compare/0.1.0-alpha.172...0.1.0-alpha.173) (2024-07-11)
2561
+
2562
+ ### Features
2563
+
2564
+ - **Section:** add action to section header tunnel
2565
+ ([2b1a2ce](https://github.com/mittwald/flow/commit/2b1a2ce5a1ff91f68bbdd8f82cd5b52f361d1588))
2566
+
2567
+ # Change Log
2568
+
2569
+ All notable changes to this project will be documented in this file. See
2570
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2571
+
2572
+ # [0.1.0-alpha.172](https://github.com/mittwald/flow/compare/0.1.0-alpha.171...0.1.0-alpha.172) (2024-07-10)
2573
+
2574
+ ### Features
2575
+
2576
+ - **Section:** add actions to header
2577
+ ([#582](https://github.com/mittwald/flow/issues/582))
2578
+ ([a3174f5](https://github.com/mittwald/flow/commit/a3174f599aa9a199b8a6a93df7405e374885370f))
2579
+
2580
+ # Change Log
2581
+
2582
+ All notable changes to this project will be documented in this file. See
2583
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2584
+
2585
+ # [0.1.0-alpha.171](https://github.com/mittwald/flow/compare/0.1.0-alpha.170...0.1.0-alpha.171) (2024-07-10)
2586
+
2587
+ ### Bug Fixes
2588
+
2589
+ - **ContextMenu:** merge section props in parent context
2590
+ ([0cd0dd9](https://github.com/mittwald/flow/commit/0cd0dd9a47e193d41df4dcb8c818980a4806d28d))
2591
+
2592
+ # Change Log
2593
+
2594
+ All notable changes to this project will be documented in this file. See
2595
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2596
+
2597
+ # [0.1.0-alpha.170](https://github.com/mittwald/flow/compare/0.1.0-alpha.169...0.1.0-alpha.170) (2024-07-10)
2598
+
2599
+ **Note:** Version bump only for package @mittwald/flow-react-components
2600
+
2601
+ # Change Log
2602
+
2603
+ All notable changes to this project will be documented in this file. See
2604
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2605
+
2606
+ # [0.1.0-alpha.169](https://github.com/mittwald/flow/compare/0.1.0-alpha.168...0.1.0-alpha.169) (2024-07-10)
2607
+
2608
+ **Note:** Version bump only for package @mittwald/flow-react-components
2609
+
2610
+ # Change Log
2611
+
2612
+ All notable changes to this project will be documented in this file. See
2613
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2614
+
2615
+ # [0.1.0-alpha.168](https://github.com/mittwald/flow/compare/0.1.0-alpha.167...0.1.0-alpha.168) (2024-07-10)
2616
+
2617
+ **Note:** Version bump only for package @mittwald/flow-react-components
2618
+
2619
+ # Change Log
2620
+
2621
+ All notable changes to this project will be documented in this file. See
2622
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2623
+
2624
+ # [0.1.0-alpha.167](https://github.com/mittwald/flow/compare/0.1.0-alpha.166...0.1.0-alpha.167) (2024-07-09)
2625
+
2626
+ **Note:** Version bump only for package @mittwald/flow-react-components
2627
+
2628
+ # Change Log
2629
+
2630
+ All notable changes to this project will be documented in this file. See
2631
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2632
+
2633
+ # [0.1.0-alpha.166](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...0.1.0-alpha.166) (2024-07-05)
2634
+
2635
+ **Note:** Version bump only for package @mittwald/flow-react-components
2636
+
2637
+ # Change Log
2638
+
2639
+ All notable changes to this project will be documented in this file. See
2640
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2641
+
2642
+ # [0.1.0-alpha.164](https://github.com/mittwald/flow/compare/0.1.0-alpha.163...0.1.0-alpha.164) (2024-07-03)
2643
+
2644
+ ### Bug Fixes
2645
+
2646
+ - **NumberField:** do not delay onChange
2647
+ ([af5653c](https://github.com/mittwald/flow/commit/af5653cc01775edbf4763a185f3ee31abf5e0ae7)),
2648
+ closes [#492](https://github.com/mittwald/flow/issues/492)
2649
+
2650
+ ### Features
2651
+
2652
+ - **List:** add container breakpoint size
2653
+ ([2ef6922](https://github.com/mittwald/flow/commit/2ef69220966a76e6e9551b64a07dd7e81d5ad896))
2654
+
2655
+ ### Performance Improvements
2656
+
2657
+ - **Form:** reduce re-renders
2658
+ ([6a39e7e](https://github.com/mittwald/flow/commit/6a39e7e5995243029334b87b2adfda28b4d00210))
2659
+
2660
+ # Change Log
2661
+
2662
+ All notable changes to this project will be documented in this file. See
2663
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2664
+
2665
+ # [0.1.0-alpha.163](https://github.com/mittwald/flow/compare/0.1.0-alpha.162...0.1.0-alpha.163) (2024-06-27)
2666
+
2667
+ ### Bug Fixes
2668
+
2669
+ - fix CSS reset for display property
2670
+ ([#560](https://github.com/mittwald/flow/issues/560))
2671
+ ([8671c3e](https://github.com/mittwald/flow/commit/8671c3efd071f1d7222ac5fbbef784eb88413bfd))
2672
+
2673
+ # Change Log
2674
+
2675
+ All notable changes to this project will be documented in this file. See
2676
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2677
+
2678
+ # [0.1.0-alpha.162](https://github.com/mittwald/flow/compare/0.1.0-alpha.161...0.1.0-alpha.162) (2024-06-27)
2679
+
2680
+ **Note:** Version bump only for package @mittwald/flow-react-components
2681
+
2682
+ # Change Log
2683
+
2684
+ All notable changes to this project will be documented in this file. See
2685
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2686
+
2687
+ # [0.1.0-alpha.161](https://github.com/mittwald/flow/compare/0.1.0-alpha.160...0.1.0-alpha.161) (2024-06-27)
2688
+
2689
+ ### Bug Fixes
2690
+
2691
+ - **Modal:** fix mobile tray
2692
+ ([ed0d002](https://github.com/mittwald/flow/commit/ed0d002b5d4fbe90fc2aaa173d705627d1a9337d))
2693
+
2694
+ # Change Log
2695
+
2696
+ All notable changes to this project will be documented in this file. See
2697
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2698
+
2699
+ # [0.1.0-alpha.160](https://github.com/mittwald/flow/compare/0.1.0-alpha.159...0.1.0-alpha.160) (2024-06-26)
2700
+
2701
+ **Note:** Version bump only for package @mittwald/flow-react-components
2702
+
2703
+ # Change Log
2704
+
2705
+ All notable changes to this project will be documented in this file. See
2706
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2707
+
2708
+ # [0.1.0-alpha.159](https://github.com/mittwald/flow/compare/0.1.0-alpha.158...0.1.0-alpha.159) (2024-06-26)
2709
+
2710
+ ### Features
2711
+
2712
+ - **RadioGroup:** add container breakpoint size
2713
+ ([#549](https://github.com/mittwald/flow/issues/549))
2714
+ ([70a91e9](https://github.com/mittwald/flow/commit/70a91e9c787830946cc769c581015a37efa83700))
2715
+
2716
+ # Change Log
2717
+
2718
+ All notable changes to this project will be documented in this file. See
2719
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2720
+
2721
+ # [0.1.0-alpha.158](https://github.com/mittwald/flow/compare/0.1.0-alpha.157...0.1.0-alpha.158) (2024-06-26)
2722
+
2723
+ ### Bug Fixes
2724
+
2725
+ - **Notification:** prevent auto close when focused
2726
+ ([37deeb4](https://github.com/mittwald/flow/commit/37deeb4b6a66eb527437a7465673149c2312dbf9))
2727
+
2728
+ # Change Log
2729
+
2730
+ All notable changes to this project will be documented in this file. See
2731
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2732
+
2733
+ # [0.1.0-alpha.157](https://github.com/mittwald/flow/compare/0.1.0-alpha.156...0.1.0-alpha.157) (2024-06-26)
2734
+
2735
+ ### Features
2736
+
2737
+ - **ContextMenu:** add context menu sections
2738
+ ([#550](https://github.com/mittwald/flow/issues/550))
2739
+ ([c68bb35](https://github.com/mittwald/flow/commit/c68bb35a2bf9301759b5a8d4ce2ecf365823024a))
2740
+
2741
+ # Change Log
2742
+
2743
+ All notable changes to this project will be documented in this file. See
2744
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2745
+
2746
+ # [0.1.0-alpha.156](https://github.com/mittwald/flow/compare/0.1.0-alpha.155...0.1.0-alpha.156) (2024-06-26)
2747
+
2748
+ ### Bug Fixes
2749
+
2750
+ - **ContextMenu:** omit tip in context menu
2751
+ ([#548](https://github.com/mittwald/flow/issues/548))
2752
+ ([f502740](https://github.com/mittwald/flow/commit/f502740565512443ca623d0a48cc88b969fb3b72))
2753
+ - **CounterBadge:** fix counter badge ref
2754
+ ([#547](https://github.com/mittwald/flow/issues/547))
2755
+ ([743708e](https://github.com/mittwald/flow/commit/743708e86a3f89a453cca0683ade0219c438df1c))
2756
+
2757
+ # Change Log
2758
+
2759
+ All notable changes to this project will be documented in this file. See
2760
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2761
+
2762
+ # [0.1.0-alpha.155](https://github.com/mittwald/flow/compare/0.1.0-alpha.154...0.1.0-alpha.155) (2024-06-24)
2763
+
2764
+ ### Features
2765
+
2766
+ - **ListItem:** add className to ListItem
2767
+ ([a39bc1a](https://github.com/mittwald/flow/commit/a39bc1a9a0d61b7dfbe6964b441131d904c51945))
2768
+ - **ListItem:** add className to ListItem
2769
+ ([76604f0](https://github.com/mittwald/flow/commit/76604f01980f6992a4780981bd1323be9ab7c941))
2770
+
2771
+ # Change Log
2772
+
2773
+ All notable changes to this project will be documented in this file. See
2774
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2775
+
2776
+ # [0.1.0-alpha.154](https://github.com/mittwald/flow/compare/0.1.0-alpha.153...0.1.0-alpha.154) (2024-06-24)
2777
+
2778
+ **Note:** Version bump only for package @mittwald/flow-react-components
2779
+
2780
+ # Change Log
2781
+
2782
+ All notable changes to this project will be documented in this file. See
2783
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2784
+
2785
+ # [0.1.0-alpha.153](https://github.com/mittwald/flow/compare/0.1.0-alpha.152...0.1.0-alpha.153) (2024-06-20)
2786
+
2787
+ ### Bug Fixes
2788
+
2789
+ - **Section:** update visual level
2790
+ ([861c21c](https://github.com/mittwald/flow/commit/861c21cc0f9c886b81d327f0779f00008aa6d151))
2791
+
2792
+ ### Features
2793
+
2794
+ - **ContextMenu:** close context menu on navigation
2795
+ ([bb8b9de](https://github.com/mittwald/flow/commit/bb8b9dee5e59d05a70100581d5487b6a4fc68e90))
2796
+
2797
+ # Change Log
2798
+
2799
+ All notable changes to this project will be documented in this file. See
2800
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2801
+
2802
+ # [0.1.0-alpha.152](https://github.com/mittwald/flow/compare/0.1.0-alpha.151...0.1.0-alpha.152) (2024-06-20)
2803
+
2804
+ **Note:** Version bump only for package @mittwald/flow-react-components
2805
+
2806
+ # Change Log
2807
+
2808
+ All notable changes to this project will be documented in this file. See
2809
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2810
+
2811
+ # [0.1.0-alpha.151](https://github.com/mittwald/flow/compare/0.1.0-alpha.150...0.1.0-alpha.151) (2024-06-20)
2812
+
2813
+ ### Features
2814
+
2815
+ - **Icon:** add icons ([#528](https://github.com/mittwald/flow/issues/528))
2816
+ ([be0b815](https://github.com/mittwald/flow/commit/be0b815660305d2ef65de201946c38b9f039b928))
2817
+
2818
+ # Change Log
2819
+
2820
+ All notable changes to this project will be documented in this file. See
2821
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2822
+
2823
+ # [0.1.0-alpha.150](https://github.com/mittwald/flow/compare/0.1.0-alpha.149...0.1.0-alpha.150) (2024-06-19)
2824
+
2825
+ ### Bug Fixes
2826
+
2827
+ - **Popover:** Export Popover component
2828
+ ([0320c8b](https://github.com/mittwald/flow/commit/0320c8ba4b3f3d0c5565e6828e1c379a163cb915))
2829
+
2830
+ # Change Log
2831
+
2832
+ All notable changes to this project will be documented in this file. See
2833
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2834
+
2835
+ # [0.1.0-alpha.149](https://github.com/mittwald/flow/compare/0.1.0-alpha.148...0.1.0-alpha.149) (2024-06-19)
2836
+
2837
+ **Note:** Version bump only for package @mittwald/flow-react-components
2838
+
2839
+ # Change Log
2840
+
2841
+ All notable changes to this project will be documented in this file. See
2842
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2843
+
2844
+ # [0.1.0-alpha.148](https://github.com/mittwald/flow/compare/0.1.0-alpha.147...0.1.0-alpha.148) (2024-06-18)
2845
+
2846
+ **Note:** Version bump only for package @mittwald/flow-react-components
2847
+
2848
+ # Change Log
2849
+
2850
+ All notable changes to this project will be documented in this file. See
2851
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2852
+
2853
+ # [0.1.0-alpha.147](https://github.com/mittwald/flow/compare/0.1.0-alpha.146...0.1.0-alpha.147) (2024-06-18)
2854
+
2855
+ **Note:** Version bump only for package @mittwald/flow-react-components
2856
+
2857
+ # Change Log
2858
+
2859
+ All notable changes to this project will be documented in this file. See
2860
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2861
+
2862
+ # [0.1.0-alpha.146](https://github.com/mittwald/flow/compare/0.1.0-alpha.145...0.1.0-alpha.146) (2024-06-17)
2863
+
2864
+ **Note:** Version bump only for package @mittwald/flow-react-components
2865
+
2866
+ # Change Log
2867
+
2868
+ All notable changes to this project will be documented in this file. See
2869
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2870
+
2871
+ # [0.1.0-alpha.145](https://github.com/mittwald/flow/compare/0.1.0-alpha.144...0.1.0-alpha.145) (2024-06-13)
2872
+
2873
+ ### Bug Fixes
2874
+
2875
+ - **List:** fix filter and sorting menu not opening
2876
+ ([905b497](https://github.com/mittwald/flow/commit/905b4974c796e2f71c9c28471284bba75d007f15))
2877
+ - **OverlayTrigger:** fix not cleared pressed state
2878
+ ([4fa4580](https://github.com/mittwald/flow/commit/4fa45804246f186ccc79ea0fc927f44409bdbe68)),
2879
+ closes [#485](https://github.com/mittwald/flow/issues/485)
2880
+
2881
+ # Change Log
2882
+
2883
+ All notable changes to this project will be documented in this file. See
2884
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2885
+
2886
+ # [0.1.0-alpha.144](https://github.com/mittwald/flow/compare/0.1.0-alpha.143...0.1.0-alpha.144) (2024-06-12)
2887
+
2888
+ **Note:** Version bump only for package @mittwald/flow-react-components
2889
+
2890
+ # Change Log
2891
+
2892
+ All notable changes to this project will be documented in this file. See
2893
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2894
+
2895
+ # [0.1.0-alpha.143](https://github.com/mittwald/flow/compare/0.1.0-alpha.142...0.1.0-alpha.143) (2024-06-12)
2896
+
2897
+ ### Bug Fixes
2898
+
2899
+ - **List:** fix list items are not updated
2900
+ ([f297d19](https://github.com/mittwald/flow/commit/f297d1951caba4d43e7524d9e624f3d369065435))
2901
+
2902
+ # Change Log
2903
+
2904
+ All notable changes to this project will be documented in this file. See
2905
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2906
+
2907
+ # [0.1.0-alpha.142](https://github.com/mittwald/flow/compare/0.1.0-alpha.141...0.1.0-alpha.142) (2024-06-12)
2908
+
2909
+ **Note:** Version bump only for package @mittwald/flow-react-components
2910
+
2911
+ # Change Log
2912
+
2913
+ All notable changes to this project will be documented in this file. See
2914
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2915
+
2916
+ # [0.1.0-alpha.141](https://github.com/mittwald/flow/compare/0.1.0-alpha.140...0.1.0-alpha.141) (2024-06-12)
2917
+
2918
+ ### Bug Fixes
2919
+
2920
+ - **ListItem:** fix large white-space when just using content
2921
+ ([fb21307](https://github.com/mittwald/flow/commit/fb21307aed3fdd53ac9342fbff0b19ffccdabc19))
2922
+
2923
+ ### Features
2924
+
2925
+ - **Form:** feedback only on async submit
2926
+ ([b533457](https://github.com/mittwald/flow/commit/b5334579753299403f45fc70e885020c3c6b20e2))
2927
+
2928
+ # Change Log
2929
+
2930
+ All notable changes to this project will be documented in this file. See
2931
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2932
+
2933
+ # [0.1.0-alpha.140](https://github.com/mittwald/flow/compare/0.1.0-alpha.139...0.1.0-alpha.140) (2024-06-10)
2934
+
2935
+ **Note:** Version bump only for package @mittwald/flow-react-components
2936
+
2937
+ # Change Log
2938
+
2939
+ All notable changes to this project will be documented in this file. See
2940
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2941
+
2942
+ # [0.1.0-alpha.139](https://github.com/mittwald/flow/compare/0.1.0-alpha.138...0.1.0-alpha.139) (2024-06-07)
2943
+
2944
+ **Note:** Version bump only for package @mittwald/flow-react-components
2945
+
2946
+ # Change Log
2947
+
2948
+ All notable changes to this project will be documented in this file. See
2949
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2950
+
2951
+ # [0.1.0-alpha.138](https://github.com/mittwald/flow/compare/0.1.0-alpha.137...0.1.0-alpha.138) (2024-06-07)
2952
+
2953
+ ### Features
2954
+
2955
+ - **ContextualHelp:** add contextual help component
2956
+ ([69b85cc](https://github.com/mittwald/flow/commit/69b85cc66e3b474e0990e3a11d820db8e7bd515d))
2957
+
2958
+ # Change Log
2959
+
2960
+ All notable changes to this project will be documented in this file. See
2961
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2962
+
2963
+ # [0.1.0-alpha.137](https://github.com/mittwald/flow/compare/0.1.0-alpha.136...0.1.0-alpha.137) (2024-06-06)
2964
+
2965
+ ### Bug Fixes
2966
+
2967
+ - **ActionGroup:** fix button is wrapped in <li>
2968
+ ([73527cb](https://github.com/mittwald/flow/commit/73527cb18963e4d71ab865d390a7f2f3b9e7815f))
2969
+ - fix typo in filename
2970
+ ([f6434b2](https://github.com/mittwald/flow/commit/f6434b2261e931a59d0c87d3479daed24ef64184))
2971
+
2972
+ # Change Log
2973
+
2974
+ All notable changes to this project will be documented in this file. See
2975
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2976
+
2977
+ # [0.1.0-alpha.136](https://github.com/mittwald/flow/compare/0.1.0-alpha.135...0.1.0-alpha.136) (2024-06-06)
2978
+
2979
+ ### Features
2980
+
2981
+ - **Notification:** add notification component
2982
+ ([68db4c4](https://github.com/mittwald/flow/commit/68db4c43afd6dffe024986e8b3ed6d7c895cd2cb))
2983
+
2984
+ # Change Log
2985
+
2986
+ All notable changes to this project will be documented in this file. See
2987
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2988
+
2989
+ # [0.1.0-alpha.135](https://github.com/mittwald/flow/compare/0.1.0-alpha.134...0.1.0-alpha.135) (2024-06-06)
2990
+
2991
+ ### Bug Fixes
2992
+
2993
+ - **TextField:** fix max length
2994
+ ([8dc598f](https://github.com/mittwald/flow/commit/8dc598f20e0c2fcea066c759c086a07ebe189fb1))
2995
+
2996
+ # Change Log
2997
+
2998
+ All notable changes to this project will be documented in this file. See
2999
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3000
+
3001
+ # [0.1.0-alpha.134](https://github.com/mittwald/flow/compare/0.1.0-alpha.133...0.1.0-alpha.134) (2024-06-05)
3002
+
3003
+ ### Features
3004
+
3005
+ - **TextField:** add character count
3006
+ ([86fcf6b](https://github.com/mittwald/flow/commit/86fcf6b539cfb074a25af1681460c6816005a35e))
3007
+
3008
+ # Change Log
3009
+
3010
+ All notable changes to this project will be documented in this file. See
3011
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3012
+
3013
+ # [0.1.0-alpha.133](https://github.com/mittwald/flow/compare/0.1.0-alpha.132...0.1.0-alpha.133) (2024-06-05)
3014
+
3015
+ ### Bug Fixes
3016
+
3017
+ - **Select:** fix Select not opening on click
3018
+ ([3906c76](https://github.com/mittwald/flow/commit/3906c764d5d2a637205e1a53f9c6859fab87da9f))
3019
+
3020
+ ### Features
3021
+
3022
+ - **Slider:** add Slider component
3023
+ ([4fd5087](https://github.com/mittwald/flow/commit/4fd50879327fa85a11170ea3319b0f895b090420))
3024
+
3025
+ # Change Log
3026
+
3027
+ All notable changes to this project will be documented in this file. See
3028
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3029
+
3030
+ # [0.1.0-alpha.132](https://github.com/mittwald/flow/compare/0.1.0-alpha.131...0.1.0-alpha.132) (2024-06-04)
3031
+
3032
+ ### Bug Fixes
3033
+
3034
+ - **Navigation:** fix broken link rendering
3035
+ ([e735786](https://github.com/mittwald/flow/commit/e735786a62cf63b41c4669ab68d0f4d89aba9877))
3036
+
3037
+ # Change Log
3038
+
3039
+ All notable changes to this project will be documented in this file. See
3040
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3041
+
3042
+ # [0.1.0-alpha.131](https://github.com/mittwald/flow/compare/0.1.0-alpha.130...0.1.0-alpha.131) (2024-06-04)
3043
+
3044
+ ### Bug Fixes
3045
+
3046
+ - **Action:** fix state context should not be global
3047
+ ([07fbe7d](https://github.com/mittwald/flow/commit/07fbe7dfc48392bc65426060352fcec7a17a310d))
3048
+
3049
+ # Change Log
3050
+
3051
+ All notable changes to this project will be documented in this file. See
3052
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3053
+
3054
+ # [0.1.0-alpha.130](https://github.com/mittwald/flow/compare/0.1.0-alpha.129...0.1.0-alpha.130) (2024-05-27)
3055
+
3056
+ **Note:** Version bump only for package @mittwald/flow-react-components
3057
+
3058
+ # Change Log
3059
+
3060
+ All notable changes to this project will be documented in this file. See
3061
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3062
+
3063
+ # [0.1.0-alpha.129](https://github.com/mittwald/flow/compare/0.1.0-alpha.128...0.1.0-alpha.129) (2024-05-27)
3064
+
3065
+ ### Features
3066
+
3067
+ - **Action:** wait for Action feedback when closing Modals
3068
+ ([1474cf1](https://github.com/mittwald/flow/commit/1474cf1b96efa43e9302218053ba483e13c9767e))
3069
+
3070
+ # Change Log
3071
+
3072
+ All notable changes to this project will be documented in this file. See
3073
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3074
+
3075
+ # [0.1.0-alpha.128](https://github.com/mittwald/flow/compare/0.1.0-alpha.127...0.1.0-alpha.128) (2024-05-27)
3076
+
3077
+ ### Bug Fixes
3078
+
3079
+ - merge props in overlay trigger
3080
+ ([a011f26](https://github.com/mittwald/flow/commit/a011f262e5ad4bd94c5a8832ba600a1f3bcb8cee))
3081
+
3082
+ # Change Log
3083
+
3084
+ All notable changes to this project will be documented in this file. See
3085
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3086
+
3087
+ # [0.1.0-alpha.127](https://github.com/mittwald/flow/compare/0.1.0-alpha.126...0.1.0-alpha.127) (2024-05-23)
3088
+
3089
+ ### Features
3090
+
3091
+ - **CounterBadge:** add CounterBadge
3092
+ ([#459](https://github.com/mittwald/flow/issues/459))
3093
+ ([743b980](https://github.com/mittwald/flow/commit/743b98060d81fd1689dc51c3e78198ff2f6ca6c0))
3094
+
3095
+ # Change Log
3096
+
3097
+ All notable changes to this project will be documented in this file. See
3098
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3099
+
3100
+ # [0.1.0-alpha.126](https://github.com/mittwald/flow/compare/0.1.0-alpha.125...0.1.0-alpha.126) (2024-05-23)
3101
+
3102
+ ### Features
3103
+
3104
+ - **Table:** add table component
3105
+ ([2410168](https://github.com/mittwald/flow/commit/24101685f5ae9a6c3f6ba1d9f18ed72be1725b75))
3106
+
3107
+ # Change Log
3108
+
3109
+ All notable changes to this project will be documented in this file. See
3110
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3111
+
3112
+ # [0.1.0-alpha.125](https://github.com/mittwald/flow/compare/0.1.0-alpha.124...0.1.0-alpha.125) (2024-05-23)
3113
+
3114
+ ### Features
3115
+
3116
+ - **Action:** keep check icon when closing ConfirmationModal
3117
+ ([3ee2084](https://github.com/mittwald/flow/commit/3ee2084536d8fcfcfad3d47f70575345de58c3e1))
3118
+ - **Docs:** auto-close mobile navigation
3119
+ ([bd38876](https://github.com/mittwald/flow/commit/bd388767cf668f6068d9e5b3218a82f87466df47))
3120
+ - **OffCanvas:** add heading to off canvas
3121
+ ([380c892](https://github.com/mittwald/flow/commit/380c8925f4c2436819a53a48fd67bd61875991d6))
3122
+
3123
+ # Change Log
3124
+
3125
+ All notable changes to this project will be documented in this file. See
3126
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3127
+
3128
+ # [0.1.0-alpha.124](https://github.com/mittwald/flow/compare/0.1.0-alpha.123...0.1.0-alpha.124) (2024-05-22)
3129
+
3130
+ **Note:** Version bump only for package @mittwald/flow-react-components
3131
+
3132
+ # Change Log
3133
+
3134
+ All notable changes to this project will be documented in this file. See
3135
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3136
+
3137
+ # [0.1.0-alpha.123](https://github.com/mittwald/flow/compare/0.1.0-alpha.122...0.1.0-alpha.123) (2024-05-22)
3138
+
3139
+ ### Bug Fixes
3140
+
3141
+ - fix ref is passed to DOM element
3142
+ ([e83d920](https://github.com/mittwald/flow/commit/e83d920ce5a17ae209772f5ea767471590853665))
3143
+ - **List:** fix linked list items
3144
+ ([0c7521f](https://github.com/mittwald/flow/commit/0c7521fd68da648b7fc16736ed2a884381bd2c13))
3145
+ - **List:** fix list is always empty for static data
3146
+ ([350b0b1](https://github.com/mittwald/flow/commit/350b0b193dd0692459684ac8bd53fc7b5e06e091))
3147
+
3148
+ ### Features
3149
+
3150
+ - **List:** show Skeleton in footer component
3151
+ ([30d12fd](https://github.com/mittwald/flow/commit/30d12fd18cf38d55bfc69956ae05f38860d35f24))
3152
+ - **Popover:** add border and tip to Popover
3153
+ ([ef34646](https://github.com/mittwald/flow/commit/ef3464650d5311aafd3158c06718f549ada7fcc1))
3154
+
3155
+ # Change Log
3156
+
3157
+ All notable changes to this project will be documented in this file. See
3158
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3159
+
3160
+ # [0.1.0-alpha.122](https://github.com/mittwald/flow/compare/0.1.0-alpha.121...0.1.0-alpha.122) (2024-05-17)
3161
+
3162
+ ### Bug Fixes
3163
+
3164
+ - **List:** fix initially showing "list empty" message
3165
+ ([ae4e8a6](https://github.com/mittwald/flow/commit/ae4e8a6e9343f176fab67996265ae4346562dd71))
3166
+
3167
+ ### Features
3168
+
3169
+ - **List:** show Skeleton items on initial load
3170
+ ([45d26d4](https://github.com/mittwald/flow/commit/45d26d4813c0b75b0fc306ae62736705755b4733))
3171
+
3172
+ # Change Log
3173
+
3174
+ All notable changes to this project will be documented in this file. See
3175
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3176
+
3177
+ # [0.1.0-alpha.121](https://github.com/mittwald/flow/compare/0.1.0-alpha.120...0.1.0-alpha.121) (2024-05-16)
3178
+
3179
+ ### Bug Fixes
3180
+
3181
+ - fix not working refs
3182
+ ([a04a9d3](https://github.com/mittwald/flow/commit/a04a9d3723e2307f2cc829217ebdf9e354a6513a))
3183
+
3184
+ # Change Log
3185
+
3186
+ All notable changes to this project will be documented in this file. See
3187
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3188
+
3189
+ # [0.1.0-alpha.120](https://github.com/mittwald/flow/compare/0.1.0-alpha.119...0.1.0-alpha.120) (2024-05-16)
3190
+
3191
+ ### Bug Fixes
3192
+
3193
+ - **Action:** fix Action executes outdated callback
3194
+ ([21f1e13](https://github.com/mittwald/flow/commit/21f1e1304d78a163a9dc0f74c3903e205b847bd6))
3195
+
3196
+ # Change Log
3197
+
3198
+ All notable changes to this project will be documented in this file. See
3199
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3200
+
3201
+ # [0.1.0-alpha.119](https://github.com/mittwald/flow/compare/0.1.0-alpha.118...0.1.0-alpha.119) (2024-05-16)
3202
+
3203
+ **Note:** Version bump only for package @mittwald/flow-react-components
3204
+
3205
+ # Change Log
3206
+
3207
+ All notable changes to this project will be documented in this file. See
3208
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3209
+
3210
+ # [0.1.0-alpha.118](https://github.com/mittwald/flow/compare/0.1.0-alpha.117...0.1.0-alpha.118) (2024-05-15)
3211
+
3212
+ ### Features
3213
+
3214
+ - **List:** add title, content and free content to list item
3215
+ ([729f9c2](https://github.com/mittwald/flow/commit/729f9c20413ff671fddb00df6367e1237a9efa14))
3216
+
3217
+ # Change Log
3218
+
3219
+ All notable changes to this project will be documented in this file. See
3220
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3221
+
3222
+ # [0.1.0-alpha.117](https://github.com/mittwald/flow/compare/0.1.0-alpha.116...0.1.0-alpha.117) (2024-05-15)
3223
+
3224
+ ### Features
3225
+
3226
+ - **Separator:** add Separator component
3227
+ ([#432](https://github.com/mittwald/flow/issues/432))
3228
+ ([8f090e9](https://github.com/mittwald/flow/commit/8f090e9eb7b532576a0eb8399ba3e0205629896b))
3229
+
3230
+ # Change Log
3231
+
3232
+ All notable changes to this project will be documented in this file. See
3233
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3234
+
3235
+ # [0.1.0-alpha.116](https://github.com/mittwald/flow/compare/0.1.0-alpha.115...0.1.0-alpha.116) (2024-05-15)
3236
+
3237
+ ### Features
3238
+
3239
+ - add Activity component
3240
+ ([27407bc](https://github.com/mittwald/flow/commit/27407bc7b0982e768ca8e9c1949f253a9cdf4192))
3241
+ - deactivate collapsed Accordion content
3242
+ ([e846839](https://github.com/mittwald/flow/commit/e84683944859a3df55669068196f476752a67ca7))
3243
+
3244
+ # Change Log
3245
+
3246
+ All notable changes to this project will be documented in this file. See
3247
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3248
+
3249
+ # [0.1.0-alpha.115](https://github.com/mittwald/flow/compare/0.1.0-alpha.114...0.1.0-alpha.115) (2024-05-15)
3250
+
3251
+ **Note:** Version bump only for package @mittwald/flow-react-components
3252
+
3253
+ # Change Log
3254
+
3255
+ All notable changes to this project will be documented in this file. See
3256
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3257
+
3258
+ # [0.1.0-alpha.114](https://github.com/mittwald/flow/compare/0.1.0-alpha.113...0.1.0-alpha.114) (2024-05-13)
3259
+
3260
+ **Note:** Version bump only for package @mittwald/flow-react-components
3261
+
3262
+ # Change Log
3263
+
3264
+ All notable changes to this project will be documented in this file. See
3265
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3266
+
3267
+ # [0.1.0-alpha.113](https://github.com/mittwald/flow/compare/0.1.0-alpha.112...0.1.0-alpha.113) (2024-05-10)
3268
+
3269
+ **Note:** Version bump only for package @mittwald/flow-react-components
3270
+
3271
+ # Change Log
3272
+
3273
+ All notable changes to this project will be documented in this file. See
3274
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3275
+
3276
+ # [0.1.0-alpha.112](https://github.com/mittwald/flow/compare/0.1.0-alpha.111...0.1.0-alpha.112) (2024-05-08)
3277
+
3278
+ ### Features
3279
+
3280
+ - **RHF-Controller:** Add Select support
3281
+ ([df73426](https://github.com/mittwald/flow/commit/df73426f6c00cdfd308e874e44e4c5ab67d65544))
3282
+
3283
+ # Change Log
3284
+
3285
+ All notable changes to this project will be documented in this file. See
3286
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3287
+
3288
+ # [0.1.0-alpha.111](https://github.com/mittwald/flow/compare/0.1.0-alpha.110...0.1.0-alpha.111) (2024-05-08)
3289
+
3290
+ **Note:** Version bump only for package @mittwald/flow-react-components
3291
+
3292
+ # Change Log
3293
+
3294
+ All notable changes to this project will be documented in this file. See
3295
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3296
+
3297
+ # [0.1.0-alpha.110](https://github.com/mittwald/flow/compare/0.1.0-alpha.109...0.1.0-alpha.110) (2024-05-08)
3298
+
3299
+ **Note:** Version bump only for package @mittwald/flow-react-components
3300
+
3301
+ # Change Log
3302
+
3303
+ All notable changes to this project will be documented in this file. See
3304
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3305
+
3306
+ # [0.1.0-alpha.109](https://github.com/mittwald/flow/compare/0.1.0-alpha.108...0.1.0-alpha.109) (2024-05-08)
3307
+
3308
+ ### Bug Fixes
3309
+
3310
+ - form control height
3311
+ ([7093177](https://github.com/mittwald/flow/commit/70931775da37e670298c5f8a31bc152f029bbd60))
3312
+ - **LabeledValue:** fix content position
3313
+ ([53331be](https://github.com/mittwald/flow/commit/53331beb06e7c5d1f9c6cc6fee1d06d4132d340c))
3314
+
3315
+ # Change Log
3316
+
3317
+ All notable changes to this project will be documented in this file. See
3318
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3319
+
3320
+ # [0.1.0-alpha.108](https://github.com/mittwald/flow/compare/0.1.0-alpha.107...0.1.0-alpha.108) (2024-05-07)
3321
+
3322
+ **Note:** Version bump only for package @mittwald/flow-react-components
3323
+
3324
+ # Change Log
3325
+
3326
+ All notable changes to this project will be documented in this file. See
3327
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3328
+
3329
+ # [0.1.0-alpha.107](https://github.com/mittwald/flow/compare/0.1.0-alpha.106...0.1.0-alpha.107) (2024-05-06)
3330
+
3331
+ ### Bug Fixes
3332
+
3333
+ - **Modal:** fix modal size
3334
+ ([#430](https://github.com/mittwald/flow/issues/430))
3335
+ ([e8e20cb](https://github.com/mittwald/flow/commit/e8e20cbe3f7cb9c6ccb80ef50fcafa633844b74c))
3336
+
3337
+ # Change Log
3338
+
3339
+ All notable changes to this project will be documented in this file. See
3340
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3341
+
3342
+ # [0.1.0-alpha.106](https://github.com/mittwald/flow/compare/0.1.0-alpha.105...0.1.0-alpha.106) (2024-05-06)
3343
+
3344
+ ### Bug Fixes
3345
+
3346
+ - fix ref handling
3347
+ ([d8b1d5d](https://github.com/mittwald/flow/commit/d8b1d5d1f5a7320f734fd573648e8ed6858096ea))
3348
+
3349
+ # Change Log
3350
+
3351
+ All notable changes to this project will be documented in this file. See
3352
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3353
+
3354
+ # [0.1.0-alpha.105](https://github.com/mittwald/flow/compare/0.1.0-alpha.104...0.1.0-alpha.105) (2024-05-06)
3355
+
3356
+ **Note:** Version bump only for package @mittwald/flow-react-components
3357
+
3358
+ # Change Log
3359
+
3360
+ All notable changes to this project will be documented in this file. See
3361
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3362
+
3363
+ # [0.1.0-alpha.104](https://github.com/mittwald/flow/compare/0.1.0-alpha.103...0.1.0-alpha.104) (2024-05-06)
3364
+
3365
+ ### Bug Fixes
3366
+
3367
+ - **Tabs:** fix nested tabs
3368
+ ([68a7548](https://github.com/mittwald/flow/commit/68a75485bdafa020b534123f74b9df4618d33fb8))
3369
+
3370
+ # Change Log
3371
+
3372
+ All notable changes to this project will be documented in this file. See
3373
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3374
+
3375
+ # [0.1.0-alpha.103](https://github.com/mittwald/flow/compare/0.1.0-alpha.102...0.1.0-alpha.103) (2024-05-03)
3376
+
3377
+ **Note:** Version bump only for package @mittwald/flow-react-components
3378
+
3379
+ # Change Log
3380
+
3381
+ All notable changes to this project will be documented in this file. See
3382
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3383
+
3384
+ # [0.1.0-alpha.102](https://github.com/mittwald/flow/compare/0.1.0-alpha.101...0.1.0-alpha.102) (2024-05-03)
3385
+
3386
+ **Note:** Version bump only for package @mittwald/flow-react-components
3387
+
3388
+ # Change Log
3389
+
3390
+ All notable changes to this project will be documented in this file. See
3391
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3392
+
3393
+ # [0.1.0-alpha.101](https://github.com/mittwald/flow/compare/0.1.0-alpha.100...0.1.0-alpha.101) (2024-05-03)
3394
+
3395
+ ### Features
3396
+
3397
+ - **Accordion:** add accordion component
3398
+ ([fc11cd2](https://github.com/mittwald/flow/commit/fc11cd2ee09a398224bbc3dec2d873eebcb8f77c))
3399
+
3400
+ # Change Log
3401
+
3402
+ All notable changes to this project will be documented in this file. See
3403
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3404
+
3405
+ # [0.1.0-alpha.100](https://github.com/mittwald/flow/compare/0.1.0-alpha.99...0.1.0-alpha.100) (2024-05-03)
3406
+
3407
+ ### Features
3408
+
3409
+ - add Skeleton component
3410
+ ([2dc4c3c](https://github.com/mittwald/flow/commit/2dc4c3cf753dc342d7c71a195aceca55c0258d1d))
3411
+
3412
+ # Change Log
3413
+
3414
+ All notable changes to this project will be documented in this file. See
3415
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3416
+
3417
+ # [0.1.0-alpha.99](https://github.com/mittwald/flow/compare/0.1.0-alpha.98...0.1.0-alpha.99) (2024-05-02)
3418
+
3419
+ **Note:** Version bump only for package @mittwald/flow-react-components
3420
+
3421
+ # Change Log
3422
+
3423
+ All notable changes to this project will be documented in this file. See
3424
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3425
+
3426
+ # [0.1.0-alpha.98](https://github.com/mittwald/flow/compare/0.1.0-alpha.97...0.1.0-alpha.98) (2024-05-02)
3427
+
3428
+ ### Bug Fixes
3429
+
3430
+ - **Tabs:** fix scrolling in tabs with different heights
3431
+ ([bf6df9b](https://github.com/mittwald/flow/commit/bf6df9b386455558cba46ea4a5b34f1eca09ff67))
3432
+
3433
+ # Change Log
3434
+
3435
+ All notable changes to this project will be documented in this file. See
3436
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3437
+
3438
+ # [0.1.0-alpha.97](https://github.com/mittwald/flow/compare/0.1.0-alpha.96...0.1.0-alpha.97) (2024-05-02)
3439
+
3440
+ **Note:** Version bump only for package @mittwald/flow-react-components
3441
+
3442
+ # Change Log
3443
+
3444
+ All notable changes to this project will be documented in this file. See
3445
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3446
+
3447
+ # [0.1.0-alpha.96](https://github.com/mittwald/flow/compare/0.1.0-alpha.95...0.1.0-alpha.96) (2024-05-02)
3448
+
3449
+ **Note:** Version bump only for package @mittwald/flow-react-components
3450
+
3451
+ # Change Log
3452
+
3453
+ All notable changes to this project will be documented in this file. See
3454
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3455
+
3456
+ # [0.1.0-alpha.95](https://github.com/mittwald/flow/compare/0.1.0-alpha.94...0.1.0-alpha.95) (2024-05-02)
3457
+
3458
+ **Note:** Version bump only for package @mittwald/flow-react-components
3459
+
3460
+ # Change Log
3461
+
3462
+ All notable changes to this project will be documented in this file. See
3463
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3464
+
3465
+ # [0.1.0-alpha.94](https://github.com/mittwald/flow/compare/0.1.0-alpha.93...0.1.0-alpha.94) (2024-05-02)
3466
+
3467
+ **Note:** Version bump only for package @mittwald/flow-react-components
3468
+
3469
+ # Change Log
3470
+
3471
+ All notable changes to this project will be documented in this file. See
3472
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3473
+
3474
+ # [0.1.0-alpha.93](https://github.com/mittwald/flow/compare/0.1.0-alpha.92...0.1.0-alpha.93) (2024-05-02)
3475
+
3476
+ **Note:** Version bump only for package @mittwald/flow-react-components
3477
+
3478
+ # Change Log
3479
+
3480
+ All notable changes to this project will be documented in this file. See
3481
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3482
+
3483
+ # [0.1.0-alpha.92](https://github.com/mittwald/flow/compare/0.1.0-alpha.91...0.1.0-alpha.92) (2024-05-02)
3484
+
3485
+ ### Bug Fixes
3486
+
3487
+ - **NavigationGroup:** fix hydration error when used in SSR
3488
+ ([4c828c7](https://github.com/mittwald/flow/commit/4c828c7ee95a1eebc070a1ea7c3d3260ff51f6cd))
3489
+
3490
+ # Change Log
3491
+
3492
+ All notable changes to this project will be documented in this file. See
3493
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3494
+
3495
+ # [0.1.0-alpha.91](https://github.com/mittwald/flow/compare/0.1.0-alpha.90...0.1.0-alpha.91) (2024-05-02)
3496
+
3497
+ ### Features
3498
+
3499
+ - **Breadcrumb:** add inverse option to breadcrumb
3500
+ ([a15b46b](https://github.com/mittwald/flow/commit/a15b46b50fb48e3bbe28810f5c27bfddcd5969e8))
3501
+
3502
+ # Change Log
3503
+
3504
+ All notable changes to this project will be documented in this file. See
3505
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3506
+
3507
+ # [0.1.0-alpha.90](https://github.com/mittwald/flow/compare/0.1.0-alpha.89...0.1.0-alpha.90) (2024-05-02)
3508
+
3509
+ **Note:** Version bump only for package @mittwald/flow-react-components
3510
+
3511
+ # Change Log
3512
+
3513
+ All notable changes to this project will be documented in this file. See
3514
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3515
+
3516
+ # [0.1.0-alpha.89](https://github.com/mittwald/flow/compare/0.1.0-alpha.88...0.1.0-alpha.89) (2024-04-30)
3517
+
3518
+ **Note:** Version bump only for package @mittwald/flow-react-components
3519
+
3520
+ # Change Log
3521
+
3522
+ All notable changes to this project will be documented in this file. See
3523
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3524
+
3525
+ # [0.1.0-alpha.88](https://github.com/mittwald/flow/compare/0.1.0-alpha.87...0.1.0-alpha.88) (2024-04-29)
3526
+
3527
+ **Note:** Version bump only for package @mittwald/flow-react-components
3528
+
3529
+ # Change Log
3530
+
3531
+ All notable changes to this project will be documented in this file. See
3532
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3533
+
3534
+ # [0.1.0-alpha.87](https://github.com/mittwald/flow/compare/0.1.0-alpha.86...0.1.0-alpha.87) (2024-04-29)
3535
+
3536
+ ### Features
3537
+
3538
+ - **Button:** add inverse option to button
3539
+ ([d78a1a5](https://github.com/mittwald/flow/commit/d78a1a5f28c855e440d12da1db69214fd917ce71))
3540
+
3541
+ ### Reverts
3542
+
3543
+ - Revert "chore: update dependencies"
3544
+ ([09b7f46](https://github.com/mittwald/flow/commit/09b7f46f0df3665cadea66137d493cf5d128f31a))
3545
+
3546
+ # Change Log
3547
+
3548
+ All notable changes to this project will be documented in this file. See
3549
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3550
+
3551
+ # [0.1.0-alpha.86](https://github.com/mittwald/flow/compare/0.1.0-alpha.85...0.1.0-alpha.86) (2024-04-29)
3552
+
3553
+ ### Features
3554
+
3555
+ - **Tabs:** add status to tabs
3556
+ ([569774a](https://github.com/mittwald/flow/commit/569774a66e19d24259cbc8045bd322a3458a34a9))
3557
+
3558
+ # Change Log
3559
+
3560
+ All notable changes to this project will be documented in this file. See
3561
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3562
+
3563
+ # [0.1.0-alpha.85](https://github.com/mittwald/flow/compare/0.1.0-alpha.84...0.1.0-alpha.85) (2024-04-29)
3564
+
3565
+ ### Features
3566
+
3567
+ - **Icon:** Add icons
3568
+ ([9036765](https://github.com/mittwald/flow/commit/9036765c833dd121f26d5bee7ee79b80260057d8))
3569
+ - **Icon:** Add icons
3570
+ ([9b4ef3f](https://github.com/mittwald/flow/commit/9b4ef3f644b9968f2861a216fbe1eaf78c72dd33))
3571
+
3572
+ # Change Log
3573
+
3574
+ All notable changes to this project will be documented in this file. See
3575
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3576
+
3577
+ # [0.1.0-alpha.84](https://github.com/mittwald/flow/compare/0.1.0-alpha.83...0.1.0-alpha.84) (2024-04-29)
3578
+
3579
+ ### Bug Fixes
3580
+
3581
+ - **NumberField:** Fix Button padding in NumberField
3582
+ ([7c47f1d](https://github.com/mittwald/flow/commit/7c47f1dba7bd5aab28c1553a103962a60fec373e))
3583
+
3584
+ # Change Log
3585
+
3586
+ All notable changes to this project will be documented in this file. See
3587
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3588
+
3589
+ # [0.1.0-alpha.83](https://github.com/mittwald/flow/compare/0.1.0-alpha.82...0.1.0-alpha.83) (2024-04-26)
3590
+
3591
+ ### Features
3592
+
3593
+ - **Heading:** Add levelVisual property
3594
+ ([f7b2d96](https://github.com/mittwald/flow/commit/f7b2d960ad11041d18101c0d0b16d32f0b2f4a74))
3595
+
3596
+ # Change Log
3597
+
3598
+ All notable changes to this project will be documented in this file. See
3599
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3600
+
3601
+ # [0.1.0-alpha.82](https://github.com/mittwald/flow/compare/0.1.0-alpha.81...0.1.0-alpha.82) (2024-04-24)
3602
+
3603
+ **Note:** Version bump only for package @mittwald/flow-react-components
3604
+
3605
+ # Change Log
3606
+
3607
+ All notable changes to this project will be documented in this file. See
3608
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3609
+
3610
+ # [0.1.0-alpha.81](https://github.com/mittwald/flow/compare/0.1.0-alpha.80...0.1.0-alpha.81) (2024-04-24)
3611
+
3612
+ ### Bug Fixes
3613
+
3614
+ - **Modal:** fix not applied off-canvas style
3615
+ ([a286436](https://github.com/mittwald/flow/commit/a28643688bbf88691b4931651ecc527b4030e355))
3616
+
3617
+ # Change Log
3618
+
3619
+ All notable changes to this project will be documented in this file. See
3620
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3621
+
3622
+ # [0.1.0-alpha.80](https://github.com/mittwald/flow/compare/0.1.0-alpha.79...0.1.0-alpha.80) (2024-04-24)
3623
+
3624
+ ### Bug Fixes
3625
+
3626
+ - **PropsContext:** fix missing props in context when used in sub Component
3627
+ ([9f460b3](https://github.com/mittwald/flow/commit/9f460b3f588a7bf8d609f366c7d93ccb06736c32))
3628
+
3629
+ # Change Log
3630
+
3631
+ All notable changes to this project will be documented in this file. See
3632
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3633
+
3634
+ # [0.1.0-alpha.79](https://github.com/mittwald/flow/compare/0.1.0-alpha.78...0.1.0-alpha.79) (2024-04-24)
3635
+
3636
+ **Note:** Version bump only for package @mittwald/flow-react-components
3637
+
3638
+ # Change Log
3639
+
3640
+ All notable changes to this project will be documented in this file. See
3641
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3642
+
3643
+ # [0.1.0-alpha.78](https://github.com/mittwald/flow/compare/0.1.0-alpha.77...0.1.0-alpha.78) (2024-04-24)
3644
+
3645
+ **Note:** Version bump only for package @mittwald/flow-react-components
3646
+
3647
+ # Change Log
3648
+
3649
+ All notable changes to this project will be documented in this file. See
3650
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3651
+
3652
+ # [0.1.0-alpha.77](https://github.com/mittwald/flow/compare/0.1.0-alpha.76...0.1.0-alpha.77) (2024-04-23)
3653
+
3654
+ ### Bug Fixes
3655
+
3656
+ - **Action:** fix state transitions
3657
+ ([aaf7557](https://github.com/mittwald/flow/commit/aaf7557f9c9a71c9ff17e83712fc7e9c5880f4db))
3658
+
3659
+ ### Features
3660
+
3661
+ - increase CSS specifity for Flow global styles
3662
+ ([665ed86](https://github.com/mittwald/flow/commit/665ed86d91d0290ef8a9b4eebcb0d6ccfb0ee6da))
3663
+
3664
+ # Change Log
3665
+
3666
+ All notable changes to this project will be documented in this file. See
3667
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3668
+
3669
+ # [0.1.0-alpha.76](https://github.com/mittwald/flow/compare/0.1.0-alpha.75...0.1.0-alpha.76) (2024-04-23)
3670
+
3671
+ ### Bug Fixes
3672
+
3673
+ - **Button:** fix spacing in button inside button group
3674
+ ([9fd2747](https://github.com/mittwald/flow/commit/9fd2747d606ae5be91b61f46a3ff5f860d52eecf))
3675
+ - isolate Flow styles
3676
+ ([6619afb](https://github.com/mittwald/flow/commit/6619afb6a5d2209a72b688549a6d4938d94033cb))
3677
+
3678
+ # Change Log
3679
+
3680
+ All notable changes to this project will be documented in this file. See
3681
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3682
+
3683
+ # [0.1.0-alpha.75](https://github.com/mittwald/flow/compare/0.1.0-alpha.74...0.1.0-alpha.75) (2024-04-22)
3684
+
3685
+ ### Features
3686
+
3687
+ - **HeaderNavigation:** add inverse option to header navigation
3688
+ ([5574bc6](https://github.com/mittwald/flow/commit/5574bc68c2b242010d416b7cd9fa4549763ba70d))
3689
+
3690
+ # Change Log
3691
+
3692
+ All notable changes to this project will be documented in this file. See
3693
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3694
+
3695
+ # [0.1.0-alpha.74](https://github.com/mittwald/flow/compare/0.1.0-alpha.73...0.1.0-alpha.74) (2024-04-22)
3696
+
3697
+ **Note:** Version bump only for package @mittwald/flow-react-components
3698
+
3699
+ # Change Log
3700
+
3701
+ All notable changes to this project will be documented in this file. See
3702
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3703
+
3704
+ # [0.1.0-alpha.73](https://github.com/mittwald/flow/compare/0.1.0-alpha.72...0.1.0-alpha.73) (2024-04-22)
3705
+
3706
+ **Note:** Version bump only for package @mittwald/flow-react-components
3707
+
3708
+ # Change Log
3709
+
3710
+ All notable changes to this project will be documented in this file. See
3711
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3712
+
3713
+ # [0.1.0-alpha.72](https://github.com/mittwald/flow/compare/0.1.0-alpha.71...0.1.0-alpha.72) (2024-04-22)
3714
+
3715
+ ### Features
3716
+
3717
+ - **Action:** screen reader accessible state
3718
+ ([da0b5ea](https://github.com/mittwald/flow/commit/da0b5ea3f5c9b498dc55eca8a9d02d3bdcb3dc53))
3719
+
3720
+ # Change Log
3721
+
3722
+ All notable changes to this project will be documented in this file. See
3723
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3724
+
3725
+ # [0.1.0-alpha.71](https://github.com/mittwald/flow/compare/v0.1.0-alpha.70...0.1.0-alpha.71) (2024-04-19)
3726
+
3727
+ ### Bug Fixes
3728
+
3729
+ - **List:** english translations
3730
+ ([df7b71c](https://github.com/mittwald/flow/commit/df7b71c4b89826801566042a00e29dfb61d8a787))
3731
+
3732
+ # Change Log
3733
+
3734
+ All notable changes to this project will be documented in this file. See
3735
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3736
+
3737
+ # [0.1.0-alpha.69](https://github.com/mittwald/flow/compare/0.1.0-alpha.68...0.1.0-alpha.69) (2024-04-16)
3738
+
3739
+ ### Features
3740
+
3741
+ - **LoadingSpinner:** add LoadingSpinner component
3742
+ ([d5f414d](https://github.com/mittwald/flow/commit/d5f414d8a71fffb783077ba7ab03a81a4a9fe4ff))
3743
+
3744
+ # Change Log
3745
+
3746
+ All notable changes to this project will be documented in this file. See
3747
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3748
+
3749
+ # [0.1.0-alpha.68](https://github.com/mittwald/flow/compare/0.1.0-alpha.67...0.1.0-alpha.68) (2024-04-16)
3750
+
3751
+ ### Bug Fixes
3752
+
3753
+ - **RadioGroup:** fix segmented layout
3754
+ ([14de6fb](https://github.com/mittwald/flow/commit/14de6fb155c3470fa8042fe5656965fbe49033ce))
3755
+
3756
+ # Change Log
3757
+
3758
+ All notable changes to this project will be documented in this file. See
3759
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3760
+
3761
+ # [0.1.0-alpha.67](https://github.com/mittwald/flow/compare/0.1.0-alpha.66...0.1.0-alpha.67) (2024-04-16)
3762
+
3763
+ ### Bug Fixes
3764
+
3765
+ - **Tabs:** remove flickering of TabTitle on first render
3766
+ ([67a0588](https://github.com/mittwald/flow/commit/67a0588d4b54c8d69f66322eefd60023f483d576))
3767
+
3768
+ ### Features
3769
+
3770
+ - add IllustratedMessage Component
3771
+ ([25c5e97](https://github.com/mittwald/flow/commit/25c5e974c081a0d9bcbf0634a07d8df6cd9da91d))
3772
+
3773
+ # Change Log
3774
+
3775
+ All notable changes to this project will be documented in this file. See
3776
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3777
+
3778
+ # [0.1.0-alpha.66](https://github.com/mittwald/flow/compare/0.1.0-alpha.65...0.1.0-alpha.66) (2024-04-12)
3779
+
3780
+ **Note:** Version bump only for package @mittwald/flow-react-components
3781
+
3782
+ # Change Log
3783
+
3784
+ All notable changes to this project will be documented in this file. See
3785
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3786
+
3787
+ # [0.1.0-alpha.65](https://github.com/mittwald/flow/compare/0.1.0-alpha.64...0.1.0-alpha.65) (2024-04-11)
3788
+
3789
+ **Note:** Version bump only for package @mittwald/flow-react-components
3790
+
3791
+ # Change Log
3792
+
3793
+ All notable changes to this project will be documented in this file. See
3794
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3795
+
3796
+ # [0.1.0-alpha.64](https://github.com/mittwald/flow/compare/0.1.0-alpha.62...0.1.0-alpha.64) (2024-04-10)
3797
+
3798
+ ### Bug Fixes
3799
+
3800
+ - **Tabs:** fix root CSS class
3801
+ ([325d04c](https://github.com/mittwald/flow/commit/325d04cc64a89067ccf45548ca3225279b029ff6))
3802
+
3803
+ ### Features
3804
+
3805
+ - Add ProgressBar component
3806
+ ([1974cd6](https://github.com/mittwald/flow/commit/1974cd614b2cfe6a2c6743e270836f8ac0b8092e))
3807
+ - **HeaderNavigation:** add header navigation
3808
+ ([d8ad385](https://github.com/mittwald/flow/commit/d8ad385e38459f83bcc7143e30c4606cec6253be))
3809
+
3810
+ # Change Log
3811
+
3812
+ All notable changes to this project will be documented in this file. See
3813
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3814
+
3815
+ # [0.1.0-alpha.63](https://github.com/mittwald/flow/compare/0.1.0-alpha.62...0.1.0-alpha.63) (2024-04-10)
3816
+
3817
+ ### Bug Fixes
3818
+
3819
+ - **Tabs:** fix root CSS class
3820
+ ([325d04c](https://github.com/mittwald/flow/commit/325d04cc64a89067ccf45548ca3225279b029ff6))
3821
+
3822
+ ### Features
3823
+
3824
+ - **HeaderNavigation:** add header navigation
3825
+ ([d8ad385](https://github.com/mittwald/flow/commit/d8ad385e38459f83bcc7143e30c4606cec6253be))
3826
+
3827
+ # Change Log
3828
+
3829
+ All notable changes to this project will be documented in this file. See
3830
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3831
+
3832
+ # [0.1.0-alpha.62](https://github.com/mittwald/flow/compare/0.1.0-alpha.61...0.1.0-alpha.62) (2024-04-10)
3833
+
3834
+ ### Features
3835
+
3836
+ - add Tabs
3837
+ ([8f3ac47](https://github.com/mittwald/flow/commit/8f3ac47d4708df5106dd1776ced3a244728c064d))
3838
+
3839
+ # Change Log
3840
+
3841
+ All notable changes to this project will be documented in this file. See
3842
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3843
+
3844
+ # [0.1.0-alpha.61](https://github.com/mittwald/flow/compare/0.1.0-alpha.60...0.1.0-alpha.61) (2024-04-09)
3845
+
3846
+ ### Features
3847
+
3848
+ - **Avatar:** add variant
3849
+ ([e6d3dea](https://github.com/mittwald/flow/commit/e6d3deabdc2b04d53b2d6ceba58b282e5b97bb53))
3850
+ - **StatusBadge:** add icon only version
3851
+ ([8c18f80](https://github.com/mittwald/flow/commit/8c18f808ceba514da2f4d45d4cbae955824a2d42))
3852
+
3853
+ # Change Log
3854
+
3855
+ All notable changes to this project will be documented in this file. See
3856
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3857
+
3858
+ # [0.1.0-alpha.60](https://github.com/mittwald/flow/compare/0.1.0-alpha.59...0.1.0-alpha.60) (2024-04-08)
3859
+
3860
+ **Note:** Version bump only for package @mittwald/flow-react-components
3861
+
3862
+ # Change Log
3863
+
3864
+ All notable changes to this project will be documented in this file. See
3865
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3866
+
3867
+ # [0.1.0-alpha.59](https://github.com/mittwald/flow/compare/0.1.0-alpha.58...0.1.0-alpha.59) (2024-04-08)
3868
+
3869
+ ### Features
3870
+
3871
+ - add EmulatedBoldText
3872
+ ([10dc20c](https://github.com/mittwald/flow/commit/10dc20c5aad0b31ffd770ad220c7bd6177e96803))
3873
+ - **List:** add defualt sorting
3874
+ ([348b687](https://github.com/mittwald/flow/commit/348b6874de88ea3e1fd60917ad721f7e406ee6a2))
3875
+
3876
+ # Change Log
3877
+
3878
+ All notable changes to this project will be documented in this file. See
3879
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3880
+
3881
+ # [0.1.0-alpha.58](https://github.com/mittwald/flow/compare/0.1.0-alpha.57...0.1.0-alpha.58) (2024-04-08)
3882
+
3883
+ **Note:** Version bump only for package @mittwald/flow-react-components
3884
+
3885
+ # Change Log
3886
+
3887
+ All notable changes to this project will be documented in this file. See
3888
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3889
+
3890
+ # [0.1.0-alpha.57](https://github.com/mittwald/flow/compare/0.1.0-alpha.56...0.1.0-alpha.57) (2024-04-08)
3891
+
3892
+ ### Bug Fixes
3893
+
3894
+ - fix wrong import path
3895
+ ([e89dc7f](https://github.com/mittwald/flow/commit/e89dc7f92516828c036a8736b28749b934424528))
3896
+
3897
+ ### Features
3898
+
3899
+ - **ContextMenu:** add single-/multi-select
3900
+ ([44bb4ef](https://github.com/mittwald/flow/commit/44bb4ef1518bc1c7deb4feceb3f3f227ac1079e2))
3901
+
3902
+ # Change Log
3903
+
3904
+ All notable changes to this project will be documented in this file. See
3905
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3906
+
3907
+ # [0.1.0-alpha.56](https://github.com/mittwald/flow/compare/0.1.0-alpha.55...0.1.0-alpha.56) (2024-04-04)
3908
+
3909
+ ### Bug Fixes
3910
+
3911
+ - **Action:** fix not showing pending on second call
3912
+ ([8f37a7e](https://github.com/mittwald/flow/commit/8f37a7ee7804f396c48bfe1e7b6209bec6823f84))
3913
+ - add package export for Action component
3914
+ ([1964d8d](https://github.com/mittwald/flow/commit/1964d8d964505f918b229f8c6c3ae2e51daaefe4))
3915
+ - **Modal:** fix Modal not opened by trigger
3916
+ ([5729fb4](https://github.com/mittwald/flow/commit/5729fb4e134d425fd3f6cd6746800ec1004cc194))
3917
+ - update table state in signal effect
3918
+ ([ee68eab](https://github.com/mittwald/flow/commit/ee68eab7114137cb591d1e808e6a9b6d201963c6))
3919
+ - use explicit Link context to set component
3920
+ ([1ad51d5](https://github.com/mittwald/flow/commit/1ad51d5c475853bc4c56baa1cdf9373d29410692))
3921
+
3922
+ ### Features
3923
+
3924
+ - Add Action component
3925
+ ([f50ba0f](https://github.com/mittwald/flow/commit/f50ba0f7749efe4ebb529f98ad44b3e5efd65d15))
3926
+ - add breadcrumb component
3927
+ ([c99c2f9](https://github.com/mittwald/flow/commit/c99c2f938cfdfa10181a71baad1617f55cae3aeb))
3928
+ - add NavigationGroup component
3929
+ ([4d8b7a5](https://github.com/mittwald/flow/commit/4d8b7a5d8b1283ffe6f5c9db6559f04c098e59dd))
3930
+ - add package for overlayControler
3931
+ ([e166cb2](https://github.com/mittwald/flow/commit/e166cb2d7ed975e7d1ab0a3b28e25593585dacfb))
3932
+ - add styling for List Items
3933
+ ([6432a00](https://github.com/mittwald/flow/commit/6432a00c4312902a64459b7b961df6aff49beeb8))
3934
+
3935
+ # Change Log
3936
+
3937
+ All notable changes to this project will be documented in this file. See
3938
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3939
+
3940
+ # [0.1.0-alpha.55](https://github.com/mittwald/flow/compare/0.1.0-alpha.54...0.1.0-alpha.55) (2024-03-26)
3941
+
3942
+ ### Features
3943
+
3944
+ - add context menu component
3945
+ ([0fb5ec1](https://github.com/mittwald/flow/commit/0fb5ec12e3dd097fb554331c87cf3dc80f70b3c8))
3946
+
3947
+ # Change Log
3948
+
3949
+ All notable changes to this project will be documented in this file. See
3950
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3951
+
3952
+ # [0.1.0-alpha.54](https://github.com/mittwald/flow/compare/0.1.0-alpha.53...0.1.0-alpha.54) (2024-03-26)
3953
+
3954
+ ### Bug Fixes
3955
+
3956
+ - make button states accessible
3957
+ ([33d1175](https://github.com/mittwald/flow/commit/33d117592b3013ac299bfdb12ff425d0a106850c))
3958
+
3959
+ ### Features
3960
+
3961
+ - **List:** visualize loading state
3962
+ ([08b831a](https://github.com/mittwald/flow/commit/08b831a85ebdb2b00e19b5b70870dd8983200d9b))
3963
+
3964
+ # Change Log
3965
+
3966
+ All notable changes to this project will be documented in this file. See
3967
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3968
+
3969
+ # [0.1.0-alpha.53](https://github.com/mittwald/flow/compare/0.1.0-alpha.52...0.1.0-alpha.53) (2024-03-25)
3970
+
3971
+ **Note:** Version bump only for package @mittwald/flow-react-components
3972
+
3973
+ # Change Log
3974
+
3975
+ All notable changes to this project will be documented in this file. See
3976
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3977
+
3978
+ # [0.1.0-alpha.52](https://github.com/mittwald/flow/compare/0.1.0-alpha.51...0.1.0-alpha.52) (2024-03-25)
3979
+
3980
+ **Note:** Version bump only for package @mittwald/flow-react-components
3981
+
3982
+ # Change Log
3983
+
3984
+ All notable changes to this project will be documented in this file. See
3985
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3986
+
3987
+ # [0.1.0-alpha.51](https://github.com/mittwald/flow/compare/0.1.0-alpha.50...0.1.0-alpha.51) (2024-03-22)
3988
+
3989
+ ### Features
3990
+
3991
+ - move Tunnel into own package
3992
+ ([5a2ba52](https://github.com/mittwald/flow/commit/5a2ba5206a229df93f9c59493fafe2b797798e1d))
3993
+
3994
+ # Change Log
3995
+
3996
+ All notable changes to this project will be documented in this file. See
3997
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3998
+
3999
+ # [0.1.0-alpha.50](https://github.com/mittwald/flow/compare/0.1.0-alpha.49...0.1.0-alpha.50) (2024-03-22)
4000
+
4001
+ ### Features
4002
+
4003
+ - add Modal component
4004
+ ([d9a47ea](https://github.com/mittwald/flow/commit/d9a47eae58db9c7a8b1b6868da7246e1eded2a16))
4005
+
4006
+ # Change Log
4007
+
4008
+ All notable changes to this project will be documented in this file. See
4009
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4010
+
4011
+ # [0.1.0-alpha.49](https://github.com/mittwald/flow/compare/0.1.0-alpha.48...0.1.0-alpha.49) (2024-03-22)
4012
+
4013
+ **Note:** Version bump only for package @mittwald/flow-react-components
4014
+
4015
+ # Change Log
4016
+
4017
+ All notable changes to this project will be documented in this file. See
4018
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4019
+
4020
+ # [0.1.0-alpha.48](https://github.com/mittwald/flow/compare/0.1.0-alpha.47...0.1.0-alpha.48) (2024-03-21)
4021
+
4022
+ ### Features
4023
+
4024
+ - add Tunnel component
4025
+ ([ffca8e1](https://github.com/mittwald/flow/commit/ffca8e17d32ef8fd452200ece54a59b8e5409861))
4026
+
4027
+ # Change Log
4028
+
4029
+ All notable changes to this project will be documented in this file. See
4030
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4031
+
4032
+ # [0.1.0-alpha.47](https://github.com/mittwald/flow/compare/0.1.0-alpha.46...0.1.0-alpha.47) (2024-03-21)
4033
+
4034
+ ### Bug Fixes
4035
+
4036
+ - keep props context in structural-like components
4037
+ ([48350b8](https://github.com/mittwald/flow/commit/48350b8f3f771b424ea6e178c3ad374512ccf079))
4038
+
4039
+ # Change Log
4040
+
4041
+ All notable changes to this project will be documented in this file. See
4042
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4043
+
4044
+ # [0.1.0-alpha.46](https://github.com/mittwald/flow/compare/0.1.0-alpha.45...0.1.0-alpha.46) (2024-03-21)
4045
+
4046
+ ### Bug Fixes
4047
+
4048
+ - clear props context in each component
4049
+ ([175c222](https://github.com/mittwald/flow/commit/175c22249152a0be129da58837251d0004ed32e5))
4050
+
4051
+ # Change Log
4052
+
4053
+ All notable changes to this project will be documented in this file. See
4054
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4055
+
4056
+ # [0.1.0-alpha.45](https://github.com/mittwald/flow/compare/0.1.0-alpha.44...0.1.0-alpha.45) (2024-03-20)
4057
+
4058
+ ### Bug Fixes
4059
+
4060
+ - allow default children type in Initials
4061
+ ([3100be9](https://github.com/mittwald/flow/commit/3100be92d3d427834b414c0745cba6bb8ac3e80a))
4062
+ - avoid circular imports
4063
+ ([864276a](https://github.com/mittwald/flow/commit/864276a041daa71b0a9eb7e8e78ae4578573ac6f))
4064
+ - **List:** avoid render-loop when suspending ListItemView
4065
+ ([2e9eccd](https://github.com/mittwald/flow/commit/2e9eccdb4fe508074c374aaa6741f4a6f89b1601))
4066
+
4067
+ # Change Log
4068
+
4069
+ All notable changes to this project will be documented in this file. See
4070
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4071
+
4072
+ # [0.1.0-alpha.44](https://github.com/mittwald/flow/compare/0.1.0-alpha.43...0.1.0-alpha.44) (2024-03-19)
4073
+
4074
+ ### Features
4075
+
4076
+ - Add Empty component
4077
+ ([2a652bc](https://github.com/mittwald/flow/commit/2a652bcd7885d827e20f034448d0d82db774ca8d))
4078
+ - Add List (alpha)
4079
+ ([7deed6b](https://github.com/mittwald/flow/commit/7deed6bf8efccdb157fbcd43c8c91dbd0ca7a22f))
4080
+ - Add React children helpers
4081
+ ([77b1814](https://github.com/mittwald/flow/commit/77b1814e0c9de7dff0e3d0943f2c8835b8cab9fe))
4082
+ - Add Render component
4083
+ ([accdb0a](https://github.com/mittwald/flow/commit/accdb0a9ce35a07395ca70197f8c58130c977d0e))
4084
+
4085
+ # Change Log
4086
+
4087
+ All notable changes to this project will be documented in this file. See
4088
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4089
+
4090
+ # [0.1.0-alpha.43](https://github.com/mittwald/flow/compare/0.1.0-alpha.42...0.1.0-alpha.43) (2024-03-19)
4091
+
4092
+ ### Bug Fixes
4093
+
4094
+ - icon sizes in avatar
4095
+ ([a35a520](https://github.com/mittwald/flow/commit/a35a5207c633ef7a42dc056125960674eb5fccfa))
4096
+
4097
+ # Change Log
4098
+
4099
+ All notable changes to this project will be documented in this file. See
4100
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4101
+
4102
+ # [0.1.0-alpha.42](https://github.com/mittwald/flow/compare/0.1.0-alpha.41...0.1.0-alpha.42) (2024-03-19)
4103
+
4104
+ ### Bug Fixes
4105
+
4106
+ - fix missing properties when using nested Props Context
4107
+ ([ed1f364](https://github.com/mittwald/flow/commit/ed1f3643d637e6ab815337023fb207dd63e97e8f))
4108
+
4109
+ # Change Log
4110
+
4111
+ All notable changes to this project will be documented in this file. See
4112
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4113
+
4114
+ # [0.1.0-alpha.41](https://github.com/mittwald/flow/compare/0.1.0-alpha.40...0.1.0-alpha.41) (2024-03-19)
4115
+
4116
+ ### Features
4117
+
4118
+ - support Switch in Sections
4119
+ ([2becdb5](https://github.com/mittwald/flow/commit/2becdb5a891a7ef263aad72027d65c8e24ae67d9))
4120
+
4121
+ # Change Log
4122
+
4123
+ All notable changes to this project will be documented in this file. See
4124
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4125
+
4126
+ # [0.1.0-alpha.40](https://github.com/mittwald/flow/compare/0.1.0-alpha.39...0.1.0-alpha.40) (2024-03-19)
4127
+
4128
+ ### Features
4129
+
4130
+ - **Components:** add support for nested Props Contexts
4131
+ ([f1eaa86](https://github.com/mittwald/flow/commit/f1eaa8621c03df6cc1c3f7707ac0e458f149a75f))
4132
+
4133
+ # Change Log
4134
+
4135
+ All notable changes to this project will be documented in this file. See
4136
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4137
+
4138
+ # [0.1.0-alpha.39](https://github.com/mittwald/flow/compare/0.1.0-alpha.38...0.1.0-alpha.39) (2024-03-18)
4139
+
4140
+ ### Features
4141
+
4142
+ - **InlineCode:** wrap words anywhere
4143
+ ([131b4f8](https://github.com/mittwald/flow/commit/131b4f8c6ddca200f5635f842a593a78965b2e10))
4144
+
4145
+ # Change Log
4146
+
4147
+ All notable changes to this project will be documented in this file. See
4148
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4149
+
4150
+ # [0.1.0-alpha.38](https://github.com/mittwald/flow/compare/0.1.0-alpha.37...0.1.0-alpha.38) (2024-03-18)
4151
+
4152
+ ### Bug Fixes
4153
+
4154
+ - fix viteI18nPlugin due to update Vite module API
4155
+ ([c2a3d46](https://github.com/mittwald/flow/commit/c2a3d46cca0608913d49b08c94a38deafa78ee67))
4156
+
4157
+ # Change Log
4158
+
4159
+ All notable changes to this project will be documented in this file. See
4160
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4161
+
4162
+ # [0.1.0-alpha.37](https://github.com/mittwald/flow/compare/0.1.0-alpha.36...0.1.0-alpha.37) (2024-03-18)
4163
+
4164
+ **Note:** Version bump only for package @mittwald/flow-react-components
4165
+
4166
+ # Change Log
4167
+
4168
+ All notable changes to this project will be documented in this file. See
4169
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4170
+
4171
+ # [0.1.0-alpha.36](https://github.com/mittwald/flow/compare/0.1.0-alpha.35...0.1.0-alpha.36) (2024-03-15)
4172
+
4173
+ **Note:** Version bump only for package @mittwald/flow-react-components
4174
+
4175
+ # Change Log
4176
+
4177
+ All notable changes to this project will be documented in this file. See
4178
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4179
+
4180
+ # [0.1.0-alpha.35](https://github.com/mittwald/flow/compare/0.1.0-alpha.34...0.1.0-alpha.35) (2024-03-14)
4181
+
4182
+ **Note:** Version bump only for package @mittwald/flow-react-components
4183
+
4184
+ # Change Log
4185
+
4186
+ All notable changes to this project will be documented in this file. See
4187
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4188
+
4189
+ # [0.1.0-alpha.34](https://github.com/mittwald/flow/compare/0.1.0-alpha.33...0.1.0-alpha.34) (2024-03-14)
4190
+
4191
+ **Note:** Version bump only for package @mittwald/flow-react-components
4192
+
4193
+ # Change Log
4194
+
4195
+ All notable changes to this project will be documented in this file. See
4196
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4197
+
4198
+ # [0.1.0-alpha.33](https://github.com/mittwald/flow/compare/0.1.0-alpha.32...0.1.0-alpha.33) (2024-03-14)
4199
+
4200
+ ### Features
4201
+
4202
+ - add color to Icon in Avatar
4203
+ ([a430727](https://github.com/mittwald/flow/commit/a430727deb8f7290daf38fb0340d92401b2f4830))
4204
+
4205
+ # Change Log
4206
+
4207
+ All notable changes to this project will be documented in this file. See
4208
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4209
+
4210
+ # [0.1.0-alpha.32](https://github.com/mittwald/flow/compare/0.1.0-alpha.31...0.1.0-alpha.32) (2024-03-13)
4211
+
4212
+ ### Bug Fixes
4213
+
4214
+ - link component in link
4215
+ ([959f6bb](https://github.com/mittwald/flow/commit/959f6bb554283010b2d271b245b4b017c4e7392f))
4216
+
4217
+ ### Features
4218
+
4219
+ - add link component to link
4220
+ ([b2ddea8](https://github.com/mittwald/flow/commit/b2ddea8a3bfc1596ba721fb92b6004e44823b54b))
4221
+ - add LinkProvider for Next.JS
4222
+ ([1d275f4](https://github.com/mittwald/flow/commit/1d275f46be029179d4129b53b8c58fb0346e5fa5))
4223
+
4224
+ # Change Log
4225
+
4226
+ All notable changes to this project will be documented in this file. See
4227
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4228
+
4229
+ # [0.1.0-alpha.31](https://github.com/mittwald/flow/compare/0.1.0-alpha.30...0.1.0-alpha.31) (2024-03-13)
4230
+
4231
+ ### Bug Fixes
4232
+
4233
+ - fix navigation ([#222](https://github.com/mittwald/flow/issues/222))
4234
+ ([bcbbe2e](https://github.com/mittwald/flow/commit/bcbbe2edd642989f6d195883d37bee153e3d0268))
4235
+
4236
+ # Change Log
4237
+
4238
+ All notable changes to this project will be documented in this file. See
4239
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4240
+
4241
+ # [0.1.0-alpha.30](https://github.com/mittwald/flow/compare/0.1.0-alpha.29...0.1.0-alpha.30) (2024-03-12)
4242
+
4243
+ ### Features
4244
+
4245
+ - allow text with icon in button
4246
+ ([d20c356](https://github.com/mittwald/flow/commit/d20c3564e9e98befc3c8a5f28a241a74485a48d0))
4247
+
4248
+ # Change Log
4249
+
4250
+ All notable changes to this project will be documented in this file. See
4251
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4252
+
4253
+ # [0.1.0-alpha.29](https://github.com/mittwald/flow/compare/0.1.0-alpha.28...0.1.0-alpha.29) (2024-03-12)
4254
+
4255
+ ### Features
4256
+
4257
+ - add InlineCode component
4258
+ ([c9fc931](https://github.com/mittwald/flow/commit/c9fc931777ae9d31f9f9c2f41f410af70cb13f40))
4259
+
4260
+ # Change Log
4261
+
4262
+ All notable changes to this project will be documented in this file. See
4263
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4264
+
4265
+ # [0.1.0-alpha.28](https://github.com/mittwald/flow/compare/0.1.0-alpha.27...0.1.0-alpha.28) (2024-03-12)
4266
+
4267
+ **Note:** Version bump only for package @mittwald/flow-react-components
4268
+
4269
+ # Change Log
4270
+
4271
+ All notable changes to this project will be documented in this file. See
4272
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4273
+
4274
+ # [0.1.0-alpha.27](https://github.com/mittwald/flow/compare/0.1.0-alpha.26...0.1.0-alpha.27) (2024-03-12)
4275
+
4276
+ ### Features
4277
+
4278
+ - add ColumnLayout
4279
+ ([ac9a2c1](https://github.com/mittwald/flow/commit/ac9a2c1ac15bb80bfcddc614dc94198a8e4c7b5e))
4280
+
4281
+ # Change Log
4282
+
4283
+ All notable changes to this project will be documented in this file. See
4284
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4285
+
4286
+ # [0.1.0-alpha.26](https://github.com/mittwald/flow/compare/0.1.0-alpha.24...0.1.0-alpha.26) (2024-03-12)
4287
+
4288
+ ### Features
4289
+
4290
+ - add inline link
4291
+ ([b237d0f](https://github.com/mittwald/flow/commit/b237d0f9a3f1ccb101366f0f5b43c3108c179439))
4292
+
4293
+ # Change Log
4294
+
4295
+ All notable changes to this project will be documented in this file. See
4296
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4297
+
4298
+ # [0.1.0-alpha.25](https://github.com/mittwald/flow/compare/0.1.0-alpha.24...0.1.0-alpha.25) (2024-03-12)
4299
+
4300
+ **Note:** Version bump only for package @mittwald/flow-react-components
4301
+
4302
+ # Change Log
4303
+
4304
+ All notable changes to this project will be documented in this file. See
4305
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4306
+
4307
+ # [0.1.0-alpha.24](https://github.com/mittwald/flow/compare/0.1.0-alpha.23...0.1.0-alpha.24) (2024-03-12)
4308
+
4309
+ **Note:** Version bump only for package @mittwald/flow-react-components
4310
+
4311
+ # Change Log
4312
+
4313
+ All notable changes to this project will be documented in this file. See
4314
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4315
+
4316
+ # [0.1.0-alpha.23](https://github.com/mittwald/flow/compare/0.1.0-alpha.22...0.1.0-alpha.23) (2024-03-07)
4317
+
4318
+ ### Bug Fixes
4319
+
4320
+ - update font sizes and line heights + rename story component categories
4321
+ ([#210](https://github.com/mittwald/flow/issues/210))
4322
+ ([abbc424](https://github.com/mittwald/flow/commit/abbc424077bb21e92a79ba77adebf0eb9c170d07))
4323
+
4324
+ # Change Log
4325
+
4326
+ All notable changes to this project will be documented in this file. See
4327
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4328
+
4329
+ # [0.1.0-alpha.22](https://github.com/mittwald/flow/compare/0.1.0-alpha.21...0.1.0-alpha.22) (2024-03-07)
4330
+
4331
+ **Note:** Version bump only for package @mittwald/flow-react-components
4332
+
4333
+ # Change Log
4334
+
4335
+ All notable changes to this project will be documented in this file. See
4336
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4337
+
4338
+ # [0.1.0-alpha.21](https://github.com/mittwald/flow/compare/0.1.0-alpha.20...0.1.0-alpha.21) (2024-03-05)
4339
+
4340
+ ### Bug Fixes
4341
+
4342
+ - token updates and small fixes
4343
+ ([#208](https://github.com/mittwald/flow/issues/208))
4344
+ ([85a8a1d](https://github.com/mittwald/flow/commit/85a8a1db4b4684552393d5fbdcf051defb39d85c))
4345
+
4346
+ # Change Log
4347
+
4348
+ All notable changes to this project will be documented in this file. See
4349
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4350
+
4351
+ # [0.1.0-alpha.20](https://github.com/mittwald/flow/compare/0.1.0-alpha.19...0.1.0-alpha.20) (2024-03-01)
4352
+
4353
+ ### Features
4354
+
4355
+ - add fonts
4356
+ ([caf1bfc](https://github.com/mittwald/flow/commit/caf1bfc74c684f78b7656c244ff34aef7a3fd278))
4357
+
4358
+ # Change Log
4359
+
4360
+ All notable changes to this project will be documented in this file. See
4361
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4362
+
4363
+ # [0.1.0-alpha.19](https://github.com/mittwald/flow/compare/0.1.0-alpha.18...0.1.0-alpha.19) (2024-02-29)
4364
+
4365
+ ### Features
4366
+
4367
+ - new docs styling
4368
+ ([90bd16d](https://github.com/mittwald/flow/commit/90bd16dd3d3021f993cb43c1e7c171340f9db09b))
4369
+
4370
+ # Change Log
4371
+
4372
+ All notable changes to this project will be documented in this file. See
4373
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4374
+
4375
+ # [0.1.0-alpha.18](https://github.com/mittwald/flow/compare/0.1.0-alpha.17...0.1.0-alpha.18) (2024-02-28)
4376
+
4377
+ **Note:** Version bump only for package @mittwald/flow-react-components
4378
+
4379
+ # Change Log
4380
+
4381
+ All notable changes to this project will be documented in this file. See
4382
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4383
+
4384
+ # [0.1.0-alpha.17](https://github.com/mittwald/flow/compare/0.1.0-alpha.16...0.1.0-alpha.17) (2024-02-27)
4385
+
4386
+ **Note:** Version bump only for package @mittwald/flow-react-components
4387
+
4388
+ # Change Log
4389
+
4390
+ All notable changes to this project will be documented in this file. See
4391
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4392
+
4393
+ # [0.1.0-alpha.16](https://github.com/mittwald/flow/compare/0.1.0-alpha.15...0.1.0-alpha.16) (2024-02-26)
4394
+
4395
+ ### Bug Fixes
4396
+
4397
+ - update avatar tokens
4398
+ ([937836c](https://github.com/mittwald/flow/commit/937836ccf7abbbc394a72e8b8cb52bd1395e1bd0))
4399
+
4400
+ ### Features
4401
+
4402
+ - add section component
4403
+ ([665d1c9](https://github.com/mittwald/flow/commit/665d1c9922335adba6fec29ef8cadc8331c2515d))
4404
+
4405
+ # Change Log
4406
+
4407
+ All notable changes to this project will be documented in this file. See
4408
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4409
+
4410
+ # [0.1.0-alpha.15](https://github.com/mittwald/flow/compare/0.1.0-alpha.14...0.1.0-alpha.15) (2024-02-21)
4411
+
4412
+ ### Features
4413
+
4414
+ - add content box component
4415
+ ([48fed41](https://github.com/mittwald/flow/commit/48fed41f05b61780981e038f75040e70c7362293))
4416
+
4417
+ # Change Log
4418
+
4419
+ All notable changes to this project will be documented in this file. See
4420
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4421
+
4422
+ # [0.1.0-alpha.14](https://github.com/mittwald/flow/compare/0.1.0-alpha.13...0.1.0-alpha.14) (2024-02-21)
4423
+
4424
+ **Note:** Version bump only for package @mittwald/flow-react-components
4425
+
4426
+ # Change Log
4427
+
4428
+ All notable changes to this project will be documented in this file. See
4429
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4430
+
4431
+ # [0.1.0-alpha.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20)
4432
+
4433
+ **Note:** Version bump only for package @mittwald/flow-react-components
4434
+
4435
+ # Change Log
4436
+
4437
+ All notable changes to this project will be documented in this file. See
4438
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4439
+
4440
+ # [0.1.0-alpha.12](https://github.com/mittwald/flow/compare/0.1.0-alpha.11...0.1.0-alpha.12) (2024-02-19)
4441
+
4442
+ **Note:** Version bump only for package @mittwald/flow-react-components
4443
+
4444
+ # Change Log
4445
+
4446
+ All notable changes to this project will be documented in this file. See
4447
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4448
+
4449
+ # [0.1.0-alpha.11](https://github.com/mittwald/flow/compare/0.1.0-alpha.10...0.1.0-alpha.11) (2024-02-16)
4450
+
4451
+ **Note:** Version bump only for package @mittwald/flow-react-components
4452
+
4453
+ # Change Log
4454
+
4455
+ All notable changes to this project will be documented in this file. See
4456
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4457
+
4458
+ # [0.1.0-alpha.10](https://github.com/mittwald/flow/compare/0.1.0-alpha.9...0.1.0-alpha.10) (2024-02-12)
4459
+
4460
+ **Note:** Version bump only for package @mittwald/flow-react-components
4461
+
4462
+ # Change Log
4463
+
4464
+ All notable changes to this project will be documented in this file. See
4465
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4466
+
4467
+ # [0.1.0-alpha.9](https://github.com/mittwald/flow/compare/0.1.0-alpha.8...0.1.0-alpha.9) (2024-02-06)
4468
+
4469
+ ### Bug Fixes
4470
+
4471
+ - **Button:** disable hover-style when disabeld
4472
+ ([129ef76](https://github.com/mittwald/flow/commit/129ef7668032ca4c6c1218ed81abf367bd613570))
4473
+
4474
+ ### Features
4475
+
4476
+ - introduce NumberField component
4477
+ ([33b451d](https://github.com/mittwald/flow/commit/33b451dbadc575a701d90be2d94ee571b82fd37c))
4478
+
4479
+ # Change Log
4480
+
4481
+ All notable changes to this project will be documented in this file. See
4482
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4483
+
4484
+ # [0.1.0-alpha.8](https://github.com/mittwald/flow/compare/0.1.0-alpha.7...0.1.0-alpha.8) (2024-02-06)
4485
+
4486
+ ### Bug Fixes
4487
+
4488
+ - **RadioGroup:** fix zero height
4489
+ ([3143b1c](https://github.com/mittwald/flow/commit/3143b1c164afe9f3d412f6c706c2746e9629a5bc))
4490
+
4491
+ ### Features
4492
+
4493
+ - **CopyButton:** allow React node as copy source
4494
+ ([59ad013](https://github.com/mittwald/flow/commit/59ad01387d8d87d67aeef1a9938fe124dc82f1bd))
4495
+
4496
+ # Change Log
4497
+
4498
+ All notable changes to this project will be documented in this file. See
4499
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4500
+
4501
+ # [0.1.0-alpha.7](https://github.com/mittwald/flow/compare/0.1.0-alpha.6...0.1.0-alpha.7) (2024-02-02)
4502
+
4503
+ ### Bug Fixes
4504
+
4505
+ - **Note:** enforce visible custom icons
4506
+ ([97077aa](https://github.com/mittwald/flow/commit/97077aa232e0d5d12c9c58f80070a2a0e143ad00))
4507
+
4508
+ # Change Log
4509
+
4510
+ All notable changes to this project will be documented in this file. See
4511
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4512
+
4513
+ # [0.1.0-alpha.6](https://github.com/mittwald/flow/compare/0.1.0-alpha.5...0.1.0-alpha.6) (2024-02-02)
4514
+
4515
+ ### Bug Fixes
4516
+
4517
+ - **Avatar:** Avatar must keep aspect ration
4518
+ ([1844b73](https://github.com/mittwald/flow/commit/1844b737e63c9a62a58646b032076bc0177b0ec7))
4519
+ - **Icon:** fixed width should be set on SVG
4520
+ ([49d4137](https://github.com/mittwald/flow/commit/49d413709e13d2c750acf6a07c5af67aa0d51e0a))
4521
+ - **Icon:** SVG should be centered
4522
+ ([c60e836](https://github.com/mittwald/flow/commit/c60e836d7736e48c26efca1b85b00d604df9f2ee))
4523
+
4524
+ # Change Log
4525
+
4526
+ All notable changes to this project will be documented in this file. See
4527
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4528
+
4529
+ # [0.1.0-alpha.5](https://github.com/mittwald/flow/compare/0.1.0-alpha.4...0.1.0-alpha.5) (2024-02-01)
4530
+
4531
+ ### Bug Fixes
4532
+
4533
+ - **Badge:** should be an inline element
4534
+ ([2870587](https://github.com/mittwald/flow/commit/287058764d53f62db25b70f38994a57bde69bf07))
4535
+ - **Button:** icon is not centered
4536
+ ([28d3f81](https://github.com/mittwald/flow/commit/28d3f819022f02d5709113d039ac8e3e0da6ef0b))
4537
+ - **Button:** should be an inline element
4538
+ ([c636747](https://github.com/mittwald/flow/commit/c636747def24cccffd954819f3260d7ad880f87f))
4539
+ - include Font Awesome styles in initial stylesheet
4540
+ ([fe6c060](https://github.com/mittwald/flow/commit/fe6c06053ae0726699c20bc4621ce5a75554242a))
4541
+ - **Storybook:** missing styles
4542
+ ([f5b51d0](https://github.com/mittwald/flow/commit/f5b51d05c8e0fdfa0b4f5a581216e81891ab82b7))
4543
+
4544
+ ### Features
4545
+
4546
+ - **Icon:** support fixed width
4547
+ ([f057ddb](https://github.com/mittwald/flow/commit/f057ddbe41d33a51662876f63ddd1b5fbb010e4f))
4548
+
4549
+ # Change Log
4550
+
4551
+ All notable changes to this project will be documented in this file. See
4552
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4553
+
4554
+ # [0.1.0-alpha.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30)
4555
+
4556
+ ### Features
4557
+
4558
+ - **LabeledValue:** Introduce component
4559
+ ([4f1cb09](https://github.com/mittwald/flow/commit/4f1cb0970c8572f156d5562372e9146ad00f444b))
4560
+
4561
+ # Change Log
4562
+
4563
+ All notable changes to this project will be documented in this file. See
4564
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4565
+
4566
+ # [0.1.0-alpha.3](https://github.com/mittwald/flow/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2024-01-30)
4567
+
4568
+ ### Bug Fixes
4569
+
4570
+ - **Icon:** use fixed FA width
4571
+ ([7143b23](https://github.com/mittwald/flow/commit/7143b23fc5a3269b8248afd24a8207941bdf4332))
4572
+
4573
+ ### Features
4574
+
4575
+ - Allow custom component for NavigationItem
4576
+ ([dbbaf4e](https://github.com/mittwald/flow/commit/dbbaf4e2ce8b94c77043d780bea020c96e901c11))
4577
+ - **Button:** add small variant
4578
+ ([19b82b3](https://github.com/mittwald/flow/commit/19b82b3d2bf7655df005b01e0e08c11ccb1cd23e))
4579
+
4580
+ # Change Log
4581
+
4582
+ All notable changes to this project will be documented in this file. See
4583
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4584
+
4585
+ # [0.1.0-alpha.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.1...0.1.0-alpha.2) (2024-01-29)
4586
+
4587
+ ### Features
4588
+
4589
+ - **storybook:** Add pseudo states addon to storybook
4590
+ ([bad87da](https://github.com/mittwald/flow/commit/bad87daf6443556911272b39aac2ee6329116579))
4591
+
4592
+ # Change Log
4593
+
4594
+ All notable changes to this project will be documented in this file. See
4595
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4596
+
4597
+ # [0.1.0-alpha.1](https://github.com/mittwald/flow/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2024-01-25)
4598
+
4599
+ **Note:** Version bump only for package @mittwald/flow-react-components
4600
+
4601
+ # Change Log
4602
+
4603
+ All notable changes to this project will be documented in this file. See
4604
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4605
+
4606
+ # 0.1.0-alpha.0 (2024-01-25)
4607
+
4608
+ ### Bug Fixes
4609
+
4610
+ - add missing "use client" directive
4611
+ ([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620))