@mittwald/flow-react-components 0.1.0-alpha.31 → 0.1.0-alpha.311

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 (881) hide show
  1. package/CHANGELOG.md +3719 -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/Avatar.css +1 -0
  9. package/dist/css/Badge.css +1 -0
  10. package/dist/css/Breadcrumb.css +1 -0
  11. package/dist/css/Button.css +1 -0
  12. package/dist/css/CalendarHeader.css +1 -0
  13. package/dist/css/Checkbox.css +1 -0
  14. package/dist/css/CheckboxButton.css +1 -0
  15. package/dist/css/CheckboxGroup.css +1 -0
  16. package/dist/css/CodeBlock.css +1 -0
  17. package/dist/css/ColumnLayout.css +1 -0
  18. package/dist/css/ContextMenu.css +1 -0
  19. package/dist/css/ContextualHelp.css +1 -0
  20. package/dist/css/CounterBadge.css +1 -0
  21. package/dist/css/DatePicker.css +1 -0
  22. package/dist/css/DateRangePicker.css +1 -0
  23. package/dist/css/EmulatedBoldText.css +1 -0
  24. package/dist/css/FieldDescription.css +1 -0
  25. package/dist/css/FieldError.css +1 -0
  26. package/dist/css/FormField.css +1 -0
  27. package/dist/css/Header.css +1 -0
  28. package/dist/css/HeaderNavigation.css +1 -0
  29. package/dist/css/Heading.css +1 -0
  30. package/dist/css/Icon.css +1 -0
  31. package/dist/css/IllustratedMessage.css +1 -0
  32. package/dist/css/Initials.css +1 -0
  33. package/dist/css/InlineCode.css +1 -0
  34. package/dist/css/Label.css +1 -0
  35. package/dist/css/LabeledValue.css +1 -0
  36. package/dist/css/LayoutCard.css +1 -0
  37. package/dist/css/Link.css +1 -0
  38. package/dist/css/List.css +1 -0
  39. package/dist/css/LoadingSpinner.css +1 -0
  40. package/dist/css/MenuItem.css +1 -0
  41. package/dist/css/Modal.css +1 -0
  42. package/dist/css/Navigation.css +1 -0
  43. package/dist/css/Notification.css +1 -0
  44. package/dist/css/NotificationProvider.css +1 -0
  45. package/dist/css/NumberField.css +1 -0
  46. package/dist/css/Popover.css +1 -0
  47. package/dist/css/ProgressBar.css +1 -0
  48. package/dist/css/RadioGroup.css +1 -0
  49. package/dist/css/SearchField.css +1 -0
  50. package/dist/css/Section.css +1 -0
  51. package/dist/css/SegmentedControl.css +1 -0
  52. package/dist/css/Select.css +1 -0
  53. package/dist/css/Separator.css +1 -0
  54. package/dist/css/Skeleton.css +1 -0
  55. package/dist/css/SkeletonText.css +1 -0
  56. package/dist/css/Slider.css +1 -0
  57. package/dist/css/Switch.css +1 -0
  58. package/dist/css/Table.css +1 -0
  59. package/dist/css/Tabs.css +1 -0
  60. package/dist/css/Text.css +1 -0
  61. package/dist/css/TextArea.css +1 -0
  62. package/dist/css/TextField.css +1 -0
  63. package/dist/css/TimeField.css +1 -0
  64. package/dist/css/Tooltip.css +1 -0
  65. package/dist/css/globals.css +1 -0
  66. package/dist/js/Accordion-B5k7dJpn.js +85 -0
  67. package/dist/js/Accordion.js +7 -0
  68. package/dist/js/Action-CiJBykBu.js +291 -0
  69. package/dist/js/Action.js +7 -0
  70. package/dist/js/ActionGroup-DqTdnFoM.js +48 -0
  71. package/dist/js/ActionGroup.js +7 -0
  72. package/dist/js/Activity-CmfZpgOM.js +28 -0
  73. package/dist/js/Activity.js +7 -0
  74. package/dist/js/Alert.js +41 -0
  75. package/dist/js/AlertBadge.js +27 -0
  76. package/dist/js/AlertIcon-4pw8iuBh.js +47 -0
  77. package/dist/js/AlertIcon.js +7 -0
  78. package/dist/js/Avatar.js +61 -0
  79. package/dist/js/Badge-Bz0TmmU0.js +94 -0
  80. package/dist/js/Badge.js +7 -0
  81. package/dist/js/Breadcrumb.js +36 -0
  82. package/dist/js/Button-a4Hq_zmE.js +130 -0
  83. package/dist/{Button.js → js/Button.js} +1 -1
  84. package/dist/js/CalendarHeader-o7J1eLg1.js +17 -0
  85. package/dist/js/Checkbox-B8cVD_TG.js +25 -0
  86. package/dist/js/Checkbox.js +7 -0
  87. package/dist/js/CheckboxButton-COo3XHBr.js +29 -0
  88. package/dist/js/CheckboxButton.js +7 -0
  89. package/dist/js/CheckboxGroup.js +44 -0
  90. package/dist/{ClearPropsContext-CD1-9TZA.js → js/ClearPropsContext-CUvsbMn8.js} +1 -1
  91. package/dist/js/CodeBlock.js +38 -0
  92. package/dist/js/ColumnLayout-Bvw578tz.js +33 -0
  93. package/dist/js/ColumnLayout.js +7 -0
  94. package/dist/js/Content-ytee2WFF.js +23 -0
  95. package/dist/js/Content.js +7 -0
  96. package/dist/js/ContextMenu.js +11 -0
  97. package/dist/js/ContextMenu.module-BZingr2B.js +10 -0
  98. package/dist/js/ContextMenuTrigger-Ciwiz8WT.js +90 -0
  99. package/dist/js/ContextualHelp.js +66 -0
  100. package/dist/js/CopyButton-rkjTnjDf.js +40 -0
  101. package/dist/js/CopyButton.js +7 -0
  102. package/dist/js/CounterBadge.js +15 -0
  103. package/dist/js/DatePicker.js +67 -0
  104. package/dist/js/DateRangePicker.js +67 -0
  105. package/dist/js/EmulatedBoldText-Dtox8Wd1.js +14 -0
  106. package/dist/js/EmulatedBoldText.js +7 -0
  107. package/dist/js/FieldDescription-Cj-qCYxv.js +20 -0
  108. package/dist/js/FieldDescription.js +7 -0
  109. package/dist/js/FieldError-BZ6oyvAN.js +23 -0
  110. package/dist/{FieldError.js → js/FieldError.js} +1 -1
  111. package/dist/{FormField.module-DHK6nIcD.js → js/FormField.module-CqWpTQKP.js} +1 -1
  112. package/dist/js/Header-Bry5NM9X.js +79 -0
  113. package/dist/js/Header.js +7 -0
  114. package/dist/js/HeaderNavigation.js +37 -0
  115. package/dist/js/Heading-pQpU1iQY.js +72 -0
  116. package/dist/js/Heading.js +7 -0
  117. package/dist/js/Icon-C3JkDOTi.js +61 -0
  118. package/dist/{Icon.js → js/Icon.js} +1 -1
  119. package/dist/js/IconCalendar-CXEqxrD-.js +10 -0
  120. package/dist/{IconCheck-QwbBte1y.js → js/IconCheck-B49auJJP.js} +1 -1
  121. package/dist/js/IconCheckboxEmpty-CC7q-vMC.js +10 -0
  122. package/dist/js/IconCheckboxIndeterminate-Bc54gPFD.js +9 -0
  123. package/dist/js/IconChevronDown-Cr-rCT6d.js +9 -0
  124. package/dist/js/IconChevronRight-35lfOS6U.js +9 -0
  125. package/dist/js/IconChevronUp-DI1A2wmc.js +9 -0
  126. package/dist/{IconClose-CA5yuJQ6.js → js/IconClose-GXU9h7Kw.js} +1 -1
  127. package/dist/js/IconContextMenu-BpfOb36j.js +9 -0
  128. package/dist/{IconCopy-C-PQMIfL.js → js/IconCopy-D3-038qg.js} +1 -1
  129. package/dist/js/IconDanger-m38r1QkL.js +9 -0
  130. package/dist/js/IconExternalLink-QotyR7i7.js +9 -0
  131. package/dist/js/IconInfo-CmzJdfyz.js +9 -0
  132. package/dist/js/IconPending-CfmgrRZl.js +9 -0
  133. package/dist/js/IconPlus-CYExXr8n.js +10 -0
  134. package/dist/js/IconRadioOn-BQIVoyg4.js +10 -0
  135. package/dist/js/IconSearch-ph_8JDDS.js +9 -0
  136. package/dist/js/IconSucceeded-BHReEzlW.js +10 -0
  137. package/dist/js/IconView-BvWozvJX.js +13 -0
  138. package/dist/js/IconWarning-BSzhRWnw.js +10 -0
  139. package/dist/js/Icons.js +125 -0
  140. package/dist/js/IllustratedMessage-C5caKyh6.js +44 -0
  141. package/dist/js/IllustratedMessage.js +7 -0
  142. package/dist/js/Image.js +17 -0
  143. package/dist/js/Initials.js +21 -0
  144. package/dist/js/InlineCode.js +22 -0
  145. package/dist/js/Label-BvdZBeD-.js +34 -0
  146. package/dist/{Label.js → js/Label.js} +1 -1
  147. package/dist/js/LabeledValue.js +35 -0
  148. package/dist/js/LayoutCard.js +30 -0
  149. package/dist/js/Link-tZe6DMG9.js +64 -0
  150. package/dist/js/Link.js +7 -0
  151. package/dist/js/List/ListLoaderAsyncResource.js +7 -0
  152. package/dist/js/List.js +1237 -0
  153. package/dist/js/LoadingSpinner-CAmMgo37.js +17 -0
  154. package/dist/js/LoadingSpinner.js +7 -0
  155. package/dist/js/MenuItem-DljCXugV.js +54 -0
  156. package/dist/js/MenuItem.js +7 -0
  157. package/dist/js/Modal.js +116 -0
  158. package/dist/js/Navigation.js +63 -0
  159. package/dist/js/Notification.js +68 -0
  160. package/dist/js/NotificationProvider.js +145 -0
  161. package/dist/js/NumberField.js +66 -0
  162. package/dist/js/OverlayTrigger-BmB63e4e.js +38 -0
  163. package/dist/js/Popover-C4jNPNSb.js +66 -0
  164. package/dist/js/Popover.js +9 -0
  165. package/dist/js/ProgressBar.js +50 -0
  166. package/dist/js/PropsContextProvider.js +64 -0
  167. package/dist/js/RadioGroup.js +86 -0
  168. package/dist/js/Render-BdlTa7Qb.js +7 -0
  169. package/dist/js/Render.js +6 -0
  170. package/dist/js/SearchField-Bg9uM0FY.js +76 -0
  171. package/dist/js/SearchField.js +7 -0
  172. package/dist/js/Section-DA5veGmg.js +55 -0
  173. package/dist/js/Section.js +7 -0
  174. package/dist/js/SegmentedControl.js +82 -0
  175. package/dist/js/Select.js +89 -0
  176. package/dist/js/Separator.js +15 -0
  177. package/dist/js/SettingsProvider-D9oDS5r9.js +98 -0
  178. package/dist/js/SettingsProvider.js +7 -0
  179. package/dist/js/Skeleton-CKLaTmDR.js +22 -0
  180. package/dist/js/Skeleton.js +7 -0
  181. package/dist/js/SkeletonText-B5ZghZhO.js +13 -0
  182. package/dist/js/SkeletonText.js +7 -0
  183. package/dist/js/Slider.js +104 -0
  184. package/dist/js/Switch.js +40 -0
  185. package/dist/js/Table-BdpXhsOd.js +57 -0
  186. package/dist/js/Table.js +16 -0
  187. package/dist/js/Tabs.js +157 -0
  188. package/dist/js/Text-CtABaZjp.js +44 -0
  189. package/dist/{Text.js → js/Text.js} +1 -1
  190. package/dist/js/TextArea.js +50 -0
  191. package/dist/js/TextField.js +28 -0
  192. package/dist/js/TextFieldBase-CjA7G_xB.js +60 -0
  193. package/dist/js/TimeField.js +34 -0
  194. package/dist/js/Tooltip-DmYZavnZ.js +20 -0
  195. package/dist/js/Tooltip.js +9 -0
  196. package/dist/js/Wrap-DGT1h1o3.js +9 -0
  197. package/dist/js/Wrap.js +7 -0
  198. package/dist/js/all.css +1 -0
  199. package/dist/{propsContext-Dx7WKmmM.js → js/context-BlNV7smK.js} +3 -2
  200. package/dist/js/context-Cf7tqFtF.js +50 -0
  201. package/dist/js/controller.js +8 -0
  202. package/dist/js/deepFindOfType-6pG0fH7S.js +14 -0
  203. package/dist/js/dynamic-ClpUSmEt.js +8 -0
  204. package/dist/js/flowComponent-E-Gp2Toe.js +138 -0
  205. package/dist/js/getActionGroupSlot-BHzMGEA7.js +59 -0
  206. package/dist/js/getContainerBreakpointSizeClassName-BrcFDcCY.js +6 -0
  207. package/dist/js/hooks.js +17 -0
  208. package/dist/js/nextjs.js +13 -0
  209. package/dist/js/propsContext-DzAKlmhS.js +10 -0
  210. package/dist/js/react-hook-form.js +124 -0
  211. package/dist/js/types/components/Accordion/Accordion.d.ts +7 -0
  212. package/dist/js/types/components/Accordion/index.d.ts +3 -0
  213. package/dist/js/types/components/Accordion/stories/Default.stories.d.ts +9 -0
  214. package/dist/js/types/components/Accordion/stories/EdgeCases.stories.d.ts +6 -0
  215. package/dist/js/types/components/Action/Action.d.ts +2 -0
  216. package/dist/js/types/components/Action/Action.test.d.ts +0 -0
  217. package/dist/js/types/components/Action/ActionStateContext.d.ts +8 -0
  218. package/dist/js/types/components/Action/context.d.ts +3 -0
  219. package/dist/js/types/components/Action/hooks/useActionButtonState.d.ts +3 -0
  220. package/dist/js/types/components/Action/hooks/useConfirmationModalButtonSlot.d.ts +2 -0
  221. package/dist/js/types/components/Action/index.d.ts +4 -0
  222. package/dist/js/types/components/Action/lib/ariaLive.d.ts +8 -0
  223. package/dist/js/types/components/Action/models/ActionExecution.d.ts +7 -0
  224. package/dist/js/types/components/Action/models/ActionExecutionBatch.d.ts +8 -0
  225. package/dist/js/types/components/Action/models/ActionExecutionBatch.test.d.ts +1 -0
  226. package/dist/js/types/components/Action/models/ActionModel.d.ts +28 -0
  227. package/dist/js/types/components/Action/models/ActionState.d.ts +23 -0
  228. package/dist/js/types/components/Action/models/ActionStateContext.d.ts +14 -0
  229. package/dist/js/types/components/Action/models/getExecutionFunction.d.ts +3 -0
  230. package/dist/js/types/components/Action/stories/Default.stories.d.ts +13 -0
  231. package/dist/js/types/components/Action/stories/EdgeCases.stories.d.ts +6 -0
  232. package/dist/js/types/components/Action/types.d.ts +16 -0
  233. package/dist/js/types/components/ActionGroup/ActionGroup.d.ts +9 -0
  234. package/dist/js/types/components/ActionGroup/index.d.ts +3 -0
  235. package/dist/js/types/components/ActionGroup/lib/getActionGroupSlot.d.ts +2 -0
  236. package/dist/js/types/components/ActionGroup/stories/Default.stories.d.ts +11 -0
  237. package/dist/js/types/components/Activity/Activity.d.ts +7 -0
  238. package/dist/js/types/components/Activity/Activity.test.d.ts +1 -0
  239. package/dist/js/types/components/Activity/index.d.ts +3 -0
  240. package/dist/js/types/components/Alert/Alert.d.ts +7 -0
  241. package/dist/js/types/components/Alert/index.d.ts +3 -0
  242. package/dist/js/types/components/Alert/stories/Default.stories.d.ts +7 -0
  243. package/dist/js/types/components/Alert/stories/EdgeCases.stories.d.ts +6 -0
  244. package/dist/js/types/components/Alert/stories/Variants.stories.d.ts +9 -0
  245. package/dist/js/types/components/AlertBadge/AlertBadge.d.ts +7 -0
  246. package/dist/js/types/components/AlertBadge/index.d.ts +3 -0
  247. package/dist/js/types/components/AlertBadge/stories/Default.stories.d.ts +6 -0
  248. package/dist/js/types/components/AlertBadge/stories/EdgeCases.stories.d.ts +6 -0
  249. package/dist/js/types/components/AlertBadge/stories/Variants.stories.d.ts +9 -0
  250. package/dist/js/types/components/AlertIcon/AlertIcon.d.ts +7 -0
  251. package/dist/js/types/components/AlertIcon/index.d.ts +3 -0
  252. package/dist/js/types/components/AlertIcon/stories/Default.stories.d.ts +9 -0
  253. package/dist/js/types/components/Avatar/Avatar.d.ts +12 -0
  254. package/dist/js/types/components/Avatar/index.d.ts +3 -0
  255. package/dist/js/types/components/Avatar/lib/getColorFromChildren.d.ts +3 -0
  256. package/dist/js/types/components/Avatar/lib/getColorFromChildren.test.d.ts +1 -0
  257. package/dist/js/types/components/Avatar/stories/Default.stories.d.ts +8 -0
  258. package/dist/js/types/components/Avatar/stories/Sizes.stories.d.ts +9 -0
  259. package/dist/js/types/components/Badge/Badge.d.ts +14 -0
  260. package/dist/js/types/components/Badge/index.d.ts +3 -0
  261. package/dist/js/types/components/Badge/stories/Default.stories.d.ts +14 -0
  262. package/dist/js/types/components/Badge/stories/EdgeCases.stories.d.ts +6 -0
  263. package/dist/js/types/components/Breadcrumb/Breadcrumb.d.ts +9 -0
  264. package/dist/js/types/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.d.ts +4 -0
  265. package/dist/js/types/components/Breadcrumb/components/BreadcrumbItem/index.d.ts +3 -0
  266. package/dist/js/types/components/Breadcrumb/index.d.ts +3 -0
  267. package/dist/js/types/components/Breadcrumb/stories/Default.stories.d.ts +8 -0
  268. package/dist/js/types/components/Breadcrumb/stories/EdgeCases.stories.d.ts +6 -0
  269. package/dist/js/types/components/Button/Button.d.ts +18 -0
  270. package/dist/js/types/components/Button/index.d.ts +3 -0
  271. package/dist/js/types/components/Button/stories/Default.stories.d.ts +11 -0
  272. package/dist/js/types/components/Button/stories/EdgeCases.stories.d.ts +6 -0
  273. package/dist/js/types/components/Button/stories/States.stories.d.ts +12 -0
  274. package/dist/js/types/components/Button/stories/Variants.stories.d.ts +29 -0
  275. package/dist/js/types/components/Button/stories/lib.d.ts +5 -0
  276. package/dist/js/types/components/Calendar/Calendar.d.ts +3 -0
  277. package/dist/js/types/components/Calendar/RangeCalendar.d.ts +3 -0
  278. package/dist/js/types/components/Calendar/components/CalendarHeader/CalendarHeader.d.ts +3 -0
  279. package/dist/js/types/components/Calendar/components/CalendarHeader/index.d.ts +3 -0
  280. package/dist/js/types/components/Calendar/index.d.ts +2 -0
  281. package/dist/js/types/components/Checkbox/Checkbox.d.ts +7 -0
  282. package/dist/js/types/components/Checkbox/index.d.ts +3 -0
  283. package/dist/js/types/components/Checkbox/stories/Default.stories.d.ts +9 -0
  284. package/dist/js/types/components/Checkbox/stories/EdgeCases.stories.d.ts +6 -0
  285. package/dist/js/types/components/CheckboxButton/CheckboxButton.d.ts +7 -0
  286. package/dist/js/types/components/CheckboxButton/index.d.ts +3 -0
  287. package/dist/js/types/components/CheckboxButton/stories/Default.stories.d.ts +11 -0
  288. package/dist/js/types/components/CheckboxButton/stories/EdgeCases.stories.d.ts +6 -0
  289. package/dist/js/types/components/CheckboxGroup/CheckboxGroup.d.ts +8 -0
  290. package/dist/js/types/components/CheckboxGroup/index.d.ts +3 -0
  291. package/dist/js/types/components/CheckboxGroup/stories/Default.stories.d.ts +10 -0
  292. package/dist/js/types/components/CodeBlock/CodeBlock.d.ts +10 -0
  293. package/dist/js/types/components/CodeBlock/index.d.ts +3 -0
  294. package/dist/js/types/components/CodeBlock/stories/Default.stories.d.ts +10 -0
  295. package/dist/js/types/components/ColumnLayout/ColumnLayout.d.ts +13 -0
  296. package/dist/js/types/components/ColumnLayout/index.d.ts +3 -0
  297. package/dist/js/types/components/ColumnLayout/lib/getColumns.d.ts +1 -0
  298. package/dist/js/types/components/ColumnLayout/lib/getColumns.test.d.ts +1 -0
  299. package/dist/js/types/components/ColumnLayout/stories/Default.stories.d.ts +9 -0
  300. package/dist/js/types/components/Content/Content.d.ts +7 -0
  301. package/dist/js/types/components/Content/index.d.ts +3 -0
  302. package/dist/js/types/components/Content/stories/Default.stories.d.ts +6 -0
  303. package/dist/js/types/components/ContextMenu/ContextMenu.d.ts +11 -0
  304. package/dist/js/types/components/ContextMenu/components/ContextMenuSection/ContextMenuSection.d.ts +6 -0
  305. package/dist/js/types/components/ContextMenu/components/ContextMenuSection/index.d.ts +3 -0
  306. package/dist/js/types/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.d.ts +2 -0
  307. package/dist/js/types/components/ContextMenu/components/ContextMenuTrigger/index.d.ts +3 -0
  308. package/dist/js/types/components/ContextMenu/index.d.ts +5 -0
  309. package/dist/js/types/components/ContextMenu/stories/Default.stories.d.ts +12 -0
  310. package/dist/js/types/components/ContextMenu/stories/EdgeCases.stories.d.ts +7 -0
  311. package/dist/js/types/components/ContextualHelp/ContextualHelp.d.ts +5 -0
  312. package/dist/js/types/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.d.ts +2 -0
  313. package/dist/js/types/components/ContextualHelp/components/ContextualHelpTrigger/index.d.ts +3 -0
  314. package/dist/js/types/components/ContextualHelp/index.d.ts +4 -0
  315. package/dist/js/types/components/ContextualHelp/stories/Default.stories.d.ts +6 -0
  316. package/dist/js/types/components/CopyButton/CopyButton.d.ts +8 -0
  317. package/dist/js/types/components/CopyButton/index.d.ts +3 -0
  318. package/dist/js/types/components/CopyButton/stories/Default.stories.d.ts +7 -0
  319. package/dist/js/types/components/CounterBadge/CounterBadge.d.ts +8 -0
  320. package/dist/js/types/components/CounterBadge/index.d.ts +3 -0
  321. package/dist/js/types/components/CounterBadge/stories/Default.stories.d.ts +9 -0
  322. package/dist/js/types/components/DatePicker/DatePicker.d.ts +7 -0
  323. package/dist/js/types/components/DatePicker/components/DateInput/DateInput.d.ts +6 -0
  324. package/dist/js/types/components/DatePicker/components/DateInput/index.d.ts +3 -0
  325. package/dist/js/types/components/DatePicker/index.d.ts +3 -0
  326. package/dist/js/types/components/DatePicker/stories/Default.stories.d.ts +9 -0
  327. package/dist/js/types/components/DateRangePicker/DateRangePicker.d.ts +7 -0
  328. package/dist/js/types/components/DateRangePicker/components/DateRangeInput/DateRangeInput.d.ts +6 -0
  329. package/dist/js/types/components/DateRangePicker/components/DateRangeInput/index.d.ts +3 -0
  330. package/dist/js/types/components/DateRangePicker/index.d.ts +3 -0
  331. package/dist/js/types/components/DateRangePicker/stories/Default.stories.d.ts +9 -0
  332. package/dist/js/types/components/EmulatedBoldText/EmulatedBoldText.d.ts +4 -0
  333. package/dist/js/types/components/EmulatedBoldText/index.d.ts +3 -0
  334. package/dist/js/types/components/EmulatedBoldText/stories/Default.stories.d.ts +6 -0
  335. package/dist/js/types/components/FieldDescription/FieldDescription.d.ts +7 -0
  336. package/dist/js/types/components/FieldDescription/index.d.ts +3 -0
  337. package/dist/js/types/components/FieldError/FieldError.d.ts +7 -0
  338. package/dist/js/types/components/FieldError/index.d.ts +3 -0
  339. package/dist/js/types/components/Header/Header.d.ts +7 -0
  340. package/dist/js/types/components/Header/index.d.ts +3 -0
  341. package/dist/js/types/components/Header/stories/Default.stories.d.ts +6 -0
  342. package/dist/js/types/components/HeaderNavigation/HeaderNavigation.d.ts +8 -0
  343. package/dist/js/types/components/HeaderNavigation/index.d.ts +3 -0
  344. package/dist/js/types/components/HeaderNavigation/stories/Default.stories.d.ts +9 -0
  345. package/dist/js/types/components/Heading/Heading.d.ts +10 -0
  346. package/dist/js/types/components/Heading/index.d.ts +3 -0
  347. package/dist/js/types/components/Heading/stories/Default.stories.d.ts +10 -0
  348. package/dist/js/types/components/Heading/stories/EdgeCases.stories.d.ts +8 -0
  349. package/dist/js/types/components/Heading/stories/Levels.stories.d.ts +11 -0
  350. package/dist/js/types/components/Icon/Icon.d.ts +10 -0
  351. package/dist/js/types/components/Icon/components/icons/IconApp.d.ts +4 -0
  352. package/dist/js/types/components/Icon/components/icons/IconBackLink.d.ts +4 -0
  353. package/dist/js/types/components/Icon/components/icons/IconBackup.d.ts +4 -0
  354. package/dist/js/types/components/Icon/components/icons/IconCalendar.d.ts +4 -0
  355. package/dist/js/types/components/Icon/components/icons/IconCamera.d.ts +4 -0
  356. package/dist/js/types/components/Icon/components/icons/IconChangelog.d.ts +4 -0
  357. package/dist/js/types/components/Icon/components/icons/IconCheck.d.ts +4 -0
  358. package/dist/js/types/components/Icon/components/icons/IconCheckboxChecked.d.ts +4 -0
  359. package/dist/js/types/components/Icon/components/icons/IconCheckboxEmpty.d.ts +4 -0
  360. package/dist/js/types/components/Icon/components/icons/IconCheckboxIndeterminate.d.ts +4 -0
  361. package/dist/js/types/components/Icon/components/icons/IconChevronDown.d.ts +4 -0
  362. package/dist/js/types/components/Icon/components/icons/IconChevronLeft.d.ts +4 -0
  363. package/dist/js/types/components/Icon/components/icons/IconChevronRight.d.ts +4 -0
  364. package/dist/js/types/components/Icon/components/icons/IconChevronUp.d.ts +4 -0
  365. package/dist/js/types/components/Icon/components/icons/IconClock.d.ts +4 -0
  366. package/dist/js/types/components/Icon/components/icons/IconClose.d.ts +4 -0
  367. package/dist/js/types/components/Icon/components/icons/IconCode.d.ts +4 -0
  368. package/dist/js/types/components/Icon/components/icons/IconContextMenu.d.ts +4 -0
  369. package/dist/js/types/components/Icon/components/icons/IconContractPartner.d.ts +4 -0
  370. package/dist/js/types/components/Icon/components/icons/IconContractPosition.d.ts +4 -0
  371. package/dist/js/types/components/Icon/components/icons/IconCopy.d.ts +4 -0
  372. package/dist/js/types/components/Icon/components/icons/IconCredit.d.ts +4 -0
  373. package/dist/js/types/components/Icon/components/icons/IconCronjob.d.ts +4 -0
  374. package/dist/js/types/components/Icon/components/icons/IconCustomer.d.ts +4 -0
  375. package/dist/js/types/components/Icon/components/icons/IconDanger.d.ts +4 -0
  376. package/dist/js/types/components/Icon/components/icons/IconDashboard.d.ts +4 -0
  377. package/dist/js/types/components/Icon/components/icons/IconDatabase.d.ts +4 -0
  378. package/dist/js/types/components/Icon/components/icons/IconDate.d.ts +4 -0
  379. package/dist/js/types/components/Icon/components/icons/IconDelete.d.ts +4 -0
  380. package/dist/js/types/components/Icon/components/icons/IconDeliveryBox.d.ts +4 -0
  381. package/dist/js/types/components/Icon/components/icons/IconDomain.d.ts +4 -0
  382. package/dist/js/types/components/Icon/components/icons/IconDownload.d.ts +4 -0
  383. package/dist/js/types/components/Icon/components/icons/IconEdit.d.ts +4 -0
  384. package/dist/js/types/components/Icon/components/icons/IconEmail.d.ts +4 -0
  385. package/dist/js/types/components/Icon/components/icons/IconExtension.d.ts +4 -0
  386. package/dist/js/types/components/Icon/components/icons/IconExternalLink.d.ts +4 -0
  387. package/dist/js/types/components/Icon/components/icons/IconFailed.d.ts +4 -0
  388. package/dist/js/types/components/Icon/components/icons/IconFilter.d.ts +4 -0
  389. package/dist/js/types/components/Icon/components/icons/IconHide.d.ts +4 -0
  390. package/dist/js/types/components/Icon/components/icons/IconHome.d.ts +4 -0
  391. package/dist/js/types/components/Icon/components/icons/IconInbox.d.ts +4 -0
  392. package/dist/js/types/components/Icon/components/icons/IconInfo.d.ts +4 -0
  393. package/dist/js/types/components/Icon/components/icons/IconInvoice.d.ts +4 -0
  394. package/dist/js/types/components/Icon/components/icons/IconLock.d.ts +4 -0
  395. package/dist/js/types/components/Icon/components/icons/IconLockOpen.d.ts +4 -0
  396. package/dist/js/types/components/Icon/components/icons/IconLogout.d.ts +4 -0
  397. package/dist/js/types/components/Icon/components/icons/IconMaximize.d.ts +4 -0
  398. package/dist/js/types/components/Icon/components/icons/IconMember.d.ts +4 -0
  399. package/dist/js/types/components/Icon/components/icons/IconMenu.d.ts +4 -0
  400. package/dist/js/types/components/Icon/components/icons/IconMinimize.d.ts +4 -0
  401. package/dist/js/types/components/Icon/components/icons/IconMinus.d.ts +4 -0
  402. package/dist/js/types/components/Icon/components/icons/IconMittwald.d.ts +4 -0
  403. package/dist/js/types/components/Icon/components/icons/IconNotification.d.ts +4 -0
  404. package/dist/js/types/components/Icon/components/icons/IconNumber.d.ts +4 -0
  405. package/dist/js/types/components/Icon/components/icons/IconOrder.d.ts +4 -0
  406. package/dist/js/types/components/Icon/components/icons/IconPayment.d.ts +4 -0
  407. package/dist/js/types/components/Icon/components/icons/IconPending.d.ts +4 -0
  408. package/dist/js/types/components/Icon/components/icons/IconPerformance.d.ts +4 -0
  409. package/dist/js/types/components/Icon/components/icons/IconPlus.d.ts +4 -0
  410. package/dist/js/types/components/Icon/components/icons/IconProject.d.ts +4 -0
  411. package/dist/js/types/components/Icon/components/icons/IconRadioOff.d.ts +4 -0
  412. package/dist/js/types/components/Icon/components/icons/IconRadioOn.d.ts +4 -0
  413. package/dist/js/types/components/Icon/components/icons/IconRandom.d.ts +4 -0
  414. package/dist/js/types/components/Icon/components/icons/IconRedo.d.ts +4 -0
  415. package/dist/js/types/components/Icon/components/icons/IconRefresh.d.ts +4 -0
  416. package/dist/js/types/components/Icon/components/icons/IconSave.d.ts +4 -0
  417. package/dist/js/types/components/Icon/components/icons/IconSearch.d.ts +4 -0
  418. package/dist/js/types/components/Icon/components/icons/IconSearchEngine.d.ts +4 -0
  419. package/dist/js/types/components/Icon/components/icons/IconSecurity.d.ts +4 -0
  420. package/dist/js/types/components/Icon/components/icons/IconServer.d.ts +4 -0
  421. package/dist/js/types/components/Icon/components/icons/IconSettings.d.ts +4 -0
  422. package/dist/js/types/components/Icon/components/icons/IconShare.d.ts +4 -0
  423. package/dist/js/types/components/Icon/components/icons/IconShow.d.ts +4 -0
  424. package/dist/js/types/components/Icon/components/icons/IconSorting.d.ts +4 -0
  425. package/dist/js/types/components/Icon/components/icons/IconSpamProtectionOff.d.ts +4 -0
  426. package/dist/js/types/components/Icon/components/icons/IconSpamProtectionOn.d.ts +4 -0
  427. package/dist/js/types/components/Icon/components/icons/IconSshKey.d.ts +4 -0
  428. package/dist/js/types/components/Icon/components/icons/IconSshSftp.d.ts +4 -0
  429. package/dist/js/types/components/Icon/components/icons/IconStar.d.ts +4 -0
  430. package/dist/js/types/components/Icon/components/icons/IconStarFilled.d.ts +4 -0
  431. package/dist/js/types/components/Icon/components/icons/IconSubdomain.d.ts +4 -0
  432. package/dist/js/types/components/Icon/components/icons/IconSucceeded.d.ts +4 -0
  433. package/dist/js/types/components/Icon/components/icons/IconSuccess.d.ts +4 -0
  434. package/dist/js/types/components/Icon/components/icons/IconSupport.d.ts +4 -0
  435. package/dist/js/types/components/Icon/components/icons/IconTerminate.d.ts +4 -0
  436. package/dist/js/types/components/Icon/components/icons/IconTicket.d.ts +4 -0
  437. package/dist/js/types/components/Icon/components/icons/IconTileView.d.ts +4 -0
  438. package/dist/js/types/components/Icon/components/icons/IconTime.d.ts +4 -0
  439. package/dist/js/types/components/Icon/components/icons/IconUndo.d.ts +4 -0
  440. package/dist/js/types/components/Icon/components/icons/IconUser.d.ts +4 -0
  441. package/dist/js/types/components/Icon/components/icons/IconView.d.ts +4 -0
  442. package/dist/js/types/components/Icon/components/icons/IconWarning.d.ts +4 -0
  443. package/dist/js/types/components/Icon/components/icons/index.d.ts +87 -0
  444. package/dist/js/types/components/Icon/index.d.ts +3 -0
  445. package/dist/js/types/components/Icon/lib/extractSvgFromString.d.ts +2 -0
  446. package/dist/js/types/components/Icon/lib/extractSvgFromString.test.d.ts +1 -0
  447. package/dist/js/types/components/Icon/stories/Default.stories.d.ts +11 -0
  448. package/dist/js/types/components/Icon/stories/Sizes.stories.d.ts +8 -0
  449. package/dist/js/types/components/IllustratedMessage/IllustratedMessage.d.ts +7 -0
  450. package/dist/js/types/components/IllustratedMessage/index.d.ts +3 -0
  451. package/dist/js/types/components/IllustratedMessage/stories/Default.stories.d.ts +10 -0
  452. package/dist/js/types/components/IllustratedMessage/stories/EdgeCases.stories.d.ts +7 -0
  453. package/dist/js/types/components/Image/Image.d.ts +6 -0
  454. package/dist/js/types/components/Image/index.d.ts +3 -0
  455. package/dist/js/types/components/Image/stories/Default.stories.d.ts +6 -0
  456. package/dist/js/types/components/Initials/Initials.d.ts +7 -0
  457. package/dist/js/types/components/Initials/index.d.ts +3 -0
  458. package/dist/js/types/components/Initials/lib/getInitialsFromString.d.ts +1 -0
  459. package/dist/js/types/components/Initials/lib/getInitialsFromString.test.d.ts +1 -0
  460. package/dist/js/types/components/Initials/stories/Default.stories.d.ts +7 -0
  461. package/dist/js/types/components/InlineCode/InlineCode.d.ts +6 -0
  462. package/dist/js/types/components/InlineCode/index.d.ts +3 -0
  463. package/dist/js/types/components/InlineCode/stories/Default.stories.d.ts +6 -0
  464. package/dist/js/types/components/InlineCode/stories/EdgeCases.stories.d.ts +6 -0
  465. package/dist/js/types/components/Label/Label.d.ts +9 -0
  466. package/dist/js/types/components/Label/index.d.ts +3 -0
  467. package/dist/js/types/components/Label/stories/Default.stories.d.ts +8 -0
  468. package/dist/js/types/components/LabeledValue/LabeledValue.d.ts +6 -0
  469. package/dist/js/types/components/LabeledValue/index.d.ts +3 -0
  470. package/dist/js/types/components/LabeledValue/stories/Default.stories.d.ts +9 -0
  471. package/dist/js/types/components/LabeledValue/stories/EdgeCases.stories.d.ts +7 -0
  472. package/dist/js/types/components/LayoutCard/LayoutCard.d.ts +7 -0
  473. package/dist/js/types/components/LayoutCard/index.d.ts +3 -0
  474. package/dist/js/types/components/LayoutCard/stories/Default.stories.d.ts +6 -0
  475. package/dist/js/types/components/Link/Link.d.ts +13 -0
  476. package/dist/js/types/components/Link/context.d.ts +7 -0
  477. package/dist/js/types/components/Link/index.d.ts +3 -0
  478. package/dist/js/types/components/Link/stories/Default.stories.d.ts +12 -0
  479. package/dist/js/types/components/Link/stories/EdgeCases.stories.d.ts +6 -0
  480. package/dist/js/types/components/List/List.d.ts +7 -0
  481. package/dist/js/types/components/List/List.test.d.ts +1 -0
  482. package/dist/js/types/components/List/components/DataLoader/DataLoader.d.ts +3 -0
  483. package/dist/js/types/components/List/components/DataLoader/index.d.ts +3 -0
  484. package/dist/js/types/components/List/components/EmptyView/EmptyView.d.ts +2 -0
  485. package/dist/js/types/components/List/components/Footer/Footer.d.ts +3 -0
  486. package/dist/js/types/components/List/components/Footer/components/PaginationInfos/PaginationInfos.d.ts +4 -0
  487. package/dist/js/types/components/List/components/Footer/components/PaginationInfos/index.d.ts +3 -0
  488. package/dist/js/types/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.d.ts +4 -0
  489. package/dist/js/types/components/List/components/Footer/components/ShowNextBatchButton/index.d.ts +3 -0
  490. package/dist/js/types/components/List/components/Footer/index.d.ts +3 -0
  491. package/dist/js/types/components/List/components/Header/Header.d.ts +7 -0
  492. package/dist/js/types/components/List/components/Header/components/ActiveFilters/ActiveFilters.d.ts +3 -0
  493. package/dist/js/types/components/List/components/Header/components/ActiveFilters/index.d.ts +3 -0
  494. package/dist/js/types/components/List/components/Header/components/FilterPicker/FilterPicker.d.ts +7 -0
  495. package/dist/js/types/components/List/components/Header/components/FilterPicker/index.d.ts +3 -0
  496. package/dist/js/types/components/List/components/Header/components/SearchField/SearchField.d.ts +8 -0
  497. package/dist/js/types/components/List/components/Header/components/SearchField/index.d.ts +3 -0
  498. package/dist/js/types/components/List/components/Header/components/SortingPicker/SortingPicker.d.ts +2 -0
  499. package/dist/js/types/components/List/components/Header/components/SortingPicker/index.d.ts +3 -0
  500. package/dist/js/types/components/List/components/Header/components/SortingPickerItem/SortingPickerItem.d.ts +7 -0
  501. package/dist/js/types/components/List/components/Header/components/SortingPickerItem/index.d.ts +3 -0
  502. package/dist/js/types/components/List/components/Header/components/ViewModeMenu/ViewModeMenu.d.ts +2 -0
  503. package/dist/js/types/components/List/components/Header/index.d.ts +3 -0
  504. package/dist/js/types/components/List/components/Items/Items.d.ts +3 -0
  505. package/dist/js/types/components/List/components/Items/components/FallbackItems/FallbackItems.d.ts +2 -0
  506. package/dist/js/types/components/List/components/Items/components/Item/Item.d.ts +9 -0
  507. package/dist/js/types/components/List/components/Items/components/Item/components/OptionsButton/OptionsButton.d.ts +6 -0
  508. package/dist/js/types/components/List/components/Items/components/Item/components/OptionsButton/index.d.ts +3 -0
  509. package/dist/js/types/components/List/components/Items/components/Item/components/SkeletonView/SkeletonView.d.ts +2 -0
  510. package/dist/js/types/components/List/components/Items/components/Item/components/View/View.d.ts +5 -0
  511. package/dist/js/types/components/List/components/Items/components/Item/components/View/index.d.ts +3 -0
  512. package/dist/js/types/components/List/components/Items/components/Item/index.d.ts +3 -0
  513. package/dist/js/types/components/List/components/Items/index.d.ts +3 -0
  514. package/dist/js/types/components/List/components/ListSummary/ListSummary.d.ts +6 -0
  515. package/dist/js/types/components/List/components/ListSummary/index.d.ts +3 -0
  516. package/dist/js/types/components/List/components/Table/Table.d.ts +2 -0
  517. package/dist/js/types/components/List/components/Table/components/TableLoadingView.d.ts +3 -0
  518. package/dist/js/types/components/List/components/Table/index.d.ts +1 -0
  519. package/dist/js/types/components/List/hooks/useList.d.ts +2 -0
  520. package/dist/js/types/components/List/index.d.ts +12 -0
  521. package/dist/js/types/components/List/listContext.d.ts +6 -0
  522. package/dist/js/types/components/List/model/List.d.ts +46 -0
  523. package/dist/js/types/components/List/model/ReactTable.d.ts +19 -0
  524. package/dist/js/types/components/List/model/filter/Filter.d.ts +43 -0
  525. package/dist/js/types/components/List/model/filter/FilterValue.d.ts +12 -0
  526. package/dist/js/types/components/List/model/filter/types.d.ts +13 -0
  527. package/dist/js/types/components/List/model/item/Item.d.ts +9 -0
  528. package/dist/js/types/components/List/model/item/ItemCollection.d.ts +7 -0
  529. package/dist/js/types/components/List/model/item/ItemView.d.ts +19 -0
  530. package/dist/js/types/components/List/model/item/types.d.ts +3 -0
  531. package/dist/js/types/components/List/model/loading/IncrementalLoader.d.ts +23 -0
  532. package/dist/js/types/components/List/model/loading/IncrementalLoaderState.d.ts +20 -0
  533. package/dist/js/types/components/List/model/loading/types.d.ts +47 -0
  534. package/dist/js/types/components/List/model/pagination/BatchesController.d.ts +15 -0
  535. package/dist/js/types/components/List/model/pagination/types.d.ts +3 -0
  536. package/dist/js/types/components/List/model/search/Search.d.ts +18 -0
  537. package/dist/js/types/components/List/model/search/types.d.ts +15 -0
  538. package/dist/js/types/components/List/model/sorting/Sorting.d.ts +19 -0
  539. package/dist/js/types/components/List/model/sorting/types.d.ts +9 -0
  540. package/dist/js/types/components/List/model/table/Table.d.ts +11 -0
  541. package/dist/js/types/components/List/model/table/TableBody.d.ts +9 -0
  542. package/dist/js/types/components/List/model/table/TableCell.d.ts +9 -0
  543. package/dist/js/types/components/List/model/table/TableColumn.d.ts +7 -0
  544. package/dist/js/types/components/List/model/table/TableHeader.d.ts +9 -0
  545. package/dist/js/types/components/List/model/table/TableRow.d.ts +9 -0
  546. package/dist/js/types/components/List/model/table/types.d.ts +32 -0
  547. package/dist/js/types/components/List/model/types.d.ts +41 -0
  548. package/dist/js/types/components/List/setupComponents/ListFilter.d.ts +9 -0
  549. package/dist/js/types/components/List/setupComponents/ListItem.d.ts +9 -0
  550. package/dist/js/types/components/List/setupComponents/ListLoaderAsync.d.ts +8 -0
  551. package/dist/js/types/components/List/setupComponents/ListLoaderAsyncResource.d.ts +8 -0
  552. package/dist/js/types/components/List/setupComponents/ListSearch.d.ts +8 -0
  553. package/dist/js/types/components/List/setupComponents/ListSorting.d.ts +6 -0
  554. package/dist/js/types/components/List/setupComponents/ListStaticData.d.ts +7 -0
  555. package/dist/js/types/components/List/setupComponents/Table.d.ts +6 -0
  556. package/dist/js/types/components/List/setupComponents/TableBody.d.ts +6 -0
  557. package/dist/js/types/components/List/setupComponents/TableCell.d.ts +9 -0
  558. package/dist/js/types/components/List/setupComponents/TableColumn.d.ts +6 -0
  559. package/dist/js/types/components/List/setupComponents/TableHeader.d.ts +6 -0
  560. package/dist/js/types/components/List/setupComponents/TableRow.d.ts +6 -0
  561. package/dist/js/types/components/List/stories/Default.stories.d.ts +7 -0
  562. package/dist/js/types/components/List/stories/EdgeCases.stories.d.ts +7 -0
  563. package/dist/js/types/components/List/stories/ListItem.stories.d.ts +11 -0
  564. package/dist/js/types/components/List/testData/domainApi.d.ts +27 -0
  565. package/dist/js/types/components/List/typedList.d.ts +94 -0
  566. package/dist/js/types/components/List/typedList.test-types.d.ts +1 -0
  567. package/dist/js/types/components/LoadingSpinner/LoadingSpinner.d.ts +4 -0
  568. package/dist/js/types/components/LoadingSpinner/index.d.ts +3 -0
  569. package/dist/js/types/components/LoadingSpinner/stories/Default.stories.d.ts +6 -0
  570. package/dist/js/types/components/MenuItem/MenuItem.d.ts +8 -0
  571. package/dist/js/types/components/MenuItem/MenuItemContent.d.ts +7 -0
  572. package/dist/js/types/components/MenuItem/index.d.ts +3 -0
  573. package/dist/js/types/components/Modal/Modal.d.ts +15 -0
  574. package/dist/js/types/components/Modal/components/ModalTrigger/ModalTrigger.d.ts +3 -0
  575. package/dist/js/types/components/Modal/components/ModalTrigger/index.d.ts +3 -0
  576. package/dist/js/types/components/Modal/index.d.ts +4 -0
  577. package/dist/js/types/components/Modal/stories/Default.stories.d.ts +14 -0
  578. package/dist/js/types/components/Modal/stories/EdgeCases.stories.d.ts +7 -0
  579. package/dist/js/types/components/ModalOverlay/ModalOverlay.d.ts +9 -0
  580. package/dist/js/types/components/ModalOverlay/index.d.ts +3 -0
  581. package/dist/js/types/components/Navigation/Navigation.d.ts +6 -0
  582. package/dist/js/types/components/Navigation/components/NavigationGroup/NavigationGroup.d.ts +6 -0
  583. package/dist/js/types/components/Navigation/components/NavigationGroup/index.d.ts +3 -0
  584. package/dist/js/types/components/Navigation/index.d.ts +4 -0
  585. package/dist/js/types/components/Navigation/stories/Default.stories.d.ts +10 -0
  586. package/dist/js/types/components/Notification/Notification.d.ts +10 -0
  587. package/dist/js/types/components/Notification/index.d.ts +3 -0
  588. package/dist/js/types/components/Notification/stories/Default.stories.d.ts +7 -0
  589. package/dist/js/types/components/Notification/stories/EdgeCases.stories.d.ts +6 -0
  590. package/dist/js/types/components/Notification/stories/Variants.stories.d.ts +9 -0
  591. package/dist/js/types/components/NotificationProvider/ControlledNotification.d.ts +8 -0
  592. package/dist/js/types/components/NotificationProvider/NotificationContainer.d.ts +4 -0
  593. package/dist/js/types/components/NotificationProvider/NotificationController.d.ts +22 -0
  594. package/dist/js/types/components/NotificationProvider/NotificationProvider.d.ts +7 -0
  595. package/dist/js/types/components/NotificationProvider/index.d.ts +3 -0
  596. package/dist/js/types/components/NotificationProvider/stories/Default.stories.d.ts +10 -0
  597. package/dist/js/types/components/NumberField/NumberField.d.ts +7 -0
  598. package/dist/js/types/components/NumberField/index.d.ts +3 -0
  599. package/dist/js/types/components/NumberField/stories/Default.stories.d.ts +12 -0
  600. package/dist/js/types/components/NumberField/stories/EdgeCases.stories.d.ts +7 -0
  601. package/dist/js/types/components/OverlayTrigger/OverlayTrigger.d.ts +19 -0
  602. package/dist/js/types/components/OverlayTrigger/OverlayTrigger.test.d.ts +1 -0
  603. package/dist/js/types/components/OverlayTrigger/index.d.ts +3 -0
  604. package/dist/js/types/components/Popover/Popover.d.ts +12 -0
  605. package/dist/js/types/components/Popover/components/PopoverTrigger/PopoverTrigger.d.ts +2 -0
  606. package/dist/js/types/components/Popover/components/PopoverTrigger/index.d.ts +3 -0
  607. package/dist/js/types/components/Popover/index.d.ts +4 -0
  608. package/dist/js/types/components/Popover/stories/Default.stories.d.ts +8 -0
  609. package/dist/js/types/components/Popover/stories/EdgeCases.stories.d.ts +6 -0
  610. package/dist/js/types/components/ProgressBar/ProgressBar.d.ts +10 -0
  611. package/dist/js/types/components/ProgressBar/index.d.ts +3 -0
  612. package/dist/js/types/components/ProgressBar/stories/Default.stories.d.ts +10 -0
  613. package/dist/js/types/components/ProgressBar/stories/EdgeCases.stories.d.ts +6 -0
  614. package/dist/js/types/components/ProgressBar/stories/Variants.stories.d.ts +9 -0
  615. package/dist/js/types/components/RadioGroup/RadioGroup.d.ts +8 -0
  616. package/dist/js/types/components/RadioGroup/components/Radio/Radio.d.ts +7 -0
  617. package/dist/js/types/components/RadioGroup/components/Radio/index.d.ts +3 -0
  618. package/dist/js/types/components/RadioGroup/components/RadioButton/RadioButton.d.ts +7 -0
  619. package/dist/js/types/components/RadioGroup/components/RadioButton/index.d.ts +3 -0
  620. package/dist/js/types/components/RadioGroup/index.d.ts +5 -0
  621. package/dist/js/types/components/RadioGroup/stories/Default.stories.d.ts +12 -0
  622. package/dist/js/types/components/RadioGroup/stories/EdgeCases.stories.d.ts +8 -0
  623. package/dist/js/types/components/SearchField/SearchField.d.ts +7 -0
  624. package/dist/js/types/components/SearchField/index.d.ts +3 -0
  625. package/dist/js/types/components/SearchField/stories/Default.stories.d.ts +10 -0
  626. package/dist/js/types/components/Section/Section.d.ts +6 -0
  627. package/dist/js/types/components/Section/components/SectionHeader/SectionHeader.d.ts +5 -0
  628. package/dist/js/types/components/Section/index.d.ts +3 -0
  629. package/dist/js/types/components/Section/stories/Default.stories.d.ts +9 -0
  630. package/dist/js/types/components/Section/stories/EdgeCases.stories.d.ts +7 -0
  631. package/dist/js/types/components/SegmentedControl/SegmentedControl.d.ts +7 -0
  632. package/dist/js/types/components/SegmentedControl/components/Segment/Segment.d.ts +7 -0
  633. package/dist/js/types/components/SegmentedControl/components/Segment/index.d.ts +3 -0
  634. package/dist/js/types/components/SegmentedControl/index.d.ts +4 -0
  635. package/dist/js/types/components/SegmentedControl/stories/Default.stories.d.ts +8 -0
  636. package/dist/js/types/components/Select/Select.d.ts +13 -0
  637. package/dist/js/types/components/Select/components/Option/Option.d.ts +8 -0
  638. package/dist/js/types/components/Select/components/Option/index.d.ts +3 -0
  639. package/dist/js/types/components/Select/components/Options/Options.d.ts +6 -0
  640. package/dist/js/types/components/Select/components/Options/index.d.ts +3 -0
  641. package/dist/js/types/components/Select/index.d.ts +4 -0
  642. package/dist/js/types/components/Select/stories/Default.stories.d.ts +12 -0
  643. package/dist/js/types/components/Select/stories/EdgeCases.stories.d.ts +7 -0
  644. package/dist/js/types/components/Separator/Separator.d.ts +5 -0
  645. package/dist/js/types/components/Separator/index.d.ts +3 -0
  646. package/dist/js/types/components/Separator/stories/Default.stories.d.ts +6 -0
  647. package/dist/js/types/components/SettingsProvider/SettingsProvider.d.ts +9 -0
  648. package/dist/js/types/components/SettingsProvider/backends/LocalStorageSettingsBackend.d.ts +8 -0
  649. package/dist/js/types/components/SettingsProvider/backends/settingsBackendFactory.d.ts +2 -0
  650. package/dist/js/types/components/SettingsProvider/backends/types.d.ts +15 -0
  651. package/dist/js/types/components/SettingsProvider/index.d.ts +5 -0
  652. package/dist/js/types/components/SettingsProvider/models/ComponentSettings.d.ts +12 -0
  653. package/dist/js/types/components/SettingsProvider/models/SettingsStore.d.ts +16 -0
  654. package/dist/js/types/components/SettingsProvider/models/SettingsStore.test.d.ts +1 -0
  655. package/dist/js/types/components/Skeleton/Skeleton.d.ts +7 -0
  656. package/dist/js/types/components/Skeleton/index.d.ts +3 -0
  657. package/dist/js/types/components/Skeleton/stories/Default.stories.d.ts +8 -0
  658. package/dist/js/types/components/SkeletonText/SkeletonText.d.ts +6 -0
  659. package/dist/js/types/components/SkeletonText/index.d.ts +3 -0
  660. package/dist/js/types/components/SkeletonText/stories/Default.stories.d.ts +8 -0
  661. package/dist/js/types/components/Slider/Slider.d.ts +8 -0
  662. package/dist/js/types/components/Slider/index.d.ts +3 -0
  663. package/dist/js/types/components/Slider/stories/Default.stories.d.ts +9 -0
  664. package/dist/js/types/components/Switch/Switch.d.ts +9 -0
  665. package/dist/js/types/components/Switch/index.d.ts +3 -0
  666. package/dist/js/types/components/Switch/stories/Default.stories.d.ts +8 -0
  667. package/dist/js/types/components/Switch/stories/EdgeCases.stories.d.ts +6 -0
  668. package/dist/js/types/components/Table/Table.d.ts +7 -0
  669. package/dist/js/types/components/Table/components/TableBody/TableBody.d.ts +5 -0
  670. package/dist/js/types/components/Table/components/TableBody/index.d.ts +3 -0
  671. package/dist/js/types/components/Table/components/TableCell/TableCell.d.ts +6 -0
  672. package/dist/js/types/components/Table/components/TableCell/index.d.ts +3 -0
  673. package/dist/js/types/components/Table/components/TableColumn/TableColumn.d.ts +5 -0
  674. package/dist/js/types/components/Table/components/TableColumn/index.d.ts +3 -0
  675. package/dist/js/types/components/Table/components/TableFooterRow/TableFooterRow.d.ts +4 -0
  676. package/dist/js/types/components/Table/components/TableFooterRow/index.d.ts +3 -0
  677. package/dist/js/types/components/Table/components/TableHeader/TableHeader.d.ts +5 -0
  678. package/dist/js/types/components/Table/components/TableHeader/index.d.ts +3 -0
  679. package/dist/js/types/components/Table/components/TableRow/TableRow.d.ts +5 -0
  680. package/dist/js/types/components/Table/components/TableRow/index.d.ts +3 -0
  681. package/dist/js/types/components/Table/index.d.ts +9 -0
  682. package/dist/js/types/components/Table/stories/Default.stories.d.ts +8 -0
  683. package/dist/js/types/components/Tabs/Tabs.d.ts +7 -0
  684. package/dist/js/types/components/Tabs/components/Tab/Tab.d.ts +6 -0
  685. package/dist/js/types/components/Tabs/components/Tab/context.d.ts +6 -0
  686. package/dist/js/types/components/Tabs/components/Tab/index.d.ts +3 -0
  687. package/dist/js/types/components/Tabs/components/TabList/TabList.d.ts +9 -0
  688. package/dist/js/types/components/Tabs/components/TabList/index.d.ts +1 -0
  689. package/dist/js/types/components/Tabs/components/TabTitle/TabTitle.d.ts +6 -0
  690. package/dist/js/types/components/Tabs/components/TabTitle/TabTitleCollapsed.d.ts +7 -0
  691. package/dist/js/types/components/Tabs/components/TabTitle/index.d.ts +3 -0
  692. package/dist/js/types/components/Tabs/index.d.ts +5 -0
  693. package/dist/js/types/components/Tabs/stories/Default.stories.d.ts +7 -0
  694. package/dist/js/types/components/Tabs/stories/EdgeCases.stories.d.ts +7 -0
  695. package/dist/js/types/components/Text/Text.d.ts +10 -0
  696. package/dist/js/types/components/Text/index.d.ts +3 -0
  697. package/dist/js/types/components/Text/stories/Default.stories.d.ts +12 -0
  698. package/dist/js/types/components/TextArea/TextArea.d.ts +9 -0
  699. package/dist/js/types/components/TextArea/index.d.ts +3 -0
  700. package/dist/js/types/components/TextArea/stories/Default.stories.d.ts +14 -0
  701. package/dist/js/types/components/TextField/TextField.d.ts +9 -0
  702. package/dist/js/types/components/TextField/index.d.ts +3 -0
  703. package/dist/js/types/components/TextField/stories/Default.stories.d.ts +14 -0
  704. package/dist/js/types/components/TextFieldBase/TextFieldBase.d.ts +8 -0
  705. package/dist/js/types/components/TextFieldBase/index.d.ts +3 -0
  706. package/dist/js/types/components/TimeField/TimeField.d.ts +7 -0
  707. package/dist/js/types/components/TimeField/index.d.ts +3 -0
  708. package/dist/js/types/components/TimeField/stories/Default.stories.d.ts +13 -0
  709. package/dist/js/types/components/Tooltip/Tooltip.d.ts +5 -0
  710. package/dist/js/types/components/Tooltip/components/TooltipTrigger/TooltipTrigger.d.ts +5 -0
  711. package/dist/js/types/components/Tooltip/components/TooltipTrigger/index.d.ts +3 -0
  712. package/dist/js/types/components/Tooltip/index.d.ts +4 -0
  713. package/dist/js/types/components/Tooltip/stories/Default.stories.d.ts +6 -0
  714. package/dist/js/types/components/Tooltip/stories/EdgeCases.stories.d.ts +6 -0
  715. package/dist/js/types/components/Wrap/Wrap.d.ts +5 -0
  716. package/dist/js/types/components/Wrap/index.d.ts +3 -0
  717. package/dist/js/types/components/propTypes/index.d.ts +110 -0
  718. package/dist/js/types/components/propTypes/types.d.ts +5 -0
  719. package/dist/js/types/integrations/nextjs/components/Link/Link.d.ts +2 -0
  720. package/dist/js/types/integrations/nextjs/components/Link/index.d.ts +3 -0
  721. package/dist/js/types/integrations/nextjs/components/LinkProvider/LinkProvider.d.ts +3 -0
  722. package/dist/js/types/integrations/nextjs/components/LinkProvider/index.d.ts +3 -0
  723. package/dist/js/types/integrations/nextjs/index.d.ts +2 -0
  724. package/dist/js/types/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.d.ts +6 -0
  725. package/dist/js/types/integrations/react-hook-form/components/AutoFormResetEffect/AutoFormResetEffect.d.ts +6 -0
  726. package/dist/js/types/integrations/react-hook-form/components/Field/Field.d.ts +7 -0
  727. package/dist/js/types/integrations/react-hook-form/components/Field/index.d.ts +3 -0
  728. package/dist/js/types/integrations/react-hook-form/components/Field/stories/Default.stories.d.ts +6 -0
  729. package/dist/js/types/integrations/react-hook-form/components/Form/Form.d.ts +9 -0
  730. package/dist/js/types/integrations/react-hook-form/components/Form/index.d.ts +3 -0
  731. package/dist/js/types/integrations/react-hook-form/components/context/formContext.d.ts +9 -0
  732. package/dist/js/types/integrations/react-hook-form/index.d.ts +2 -0
  733. package/dist/js/types/lib/childProps/ChildPropsContextProvider.d.ts +8 -0
  734. package/dist/js/types/lib/childProps/ChildPropsStore.d.ts +16 -0
  735. package/dist/js/types/lib/childProps/context.d.ts +4 -0
  736. package/dist/js/types/lib/childProps/index.d.ts +2 -0
  737. package/dist/js/types/lib/childProps/useSetChildProps.d.ts +2 -0
  738. package/dist/js/types/lib/componentFactory/flowComponent.d.ts +11 -0
  739. package/dist/js/types/lib/componentFactory/flowComponent.test.d.ts +1 -0
  740. package/dist/js/types/lib/controller/index.d.ts +1 -0
  741. package/dist/js/types/lib/controller/overlay/OverlayContextProvider.d.ts +9 -0
  742. package/dist/js/types/lib/controller/overlay/OverlayController.d.ts +17 -0
  743. package/dist/js/types/lib/controller/overlay/context.d.ts +65 -0
  744. package/dist/js/types/lib/controller/overlay/index.d.ts +2 -0
  745. package/dist/js/types/lib/controller/overlay/useOverlayController.d.ts +7 -0
  746. package/dist/js/types/lib/dev/dummyText.d.ts +6 -0
  747. package/dist/js/types/lib/dev/storyBackgrounds.d.ts +14 -0
  748. package/dist/js/types/lib/dev/vitestUserEvent.d.ts +2 -0
  749. package/dist/js/types/lib/getContainerBreakpointSizeClassName.d.ts +2 -0
  750. package/dist/js/types/lib/hooks/dom/useObserveOverflow.d.ts +7 -0
  751. package/dist/js/types/lib/hooks/index.d.ts +3 -0
  752. package/dist/js/types/lib/hooks/useIsMounted.d.ts +1 -0
  753. package/dist/js/types/lib/hooks/useOnChange.d.ts +2 -0
  754. package/dist/js/types/lib/mobx/mobxMapToObject.d.ts +2 -0
  755. package/dist/js/types/lib/mobx/useAutorunEffect.d.ts +1 -0
  756. package/dist/js/types/lib/mobx/useSelector.d.ts +4 -0
  757. package/dist/js/types/lib/promises/callAndReact.d.ts +9 -0
  758. package/dist/js/types/lib/promises/callAndReact.test.d.ts +1 -0
  759. package/dist/js/types/lib/promises/callFunctionsInOrder.d.ts +3 -0
  760. package/dist/js/types/lib/promises/callFunctionsInOrder.test.d.ts +1 -0
  761. package/dist/js/types/lib/promises/sleep.d.ts +1 -0
  762. package/dist/js/types/lib/propsContext/ClearPropsContext.d.ts +4 -0
  763. package/dist/js/types/lib/propsContext/ClearPropsContext.test.d.ts +1 -0
  764. package/dist/js/types/lib/propsContext/PropsContextProvider.d.ts +9 -0
  765. package/dist/js/types/lib/propsContext/dynamicProps/dynamic.d.ts +4 -0
  766. package/dist/js/types/lib/propsContext/dynamicProps/isDynamicProp.d.ts +4 -0
  767. package/dist/js/types/lib/propsContext/dynamicProps/resolveDynamicProps.d.ts +4 -0
  768. package/dist/js/types/lib/propsContext/dynamicProps/resolveDynamicProps.test.d.ts +1 -0
  769. package/dist/js/types/lib/propsContext/dynamicProps/types.d.ts +4 -0
  770. package/dist/js/types/lib/propsContext/index.d.ts +7 -0
  771. package/dist/js/types/lib/propsContext/isFlowComponentName.d.ts +2 -0
  772. package/dist/js/types/lib/propsContext/isFlowComponentProp.d.ts +2 -0
  773. package/dist/js/types/lib/propsContext/mergePropsContext.d.ts +3 -0
  774. package/dist/js/types/lib/propsContext/mergePropsContext.test.d.ts +1 -0
  775. package/dist/js/types/lib/propsContext/nestedPropsContext/isPropsWithChildren.d.ts +2 -0
  776. package/dist/js/types/lib/propsContext/nestedPropsContext/pickPropsContext.d.ts +3 -0
  777. package/dist/js/types/lib/propsContext/nestedPropsContext/pickPropsContext.test.d.ts +1 -0
  778. package/dist/js/types/lib/propsContext/nestedPropsContext/wrapChildrenWithNestedPropsContext.d.ts +5 -0
  779. package/dist/js/types/lib/propsContext/propsContext.d.ts +120 -0
  780. package/dist/js/types/lib/propsContext/types.d.ts +9 -0
  781. package/dist/js/types/lib/propsContext/useProps.d.ts +3 -0
  782. package/dist/js/types/lib/propsContext/useProps.test.d.ts +1 -0
  783. package/dist/js/types/lib/react/components/Empty/Empty.d.ts +3 -0
  784. package/dist/js/types/lib/react/components/Empty/index.d.ts +3 -0
  785. package/dist/js/types/lib/react/components/Render/Render.d.ts +4 -0
  786. package/dist/js/types/lib/react/components/Render/Render.test.d.ts +1 -0
  787. package/dist/js/types/lib/react/components/Render/index.d.ts +1 -0
  788. package/dist/js/types/lib/react/components/Translate/Translate.d.ts +9 -0
  789. package/dist/js/types/lib/react/components/Translate/index.d.ts +3 -0
  790. package/dist/js/types/lib/react/deepFindOfType.d.ts +3 -0
  791. package/dist/js/types/lib/react/deepFindOfType.test.d.ts +1 -0
  792. package/dist/js/types/lib/react/deepHas.d.ts +2 -0
  793. package/dist/js/types/lib/react/getPropsMerger.d.ts +7 -0
  794. package/dist/js/types/lib/slotContext/SlotContextProvider.d.ts +8 -0
  795. package/dist/js/types/lib/slotContext/slotContext.d.ts +61 -0
  796. package/dist/js/types/lib/slotContext/types.d.ts +4 -0
  797. package/dist/js/types/lib/slotContext/useContextSlot.d.ts +3 -0
  798. package/dist/js/types/lib/timer/Timer.d.ts +17 -0
  799. package/dist/js/types/lib/types/array.d.ts +1 -0
  800. package/dist/js/types/lib/types/props.d.ts +17 -0
  801. package/dist/js/types/lib/types/props.test-types.d.ts +1 -0
  802. package/dist/{stylesInit.d.ts → js/types/styles/index.d.ts} +2 -4
  803. package/dist/js/useOnChange-C1Quwyuz.js +12 -0
  804. package/dist/js/useOverlayController-D8pgx8nV.js +19 -0
  805. package/dist/js/useSelector-DpU7_HMO.js +13 -0
  806. package/package.json +478 -91
  807. package/dist/Avatar.d.ts +0 -14
  808. package/dist/Avatar.js +0 -26
  809. package/dist/Button-CMA-xsd_.js +0 -78
  810. package/dist/Button.d.ts +0 -21
  811. package/dist/Checkbox.d.ts +0 -12
  812. package/dist/Checkbox.js +0 -22
  813. package/dist/ColumnLayout.d.ts +0 -14
  814. package/dist/ColumnLayout.js +0 -22
  815. package/dist/Content.d.ts +0 -17
  816. package/dist/Content.js +0 -15
  817. package/dist/CopyToClipboardButton.d.ts +0 -26
  818. package/dist/CopyToClipboardButton.js +0 -121
  819. package/dist/FieldDescription.d.ts +0 -21
  820. package/dist/FieldDescription.js +0 -18
  821. package/dist/FieldError-BAnloBK7.js +0 -17
  822. package/dist/FieldError.d.ts +0 -12
  823. package/dist/Heading.d.ts +0 -15
  824. package/dist/Heading.js +0 -22
  825. package/dist/Icon-C8UD3vMe.js +0 -49
  826. package/dist/Icon.d.ts +0 -16
  827. package/dist/IconPlus-DsWkdGaB.js +0 -12
  828. package/dist/IconSucceeded-aGBloDn9.js +0 -11
  829. package/dist/IconUnchecked-CGdUugGS.js +0 -10
  830. package/dist/IconWarning-Cum5bpEx.js +0 -12
  831. package/dist/Icons.d.ts +0 -115
  832. package/dist/Icons.js +0 -65
  833. package/dist/Image.d.ts +0 -11
  834. package/dist/Image.js +0 -11
  835. package/dist/Initials.d.ts +0 -14
  836. package/dist/Initials.js +0 -30
  837. package/dist/InlineAlert.d.ts +0 -18
  838. package/dist/InlineAlert.js +0 -38
  839. package/dist/InlineCode.d.ts +0 -12
  840. package/dist/InlineCode.js +0 -14
  841. package/dist/Label-Dnum8jdD.js +0 -25
  842. package/dist/Label.d.ts +0 -13
  843. package/dist/LabeledValue.d.ts +0 -12
  844. package/dist/LabeledValue.js +0 -33
  845. package/dist/LayoutCard.d.ts +0 -17
  846. package/dist/LayoutCard.js +0 -23
  847. package/dist/Link.d.ts +0 -15
  848. package/dist/Link.js +0 -32
  849. package/dist/Navigation.d.ts +0 -23
  850. package/dist/Navigation.js +0 -47
  851. package/dist/NumberField.d.ts +0 -12
  852. package/dist/NumberField.js +0 -63
  853. package/dist/PropsContextProvider-CEoxD8yK.js +0 -26
  854. package/dist/RadioGroup.d.ts +0 -17
  855. package/dist/RadioGroup.js +0 -57
  856. package/dist/Section.d.ts +0 -12
  857. package/dist/Section.js +0 -17
  858. package/dist/StatusBadge.d.ts +0 -18
  859. package/dist/StatusBadge.js +0 -21
  860. package/dist/StatusIcon-BVWjvT3I.js +0 -35
  861. package/dist/StatusIcon.d.ts +0 -25
  862. package/dist/StatusIcon.js +0 -7
  863. package/dist/Switch.d.ts +0 -14
  864. package/dist/Switch.js +0 -31
  865. package/dist/Text-8V0yR4PK.js +0 -27
  866. package/dist/Text.d.ts +0 -18
  867. package/dist/TextArea.d.ts +0 -17
  868. package/dist/TextArea.js +0 -22
  869. package/dist/TextField.d.ts +0 -17
  870. package/dist/TextField.js +0 -15
  871. package/dist/TextFieldBase-Dk6XBF7h.js +0 -28
  872. package/dist/Tooltip-BqyZAZgK.js +0 -16
  873. package/dist/Tooltip.d.ts +0 -17
  874. package/dist/Tooltip.js +0 -9
  875. package/dist/TooltipTrigger-7-ynWHZ9.js +0 -11
  876. package/dist/TooltipTrigger.d.ts +0 -12
  877. package/dist/TooltipTrigger.js +0 -7
  878. package/dist/clsx-DB4S2d7J.js +0 -24
  879. package/dist/styles.css +0 -1
  880. package/dist/useProps-C7GIMcgB.js +0 -27
  881. /package/dist/{stylesInit.js → js/globals.js} +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,3719 @@
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.311](https://github.com/mittwald/flow/compare/0.1.0-alpha.310...0.1.0-alpha.311) (2024-10-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **docs:** develop tab rendering
11
+ ([1c63f84](https://github.com/mittwald/flow/commit/1c63f84c742efa8e7d8c21bc65c6f815fca24a41))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
18
+ # [0.1.0-alpha.310](https://github.com/mittwald/flow/compare/0.1.0-alpha.309...0.1.0-alpha.310) (2024-10-30)
19
+
20
+ ### Features
21
+
22
+ - **docs:** Develop tab with properties table of the component
23
+ ([#920](https://github.com/mittwald/flow/issues/920))
24
+ ([0ead16a](https://github.com/mittwald/flow/commit/0ead16ac7b03b1da7e167f62c62d1762d7bbb45e))
25
+
26
+ # Change Log
27
+
28
+ All notable changes to this project will be documented in this file. See
29
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
30
+
31
+ # [0.1.0-alpha.309](https://github.com/mittwald/flow/compare/0.1.0-alpha.308...0.1.0-alpha.309) (2024-10-30)
32
+
33
+ **Note:** Version bump only for package @mittwald/flow-react-components
34
+
35
+ # Change Log
36
+
37
+ All notable changes to this project will be documented in this file. See
38
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
39
+
40
+ # [0.1.0-alpha.308](https://github.com/mittwald/flow/compare/0.1.0-alpha.307...0.1.0-alpha.308) (2024-10-29)
41
+
42
+ **Note:** Version bump only for package @mittwald/flow-react-components
43
+
44
+ # Change Log
45
+
46
+ All notable changes to this project will be documented in this file. See
47
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
48
+
49
+ # [0.1.0-alpha.307](https://github.com/mittwald/flow/compare/0.1.0-alpha.306...0.1.0-alpha.307) (2024-10-29)
50
+
51
+ ### Features
52
+
53
+ - **Section:** support contextual help in section header
54
+ ([88f009c](https://github.com/mittwald/flow/commit/88f009c670f7a9ca9752c8c36098ac0d6c938d2f))
55
+ - **Section:** support contextual help in section header
56
+ ([33fcc6e](https://github.com/mittwald/flow/commit/33fcc6ef99f3976d1c12c1a78595dda35bda97cc))
57
+ - **Section:** support contextual help in section header
58
+ ([29577cc](https://github.com/mittwald/flow/commit/29577cc04fe59e80407d0c7795567c131ba3b957))
59
+ - **Section:** support contextual help in section header
60
+ ([054155d](https://github.com/mittwald/flow/commit/054155d5e8b3ea2b4e03b25d53e92234c5111148))
61
+ - **Section:** support contextual help in section header
62
+ ([2f29e19](https://github.com/mittwald/flow/commit/2f29e190a9e5002aeed92208e6f56271c5e1baff))
63
+
64
+ # Change Log
65
+
66
+ All notable changes to this project will be documented in this file. See
67
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
68
+
69
+ # [0.1.0-alpha.306](https://github.com/mittwald/flow/compare/0.1.0-alpha.305...0.1.0-alpha.306) (2024-10-28)
70
+
71
+ ### Bug Fixes
72
+
73
+ - **Heading:** fix heading content margin
74
+ ([46da4bb](https://github.com/mittwald/flow/commit/46da4bb900a6f9b07f10299c4fc3cde0a8b9cef0))
75
+
76
+ ### Features
77
+
78
+ - **Heading:** support contextual help
79
+ ([6a21e4a](https://github.com/mittwald/flow/commit/6a21e4a0f94410703a033acebd1ce9c95f154dab))
80
+
81
+ # Change Log
82
+
83
+ All notable changes to this project will be documented in this file. See
84
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
85
+
86
+ # [0.1.0-alpha.305](https://github.com/mittwald/flow/compare/0.1.0-alpha.304...0.1.0-alpha.305) (2024-10-28)
87
+
88
+ ### Bug Fixes
89
+
90
+ - **List:** hide summary in empty list
91
+ ([77f5a54](https://github.com/mittwald/flow/commit/77f5a540cdd77a8b8e93fd14b954b80c2e1be72a))
92
+
93
+ # Change Log
94
+
95
+ All notable changes to this project will be documented in this file. See
96
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
97
+
98
+ # [0.1.0-alpha.304](https://github.com/mittwald/flow/compare/0.1.0-alpha.303...0.1.0-alpha.304) (2024-10-28)
99
+
100
+ ### Bug Fixes
101
+
102
+ - **Select:** fix overflow in select field
103
+ ([c571018](https://github.com/mittwald/flow/commit/c571018830230b2441b97af39eb0d5e42508cd13))
104
+
105
+ ### Features
106
+
107
+ - **Select:** Support numbers in select field
108
+ ([29a9d21](https://github.com/mittwald/flow/commit/29a9d21baf32f68f2ede56204521a2957797330c))
109
+
110
+ # Change Log
111
+
112
+ All notable changes to this project will be documented in this file. See
113
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
114
+
115
+ # [0.1.0-alpha.303](https://github.com/mittwald/flow/compare/0.1.0-alpha.302...0.1.0-alpha.303) (2024-10-28)
116
+
117
+ ### Bug Fixes
118
+
119
+ - NumberField applying disabled styles when aria-disabled="false"
120
+ ([#911](https://github.com/mittwald/flow/issues/911))
121
+ ([0d20ab3](https://github.com/mittwald/flow/commit/0d20ab383214395f11ce7dda4ac26ba3698ff408))
122
+
123
+ # Change Log
124
+
125
+ All notable changes to this project will be documented in this file. See
126
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
127
+
128
+ # [0.1.0-alpha.302](https://github.com/mittwald/flow/compare/0.1.0-alpha.301...0.1.0-alpha.302) (2024-10-24)
129
+
130
+ **Note:** Version bump only for package @mittwald/flow-react-components
131
+
132
+ # Change Log
133
+
134
+ All notable changes to this project will be documented in this file. See
135
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
136
+
137
+ # [0.1.0-alpha.301](https://github.com/mittwald/flow/compare/0.1.0-alpha.300...0.1.0-alpha.301) (2024-10-24)
138
+
139
+ **Note:** Version bump only for package @mittwald/flow-react-components
140
+
141
+ # Change Log
142
+
143
+ All notable changes to this project will be documented in this file. See
144
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
145
+
146
+ # [0.1.0-alpha.300](https://github.com/mittwald/flow/compare/0.1.0-alpha.299...0.1.0-alpha.300) (2024-10-24)
147
+
148
+ ### Features
149
+
150
+ - **IllustratedMessage:** support ActionGroup in IllustratedMessage
151
+ ([4e9675d](https://github.com/mittwald/flow/commit/4e9675d6e8d3488db9e79f07d43e043aaf7ae75b))
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.299](https://github.com/mittwald/flow/compare/0.1.0-alpha.298...0.1.0-alpha.299) (2024-10-23)
159
+
160
+ ### Features
161
+
162
+ - **Link:** add external link icon to target blank links
163
+ ([917f0a6](https://github.com/mittwald/flow/commit/917f0a638a41c6dcf969a1b658bef6a0e90c6d91))
164
+
165
+ # Change Log
166
+
167
+ All notable changes to this project will be documented in this file. See
168
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
169
+
170
+ # [0.1.0-alpha.298](https://github.com/mittwald/flow/compare/0.1.0-alpha.297...0.1.0-alpha.298) (2024-10-23)
171
+
172
+ **Note:** Version bump only for package @mittwald/flow-react-components
173
+
174
+ # Change Log
175
+
176
+ All notable changes to this project will be documented in this file. See
177
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
178
+
179
+ # [0.1.0-alpha.297](https://github.com/mittwald/flow/compare/0.1.0-alpha.296...0.1.0-alpha.297) (2024-10-22)
180
+
181
+ **Note:** Version bump only for package @mittwald/flow-react-components
182
+
183
+ # Change Log
184
+
185
+ All notable changes to this project will be documented in this file. See
186
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
187
+
188
+ # [0.1.0-alpha.296](https://github.com/mittwald/flow/compare/0.1.0-alpha.295...0.1.0-alpha.296) (2024-10-22)
189
+
190
+ **Note:** Version bump only for package @mittwald/flow-react-components
191
+
192
+ # Change Log
193
+
194
+ All notable changes to this project will be documented in this file. See
195
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
196
+
197
+ # [0.1.0-alpha.295](https://github.com/mittwald/flow/compare/0.1.0-alpha.294...0.1.0-alpha.295) (2024-10-22)
198
+
199
+ ### Features
200
+
201
+ - **Section:** add spacing to sub headings in sections
202
+ ([#890](https://github.com/mittwald/flow/issues/890))
203
+ ([9710032](https://github.com/mittwald/flow/commit/971003226121d8a577cc7df99ebf15592904021d))
204
+
205
+ # Change Log
206
+
207
+ All notable changes to this project will be documented in this file. See
208
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
209
+
210
+ # [0.1.0-alpha.294](https://github.com/mittwald/flow/compare/0.1.0-alpha.293...0.1.0-alpha.294) (2024-10-22)
211
+
212
+ ### Bug Fixes
213
+
214
+ - **NumberField:** fix number field overflow
215
+ ([#873](https://github.com/mittwald/flow/issues/873))
216
+ ([075a099](https://github.com/mittwald/flow/commit/075a0996670b8a60056a74e09cb91263dbe22256))
217
+
218
+ # Change Log
219
+
220
+ All notable changes to this project will be documented in this file. See
221
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
222
+
223
+ # [0.1.0-alpha.293](https://github.com/mittwald/flow/compare/0.1.0-alpha.292...0.1.0-alpha.293) (2024-10-22)
224
+
225
+ **Note:** Version bump only for package @mittwald/flow-react-components
226
+
227
+ # Change Log
228
+
229
+ All notable changes to this project will be documented in this file. See
230
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
231
+
232
+ # [0.1.0-alpha.292](https://github.com/mittwald/flow/compare/0.1.0-alpha.291...0.1.0-alpha.292) (2024-10-21)
233
+
234
+ **Note:** Version bump only for package @mittwald/flow-react-components
235
+
236
+ # Change Log
237
+
238
+ All notable changes to this project will be documented in this file. See
239
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
240
+
241
+ # [0.1.0-alpha.291](https://github.com/mittwald/flow/compare/0.1.0-alpha.290...0.1.0-alpha.291) (2024-10-18)
242
+
243
+ ### Bug Fixes
244
+
245
+ - **NumberField:** fix mobile styles
246
+ ([#858](https://github.com/mittwald/flow/issues/858))
247
+ ([f211f9d](https://github.com/mittwald/flow/commit/f211f9d68aed3e5538c4896d6f39afb227799e27))
248
+ - **ProgressBar:** add translations
249
+ ([#859](https://github.com/mittwald/flow/issues/859))
250
+ ([268cd5f](https://github.com/mittwald/flow/commit/268cd5f4c75dfc77b682d4fe0ce4bb8f25b88ce9))
251
+
252
+ # Change Log
253
+
254
+ All notable changes to this project will be documented in this file. See
255
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
256
+
257
+ # [0.1.0-alpha.290](https://github.com/mittwald/flow/compare/0.1.0-alpha.289...0.1.0-alpha.290) (2024-10-18)
258
+
259
+ ### Bug Fixes
260
+
261
+ - **ContextMenu:** remove width (wrong branch)
262
+ ([35e0c30](https://github.com/mittwald/flow/commit/35e0c303beadd17d91f7ed0508f8c09a7e38891a))
263
+
264
+ ### Features
265
+
266
+ - **CodeBlock:** add code block component
267
+ ([eaca671](https://github.com/mittwald/flow/commit/eaca67168d68334625c3d7e19b33dc83738dc992))
268
+ - **CodeBlock:** add code block component
269
+ ([fe0a80e](https://github.com/mittwald/flow/commit/fe0a80e20c0c0350758d74d6a5973f76d471b02e))
270
+ - **CodeBlock:** add code property
271
+ ([f0d9006](https://github.com/mittwald/flow/commit/f0d9006d2879db914a891a58aabe2bad7241eede))
272
+ - **CodeBlock:** add CodeBlock component
273
+ ([5eefef9](https://github.com/mittwald/flow/commit/5eefef9d37346e82df52a0aae501b7903081dd36))
274
+ - **CodeBlock:** add custom colors
275
+ ([ed8b454](https://github.com/mittwald/flow/commit/ed8b4541508383dace50ee43fed8135b7dd7c80a))
276
+ - **ContextMenu:** add width property
277
+ ([88f78b8](https://github.com/mittwald/flow/commit/88f78b80f6b4d43edc64cd719b74054d04de6e7f))
278
+
279
+ # Change Log
280
+
281
+ All notable changes to this project will be documented in this file. See
282
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
283
+
284
+ # [0.1.0-alpha.289](https://github.com/mittwald/flow/compare/0.1.0-alpha.288...0.1.0-alpha.289) (2024-10-18)
285
+
286
+ **Note:** Version bump only for package @mittwald/flow-react-components
287
+
288
+ # Change Log
289
+
290
+ All notable changes to this project will be documented in this file. See
291
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
292
+
293
+ # [0.1.0-alpha.288](https://github.com/mittwald/flow/compare/0.1.0-alpha.287...0.1.0-alpha.288) (2024-10-17)
294
+
295
+ **Note:** Version bump only for package @mittwald/flow-react-components
296
+
297
+ # Change Log
298
+
299
+ All notable changes to this project will be documented in this file. See
300
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
301
+
302
+ # [0.1.0-alpha.287](https://github.com/mittwald/flow/compare/0.1.0-alpha.286...0.1.0-alpha.287) (2024-10-17)
303
+
304
+ **Note:** Version bump only for package @mittwald/flow-react-components
305
+
306
+ # Change Log
307
+
308
+ All notable changes to this project will be documented in this file. See
309
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
310
+
311
+ # [0.1.0-alpha.286](https://github.com/mittwald/flow/compare/0.1.0-alpha.285...0.1.0-alpha.286) (2024-10-16)
312
+
313
+ **Note:** Version bump only for package @mittwald/flow-react-components
314
+
315
+ # Change Log
316
+
317
+ All notable changes to this project will be documented in this file. See
318
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
319
+
320
+ # [0.1.0-alpha.285](https://github.com/mittwald/flow/compare/0.1.0-alpha.284...0.1.0-alpha.285) (2024-10-16)
321
+
322
+ **Note:** Version bump only for package @mittwald/flow-react-components
323
+
324
+ # Change Log
325
+
326
+ All notable changes to this project will be documented in this file. See
327
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
328
+
329
+ # [0.1.0-alpha.284](https://github.com/mittwald/flow/compare/0.1.0-alpha.283...0.1.0-alpha.284) (2024-10-16)
330
+
331
+ ### Features
332
+
333
+ - **ContextMenu:** add width
334
+ ([60445ae](https://github.com/mittwald/flow/commit/60445aed25285447ab6aebf187ce9e0462386eac))
335
+ - **ContextMenu:** add width
336
+ ([956ccf3](https://github.com/mittwald/flow/commit/956ccf314a2fd082733520ed8660f62f6297b3e5))
337
+
338
+ # Change Log
339
+
340
+ All notable changes to this project will be documented in this file. See
341
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
342
+
343
+ # [0.1.0-alpha.283](https://github.com/mittwald/flow/compare/0.1.0-alpha.282...0.1.0-alpha.283) (2024-10-11)
344
+
345
+ **Note:** Version bump only for package @mittwald/flow-react-components
346
+
347
+ # Change Log
348
+
349
+ All notable changes to this project will be documented in this file. See
350
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
351
+
352
+ # [0.1.0-alpha.282](https://github.com/mittwald/flow/compare/0.1.0-alpha.281...0.1.0-alpha.282) (2024-10-10)
353
+
354
+ **Note:** Version bump only for package @mittwald/flow-react-components
355
+
356
+ # Change Log
357
+
358
+ All notable changes to this project will be documented in this file. See
359
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
360
+
361
+ # [0.1.0-alpha.281](https://github.com/mittwald/flow/compare/0.1.0-alpha.280...0.1.0-alpha.281) (2024-10-10)
362
+
363
+ ### Bug Fixes
364
+
365
+ - **icon:** fix icon size
366
+ ([d20f4c3](https://github.com/mittwald/flow/commit/d20f4c3e795878593fe75251401cbb76958d3858))
367
+
368
+ ### Features
369
+
370
+ - **List:** add summary
371
+ ([39ee6ea](https://github.com/mittwald/flow/commit/39ee6ea27fea223bc893b2be9cc473b1cf9cca4d))
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.280](https://github.com/mittwald/flow/compare/0.1.0-alpha.279...0.1.0-alpha.280) (2024-10-10)
379
+
380
+ ### Features
381
+
382
+ - **List:** Add clear all filters button
383
+ ([#813](https://github.com/mittwald/flow/issues/813))
384
+ ([146bc83](https://github.com/mittwald/flow/commit/146bc838e60490aa0dafdb4f00526a931a11c798))
385
+ - **Table:** allow vertical centering
386
+ ([e17582c](https://github.com/mittwald/flow/commit/e17582c9f3b35c71ac9a77af5d0f4cdbd4e70e5d))
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.279](https://github.com/mittwald/flow/compare/0.1.0-alpha.277...0.1.0-alpha.279) (2024-10-10)
394
+
395
+ ### Bug Fixes
396
+
397
+ - **List:** fix overflowing filters
398
+ ([f022f9b](https://github.com/mittwald/flow/commit/f022f9bf84b626dbf8c5fcfbc069fd91b43a1fb3))
399
+ - **Table:** fix scrollbar
400
+ ([64ba89b](https://github.com/mittwald/flow/commit/64ba89be22887a6850b7c4aa4d9ea0947735ae3d))
401
+
402
+ ### Reverts
403
+
404
+ - Revert "feat(Modal): add experimental "no-unmount"-feature"
405
+ ([3f45849](https://github.com/mittwald/flow/commit/3f458493a5779f11690453da0fc454b0b89c9314))
406
+
407
+ # Change Log
408
+
409
+ All notable changes to this project will be documented in this file. See
410
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
411
+
412
+ # [0.1.0-alpha.278](https://github.com/mittwald/flow/compare/0.1.0-alpha.277...0.1.0-alpha.278) (2024-10-10)
413
+
414
+ ### Bug Fixes
415
+
416
+ - **Table:** fix scrollbar
417
+ ([64ba89b](https://github.com/mittwald/flow/commit/64ba89be22887a6850b7c4aa4d9ea0947735ae3d))
418
+
419
+ ### Reverts
420
+
421
+ - Revert "feat(Modal): add experimental "no-unmount"-feature"
422
+ ([3f45849](https://github.com/mittwald/flow/commit/3f458493a5779f11690453da0fc454b0b89c9314))
423
+
424
+ # Change Log
425
+
426
+ All notable changes to this project will be documented in this file. See
427
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
428
+
429
+ # [0.1.0-alpha.277](https://github.com/mittwald/flow/compare/0.1.0-alpha.276...0.1.0-alpha.277) (2024-10-09)
430
+
431
+ ### Features
432
+
433
+ - **Modal:** add experimental "no-unmount"-feature
434
+ ([d33733b](https://github.com/mittwald/flow/commit/d33733bb0d4375a7bb207db00b304d8b5d64d092))
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.276](https://github.com/mittwald/flow/compare/0.1.0-alpha.275...0.1.0-alpha.276) (2024-10-09)
442
+
443
+ ### Features
444
+
445
+ - **Table:** add table footer
446
+ ([1e298d3](https://github.com/mittwald/flow/commit/1e298d343d7b0b6419b0a4df0867cfab0a587e3a))
447
+
448
+ # Change Log
449
+
450
+ All notable changes to this project will be documented in this file. See
451
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
452
+
453
+ # [0.1.0-alpha.275](https://github.com/mittwald/flow/compare/0.1.0-alpha.274...0.1.0-alpha.275) (2024-10-08)
454
+
455
+ **Note:** Version bump only for package @mittwald/flow-react-components
456
+
457
+ # Change Log
458
+
459
+ All notable changes to this project will be documented in this file. See
460
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
461
+
462
+ # [0.1.0-alpha.274](https://github.com/mittwald/flow/compare/0.1.0-alpha.273...0.1.0-alpha.274) (2024-10-08)
463
+
464
+ **Note:** Version bump only for package @mittwald/flow-react-components
465
+
466
+ # Change Log
467
+
468
+ All notable changes to this project will be documented in this file. See
469
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
470
+
471
+ # [0.1.0-alpha.273](https://github.com/mittwald/flow/compare/0.1.0-alpha.272...0.1.0-alpha.273) (2024-10-08)
472
+
473
+ ### Bug Fixes
474
+
475
+ - **List:** fix list item title overflow
476
+ ([#830](https://github.com/mittwald/flow/issues/830))
477
+ ([e81908a](https://github.com/mittwald/flow/commit/e81908a5e4f058811ac1d46032860b0e384228e4))
478
+
479
+ # Change Log
480
+
481
+ All notable changes to this project will be documented in this file. See
482
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
483
+
484
+ # [0.1.0-alpha.272](https://github.com/mittwald/flow/compare/0.1.0-alpha.271...0.1.0-alpha.272) (2024-10-08)
485
+
486
+ **Note:** Version bump only for package @mittwald/flow-react-components
487
+
488
+ # Change Log
489
+
490
+ All notable changes to this project will be documented in this file. See
491
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
492
+
493
+ # [0.1.0-alpha.271](https://github.com/mittwald/flow/compare/0.1.0-alpha.270...0.1.0-alpha.271) (2024-10-07)
494
+
495
+ ### Bug Fixes
496
+
497
+ - **List:** fix List settings custom storage
498
+ ([dabc02a](https://github.com/mittwald/flow/commit/dabc02a9ea880f97e6e425c2421f0cb1e9b3feb1))
499
+
500
+ # Change Log
501
+
502
+ All notable changes to this project will be documented in this file. See
503
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
504
+
505
+ # [0.1.0-alpha.270](https://github.com/mittwald/flow/compare/0.1.0-alpha.269...0.1.0-alpha.270) (2024-10-07)
506
+
507
+ ### Bug Fixes
508
+
509
+ - **List:** fix List settings storage
510
+ ([817bd6d](https://github.com/mittwald/flow/commit/817bd6d44bc400c0c5932c62f21d26f332297ce3))
511
+
512
+ # Change Log
513
+
514
+ All notable changes to this project will be documented in this file. See
515
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
516
+
517
+ # [0.1.0-alpha.269](https://github.com/mittwald/flow/compare/0.1.0-alpha.268...0.1.0-alpha.269) (2024-10-07)
518
+
519
+ **Note:** Version bump only for package @mittwald/flow-react-components
520
+
521
+ # Change Log
522
+
523
+ All notable changes to this project will be documented in this file. See
524
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
525
+
526
+ # [0.1.0-alpha.268](https://github.com/mittwald/flow/compare/0.1.0-alpha.267...0.1.0-alpha.268) (2024-10-07)
527
+
528
+ **Note:** Version bump only for package @mittwald/flow-react-components
529
+
530
+ # Change Log
531
+
532
+ All notable changes to this project will be documented in this file. See
533
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
534
+
535
+ # [0.1.0-alpha.267](https://github.com/mittwald/flow/compare/0.1.0-alpha.266...0.1.0-alpha.267) (2024-10-07)
536
+
537
+ **Note:** Version bump only for package @mittwald/flow-react-components
538
+
539
+ # Change Log
540
+
541
+ All notable changes to this project will be documented in this file. See
542
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
543
+
544
+ # [0.1.0-alpha.266](https://github.com/mittwald/flow/compare/0.1.0-alpha.265...0.1.0-alpha.266) (2024-10-02)
545
+
546
+ **Note:** Version bump only for package @mittwald/flow-react-components
547
+
548
+ # Change Log
549
+
550
+ All notable changes to this project will be documented in this file. See
551
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
552
+
553
+ # [0.1.0-alpha.265](https://github.com/mittwald/flow/compare/0.1.0-alpha.264...0.1.0-alpha.265) (2024-10-02)
554
+
555
+ ### Bug Fixes
556
+
557
+ - **List:** Remove "Sorting" prefix of list sorting button
558
+ ([52c935c](https://github.com/mittwald/flow/commit/52c935c683f1114a4ec516216b175a1ca14c8ec3))
559
+
560
+ # Change Log
561
+
562
+ All notable changes to this project will be documented in this file. See
563
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
564
+
565
+ # [0.1.0-alpha.264](https://github.com/mittwald/flow/compare/0.1.0-alpha.263...0.1.0-alpha.264) (2024-10-02)
566
+
567
+ **Note:** Version bump only for package @mittwald/flow-react-components
568
+
569
+ # Change Log
570
+
571
+ All notable changes to this project will be documented in this file. See
572
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
573
+
574
+ # [0.1.0-alpha.263](https://github.com/mittwald/flow/compare/0.1.0-alpha.262...0.1.0-alpha.263) (2024-10-02)
575
+
576
+ ### Bug Fixes
577
+
578
+ - fix colors after neutral color token update
579
+ ([909d356](https://github.com/mittwald/flow/commit/909d3567b7d9b9999ebd99aa6c23623841a830d3))
580
+
581
+ # Change Log
582
+
583
+ All notable changes to this project will be documented in this file. See
584
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
585
+
586
+ # [0.1.0-alpha.262](https://github.com/mittwald/flow/compare/0.1.0-alpha.261...0.1.0-alpha.262) (2024-10-01)
587
+
588
+ ### Features
589
+
590
+ - implement outline variant for button component
591
+ ([#814](https://github.com/mittwald/flow/issues/814))
592
+ ([2179bb5](https://github.com/mittwald/flow/commit/2179bb541f0c9a000dfa7a9e71060b0ea8f45f99))
593
+
594
+ # Change Log
595
+
596
+ All notable changes to this project will be documented in this file. See
597
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
598
+
599
+ # [0.1.0-alpha.261](https://github.com/mittwald/flow/compare/0.1.0-alpha.260...0.1.0-alpha.261) (2024-09-30)
600
+
601
+ ### Features
602
+
603
+ - **List:** add List parameter to Cell render function
604
+ ([623fdb9](https://github.com/mittwald/flow/commit/623fdb95c773f4b1dfe4da9574f4401bb5858c62))
605
+
606
+ # Change Log
607
+
608
+ All notable changes to this project will be documented in this file. See
609
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
610
+
611
+ # [0.1.0-alpha.260](https://github.com/mittwald/flow/compare/0.1.0-alpha.259...0.1.0-alpha.260) (2024-09-30)
612
+
613
+ ### Features
614
+
615
+ - **List:** add List parameter to render function
616
+ ([37ae6b6](https://github.com/mittwald/flow/commit/37ae6b6d3f26fc3cc4a5ceb0855104a1d3f70729))
617
+ - **List:** store view mode in default settings
618
+ ([17c9c45](https://github.com/mittwald/flow/commit/17c9c4520c52ec3a12a38dcad3f8ec25de572f06))
619
+
620
+ # Change Log
621
+
622
+ All notable changes to this project will be documented in this file. See
623
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
624
+
625
+ # [0.1.0-alpha.259](https://github.com/mittwald/flow/compare/0.1.0-alpha.258...0.1.0-alpha.259) (2024-09-27)
626
+
627
+ ### Bug Fixes
628
+
629
+ - **List:** show header if list has actionGroup or support list and table view
630
+ ([1bb0623](https://github.com/mittwald/flow/commit/1bb0623ec36ed741de44912e29acd483f8d08921))
631
+
632
+ # Change Log
633
+
634
+ All notable changes to this project will be documented in this file. See
635
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
636
+
637
+ # [0.1.0-alpha.258](https://github.com/mittwald/flow/compare/0.1.0-alpha.257...0.1.0-alpha.258) (2024-09-27)
638
+
639
+ **Note:** Version bump only for package @mittwald/flow-react-components
640
+
641
+ # Change Log
642
+
643
+ All notable changes to this project will be documented in this file. See
644
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
645
+
646
+ # [0.1.0-alpha.257](https://github.com/mittwald/flow/compare/0.1.0-alpha.256...0.1.0-alpha.257) (2024-09-26)
647
+
648
+ ### Features
649
+
650
+ - **List:** allow readonly values in Filter
651
+ ([9f1f5fe](https://github.com/mittwald/flow/commit/9f1f5fed46acafb4ade1a67dbb948a55577d4326))
652
+
653
+ # Change Log
654
+
655
+ All notable changes to this project will be documented in this file. See
656
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
657
+
658
+ # [0.1.0-alpha.256](https://github.com/mittwald/flow/compare/0.1.0-alpha.255...0.1.0-alpha.256) (2024-09-26)
659
+
660
+ ### Features
661
+
662
+ - **TextArea:** make TextArea resizeable
663
+ ([#790](https://github.com/mittwald/flow/issues/790))
664
+ ([6e484f4](https://github.com/mittwald/flow/commit/6e484f4cc5be2e283d16511aad36244cd004afbf))
665
+
666
+ # Change Log
667
+
668
+ All notable changes to this project will be documented in this file. See
669
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
670
+
671
+ # [0.1.0-alpha.255](https://github.com/mittwald/flow/compare/0.1.0-alpha.254...0.1.0-alpha.255) (2024-09-26)
672
+
673
+ **Note:** Version bump only for package @mittwald/flow-react-components
674
+
675
+ # Change Log
676
+
677
+ All notable changes to this project will be documented in this file. See
678
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
679
+
680
+ # [0.1.0-alpha.254](https://github.com/mittwald/flow/compare/0.1.0-alpha.253...0.1.0-alpha.254) (2024-09-25)
681
+
682
+ ### Bug Fixes
683
+
684
+ - avoid Suspense boundaries in Content/Section
685
+ ([7dc58e4](https://github.com/mittwald/flow/commit/7dc58e476814d7838acbb7c12aa374f8ad0ea360))
686
+
687
+ # Change Log
688
+
689
+ All notable changes to this project will be documented in this file. See
690
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
691
+
692
+ # [0.1.0-alpha.253](https://github.com/mittwald/flow/compare/0.1.0-alpha.252...0.1.0-alpha.253) (2024-09-24)
693
+
694
+ **Note:** Version bump only for package @mittwald/flow-react-components
695
+
696
+ # Change Log
697
+
698
+ All notable changes to this project will be documented in this file. See
699
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
700
+
701
+ # [0.1.0-alpha.252](https://github.com/mittwald/flow/compare/0.1.0-alpha.251...0.1.0-alpha.252) (2024-09-24)
702
+
703
+ ### Features
704
+
705
+ - **List:** export data loader types
706
+ ([541057a](https://github.com/mittwald/flow/commit/541057ab79123120827a28882d47347564a36bf8))
707
+
708
+ # Change Log
709
+
710
+ All notable changes to this project will be documented in this file. See
711
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
712
+
713
+ # [0.1.0-alpha.251](https://github.com/mittwald/flow/compare/0.1.0-alpha.250...0.1.0-alpha.251) (2024-09-23)
714
+
715
+ ### Features
716
+
717
+ - **List:** add action groups to list
718
+ ([c9f1b37](https://github.com/mittwald/flow/commit/c9f1b377bedd543f5e2f689ebd07321fc80ff300))
719
+
720
+ # Change Log
721
+
722
+ All notable changes to this project will be documented in this file. See
723
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
724
+
725
+ # [0.1.0-alpha.250](https://github.com/mittwald/flow/compare/0.1.0-alpha.249...0.1.0-alpha.250) (2024-09-23)
726
+
727
+ **Note:** Version bump only for package @mittwald/flow-react-components
728
+
729
+ # Change Log
730
+
731
+ All notable changes to this project will be documented in this file. See
732
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
733
+
734
+ # [0.1.0-alpha.249](https://github.com/mittwald/flow/compare/0.1.0-alpha.248...0.1.0-alpha.249) (2024-09-20)
735
+
736
+ **Note:** Version bump only for package @mittwald/flow-react-components
737
+
738
+ # Change Log
739
+
740
+ All notable changes to this project will be documented in this file. See
741
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
742
+
743
+ # [0.1.0-alpha.248](https://github.com/mittwald/flow/compare/0.1.0-alpha.247...0.1.0-alpha.248) (2024-09-20)
744
+
745
+ **Note:** Version bump only for package @mittwald/flow-react-components
746
+
747
+ # Change Log
748
+
749
+ All notable changes to this project will be documented in this file. See
750
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
751
+
752
+ # [0.1.0-alpha.247](https://github.com/mittwald/flow/compare/0.1.0-alpha.246...0.1.0-alpha.247) (2024-09-20)
753
+
754
+ ### Features
755
+
756
+ - **TimeField:** add time field component
757
+ ([#725](https://github.com/mittwald/flow/issues/725))
758
+ ([1aa6336](https://github.com/mittwald/flow/commit/1aa63363fdd181b62df09ffe7917d26c237043d9))
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.246](https://github.com/mittwald/flow/compare/0.1.0-alpha.245...0.1.0-alpha.246) (2024-09-20)
766
+
767
+ ### Bug Fixes
768
+
769
+ - **Link:** add dark and light disabled colors
770
+ ([#738](https://github.com/mittwald/flow/issues/738))
771
+ ([7a555e3](https://github.com/mittwald/flow/commit/7a555e32ac8c35e71b770d809a568a0326bcf1f2))
772
+
773
+ ### Features
774
+
775
+ - **Badge:** add badge component
776
+ ([#689](https://github.com/mittwald/flow/issues/689))
777
+ ([1ce3804](https://github.com/mittwald/flow/commit/1ce3804d6e371bc0760e1335422e47801f0ba1e4))
778
+
779
+ # Change Log
780
+
781
+ All notable changes to this project will be documented in this file. See
782
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
783
+
784
+ # [0.1.0-alpha.245](https://github.com/mittwald/flow/compare/0.1.0-alpha.244...0.1.0-alpha.245) (2024-09-20)
785
+
786
+ **Note:** Version bump only for package @mittwald/flow-react-components
787
+
788
+ # Change Log
789
+
790
+ All notable changes to this project will be documented in this file. See
791
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
792
+
793
+ # [0.1.0-alpha.244](https://github.com/mittwald/flow/compare/0.1.0-alpha.243...0.1.0-alpha.244) (2024-09-20)
794
+
795
+ ### Bug Fixes
796
+
797
+ - **MenuItem:** fix cursor
798
+ ([de35430](https://github.com/mittwald/flow/commit/de354301498ac05493bc7e6aab83bec47d2a5dda))
799
+
800
+ # Change Log
801
+
802
+ All notable changes to this project will be documented in this file. See
803
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
804
+
805
+ # [0.1.0-alpha.243](https://github.com/mittwald/flow/compare/0.1.0-alpha.242...0.1.0-alpha.243) (2024-09-20)
806
+
807
+ **Note:** Version bump only for package @mittwald/flow-react-components
808
+
809
+ # Change Log
810
+
811
+ All notable changes to this project will be documented in this file. See
812
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
813
+
814
+ # [0.1.0-alpha.242](https://github.com/mittwald/flow/compare/0.1.0-alpha.241...0.1.0-alpha.242) (2024-09-20)
815
+
816
+ **Note:** Version bump only for package @mittwald/flow-react-components
817
+
818
+ # Change Log
819
+
820
+ All notable changes to this project will be documented in this file. See
821
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
822
+
823
+ # [0.1.0-alpha.241](https://github.com/mittwald/flow/compare/0.1.0-alpha.240...0.1.0-alpha.241) (2024-09-20)
824
+
825
+ ### Bug Fixes
826
+
827
+ - **Datepicker:** fix onChange
828
+ ([4018b42](https://github.com/mittwald/flow/commit/4018b42021316b0ce1c98dbb48588d63fbc2710b))
829
+
830
+ # Change Log
831
+
832
+ All notable changes to this project will be documented in this file. See
833
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
834
+
835
+ # [0.1.0-alpha.240](https://github.com/mittwald/flow/compare/0.1.0-alpha.239...0.1.0-alpha.240) (2024-09-20)
836
+
837
+ ### Bug Fixes
838
+
839
+ - **ActionGroup:** fix layout with ignored breakpoint
840
+ ([#732](https://github.com/mittwald/flow/issues/732))
841
+ ([16476bb](https://github.com/mittwald/flow/commit/16476bb5afca42379d766c477702f8d1d50f672c))
842
+ - **Tooltip:** add box shadow to tooltip
843
+ ([ff91676](https://github.com/mittwald/flow/commit/ff91676d9d2252c49a6441ef021b58b58f2bd2ec))
844
+
845
+ # Change Log
846
+
847
+ All notable changes to this project will be documented in this file. See
848
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
849
+
850
+ # [0.1.0-alpha.239](https://github.com/mittwald/flow/compare/0.1.0-alpha.238...0.1.0-alpha.239) (2024-09-20)
851
+
852
+ **Note:** Version bump only for package @mittwald/flow-react-components
853
+
854
+ # Change Log
855
+
856
+ All notable changes to this project will be documented in this file. See
857
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
858
+
859
+ # [0.1.0-alpha.238](https://github.com/mittwald/flow/compare/0.1.0-alpha.237...0.1.0-alpha.238) (2024-09-20)
860
+
861
+ ### Features
862
+
863
+ - **Modal:** add off canvas orientation
864
+ ([b2e5c3e](https://github.com/mittwald/flow/commit/b2e5c3e5588aefda4a524968ed5f20ba28ed2226))
865
+
866
+ # Change Log
867
+
868
+ All notable changes to this project will be documented in this file. See
869
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
870
+
871
+ # [0.1.0-alpha.237](https://github.com/mittwald/flow/compare/0.1.0-alpha.236...0.1.0-alpha.237) (2024-09-20)
872
+
873
+ **Note:** Version bump only for package @mittwald/flow-react-components
874
+
875
+ # Change Log
876
+
877
+ All notable changes to this project will be documented in this file. See
878
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
879
+
880
+ # [0.1.0-alpha.236](https://github.com/mittwald/flow/compare/0.1.0-alpha.235...0.1.0-alpha.236) (2024-09-20)
881
+
882
+ **Note:** Version bump only for package @mittwald/flow-react-components
883
+
884
+ # Change Log
885
+
886
+ All notable changes to this project will be documented in this file. See
887
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
888
+
889
+ # [0.1.0-alpha.235](https://github.com/mittwald/flow/compare/0.1.0-alpha.234...0.1.0-alpha.235) (2024-09-20)
890
+
891
+ **Note:** Version bump only for package @mittwald/flow-react-components
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.234](https://github.com/mittwald/flow/compare/0.1.0-alpha.233...0.1.0-alpha.234) (2024-09-18)
899
+
900
+ **Note:** Version bump only for package @mittwald/flow-react-components
901
+
902
+ # Change Log
903
+
904
+ All notable changes to this project will be documented in this file. See
905
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
906
+
907
+ # [0.1.0-alpha.233](https://github.com/mittwald/flow/compare/0.1.0-alpha.232...0.1.0-alpha.233) (2024-09-17)
908
+
909
+ ### Bug Fixes
910
+
911
+ - **SettingProvider:** refresh settings after update
912
+ ([d7d01e6](https://github.com/mittwald/flow/commit/d7d01e6663c5560fcd69c665f9fca311a21a7556))
913
+
914
+ # Change Log
915
+
916
+ All notable changes to this project will be documented in this file. See
917
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
918
+
919
+ # [0.1.0-alpha.232](https://github.com/mittwald/flow/compare/0.1.0-alpha.231...0.1.0-alpha.232) (2024-09-17)
920
+
921
+ ### Bug Fixes
922
+
923
+ - **SettingProvider:** fix issues with storing settings
924
+ ([040dc12](https://github.com/mittwald/flow/commit/040dc12aaaf96ead4f118635d11dec2387621f6f))
925
+
926
+ # Change Log
927
+
928
+ All notable changes to this project will be documented in this file. See
929
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
930
+
931
+ # [0.1.0-alpha.231](https://github.com/mittwald/flow/compare/0.1.0-alpha.230...0.1.0-alpha.231) (2024-09-17)
932
+
933
+ ### Bug Fixes
934
+
935
+ - **Link:** set link width to prevent to large clickable areas
936
+ ([#731](https://github.com/mittwald/flow/issues/731))
937
+ ([7f27536](https://github.com/mittwald/flow/commit/7f27536a4e82b61691ecc51bb48b3f10d4929a08))
938
+
939
+ # Change Log
940
+
941
+ All notable changes to this project will be documented in this file. See
942
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
943
+
944
+ # [0.1.0-alpha.230](https://github.com/mittwald/flow/compare/0.1.0-alpha.229...0.1.0-alpha.230) (2024-09-17)
945
+
946
+ **Note:** Version bump only for package @mittwald/flow-react-components
947
+
948
+ # Change Log
949
+
950
+ All notable changes to this project will be documented in this file. See
951
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
952
+
953
+ # [0.1.0-alpha.229](https://github.com/mittwald/flow/compare/0.1.0-alpha.228...0.1.0-alpha.229) (2024-09-17)
954
+
955
+ **Note:** Version bump only for package @mittwald/flow-react-components
956
+
957
+ # Change Log
958
+
959
+ All notable changes to this project will be documented in this file. See
960
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
961
+
962
+ # [0.1.0-alpha.228](https://github.com/mittwald/flow/compare/0.1.0-alpha.227...0.1.0-alpha.228) (2024-09-17)
963
+
964
+ ### Bug Fixes
965
+
966
+ - fix export statement
967
+ ([412a6cd](https://github.com/mittwald/flow/commit/412a6cdf267fb3c15436fb12283630834b40d280))
968
+
969
+ ### Features
970
+
971
+ - **List:** support multiple SettingProvider
972
+ ([ab7456a](https://github.com/mittwald/flow/commit/ab7456a49bfe14994d97a5e1aaec24b3c6b78717))
973
+
974
+ # Change Log
975
+
976
+ All notable changes to this project will be documented in this file. See
977
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
978
+
979
+ # [0.1.0-alpha.227](https://github.com/mittwald/flow/compare/0.1.0-alpha.226...0.1.0-alpha.227) (2024-09-16)
980
+
981
+ ### Features
982
+
983
+ - **List:** support storing of filters
984
+ ([98fdbbc](https://github.com/mittwald/flow/commit/98fdbbc161f49556b02783f1c41adb55c31ade8d))
985
+
986
+ # Change Log
987
+
988
+ All notable changes to this project will be documented in this file. See
989
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
990
+
991
+ # [0.1.0-alpha.226](https://github.com/mittwald/flow/compare/0.1.0-alpha.225...0.1.0-alpha.226) (2024-09-13)
992
+
993
+ **Note:** Version bump only for package @mittwald/flow-react-components
994
+
995
+ # Change Log
996
+
997
+ All notable changes to this project will be documented in this file. See
998
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
999
+
1000
+ # [0.1.0-alpha.225](https://github.com/mittwald/flow/compare/0.1.0-alpha.224...0.1.0-alpha.225) (2024-09-13)
1001
+
1002
+ **Note:** Version bump only for package @mittwald/flow-react-components
1003
+
1004
+ # Change Log
1005
+
1006
+ All notable changes to this project will be documented in this file. See
1007
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1008
+
1009
+ # [0.1.0-alpha.224](https://github.com/mittwald/flow/compare/0.1.0-alpha.223...0.1.0-alpha.224) (2024-09-12)
1010
+
1011
+ ### Features
1012
+
1013
+ - **OverlayTrigger:** support controller via props
1014
+ ([#697](https://github.com/mittwald/flow/issues/697))
1015
+ ([3f0a589](https://github.com/mittwald/flow/commit/3f0a5895610e726422fa5788ce55ae42671d9169))
1016
+
1017
+ # Change Log
1018
+
1019
+ All notable changes to this project will be documented in this file. See
1020
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1021
+
1022
+ # [0.1.0-alpha.223](https://github.com/mittwald/flow/compare/0.1.0-alpha.222...0.1.0-alpha.223) (2024-09-12)
1023
+
1024
+ ### Bug Fixes
1025
+
1026
+ - **Datepicker:** add field error to props context
1027
+ ([260826c](https://github.com/mittwald/flow/commit/260826cd083f187505b9001ca493ef0c7914d8df))
1028
+ - **Datepicker:** wrap DatePicker with flowComponent
1029
+ ([60bd2e0](https://github.com/mittwald/flow/commit/60bd2e0ccb4948d83b6420c59e731fec22b876cc))
1030
+
1031
+ # Change Log
1032
+
1033
+ All notable changes to this project will be documented in this file. See
1034
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1035
+
1036
+ # [0.1.0-alpha.222](https://github.com/mittwald/flow/compare/0.1.0-alpha.221...0.1.0-alpha.222) (2024-09-12)
1037
+
1038
+ ### Bug Fixes
1039
+
1040
+ - **Table:** add id to table row to fix selection key
1041
+ ([2dfcadd](https://github.com/mittwald/flow/commit/2dfcadd624c4526d3ab08dcc77a997b7fd3129c2))
1042
+
1043
+ ### Features
1044
+
1045
+ - **Field:** add DatePicker
1046
+ ([beaac6f](https://github.com/mittwald/flow/commit/beaac6fbe4fa84d50a8261d4098dbe279452f961))
1047
+
1048
+ # Change Log
1049
+
1050
+ All notable changes to this project will be documented in this file. See
1051
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1052
+
1053
+ # [0.1.0-alpha.221](https://github.com/mittwald/flow/compare/0.1.0-alpha.220...0.1.0-alpha.221) (2024-09-11)
1054
+
1055
+ **Note:** Version bump only for package @mittwald/flow-react-components
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.220](https://github.com/mittwald/flow/compare/0.1.0-alpha.219...0.1.0-alpha.220) (2024-09-10)
1063
+
1064
+ ### Bug Fixes
1065
+
1066
+ - **Navigation:** use cursor pointer for navigation items
1067
+ ([0ef86f2](https://github.com/mittwald/flow/commit/0ef86f237a0319a7ff14434e7da0f087d7f6394e))
1068
+ - new sass behavior for declarations after nested rules
1069
+ ([1da9454](https://github.com/mittwald/flow/commit/1da9454341352290afb6bcfb6d185fea6bfb3d5d))
1070
+
1071
+ ### Features
1072
+
1073
+ - **List:** add skeleton to loading list items
1074
+ ([2d60877](https://github.com/mittwald/flow/commit/2d6087711a4c204cabc3cbb3759f2b023094e0e4))
1075
+ - **List:** add skeleton to loading list items
1076
+ ([c4fed7e](https://github.com/mittwald/flow/commit/c4fed7e40b5c6bdce57c8a8b3a90fe7b57f48e82))
1077
+
1078
+ # Change Log
1079
+
1080
+ All notable changes to this project will be documented in this file. See
1081
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1082
+
1083
+ # [0.1.0-alpha.219](https://github.com/mittwald/flow/compare/0.1.0-alpha.218...0.1.0-alpha.219) (2024-09-09)
1084
+
1085
+ ### Bug Fixes
1086
+
1087
+ - **Popover:** fix popover trigger
1088
+ ([#681](https://github.com/mittwald/flow/issues/681))
1089
+ ([da72536](https://github.com/mittwald/flow/commit/da72536e861c38e534602dfc4c21a5d1d4e99bc7))
1090
+
1091
+ # Change Log
1092
+
1093
+ All notable changes to this project will be documented in this file. See
1094
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1095
+
1096
+ # [0.1.0-alpha.218](https://github.com/mittwald/flow/compare/0.1.0-alpha.217...0.1.0-alpha.218) (2024-09-09)
1097
+
1098
+ **Note:** Version bump only for package @mittwald/flow-react-components
1099
+
1100
+ # Change Log
1101
+
1102
+ All notable changes to this project will be documented in this file. See
1103
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1104
+
1105
+ # [0.1.0-alpha.217](https://github.com/mittwald/flow/compare/0.1.0-alpha.216...0.1.0-alpha.217) (2024-09-09)
1106
+
1107
+ **Note:** Version bump only for package @mittwald/flow-react-components
1108
+
1109
+ # Change Log
1110
+
1111
+ All notable changes to this project will be documented in this file. See
1112
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1113
+
1114
+ # [0.1.0-alpha.216](https://github.com/mittwald/flow/compare/0.1.0-alpha.215...0.1.0-alpha.216) (2024-09-09)
1115
+
1116
+ ### Features
1117
+
1118
+ - **Section:** Add Heading visual level
1119
+ ([5ad90ec](https://github.com/mittwald/flow/commit/5ad90ecfa6063d8070078526ed97435fffe376b3))
1120
+
1121
+ # Change Log
1122
+
1123
+ All notable changes to this project will be documented in this file. See
1124
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1125
+
1126
+ # [0.1.0-alpha.215](https://github.com/mittwald/flow/compare/0.1.0-alpha.214...0.1.0-alpha.215) (2024-09-05)
1127
+
1128
+ ### Features
1129
+
1130
+ - **List:** support initial state for filters and search
1131
+ ([3675a6f](https://github.com/mittwald/flow/commit/3675a6f3ee5f1cf6312d919de61471bdae12e8fc))
1132
+
1133
+ # Change Log
1134
+
1135
+ All notable changes to this project will be documented in this file. See
1136
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1137
+
1138
+ # [0.1.0-alpha.214](https://github.com/mittwald/flow/compare/0.1.0-alpha.213...0.1.0-alpha.214) (2024-09-04)
1139
+
1140
+ **Note:** Version bump only for package @mittwald/flow-react-components
1141
+
1142
+ # Change Log
1143
+
1144
+ All notable changes to this project will be documented in this file. See
1145
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1146
+
1147
+ # [0.1.0-alpha.213](https://github.com/mittwald/flow/compare/0.1.0-alpha.212...0.1.0-alpha.213) (2024-09-03)
1148
+
1149
+ ### Bug Fixes
1150
+
1151
+ - **List:** fix not updating on property changes
1152
+ ([ce1736c](https://github.com/mittwald/flow/commit/ce1736c89b529cbe0f7237d754c19468140a5a4c))
1153
+
1154
+ # Change Log
1155
+
1156
+ All notable changes to this project will be documented in this file. See
1157
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1158
+
1159
+ # [0.1.0-alpha.212](https://github.com/mittwald/flow/compare/0.1.0-alpha.211...0.1.0-alpha.212) (2024-09-02)
1160
+
1161
+ ### Features
1162
+
1163
+ - **List:** support default view mode
1164
+ ([fdb2360](https://github.com/mittwald/flow/commit/fdb2360dca5043ce53b45f7bb6a40c9b0e2542f5))
1165
+ - **List:** support item selection
1166
+ ([f1251cc](https://github.com/mittwald/flow/commit/f1251cc9b52eaa5f37a6a94d454647a7a476efe4))
1167
+
1168
+ # Change Log
1169
+
1170
+ All notable changes to this project will be documented in this file. See
1171
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1172
+
1173
+ # [0.1.0-alpha.211](https://github.com/mittwald/flow/compare/0.1.0-alpha.210...0.1.0-alpha.211) (2024-08-30)
1174
+
1175
+ ### Features
1176
+
1177
+ - **List:** support async loader dependencies
1178
+ ([3db636e](https://github.com/mittwald/flow/commit/3db636e3540f2580d263f39f704f757e3c689447))
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.210](https://github.com/mittwald/flow/compare/0.1.0-alpha.209...0.1.0-alpha.210) (2024-08-30)
1186
+
1187
+ ### Features
1188
+
1189
+ - **List:** support table view in List component
1190
+ ([6280669](https://github.com/mittwald/flow/commit/628066949be357528e5f94e892c1b392641800c6))
1191
+
1192
+ # Change Log
1193
+
1194
+ All notable changes to this project will be documented in this file. See
1195
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1196
+
1197
+ # [0.1.0-alpha.209](https://github.com/mittwald/flow/compare/0.1.0-alpha.208...0.1.0-alpha.209) (2024-08-29)
1198
+
1199
+ ### Features
1200
+
1201
+ - add DatePicker and DataRangePicker
1202
+ ([3d20fbc](https://github.com/mittwald/flow/commit/3d20fbc382ed1baf6231434c148c39ec9aabc16e))
1203
+
1204
+ # Change Log
1205
+
1206
+ All notable changes to this project will be documented in this file. See
1207
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1208
+
1209
+ # [0.1.0-alpha.208](https://github.com/mittwald/flow/compare/0.1.0-alpha.207...0.1.0-alpha.208) (2024-08-29)
1210
+
1211
+ ### Features
1212
+
1213
+ - **useOverlayController:** Add onOpen and onClose callback to options
1214
+ ([95f183d](https://github.com/mittwald/flow/commit/95f183d97c3de23adf2afa16b1bad4deb5fd5875))
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.207](https://github.com/mittwald/flow/compare/0.1.0-alpha.206...0.1.0-alpha.207) (2024-08-29)
1222
+
1223
+ ### Bug Fixes
1224
+
1225
+ - **List:** fix render loop when using property filters
1226
+ ([8245801](https://github.com/mittwald/flow/commit/82458013daceabaf0e7c544914103051d3a0d31d))
1227
+
1228
+ # Change Log
1229
+
1230
+ All notable changes to this project will be documented in this file. See
1231
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1232
+
1233
+ # [0.1.0-alpha.206](https://github.com/mittwald/flow/compare/0.1.0-alpha.205...0.1.0-alpha.206) (2024-08-29)
1234
+
1235
+ ### Bug Fixes
1236
+
1237
+ - **List:** detect removed filter values
1238
+ ([4c13389](https://github.com/mittwald/flow/commit/4c13389cbca038062ab6df86cea1a7cedc32ba6e))
1239
+ - **Tabs:** fix context menu
1240
+ ([ada6196](https://github.com/mittwald/flow/commit/ada61960f347ae80a3f3a7fd07a5849f72466754))
1241
+
1242
+ # Change Log
1243
+
1244
+ All notable changes to this project will be documented in this file. See
1245
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1246
+
1247
+ # [0.1.0-alpha.205](https://github.com/mittwald/flow/compare/0.1.0-alpha.204...0.1.0-alpha.205) (2024-08-28)
1248
+
1249
+ ### Bug Fixes
1250
+
1251
+ - **Components:** fix build
1252
+ ([9d983af](https://github.com/mittwald/flow/commit/9d983af3df4161da8df2580da90a3de4767c1496))
1253
+ - **List:** fix async loader function type
1254
+ ([867741e](https://github.com/mittwald/flow/commit/867741e71c37c4bd18604fa10badc3870bd93fbb))
1255
+
1256
+ ### Features
1257
+
1258
+ - **Activity:** export Activity component
1259
+ ([198639b](https://github.com/mittwald/flow/commit/198639ba2371dea8005a5ca2a010959d33d55d91))
1260
+ - **SkeletonText:** export SkeletonText component
1261
+ ([91f122d](https://github.com/mittwald/flow/commit/91f122d5d51f949c7adce0d3e9557b7dd98d5d43))
1262
+
1263
+ # Change Log
1264
+
1265
+ All notable changes to this project will be documented in this file. See
1266
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1267
+
1268
+ # [0.1.0-alpha.204](https://github.com/mittwald/flow/compare/0.1.0-alpha.203...0.1.0-alpha.204) (2024-08-27)
1269
+
1270
+ ### Features
1271
+
1272
+ - **List:** add onChange handler
1273
+ ([5162f31](https://github.com/mittwald/flow/commit/5162f3147349f728765bf265a65506705484200b))
1274
+
1275
+ # Change Log
1276
+
1277
+ All notable changes to this project will be documented in this file. See
1278
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1279
+
1280
+ # [0.1.0-alpha.203](https://github.com/mittwald/flow/compare/0.1.0-alpha.202...0.1.0-alpha.203) (2024-08-27)
1281
+
1282
+ ### Bug Fixes
1283
+
1284
+ - **Section:** add modal trigger to header props context
1285
+ ([1643fc4](https://github.com/mittwald/flow/commit/1643fc470a43f14bfde38026a9fd7e184425ca42))
1286
+ - **Section:** add popover trigger to section header props context
1287
+ ([870cc00](https://github.com/mittwald/flow/commit/870cc0095bb46342c94def6cbaf398ed1e1a1341))
1288
+
1289
+ # Change Log
1290
+
1291
+ All notable changes to this project will be documented in this file. See
1292
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1293
+
1294
+ # [0.1.0-alpha.202](https://github.com/mittwald/flow/compare/0.1.0-alpha.201...0.1.0-alpha.202) (2024-08-26)
1295
+
1296
+ ### Bug Fixes
1297
+
1298
+ - **Form:** stop propagation of form submit events
1299
+ ([c02affb](https://github.com/mittwald/flow/commit/c02affba398305a75d53feee07f74a272f191b23))
1300
+
1301
+ # Change Log
1302
+
1303
+ All notable changes to this project will be documented in this file. See
1304
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1305
+
1306
+ # [0.1.0-alpha.201](https://github.com/mittwald/flow/compare/0.1.0-alpha.200...0.1.0-alpha.201) (2024-08-26)
1307
+
1308
+ ### Bug Fixes
1309
+
1310
+ - **Form:** provide event to onSubmit handler
1311
+ ([d438ae5](https://github.com/mittwald/flow/commit/d438ae59c184c80bd4c3038e907f1adb7c212670))
1312
+
1313
+ # Change Log
1314
+
1315
+ All notable changes to this project will be documented in this file. See
1316
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1317
+
1318
+ # [0.1.0-alpha.200](https://github.com/mittwald/flow/compare/0.1.0-alpha.199...0.1.0-alpha.200) (2024-08-26)
1319
+
1320
+ ### Features
1321
+
1322
+ - **Accordion:** add outlined variant
1323
+ ([1bbdf04](https://github.com/mittwald/flow/commit/1bbdf0476ac3449ff4f719e67be25b7806d00fad))
1324
+
1325
+ # Change Log
1326
+
1327
+ All notable changes to this project will be documented in this file. See
1328
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1329
+
1330
+ # [0.1.0-alpha.199](https://github.com/mittwald/flow/compare/0.1.0-alpha.198...0.1.0-alpha.199) (2024-08-26)
1331
+
1332
+ ### Bug Fixes
1333
+
1334
+ - **select:** fix text align
1335
+ ([d5f46be](https://github.com/mittwald/flow/commit/d5f46be16d02f833accfe0c4f82b7fc05b3ee21c))
1336
+
1337
+ # Change Log
1338
+
1339
+ All notable changes to this project will be documented in this file. See
1340
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1341
+
1342
+ # [0.1.0-alpha.198](https://github.com/mittwald/flow/compare/0.1.0-alpha.197...0.1.0-alpha.198) (2024-08-23)
1343
+
1344
+ ### Bug Fixes
1345
+
1346
+ - **Checkbox:** show invalid state on focused checkbox button
1347
+ ([94835aa](https://github.com/mittwald/flow/commit/94835aac8632d6528f71bfd41eda4a5bddd7e527))
1348
+ - **Modal:** add styles to form in modal
1349
+ ([5aeb50c](https://github.com/mittwald/flow/commit/5aeb50c02697055a9499dcebac8ef8ddbce74ea4))
1350
+ - **Slider:** disable focus for slider buttons
1351
+ ([922e62c](https://github.com/mittwald/flow/commit/922e62cb990c902f9b9ce4f7dfadcc9c7ff89c05))
1352
+
1353
+ ### Features
1354
+
1355
+ - **List:** support action group in list item
1356
+ ([1b8473f](https://github.com/mittwald/flow/commit/1b8473f19bd006c6ad56993f00332dc90d5e668d))
1357
+ - **List:** support action group in list item
1358
+ ([323aea6](https://github.com/mittwald/flow/commit/323aea650d04d80da7b1395a2c853921bcebd915))
1359
+
1360
+ # Change Log
1361
+
1362
+ All notable changes to this project will be documented in this file. See
1363
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1364
+
1365
+ # [0.1.0-alpha.197](https://github.com/mittwald/flow/compare/0.1.0-alpha.196...0.1.0-alpha.197) (2024-08-14)
1366
+
1367
+ **Note:** Version bump only for package @mittwald/flow-react-components
1368
+
1369
+ # Change Log
1370
+
1371
+ All notable changes to this project will be documented in this file. See
1372
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1373
+
1374
+ # [0.1.0-alpha.196](https://github.com/mittwald/flow/compare/0.1.0-alpha.195...0.1.0-alpha.196) (2024-08-14)
1375
+
1376
+ **Note:** Version bump only for package @mittwald/flow-react-components
1377
+
1378
+ # Change Log
1379
+
1380
+ All notable changes to this project will be documented in this file. See
1381
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1382
+
1383
+ # [0.1.0-alpha.195](https://github.com/mittwald/flow/compare/0.1.0-alpha.194...0.1.0-alpha.195) (2024-08-13)
1384
+
1385
+ ### Features
1386
+
1387
+ - **List:** export useList hook
1388
+ ([195b943](https://github.com/mittwald/flow/commit/195b943711216a7461947f787f7e8240d30a7dd0))
1389
+
1390
+ # Change Log
1391
+
1392
+ All notable changes to this project will be documented in this file. See
1393
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1394
+
1395
+ # [0.1.0-alpha.194](https://github.com/mittwald/flow/compare/0.1.0-alpha.193...0.1.0-alpha.194) (2024-08-09)
1396
+
1397
+ ### Bug Fixes
1398
+
1399
+ - **List:** allow readonly list data
1400
+ ([95c4fb9](https://github.com/mittwald/flow/commit/95c4fb94d83e08d2184287980647749392b9e801))
1401
+
1402
+ # Change Log
1403
+
1404
+ All notable changes to this project will be documented in this file. See
1405
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1406
+
1407
+ # [0.1.0-alpha.193](https://github.com/mittwald/flow/compare/0.1.0-alpha.192...0.1.0-alpha.193) (2024-08-07)
1408
+
1409
+ ### Bug Fixes
1410
+
1411
+ - **OffCanvas:** fix spacings
1412
+ ([502ab99](https://github.com/mittwald/flow/commit/502ab99feeab3a9aedaa275bcabbfcd03caf2e0c))
1413
+
1414
+ # Change Log
1415
+
1416
+ All notable changes to this project will be documented in this file. See
1417
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1418
+
1419
+ # [0.1.0-alpha.192](https://github.com/mittwald/flow/compare/0.1.0-alpha.191...0.1.0-alpha.192) (2024-08-07)
1420
+
1421
+ ### Bug Fixes
1422
+
1423
+ - **Modal:** remove button tunnel to use form in modal
1424
+ ([a17c4d3](https://github.com/mittwald/flow/commit/a17c4d33be796136b7b30c6f4ed818cf4c100bc9))
1425
+
1426
+ # Change Log
1427
+
1428
+ All notable changes to this project will be documented in this file. See
1429
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1430
+
1431
+ # [0.1.0-alpha.191](https://github.com/mittwald/flow/compare/0.1.0-alpha.190...0.1.0-alpha.191) (2024-08-06)
1432
+
1433
+ ### Bug Fixes
1434
+
1435
+ - **List:** fix state update loop
1436
+ ([24c7345](https://github.com/mittwald/flow/commit/24c7345595bc0c3c10731d7726d6f1ca464bbe11))
1437
+
1438
+ # Change Log
1439
+
1440
+ All notable changes to this project will be documented in this file. See
1441
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1442
+
1443
+ # [0.1.0-alpha.190](https://github.com/mittwald/flow/compare/0.1.0-alpha.189...0.1.0-alpha.190) (2024-08-06)
1444
+
1445
+ ### Bug Fixes
1446
+
1447
+ - **Button:** fix Flow and Aria slot names conflict
1448
+ ([#621](https://github.com/mittwald/flow/issues/621))
1449
+ ([00e26d1](https://github.com/mittwald/flow/commit/00e26d1bb716a8bc90d279c152a29e75409785a4))
1450
+ - **Checkbox:** set width to fit content
1451
+ ([4788c28](https://github.com/mittwald/flow/commit/4788c28570644443de3c916d8001466887aa7539))
1452
+ - **Label:** center content in label
1453
+ ([80ba98d](https://github.com/mittwald/flow/commit/80ba98d321b1ccb6c01ce10a90708916421ef984))
1454
+
1455
+ ### Features
1456
+
1457
+ - **Avatar:** add new colors
1458
+ ([#615](https://github.com/mittwald/flow/issues/615))
1459
+ ([90f565b](https://github.com/mittwald/flow/commit/90f565bbe1dfce18f19bc002ad4fe9da203f9011))
1460
+ - **List:** fix long list item title
1461
+ ([f24f4aa](https://github.com/mittwald/flow/commit/f24f4aa1e134f24fcc7c382033135a3dd8877817))
1462
+ - **Section:** add flex wrap to header actions
1463
+ ([c64f4c4](https://github.com/mittwald/flow/commit/c64f4c44e1926a47b2fcba300496ea20298910cf))
1464
+ - **Text:** Support small in text
1465
+ ([a2a8fcb](https://github.com/mittwald/flow/commit/a2a8fcb7225c4dccb88b36f21b3593018bbeffc2))
1466
+ - **Text:** Support ul and ol in Text component
1467
+ ([c939c1e](https://github.com/mittwald/flow/commit/c939c1e7eea35119a1a7389ac5bc4535938c13df))
1468
+
1469
+ # Change Log
1470
+
1471
+ All notable changes to this project will be documented in this file. See
1472
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1473
+
1474
+ # [0.1.0-alpha.189](https://github.com/mittwald/flow/compare/0.1.0-alpha.188...0.1.0-alpha.189) (2024-07-25)
1475
+
1476
+ **Note:** Version bump only for package @mittwald/flow-react-components
1477
+
1478
+ # Change Log
1479
+
1480
+ All notable changes to this project will be documented in this file. See
1481
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1482
+
1483
+ # [0.1.0-alpha.188](https://github.com/mittwald/flow/compare/0.1.0-alpha.187...0.1.0-alpha.188) (2024-07-25)
1484
+
1485
+ ### Features
1486
+
1487
+ - **SearchField:** Add SearchField component
1488
+ ([#605](https://github.com/mittwald/flow/issues/605))
1489
+ ([760a63c](https://github.com/mittwald/flow/commit/760a63cd4cca96b2570f2e712cdca50f4485c51f))
1490
+
1491
+ # Change Log
1492
+
1493
+ All notable changes to this project will be documented in this file. See
1494
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1495
+
1496
+ # [0.1.0-alpha.187](https://github.com/mittwald/flow/compare/0.1.0-alpha.186...0.1.0-alpha.187) (2024-07-22)
1497
+
1498
+ ### Bug Fixes
1499
+
1500
+ - **Field:** fix Select does not get form value
1501
+ ([#600](https://github.com/mittwald/flow/issues/600))
1502
+ ([bec0fc8](https://github.com/mittwald/flow/commit/bec0fc880775de73e0ed9da41239dd6ed091048b))
1503
+
1504
+ # Change Log
1505
+
1506
+ All notable changes to this project will be documented in this file. See
1507
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1508
+
1509
+ # [0.1.0-alpha.186](https://github.com/mittwald/flow/compare/0.1.0-alpha.185...0.1.0-alpha.186) (2024-07-19)
1510
+
1511
+ ### Bug Fixes
1512
+
1513
+ - **Text:** Fix Text style if text is used without a wrapper component
1514
+ ([6db586f](https://github.com/mittwald/flow/commit/6db586feac51a0085c20ee79d30378879d22aa77))
1515
+
1516
+ # Change Log
1517
+
1518
+ All notable changes to this project will be documented in this file. See
1519
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1520
+
1521
+ # [0.1.0-alpha.185](https://github.com/mittwald/flow/compare/0.1.0-alpha.184...0.1.0-alpha.185) (2024-07-19)
1522
+
1523
+ **Note:** Version bump only for package @mittwald/flow-react-components
1524
+
1525
+ # Change Log
1526
+
1527
+ All notable changes to this project will be documented in this file. See
1528
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1529
+
1530
+ # [0.1.0-alpha.184](https://github.com/mittwald/flow/compare/0.1.0-alpha.183...0.1.0-alpha.184) (2024-07-19)
1531
+
1532
+ **Note:** Version bump only for package @mittwald/flow-react-components
1533
+
1534
+ # Change Log
1535
+
1536
+ All notable changes to this project will be documented in this file. See
1537
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1538
+
1539
+ # [0.1.0-alpha.183](https://github.com/mittwald/flow/compare/0.1.0-alpha.182...0.1.0-alpha.183) (2024-07-18)
1540
+
1541
+ ### Features
1542
+
1543
+ - **List:** support readonly typed static data
1544
+ ([c72aa44](https://github.com/mittwald/flow/commit/c72aa44254100b11258fd91be3d2b4b6893e98a1))
1545
+
1546
+ # Change Log
1547
+
1548
+ All notable changes to this project will be documented in this file. See
1549
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1550
+
1551
+ # [0.1.0-alpha.182](https://github.com/mittwald/flow/compare/0.1.0-alpha.181...0.1.0-alpha.182) (2024-07-18)
1552
+
1553
+ ### Bug Fixes
1554
+
1555
+ - **List:** fix render-loop
1556
+ ([e28bc55](https://github.com/mittwald/flow/commit/e28bc5584d1e6520666c5484f789fd5a0bc48bd6))
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.181](https://github.com/mittwald/flow/compare/0.1.0-alpha.180...0.1.0-alpha.181) (2024-07-18)
1564
+
1565
+ ### Bug Fixes
1566
+
1567
+ - **List:** do not render empty header
1568
+ ([6077fc4](https://github.com/mittwald/flow/commit/6077fc4a755c78231f4ff8dc486ec95d25e2629d))
1569
+
1570
+ ### Features
1571
+
1572
+ - **List:** support hidden default sorting
1573
+ ([f9b8498](https://github.com/mittwald/flow/commit/f9b8498b216113515499cd1b12d32603538d0730))
1574
+
1575
+ # Change Log
1576
+
1577
+ All notable changes to this project will be documented in this file. See
1578
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1579
+
1580
+ # [0.1.0-alpha.180](https://github.com/mittwald/flow/compare/0.1.0-alpha.179...0.1.0-alpha.180) (2024-07-18)
1581
+
1582
+ ### Bug Fixes
1583
+
1584
+ - **List:** fix filter types
1585
+ ([f6cfc19](https://github.com/mittwald/flow/commit/f6cfc194b5a87a2f943a68b306e05829e503c08a))
1586
+
1587
+ # Change Log
1588
+
1589
+ All notable changes to this project will be documented in this file. See
1590
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1591
+
1592
+ # [0.1.0-alpha.179](https://github.com/mittwald/flow/compare/0.1.0-alpha.178...0.1.0-alpha.179) (2024-07-17)
1593
+
1594
+ ### Bug Fixes
1595
+
1596
+ - **List:** not tabbable clear search
1597
+ ([e422b1c](https://github.com/mittwald/flow/commit/e422b1cb12551fde5ae80db1a20e58f538957976))
1598
+
1599
+ ### Features
1600
+
1601
+ - **List:** support autoFocus for search field
1602
+ ([2f90049](https://github.com/mittwald/flow/commit/2f90049673e03b9338b5254b8782d825e3d95d62))
1603
+ - **List:** support readonly typed static data
1604
+ ([eaeed40](https://github.com/mittwald/flow/commit/eaeed40fe2a95f67ba10063c9e969b68135d5f11))
1605
+
1606
+ # Change Log
1607
+
1608
+ All notable changes to this project will be documented in this file. See
1609
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1610
+
1611
+ # [0.1.0-alpha.178](https://github.com/mittwald/flow/compare/0.1.0-alpha.177...0.1.0-alpha.178) (2024-07-17)
1612
+
1613
+ ### Bug Fixes
1614
+
1615
+ - **Switch:** Only render label component if children is defined
1616
+ ([43cd498](https://github.com/mittwald/flow/commit/43cd49897c9639de075243a9b871609076a12c67))
1617
+
1618
+ # Change Log
1619
+
1620
+ All notable changes to this project will be documented in this file. See
1621
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1622
+
1623
+ # [0.1.0-alpha.177](https://github.com/mittwald/flow/compare/0.1.0-alpha.176...0.1.0-alpha.177) (2024-07-16)
1624
+
1625
+ ### Bug Fixes
1626
+
1627
+ - **ContextMenu:** do not use Dialog for ContextMenu
1628
+ ([458dc75](https://github.com/mittwald/flow/commit/458dc7599077ed4a46eedb55bb74611dfc4d0388))
1629
+ - **Skeleton:** Height should behave like line-height
1630
+ ([fa4ea9c](https://github.com/mittwald/flow/commit/fa4ea9c0d75e110df458130a158ef6667a768aef))
1631
+
1632
+ # Change Log
1633
+
1634
+ All notable changes to this project will be documented in this file. See
1635
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1636
+
1637
+ # [0.1.0-alpha.176](https://github.com/mittwald/flow/compare/0.1.0-alpha.175...0.1.0-alpha.176) (2024-07-12)
1638
+
1639
+ **Note:** Version bump only for package @mittwald/flow-react-components
1640
+
1641
+ # Change Log
1642
+
1643
+ All notable changes to this project will be documented in this file. See
1644
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1645
+
1646
+ # [0.1.0-alpha.175](https://github.com/mittwald/flow/compare/0.1.0-alpha.174...0.1.0-alpha.175) (2024-07-11)
1647
+
1648
+ ### Bug Fixes
1649
+
1650
+ - **List:** fix multiple sorting on same prop
1651
+ ([#585](https://github.com/mittwald/flow/issues/585))
1652
+ ([23f6534](https://github.com/mittwald/flow/commit/23f65346e6d3eec8b69e297bc1b6e19b2e82a65a))
1653
+
1654
+ # Change Log
1655
+
1656
+ All notable changes to this project will be documented in this file. See
1657
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1658
+
1659
+ # [0.1.0-alpha.174](https://github.com/mittwald/flow/compare/0.1.0-alpha.173...0.1.0-alpha.174) (2024-07-11)
1660
+
1661
+ **Note:** Version bump only for package @mittwald/flow-react-components
1662
+
1663
+ # Change Log
1664
+
1665
+ All notable changes to this project will be documented in this file. See
1666
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1667
+
1668
+ # [0.1.0-alpha.173](https://github.com/mittwald/flow/compare/0.1.0-alpha.172...0.1.0-alpha.173) (2024-07-11)
1669
+
1670
+ ### Features
1671
+
1672
+ - **Section:** add action to section header tunnel
1673
+ ([2b1a2ce](https://github.com/mittwald/flow/commit/2b1a2ce5a1ff91f68bbdd8f82cd5b52f361d1588))
1674
+
1675
+ # Change Log
1676
+
1677
+ All notable changes to this project will be documented in this file. See
1678
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1679
+
1680
+ # [0.1.0-alpha.172](https://github.com/mittwald/flow/compare/0.1.0-alpha.171...0.1.0-alpha.172) (2024-07-10)
1681
+
1682
+ ### Features
1683
+
1684
+ - **Section:** add actions to header
1685
+ ([#582](https://github.com/mittwald/flow/issues/582))
1686
+ ([a3174f5](https://github.com/mittwald/flow/commit/a3174f599aa9a199b8a6a93df7405e374885370f))
1687
+
1688
+ # Change Log
1689
+
1690
+ All notable changes to this project will be documented in this file. See
1691
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1692
+
1693
+ # [0.1.0-alpha.171](https://github.com/mittwald/flow/compare/0.1.0-alpha.170...0.1.0-alpha.171) (2024-07-10)
1694
+
1695
+ ### Bug Fixes
1696
+
1697
+ - **ContextMenu:** merge section props in parent context
1698
+ ([0cd0dd9](https://github.com/mittwald/flow/commit/0cd0dd9a47e193d41df4dcb8c818980a4806d28d))
1699
+
1700
+ # Change Log
1701
+
1702
+ All notable changes to this project will be documented in this file. See
1703
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1704
+
1705
+ # [0.1.0-alpha.170](https://github.com/mittwald/flow/compare/0.1.0-alpha.169...0.1.0-alpha.170) (2024-07-10)
1706
+
1707
+ **Note:** Version bump only for package @mittwald/flow-react-components
1708
+
1709
+ # Change Log
1710
+
1711
+ All notable changes to this project will be documented in this file. See
1712
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1713
+
1714
+ # [0.1.0-alpha.169](https://github.com/mittwald/flow/compare/0.1.0-alpha.168...0.1.0-alpha.169) (2024-07-10)
1715
+
1716
+ **Note:** Version bump only for package @mittwald/flow-react-components
1717
+
1718
+ # Change Log
1719
+
1720
+ All notable changes to this project will be documented in this file. See
1721
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1722
+
1723
+ # [0.1.0-alpha.168](https://github.com/mittwald/flow/compare/0.1.0-alpha.167...0.1.0-alpha.168) (2024-07-10)
1724
+
1725
+ **Note:** Version bump only for package @mittwald/flow-react-components
1726
+
1727
+ # Change Log
1728
+
1729
+ All notable changes to this project will be documented in this file. See
1730
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1731
+
1732
+ # [0.1.0-alpha.167](https://github.com/mittwald/flow/compare/0.1.0-alpha.166...0.1.0-alpha.167) (2024-07-09)
1733
+
1734
+ **Note:** Version bump only for package @mittwald/flow-react-components
1735
+
1736
+ # Change Log
1737
+
1738
+ All notable changes to this project will be documented in this file. See
1739
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1740
+
1741
+ # [0.1.0-alpha.166](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...0.1.0-alpha.166) (2024-07-05)
1742
+
1743
+ **Note:** Version bump only for package @mittwald/flow-react-components
1744
+
1745
+ # Change Log
1746
+
1747
+ All notable changes to this project will be documented in this file. See
1748
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1749
+
1750
+ # [0.1.0-alpha.164](https://github.com/mittwald/flow/compare/0.1.0-alpha.163...0.1.0-alpha.164) (2024-07-03)
1751
+
1752
+ ### Bug Fixes
1753
+
1754
+ - **NumberField:** do not delay onChange
1755
+ ([af5653c](https://github.com/mittwald/flow/commit/af5653cc01775edbf4763a185f3ee31abf5e0ae7)),
1756
+ closes [#492](https://github.com/mittwald/flow/issues/492)
1757
+
1758
+ ### Features
1759
+
1760
+ - **List:** add container breakpoint size
1761
+ ([2ef6922](https://github.com/mittwald/flow/commit/2ef69220966a76e6e9551b64a07dd7e81d5ad896))
1762
+
1763
+ ### Performance Improvements
1764
+
1765
+ - **Form:** reduce re-renders
1766
+ ([6a39e7e](https://github.com/mittwald/flow/commit/6a39e7e5995243029334b87b2adfda28b4d00210))
1767
+
1768
+ # Change Log
1769
+
1770
+ All notable changes to this project will be documented in this file. See
1771
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1772
+
1773
+ # [0.1.0-alpha.163](https://github.com/mittwald/flow/compare/0.1.0-alpha.162...0.1.0-alpha.163) (2024-06-27)
1774
+
1775
+ ### Bug Fixes
1776
+
1777
+ - fix CSS reset for display property
1778
+ ([#560](https://github.com/mittwald/flow/issues/560))
1779
+ ([8671c3e](https://github.com/mittwald/flow/commit/8671c3efd071f1d7222ac5fbbef784eb88413bfd))
1780
+
1781
+ # Change Log
1782
+
1783
+ All notable changes to this project will be documented in this file. See
1784
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1785
+
1786
+ # [0.1.0-alpha.162](https://github.com/mittwald/flow/compare/0.1.0-alpha.161...0.1.0-alpha.162) (2024-06-27)
1787
+
1788
+ **Note:** Version bump only for package @mittwald/flow-react-components
1789
+
1790
+ # Change Log
1791
+
1792
+ All notable changes to this project will be documented in this file. See
1793
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1794
+
1795
+ # [0.1.0-alpha.161](https://github.com/mittwald/flow/compare/0.1.0-alpha.160...0.1.0-alpha.161) (2024-06-27)
1796
+
1797
+ ### Bug Fixes
1798
+
1799
+ - **Modal:** fix mobile tray
1800
+ ([ed0d002](https://github.com/mittwald/flow/commit/ed0d002b5d4fbe90fc2aaa173d705627d1a9337d))
1801
+
1802
+ # Change Log
1803
+
1804
+ All notable changes to this project will be documented in this file. See
1805
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1806
+
1807
+ # [0.1.0-alpha.160](https://github.com/mittwald/flow/compare/0.1.0-alpha.159...0.1.0-alpha.160) (2024-06-26)
1808
+
1809
+ **Note:** Version bump only for package @mittwald/flow-react-components
1810
+
1811
+ # Change Log
1812
+
1813
+ All notable changes to this project will be documented in this file. See
1814
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1815
+
1816
+ # [0.1.0-alpha.159](https://github.com/mittwald/flow/compare/0.1.0-alpha.158...0.1.0-alpha.159) (2024-06-26)
1817
+
1818
+ ### Features
1819
+
1820
+ - **RadioGroup:** add container breakpoint size
1821
+ ([#549](https://github.com/mittwald/flow/issues/549))
1822
+ ([70a91e9](https://github.com/mittwald/flow/commit/70a91e9c787830946cc769c581015a37efa83700))
1823
+
1824
+ # Change Log
1825
+
1826
+ All notable changes to this project will be documented in this file. See
1827
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1828
+
1829
+ # [0.1.0-alpha.158](https://github.com/mittwald/flow/compare/0.1.0-alpha.157...0.1.0-alpha.158) (2024-06-26)
1830
+
1831
+ ### Bug Fixes
1832
+
1833
+ - **Notification:** prevent auto close when focused
1834
+ ([37deeb4](https://github.com/mittwald/flow/commit/37deeb4b6a66eb527437a7465673149c2312dbf9))
1835
+
1836
+ # Change Log
1837
+
1838
+ All notable changes to this project will be documented in this file. See
1839
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1840
+
1841
+ # [0.1.0-alpha.157](https://github.com/mittwald/flow/compare/0.1.0-alpha.156...0.1.0-alpha.157) (2024-06-26)
1842
+
1843
+ ### Features
1844
+
1845
+ - **ContextMenu:** add context menu sections
1846
+ ([#550](https://github.com/mittwald/flow/issues/550))
1847
+ ([c68bb35](https://github.com/mittwald/flow/commit/c68bb35a2bf9301759b5a8d4ce2ecf365823024a))
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.156](https://github.com/mittwald/flow/compare/0.1.0-alpha.155...0.1.0-alpha.156) (2024-06-26)
1855
+
1856
+ ### Bug Fixes
1857
+
1858
+ - **ContextMenu:** omit tip in context menu
1859
+ ([#548](https://github.com/mittwald/flow/issues/548))
1860
+ ([f502740](https://github.com/mittwald/flow/commit/f502740565512443ca623d0a48cc88b969fb3b72))
1861
+ - **CounterBadge:** fix counter badge ref
1862
+ ([#547](https://github.com/mittwald/flow/issues/547))
1863
+ ([743708e](https://github.com/mittwald/flow/commit/743708e86a3f89a453cca0683ade0219c438df1c))
1864
+
1865
+ # Change Log
1866
+
1867
+ All notable changes to this project will be documented in this file. See
1868
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1869
+
1870
+ # [0.1.0-alpha.155](https://github.com/mittwald/flow/compare/0.1.0-alpha.154...0.1.0-alpha.155) (2024-06-24)
1871
+
1872
+ ### Features
1873
+
1874
+ - **ListItem:** add className to ListItem
1875
+ ([a39bc1a](https://github.com/mittwald/flow/commit/a39bc1a9a0d61b7dfbe6964b441131d904c51945))
1876
+ - **ListItem:** add className to ListItem
1877
+ ([76604f0](https://github.com/mittwald/flow/commit/76604f01980f6992a4780981bd1323be9ab7c941))
1878
+
1879
+ # Change Log
1880
+
1881
+ All notable changes to this project will be documented in this file. See
1882
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1883
+
1884
+ # [0.1.0-alpha.154](https://github.com/mittwald/flow/compare/0.1.0-alpha.153...0.1.0-alpha.154) (2024-06-24)
1885
+
1886
+ **Note:** Version bump only for package @mittwald/flow-react-components
1887
+
1888
+ # Change Log
1889
+
1890
+ All notable changes to this project will be documented in this file. See
1891
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1892
+
1893
+ # [0.1.0-alpha.153](https://github.com/mittwald/flow/compare/0.1.0-alpha.152...0.1.0-alpha.153) (2024-06-20)
1894
+
1895
+ ### Bug Fixes
1896
+
1897
+ - **Section:** update visual level
1898
+ ([861c21c](https://github.com/mittwald/flow/commit/861c21cc0f9c886b81d327f0779f00008aa6d151))
1899
+
1900
+ ### Features
1901
+
1902
+ - **ContextMenu:** close context menu on navigation
1903
+ ([bb8b9de](https://github.com/mittwald/flow/commit/bb8b9dee5e59d05a70100581d5487b6a4fc68e90))
1904
+
1905
+ # Change Log
1906
+
1907
+ All notable changes to this project will be documented in this file. See
1908
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1909
+
1910
+ # [0.1.0-alpha.152](https://github.com/mittwald/flow/compare/0.1.0-alpha.151...0.1.0-alpha.152) (2024-06-20)
1911
+
1912
+ **Note:** Version bump only for package @mittwald/flow-react-components
1913
+
1914
+ # Change Log
1915
+
1916
+ All notable changes to this project will be documented in this file. See
1917
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1918
+
1919
+ # [0.1.0-alpha.151](https://github.com/mittwald/flow/compare/0.1.0-alpha.150...0.1.0-alpha.151) (2024-06-20)
1920
+
1921
+ ### Features
1922
+
1923
+ - **Icon:** add icons ([#528](https://github.com/mittwald/flow/issues/528))
1924
+ ([be0b815](https://github.com/mittwald/flow/commit/be0b815660305d2ef65de201946c38b9f039b928))
1925
+
1926
+ # Change Log
1927
+
1928
+ All notable changes to this project will be documented in this file. See
1929
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1930
+
1931
+ # [0.1.0-alpha.150](https://github.com/mittwald/flow/compare/0.1.0-alpha.149...0.1.0-alpha.150) (2024-06-19)
1932
+
1933
+ ### Bug Fixes
1934
+
1935
+ - **Popover:** Export Popover component
1936
+ ([0320c8b](https://github.com/mittwald/flow/commit/0320c8ba4b3f3d0c5565e6828e1c379a163cb915))
1937
+
1938
+ # Change Log
1939
+
1940
+ All notable changes to this project will be documented in this file. See
1941
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1942
+
1943
+ # [0.1.0-alpha.149](https://github.com/mittwald/flow/compare/0.1.0-alpha.148...0.1.0-alpha.149) (2024-06-19)
1944
+
1945
+ **Note:** Version bump only for package @mittwald/flow-react-components
1946
+
1947
+ # Change Log
1948
+
1949
+ All notable changes to this project will be documented in this file. See
1950
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1951
+
1952
+ # [0.1.0-alpha.148](https://github.com/mittwald/flow/compare/0.1.0-alpha.147...0.1.0-alpha.148) (2024-06-18)
1953
+
1954
+ **Note:** Version bump only for package @mittwald/flow-react-components
1955
+
1956
+ # Change Log
1957
+
1958
+ All notable changes to this project will be documented in this file. See
1959
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1960
+
1961
+ # [0.1.0-alpha.147](https://github.com/mittwald/flow/compare/0.1.0-alpha.146...0.1.0-alpha.147) (2024-06-18)
1962
+
1963
+ **Note:** Version bump only for package @mittwald/flow-react-components
1964
+
1965
+ # Change Log
1966
+
1967
+ All notable changes to this project will be documented in this file. See
1968
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1969
+
1970
+ # [0.1.0-alpha.146](https://github.com/mittwald/flow/compare/0.1.0-alpha.145...0.1.0-alpha.146) (2024-06-17)
1971
+
1972
+ **Note:** Version bump only for package @mittwald/flow-react-components
1973
+
1974
+ # Change Log
1975
+
1976
+ All notable changes to this project will be documented in this file. See
1977
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1978
+
1979
+ # [0.1.0-alpha.145](https://github.com/mittwald/flow/compare/0.1.0-alpha.144...0.1.0-alpha.145) (2024-06-13)
1980
+
1981
+ ### Bug Fixes
1982
+
1983
+ - **List:** fix filter and sorting menu not opening
1984
+ ([905b497](https://github.com/mittwald/flow/commit/905b4974c796e2f71c9c28471284bba75d007f15))
1985
+ - **OverlayTrigger:** fix not cleared pressed state
1986
+ ([4fa4580](https://github.com/mittwald/flow/commit/4fa45804246f186ccc79ea0fc927f44409bdbe68)),
1987
+ closes [#485](https://github.com/mittwald/flow/issues/485)
1988
+
1989
+ # Change Log
1990
+
1991
+ All notable changes to this project will be documented in this file. See
1992
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1993
+
1994
+ # [0.1.0-alpha.144](https://github.com/mittwald/flow/compare/0.1.0-alpha.143...0.1.0-alpha.144) (2024-06-12)
1995
+
1996
+ **Note:** Version bump only for package @mittwald/flow-react-components
1997
+
1998
+ # Change Log
1999
+
2000
+ All notable changes to this project will be documented in this file. See
2001
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2002
+
2003
+ # [0.1.0-alpha.143](https://github.com/mittwald/flow/compare/0.1.0-alpha.142...0.1.0-alpha.143) (2024-06-12)
2004
+
2005
+ ### Bug Fixes
2006
+
2007
+ - **List:** fix list items are not updated
2008
+ ([f297d19](https://github.com/mittwald/flow/commit/f297d1951caba4d43e7524d9e624f3d369065435))
2009
+
2010
+ # Change Log
2011
+
2012
+ All notable changes to this project will be documented in this file. See
2013
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2014
+
2015
+ # [0.1.0-alpha.142](https://github.com/mittwald/flow/compare/0.1.0-alpha.141...0.1.0-alpha.142) (2024-06-12)
2016
+
2017
+ **Note:** Version bump only for package @mittwald/flow-react-components
2018
+
2019
+ # Change Log
2020
+
2021
+ All notable changes to this project will be documented in this file. See
2022
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2023
+
2024
+ # [0.1.0-alpha.141](https://github.com/mittwald/flow/compare/0.1.0-alpha.140...0.1.0-alpha.141) (2024-06-12)
2025
+
2026
+ ### Bug Fixes
2027
+
2028
+ - **ListItem:** fix large white-space when just using content
2029
+ ([fb21307](https://github.com/mittwald/flow/commit/fb21307aed3fdd53ac9342fbff0b19ffccdabc19))
2030
+
2031
+ ### Features
2032
+
2033
+ - **Form:** feedback only on async submit
2034
+ ([b533457](https://github.com/mittwald/flow/commit/b5334579753299403f45fc70e885020c3c6b20e2))
2035
+
2036
+ # Change Log
2037
+
2038
+ All notable changes to this project will be documented in this file. See
2039
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2040
+
2041
+ # [0.1.0-alpha.140](https://github.com/mittwald/flow/compare/0.1.0-alpha.139...0.1.0-alpha.140) (2024-06-10)
2042
+
2043
+ **Note:** Version bump only for package @mittwald/flow-react-components
2044
+
2045
+ # Change Log
2046
+
2047
+ All notable changes to this project will be documented in this file. See
2048
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2049
+
2050
+ # [0.1.0-alpha.139](https://github.com/mittwald/flow/compare/0.1.0-alpha.138...0.1.0-alpha.139) (2024-06-07)
2051
+
2052
+ **Note:** Version bump only for package @mittwald/flow-react-components
2053
+
2054
+ # Change Log
2055
+
2056
+ All notable changes to this project will be documented in this file. See
2057
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2058
+
2059
+ # [0.1.0-alpha.138](https://github.com/mittwald/flow/compare/0.1.0-alpha.137...0.1.0-alpha.138) (2024-06-07)
2060
+
2061
+ ### Features
2062
+
2063
+ - **ContextualHelp:** add contextual help component
2064
+ ([69b85cc](https://github.com/mittwald/flow/commit/69b85cc66e3b474e0990e3a11d820db8e7bd515d))
2065
+
2066
+ # Change Log
2067
+
2068
+ All notable changes to this project will be documented in this file. See
2069
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2070
+
2071
+ # [0.1.0-alpha.137](https://github.com/mittwald/flow/compare/0.1.0-alpha.136...0.1.0-alpha.137) (2024-06-06)
2072
+
2073
+ ### Bug Fixes
2074
+
2075
+ - **ActionGroup:** fix button is wrapped in <li>
2076
+ ([73527cb](https://github.com/mittwald/flow/commit/73527cb18963e4d71ab865d390a7f2f3b9e7815f))
2077
+ - fix typo in filename
2078
+ ([f6434b2](https://github.com/mittwald/flow/commit/f6434b2261e931a59d0c87d3479daed24ef64184))
2079
+
2080
+ # Change Log
2081
+
2082
+ All notable changes to this project will be documented in this file. See
2083
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2084
+
2085
+ # [0.1.0-alpha.136](https://github.com/mittwald/flow/compare/0.1.0-alpha.135...0.1.0-alpha.136) (2024-06-06)
2086
+
2087
+ ### Features
2088
+
2089
+ - **Notification:** add notification component
2090
+ ([68db4c4](https://github.com/mittwald/flow/commit/68db4c43afd6dffe024986e8b3ed6d7c895cd2cb))
2091
+
2092
+ # Change Log
2093
+
2094
+ All notable changes to this project will be documented in this file. See
2095
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2096
+
2097
+ # [0.1.0-alpha.135](https://github.com/mittwald/flow/compare/0.1.0-alpha.134...0.1.0-alpha.135) (2024-06-06)
2098
+
2099
+ ### Bug Fixes
2100
+
2101
+ - **TextField:** fix max length
2102
+ ([8dc598f](https://github.com/mittwald/flow/commit/8dc598f20e0c2fcea066c759c086a07ebe189fb1))
2103
+
2104
+ # Change Log
2105
+
2106
+ All notable changes to this project will be documented in this file. See
2107
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2108
+
2109
+ # [0.1.0-alpha.134](https://github.com/mittwald/flow/compare/0.1.0-alpha.133...0.1.0-alpha.134) (2024-06-05)
2110
+
2111
+ ### Features
2112
+
2113
+ - **TextField:** add character count
2114
+ ([86fcf6b](https://github.com/mittwald/flow/commit/86fcf6b539cfb074a25af1681460c6816005a35e))
2115
+
2116
+ # Change Log
2117
+
2118
+ All notable changes to this project will be documented in this file. See
2119
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2120
+
2121
+ # [0.1.0-alpha.133](https://github.com/mittwald/flow/compare/0.1.0-alpha.132...0.1.0-alpha.133) (2024-06-05)
2122
+
2123
+ ### Bug Fixes
2124
+
2125
+ - **Select:** fix Select not opening on click
2126
+ ([3906c76](https://github.com/mittwald/flow/commit/3906c764d5d2a637205e1a53f9c6859fab87da9f))
2127
+
2128
+ ### Features
2129
+
2130
+ - **Slider:** add Slider component
2131
+ ([4fd5087](https://github.com/mittwald/flow/commit/4fd50879327fa85a11170ea3319b0f895b090420))
2132
+
2133
+ # Change Log
2134
+
2135
+ All notable changes to this project will be documented in this file. See
2136
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2137
+
2138
+ # [0.1.0-alpha.132](https://github.com/mittwald/flow/compare/0.1.0-alpha.131...0.1.0-alpha.132) (2024-06-04)
2139
+
2140
+ ### Bug Fixes
2141
+
2142
+ - **Navigation:** fix broken link rendering
2143
+ ([e735786](https://github.com/mittwald/flow/commit/e735786a62cf63b41c4669ab68d0f4d89aba9877))
2144
+
2145
+ # Change Log
2146
+
2147
+ All notable changes to this project will be documented in this file. See
2148
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2149
+
2150
+ # [0.1.0-alpha.131](https://github.com/mittwald/flow/compare/0.1.0-alpha.130...0.1.0-alpha.131) (2024-06-04)
2151
+
2152
+ ### Bug Fixes
2153
+
2154
+ - **Action:** fix state context should not be global
2155
+ ([07fbe7d](https://github.com/mittwald/flow/commit/07fbe7dfc48392bc65426060352fcec7a17a310d))
2156
+
2157
+ # Change Log
2158
+
2159
+ All notable changes to this project will be documented in this file. See
2160
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2161
+
2162
+ # [0.1.0-alpha.130](https://github.com/mittwald/flow/compare/0.1.0-alpha.129...0.1.0-alpha.130) (2024-05-27)
2163
+
2164
+ **Note:** Version bump only for package @mittwald/flow-react-components
2165
+
2166
+ # Change Log
2167
+
2168
+ All notable changes to this project will be documented in this file. See
2169
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2170
+
2171
+ # [0.1.0-alpha.129](https://github.com/mittwald/flow/compare/0.1.0-alpha.128...0.1.0-alpha.129) (2024-05-27)
2172
+
2173
+ ### Features
2174
+
2175
+ - **Action:** wait for Action feedback when closing Modals
2176
+ ([1474cf1](https://github.com/mittwald/flow/commit/1474cf1b96efa43e9302218053ba483e13c9767e))
2177
+
2178
+ # Change Log
2179
+
2180
+ All notable changes to this project will be documented in this file. See
2181
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2182
+
2183
+ # [0.1.0-alpha.128](https://github.com/mittwald/flow/compare/0.1.0-alpha.127...0.1.0-alpha.128) (2024-05-27)
2184
+
2185
+ ### Bug Fixes
2186
+
2187
+ - merge props in overlay trigger
2188
+ ([a011f26](https://github.com/mittwald/flow/commit/a011f262e5ad4bd94c5a8832ba600a1f3bcb8cee))
2189
+
2190
+ # Change Log
2191
+
2192
+ All notable changes to this project will be documented in this file. See
2193
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2194
+
2195
+ # [0.1.0-alpha.127](https://github.com/mittwald/flow/compare/0.1.0-alpha.126...0.1.0-alpha.127) (2024-05-23)
2196
+
2197
+ ### Features
2198
+
2199
+ - **CounterBadge:** add CounterBadge
2200
+ ([#459](https://github.com/mittwald/flow/issues/459))
2201
+ ([743b980](https://github.com/mittwald/flow/commit/743b98060d81fd1689dc51c3e78198ff2f6ca6c0))
2202
+
2203
+ # Change Log
2204
+
2205
+ All notable changes to this project will be documented in this file. See
2206
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2207
+
2208
+ # [0.1.0-alpha.126](https://github.com/mittwald/flow/compare/0.1.0-alpha.125...0.1.0-alpha.126) (2024-05-23)
2209
+
2210
+ ### Features
2211
+
2212
+ - **Table:** add table component
2213
+ ([2410168](https://github.com/mittwald/flow/commit/24101685f5ae9a6c3f6ba1d9f18ed72be1725b75))
2214
+
2215
+ # Change Log
2216
+
2217
+ All notable changes to this project will be documented in this file. See
2218
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2219
+
2220
+ # [0.1.0-alpha.125](https://github.com/mittwald/flow/compare/0.1.0-alpha.124...0.1.0-alpha.125) (2024-05-23)
2221
+
2222
+ ### Features
2223
+
2224
+ - **Action:** keep check icon when closing ConfirmationModal
2225
+ ([3ee2084](https://github.com/mittwald/flow/commit/3ee2084536d8fcfcfad3d47f70575345de58c3e1))
2226
+ - **Docs:** auto-close mobile navigation
2227
+ ([bd38876](https://github.com/mittwald/flow/commit/bd388767cf668f6068d9e5b3218a82f87466df47))
2228
+ - **OffCanvas:** add heading to off canvas
2229
+ ([380c892](https://github.com/mittwald/flow/commit/380c8925f4c2436819a53a48fd67bd61875991d6))
2230
+
2231
+ # Change Log
2232
+
2233
+ All notable changes to this project will be documented in this file. See
2234
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2235
+
2236
+ # [0.1.0-alpha.124](https://github.com/mittwald/flow/compare/0.1.0-alpha.123...0.1.0-alpha.124) (2024-05-22)
2237
+
2238
+ **Note:** Version bump only for package @mittwald/flow-react-components
2239
+
2240
+ # Change Log
2241
+
2242
+ All notable changes to this project will be documented in this file. See
2243
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2244
+
2245
+ # [0.1.0-alpha.123](https://github.com/mittwald/flow/compare/0.1.0-alpha.122...0.1.0-alpha.123) (2024-05-22)
2246
+
2247
+ ### Bug Fixes
2248
+
2249
+ - fix ref is passed to DOM element
2250
+ ([e83d920](https://github.com/mittwald/flow/commit/e83d920ce5a17ae209772f5ea767471590853665))
2251
+ - **List:** fix linked list items
2252
+ ([0c7521f](https://github.com/mittwald/flow/commit/0c7521fd68da648b7fc16736ed2a884381bd2c13))
2253
+ - **List:** fix list is always empty for static data
2254
+ ([350b0b1](https://github.com/mittwald/flow/commit/350b0b193dd0692459684ac8bd53fc7b5e06e091))
2255
+
2256
+ ### Features
2257
+
2258
+ - **List:** show Skeleton in footer component
2259
+ ([30d12fd](https://github.com/mittwald/flow/commit/30d12fd18cf38d55bfc69956ae05f38860d35f24))
2260
+ - **Popover:** add border and tip to Popover
2261
+ ([ef34646](https://github.com/mittwald/flow/commit/ef3464650d5311aafd3158c06718f549ada7fcc1))
2262
+
2263
+ # Change Log
2264
+
2265
+ All notable changes to this project will be documented in this file. See
2266
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2267
+
2268
+ # [0.1.0-alpha.122](https://github.com/mittwald/flow/compare/0.1.0-alpha.121...0.1.0-alpha.122) (2024-05-17)
2269
+
2270
+ ### Bug Fixes
2271
+
2272
+ - **List:** fix initially showing "list empty" message
2273
+ ([ae4e8a6](https://github.com/mittwald/flow/commit/ae4e8a6e9343f176fab67996265ae4346562dd71))
2274
+
2275
+ ### Features
2276
+
2277
+ - **List:** show Skeleton items on initial load
2278
+ ([45d26d4](https://github.com/mittwald/flow/commit/45d26d4813c0b75b0fc306ae62736705755b4733))
2279
+
2280
+ # Change Log
2281
+
2282
+ All notable changes to this project will be documented in this file. See
2283
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2284
+
2285
+ # [0.1.0-alpha.121](https://github.com/mittwald/flow/compare/0.1.0-alpha.120...0.1.0-alpha.121) (2024-05-16)
2286
+
2287
+ ### Bug Fixes
2288
+
2289
+ - fix not working refs
2290
+ ([a04a9d3](https://github.com/mittwald/flow/commit/a04a9d3723e2307f2cc829217ebdf9e354a6513a))
2291
+
2292
+ # Change Log
2293
+
2294
+ All notable changes to this project will be documented in this file. See
2295
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2296
+
2297
+ # [0.1.0-alpha.120](https://github.com/mittwald/flow/compare/0.1.0-alpha.119...0.1.0-alpha.120) (2024-05-16)
2298
+
2299
+ ### Bug Fixes
2300
+
2301
+ - **Action:** fix Action executes outdated callback
2302
+ ([21f1e13](https://github.com/mittwald/flow/commit/21f1e1304d78a163a9dc0f74c3903e205b847bd6))
2303
+
2304
+ # Change Log
2305
+
2306
+ All notable changes to this project will be documented in this file. See
2307
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2308
+
2309
+ # [0.1.0-alpha.119](https://github.com/mittwald/flow/compare/0.1.0-alpha.118...0.1.0-alpha.119) (2024-05-16)
2310
+
2311
+ **Note:** Version bump only for package @mittwald/flow-react-components
2312
+
2313
+ # Change Log
2314
+
2315
+ All notable changes to this project will be documented in this file. See
2316
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2317
+
2318
+ # [0.1.0-alpha.118](https://github.com/mittwald/flow/compare/0.1.0-alpha.117...0.1.0-alpha.118) (2024-05-15)
2319
+
2320
+ ### Features
2321
+
2322
+ - **List:** add title, content and free content to list item
2323
+ ([729f9c2](https://github.com/mittwald/flow/commit/729f9c20413ff671fddb00df6367e1237a9efa14))
2324
+
2325
+ # Change Log
2326
+
2327
+ All notable changes to this project will be documented in this file. See
2328
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2329
+
2330
+ # [0.1.0-alpha.117](https://github.com/mittwald/flow/compare/0.1.0-alpha.116...0.1.0-alpha.117) (2024-05-15)
2331
+
2332
+ ### Features
2333
+
2334
+ - **Separator:** add Separator component
2335
+ ([#432](https://github.com/mittwald/flow/issues/432))
2336
+ ([8f090e9](https://github.com/mittwald/flow/commit/8f090e9eb7b532576a0eb8399ba3e0205629896b))
2337
+
2338
+ # Change Log
2339
+
2340
+ All notable changes to this project will be documented in this file. See
2341
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2342
+
2343
+ # [0.1.0-alpha.116](https://github.com/mittwald/flow/compare/0.1.0-alpha.115...0.1.0-alpha.116) (2024-05-15)
2344
+
2345
+ ### Features
2346
+
2347
+ - add Activity component
2348
+ ([27407bc](https://github.com/mittwald/flow/commit/27407bc7b0982e768ca8e9c1949f253a9cdf4192))
2349
+ - deactivate collapsed Accordion content
2350
+ ([e846839](https://github.com/mittwald/flow/commit/e84683944859a3df55669068196f476752a67ca7))
2351
+
2352
+ # Change Log
2353
+
2354
+ All notable changes to this project will be documented in this file. See
2355
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2356
+
2357
+ # [0.1.0-alpha.115](https://github.com/mittwald/flow/compare/0.1.0-alpha.114...0.1.0-alpha.115) (2024-05-15)
2358
+
2359
+ **Note:** Version bump only for package @mittwald/flow-react-components
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.114](https://github.com/mittwald/flow/compare/0.1.0-alpha.113...0.1.0-alpha.114) (2024-05-13)
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.113](https://github.com/mittwald/flow/compare/0.1.0-alpha.112...0.1.0-alpha.113) (2024-05-10)
2376
+
2377
+ **Note:** Version bump only for package @mittwald/flow-react-components
2378
+
2379
+ # Change Log
2380
+
2381
+ All notable changes to this project will be documented in this file. See
2382
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2383
+
2384
+ # [0.1.0-alpha.112](https://github.com/mittwald/flow/compare/0.1.0-alpha.111...0.1.0-alpha.112) (2024-05-08)
2385
+
2386
+ ### Features
2387
+
2388
+ - **RHF-Controller:** Add Select support
2389
+ ([df73426](https://github.com/mittwald/flow/commit/df73426f6c00cdfd308e874e44e4c5ab67d65544))
2390
+
2391
+ # Change Log
2392
+
2393
+ All notable changes to this project will be documented in this file. See
2394
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2395
+
2396
+ # [0.1.0-alpha.111](https://github.com/mittwald/flow/compare/0.1.0-alpha.110...0.1.0-alpha.111) (2024-05-08)
2397
+
2398
+ **Note:** Version bump only for package @mittwald/flow-react-components
2399
+
2400
+ # Change Log
2401
+
2402
+ All notable changes to this project will be documented in this file. See
2403
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2404
+
2405
+ # [0.1.0-alpha.110](https://github.com/mittwald/flow/compare/0.1.0-alpha.109...0.1.0-alpha.110) (2024-05-08)
2406
+
2407
+ **Note:** Version bump only for package @mittwald/flow-react-components
2408
+
2409
+ # Change Log
2410
+
2411
+ All notable changes to this project will be documented in this file. See
2412
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2413
+
2414
+ # [0.1.0-alpha.109](https://github.com/mittwald/flow/compare/0.1.0-alpha.108...0.1.0-alpha.109) (2024-05-08)
2415
+
2416
+ ### Bug Fixes
2417
+
2418
+ - form control height
2419
+ ([7093177](https://github.com/mittwald/flow/commit/70931775da37e670298c5f8a31bc152f029bbd60))
2420
+ - **LabeledValue:** fix content position
2421
+ ([53331be](https://github.com/mittwald/flow/commit/53331beb06e7c5d1f9c6cc6fee1d06d4132d340c))
2422
+
2423
+ # Change Log
2424
+
2425
+ All notable changes to this project will be documented in this file. See
2426
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2427
+
2428
+ # [0.1.0-alpha.108](https://github.com/mittwald/flow/compare/0.1.0-alpha.107...0.1.0-alpha.108) (2024-05-07)
2429
+
2430
+ **Note:** Version bump only for package @mittwald/flow-react-components
2431
+
2432
+ # Change Log
2433
+
2434
+ All notable changes to this project will be documented in this file. See
2435
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2436
+
2437
+ # [0.1.0-alpha.107](https://github.com/mittwald/flow/compare/0.1.0-alpha.106...0.1.0-alpha.107) (2024-05-06)
2438
+
2439
+ ### Bug Fixes
2440
+
2441
+ - **Modal:** fix modal size
2442
+ ([#430](https://github.com/mittwald/flow/issues/430))
2443
+ ([e8e20cb](https://github.com/mittwald/flow/commit/e8e20cbe3f7cb9c6ccb80ef50fcafa633844b74c))
2444
+
2445
+ # Change Log
2446
+
2447
+ All notable changes to this project will be documented in this file. See
2448
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2449
+
2450
+ # [0.1.0-alpha.106](https://github.com/mittwald/flow/compare/0.1.0-alpha.105...0.1.0-alpha.106) (2024-05-06)
2451
+
2452
+ ### Bug Fixes
2453
+
2454
+ - fix ref handling
2455
+ ([d8b1d5d](https://github.com/mittwald/flow/commit/d8b1d5d1f5a7320f734fd573648e8ed6858096ea))
2456
+
2457
+ # Change Log
2458
+
2459
+ All notable changes to this project will be documented in this file. See
2460
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2461
+
2462
+ # [0.1.0-alpha.105](https://github.com/mittwald/flow/compare/0.1.0-alpha.104...0.1.0-alpha.105) (2024-05-06)
2463
+
2464
+ **Note:** Version bump only for package @mittwald/flow-react-components
2465
+
2466
+ # Change Log
2467
+
2468
+ All notable changes to this project will be documented in this file. See
2469
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2470
+
2471
+ # [0.1.0-alpha.104](https://github.com/mittwald/flow/compare/0.1.0-alpha.103...0.1.0-alpha.104) (2024-05-06)
2472
+
2473
+ ### Bug Fixes
2474
+
2475
+ - **Tabs:** fix nested tabs
2476
+ ([68a7548](https://github.com/mittwald/flow/commit/68a75485bdafa020b534123f74b9df4618d33fb8))
2477
+
2478
+ # Change Log
2479
+
2480
+ All notable changes to this project will be documented in this file. See
2481
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2482
+
2483
+ # [0.1.0-alpha.103](https://github.com/mittwald/flow/compare/0.1.0-alpha.102...0.1.0-alpha.103) (2024-05-03)
2484
+
2485
+ **Note:** Version bump only for package @mittwald/flow-react-components
2486
+
2487
+ # Change Log
2488
+
2489
+ All notable changes to this project will be documented in this file. See
2490
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2491
+
2492
+ # [0.1.0-alpha.102](https://github.com/mittwald/flow/compare/0.1.0-alpha.101...0.1.0-alpha.102) (2024-05-03)
2493
+
2494
+ **Note:** Version bump only for package @mittwald/flow-react-components
2495
+
2496
+ # Change Log
2497
+
2498
+ All notable changes to this project will be documented in this file. See
2499
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2500
+
2501
+ # [0.1.0-alpha.101](https://github.com/mittwald/flow/compare/0.1.0-alpha.100...0.1.0-alpha.101) (2024-05-03)
2502
+
2503
+ ### Features
2504
+
2505
+ - **Accordion:** add accordion component
2506
+ ([fc11cd2](https://github.com/mittwald/flow/commit/fc11cd2ee09a398224bbc3dec2d873eebcb8f77c))
2507
+
2508
+ # Change Log
2509
+
2510
+ All notable changes to this project will be documented in this file. See
2511
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2512
+
2513
+ # [0.1.0-alpha.100](https://github.com/mittwald/flow/compare/0.1.0-alpha.99...0.1.0-alpha.100) (2024-05-03)
2514
+
2515
+ ### Features
2516
+
2517
+ - add Skeleton component
2518
+ ([2dc4c3c](https://github.com/mittwald/flow/commit/2dc4c3cf753dc342d7c71a195aceca55c0258d1d))
2519
+
2520
+ # Change Log
2521
+
2522
+ All notable changes to this project will be documented in this file. See
2523
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2524
+
2525
+ # [0.1.0-alpha.99](https://github.com/mittwald/flow/compare/0.1.0-alpha.98...0.1.0-alpha.99) (2024-05-02)
2526
+
2527
+ **Note:** Version bump only for package @mittwald/flow-react-components
2528
+
2529
+ # Change Log
2530
+
2531
+ All notable changes to this project will be documented in this file. See
2532
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2533
+
2534
+ # [0.1.0-alpha.98](https://github.com/mittwald/flow/compare/0.1.0-alpha.97...0.1.0-alpha.98) (2024-05-02)
2535
+
2536
+ ### Bug Fixes
2537
+
2538
+ - **Tabs:** fix scrolling in tabs with different heights
2539
+ ([bf6df9b](https://github.com/mittwald/flow/commit/bf6df9b386455558cba46ea4a5b34f1eca09ff67))
2540
+
2541
+ # Change Log
2542
+
2543
+ All notable changes to this project will be documented in this file. See
2544
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2545
+
2546
+ # [0.1.0-alpha.97](https://github.com/mittwald/flow/compare/0.1.0-alpha.96...0.1.0-alpha.97) (2024-05-02)
2547
+
2548
+ **Note:** Version bump only for package @mittwald/flow-react-components
2549
+
2550
+ # Change Log
2551
+
2552
+ All notable changes to this project will be documented in this file. See
2553
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2554
+
2555
+ # [0.1.0-alpha.96](https://github.com/mittwald/flow/compare/0.1.0-alpha.95...0.1.0-alpha.96) (2024-05-02)
2556
+
2557
+ **Note:** Version bump only for package @mittwald/flow-react-components
2558
+
2559
+ # Change Log
2560
+
2561
+ All notable changes to this project will be documented in this file. See
2562
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2563
+
2564
+ # [0.1.0-alpha.95](https://github.com/mittwald/flow/compare/0.1.0-alpha.94...0.1.0-alpha.95) (2024-05-02)
2565
+
2566
+ **Note:** Version bump only for package @mittwald/flow-react-components
2567
+
2568
+ # Change Log
2569
+
2570
+ All notable changes to this project will be documented in this file. See
2571
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2572
+
2573
+ # [0.1.0-alpha.94](https://github.com/mittwald/flow/compare/0.1.0-alpha.93...0.1.0-alpha.94) (2024-05-02)
2574
+
2575
+ **Note:** Version bump only for package @mittwald/flow-react-components
2576
+
2577
+ # Change Log
2578
+
2579
+ All notable changes to this project will be documented in this file. See
2580
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2581
+
2582
+ # [0.1.0-alpha.93](https://github.com/mittwald/flow/compare/0.1.0-alpha.92...0.1.0-alpha.93) (2024-05-02)
2583
+
2584
+ **Note:** Version bump only for package @mittwald/flow-react-components
2585
+
2586
+ # Change Log
2587
+
2588
+ All notable changes to this project will be documented in this file. See
2589
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2590
+
2591
+ # [0.1.0-alpha.92](https://github.com/mittwald/flow/compare/0.1.0-alpha.91...0.1.0-alpha.92) (2024-05-02)
2592
+
2593
+ ### Bug Fixes
2594
+
2595
+ - **NavigationGroup:** fix hydration error when used in SSR
2596
+ ([4c828c7](https://github.com/mittwald/flow/commit/4c828c7ee95a1eebc070a1ea7c3d3260ff51f6cd))
2597
+
2598
+ # Change Log
2599
+
2600
+ All notable changes to this project will be documented in this file. See
2601
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2602
+
2603
+ # [0.1.0-alpha.91](https://github.com/mittwald/flow/compare/0.1.0-alpha.90...0.1.0-alpha.91) (2024-05-02)
2604
+
2605
+ ### Features
2606
+
2607
+ - **Breadcrumb:** add inverse option to breadcrumb
2608
+ ([a15b46b](https://github.com/mittwald/flow/commit/a15b46b50fb48e3bbe28810f5c27bfddcd5969e8))
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.90](https://github.com/mittwald/flow/compare/0.1.0-alpha.89...0.1.0-alpha.90) (2024-05-02)
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.89](https://github.com/mittwald/flow/compare/0.1.0-alpha.88...0.1.0-alpha.89) (2024-04-30)
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.88](https://github.com/mittwald/flow/compare/0.1.0-alpha.87...0.1.0-alpha.88) (2024-04-29)
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.87](https://github.com/mittwald/flow/compare/0.1.0-alpha.86...0.1.0-alpha.87) (2024-04-29)
2643
+
2644
+ ### Features
2645
+
2646
+ - **Button:** add inverse option to button
2647
+ ([d78a1a5](https://github.com/mittwald/flow/commit/d78a1a5f28c855e440d12da1db69214fd917ce71))
2648
+
2649
+ ### Reverts
2650
+
2651
+ - Revert "chore: update dependencies"
2652
+ ([09b7f46](https://github.com/mittwald/flow/commit/09b7f46f0df3665cadea66137d493cf5d128f31a))
2653
+
2654
+ # Change Log
2655
+
2656
+ All notable changes to this project will be documented in this file. See
2657
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2658
+
2659
+ # [0.1.0-alpha.86](https://github.com/mittwald/flow/compare/0.1.0-alpha.85...0.1.0-alpha.86) (2024-04-29)
2660
+
2661
+ ### Features
2662
+
2663
+ - **Tabs:** add status to tabs
2664
+ ([569774a](https://github.com/mittwald/flow/commit/569774a66e19d24259cbc8045bd322a3458a34a9))
2665
+
2666
+ # Change Log
2667
+
2668
+ All notable changes to this project will be documented in this file. See
2669
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2670
+
2671
+ # [0.1.0-alpha.85](https://github.com/mittwald/flow/compare/0.1.0-alpha.84...0.1.0-alpha.85) (2024-04-29)
2672
+
2673
+ ### Features
2674
+
2675
+ - **Icon:** Add icons
2676
+ ([9036765](https://github.com/mittwald/flow/commit/9036765c833dd121f26d5bee7ee79b80260057d8))
2677
+ - **Icon:** Add icons
2678
+ ([9b4ef3f](https://github.com/mittwald/flow/commit/9b4ef3f644b9968f2861a216fbe1eaf78c72dd33))
2679
+
2680
+ # Change Log
2681
+
2682
+ All notable changes to this project will be documented in this file. See
2683
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2684
+
2685
+ # [0.1.0-alpha.84](https://github.com/mittwald/flow/compare/0.1.0-alpha.83...0.1.0-alpha.84) (2024-04-29)
2686
+
2687
+ ### Bug Fixes
2688
+
2689
+ - **NumberField:** Fix Button padding in NumberField
2690
+ ([7c47f1d](https://github.com/mittwald/flow/commit/7c47f1dba7bd5aab28c1553a103962a60fec373e))
2691
+
2692
+ # Change Log
2693
+
2694
+ All notable changes to this project will be documented in this file. See
2695
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2696
+
2697
+ # [0.1.0-alpha.83](https://github.com/mittwald/flow/compare/0.1.0-alpha.82...0.1.0-alpha.83) (2024-04-26)
2698
+
2699
+ ### Features
2700
+
2701
+ - **Heading:** Add levelVisual property
2702
+ ([f7b2d96](https://github.com/mittwald/flow/commit/f7b2d960ad11041d18101c0d0b16d32f0b2f4a74))
2703
+
2704
+ # Change Log
2705
+
2706
+ All notable changes to this project will be documented in this file. See
2707
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2708
+
2709
+ # [0.1.0-alpha.82](https://github.com/mittwald/flow/compare/0.1.0-alpha.81...0.1.0-alpha.82) (2024-04-24)
2710
+
2711
+ **Note:** Version bump only for package @mittwald/flow-react-components
2712
+
2713
+ # Change Log
2714
+
2715
+ All notable changes to this project will be documented in this file. See
2716
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2717
+
2718
+ # [0.1.0-alpha.81](https://github.com/mittwald/flow/compare/0.1.0-alpha.80...0.1.0-alpha.81) (2024-04-24)
2719
+
2720
+ ### Bug Fixes
2721
+
2722
+ - **Modal:** fix not applied off-canvas style
2723
+ ([a286436](https://github.com/mittwald/flow/commit/a28643688bbf88691b4931651ecc527b4030e355))
2724
+
2725
+ # Change Log
2726
+
2727
+ All notable changes to this project will be documented in this file. See
2728
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2729
+
2730
+ # [0.1.0-alpha.80](https://github.com/mittwald/flow/compare/0.1.0-alpha.79...0.1.0-alpha.80) (2024-04-24)
2731
+
2732
+ ### Bug Fixes
2733
+
2734
+ - **PropsContext:** fix missing props in context when used in sub Component
2735
+ ([9f460b3](https://github.com/mittwald/flow/commit/9f460b3f588a7bf8d609f366c7d93ccb06736c32))
2736
+
2737
+ # Change Log
2738
+
2739
+ All notable changes to this project will be documented in this file. See
2740
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2741
+
2742
+ # [0.1.0-alpha.79](https://github.com/mittwald/flow/compare/0.1.0-alpha.78...0.1.0-alpha.79) (2024-04-24)
2743
+
2744
+ **Note:** Version bump only for package @mittwald/flow-react-components
2745
+
2746
+ # Change Log
2747
+
2748
+ All notable changes to this project will be documented in this file. See
2749
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2750
+
2751
+ # [0.1.0-alpha.78](https://github.com/mittwald/flow/compare/0.1.0-alpha.77...0.1.0-alpha.78) (2024-04-24)
2752
+
2753
+ **Note:** Version bump only for package @mittwald/flow-react-components
2754
+
2755
+ # Change Log
2756
+
2757
+ All notable changes to this project will be documented in this file. See
2758
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2759
+
2760
+ # [0.1.0-alpha.77](https://github.com/mittwald/flow/compare/0.1.0-alpha.76...0.1.0-alpha.77) (2024-04-23)
2761
+
2762
+ ### Bug Fixes
2763
+
2764
+ - **Action:** fix state transitions
2765
+ ([aaf7557](https://github.com/mittwald/flow/commit/aaf7557f9c9a71c9ff17e83712fc7e9c5880f4db))
2766
+
2767
+ ### Features
2768
+
2769
+ - increase CSS specifity for Flow global styles
2770
+ ([665ed86](https://github.com/mittwald/flow/commit/665ed86d91d0290ef8a9b4eebcb0d6ccfb0ee6da))
2771
+
2772
+ # Change Log
2773
+
2774
+ All notable changes to this project will be documented in this file. See
2775
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2776
+
2777
+ # [0.1.0-alpha.76](https://github.com/mittwald/flow/compare/0.1.0-alpha.75...0.1.0-alpha.76) (2024-04-23)
2778
+
2779
+ ### Bug Fixes
2780
+
2781
+ - **Button:** fix spacing in button inside button group
2782
+ ([9fd2747](https://github.com/mittwald/flow/commit/9fd2747d606ae5be91b61f46a3ff5f860d52eecf))
2783
+ - isolate Flow styles
2784
+ ([6619afb](https://github.com/mittwald/flow/commit/6619afb6a5d2209a72b688549a6d4938d94033cb))
2785
+
2786
+ # Change Log
2787
+
2788
+ All notable changes to this project will be documented in this file. See
2789
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2790
+
2791
+ # [0.1.0-alpha.75](https://github.com/mittwald/flow/compare/0.1.0-alpha.74...0.1.0-alpha.75) (2024-04-22)
2792
+
2793
+ ### Features
2794
+
2795
+ - **HeaderNavigation:** add inverse option to header navigation
2796
+ ([5574bc6](https://github.com/mittwald/flow/commit/5574bc68c2b242010d416b7cd9fa4549763ba70d))
2797
+
2798
+ # Change Log
2799
+
2800
+ All notable changes to this project will be documented in this file. See
2801
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2802
+
2803
+ # [0.1.0-alpha.74](https://github.com/mittwald/flow/compare/0.1.0-alpha.73...0.1.0-alpha.74) (2024-04-22)
2804
+
2805
+ **Note:** Version bump only for package @mittwald/flow-react-components
2806
+
2807
+ # Change Log
2808
+
2809
+ All notable changes to this project will be documented in this file. See
2810
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2811
+
2812
+ # [0.1.0-alpha.73](https://github.com/mittwald/flow/compare/0.1.0-alpha.72...0.1.0-alpha.73) (2024-04-22)
2813
+
2814
+ **Note:** Version bump only for package @mittwald/flow-react-components
2815
+
2816
+ # Change Log
2817
+
2818
+ All notable changes to this project will be documented in this file. See
2819
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2820
+
2821
+ # [0.1.0-alpha.72](https://github.com/mittwald/flow/compare/0.1.0-alpha.71...0.1.0-alpha.72) (2024-04-22)
2822
+
2823
+ ### Features
2824
+
2825
+ - **Action:** screen reader accessible state
2826
+ ([da0b5ea](https://github.com/mittwald/flow/commit/da0b5ea3f5c9b498dc55eca8a9d02d3bdcb3dc53))
2827
+
2828
+ # Change Log
2829
+
2830
+ All notable changes to this project will be documented in this file. See
2831
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2832
+
2833
+ # [0.1.0-alpha.71](https://github.com/mittwald/flow/compare/v0.1.0-alpha.70...0.1.0-alpha.71) (2024-04-19)
2834
+
2835
+ ### Bug Fixes
2836
+
2837
+ - **List:** english translations
2838
+ ([df7b71c](https://github.com/mittwald/flow/commit/df7b71c4b89826801566042a00e29dfb61d8a787))
2839
+
2840
+ # Change Log
2841
+
2842
+ All notable changes to this project will be documented in this file. See
2843
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2844
+
2845
+ # [0.1.0-alpha.69](https://github.com/mittwald/flow/compare/0.1.0-alpha.68...0.1.0-alpha.69) (2024-04-16)
2846
+
2847
+ ### Features
2848
+
2849
+ - **LoadingSpinner:** add LoadingSpinner component
2850
+ ([d5f414d](https://github.com/mittwald/flow/commit/d5f414d8a71fffb783077ba7ab03a81a4a9fe4ff))
2851
+
2852
+ # Change Log
2853
+
2854
+ All notable changes to this project will be documented in this file. See
2855
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2856
+
2857
+ # [0.1.0-alpha.68](https://github.com/mittwald/flow/compare/0.1.0-alpha.67...0.1.0-alpha.68) (2024-04-16)
2858
+
2859
+ ### Bug Fixes
2860
+
2861
+ - **RadioGroup:** fix segmented layout
2862
+ ([14de6fb](https://github.com/mittwald/flow/commit/14de6fb155c3470fa8042fe5656965fbe49033ce))
2863
+
2864
+ # Change Log
2865
+
2866
+ All notable changes to this project will be documented in this file. See
2867
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2868
+
2869
+ # [0.1.0-alpha.67](https://github.com/mittwald/flow/compare/0.1.0-alpha.66...0.1.0-alpha.67) (2024-04-16)
2870
+
2871
+ ### Bug Fixes
2872
+
2873
+ - **Tabs:** remove flickering of TabTitle on first render
2874
+ ([67a0588](https://github.com/mittwald/flow/commit/67a0588d4b54c8d69f66322eefd60023f483d576))
2875
+
2876
+ ### Features
2877
+
2878
+ - add IllustratedMessage Component
2879
+ ([25c5e97](https://github.com/mittwald/flow/commit/25c5e974c081a0d9bcbf0634a07d8df6cd9da91d))
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.66](https://github.com/mittwald/flow/compare/0.1.0-alpha.65...0.1.0-alpha.66) (2024-04-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.65](https://github.com/mittwald/flow/compare/0.1.0-alpha.64...0.1.0-alpha.65) (2024-04-11)
2896
+
2897
+ **Note:** Version bump only for package @mittwald/flow-react-components
2898
+
2899
+ # Change Log
2900
+
2901
+ All notable changes to this project will be documented in this file. See
2902
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2903
+
2904
+ # [0.1.0-alpha.64](https://github.com/mittwald/flow/compare/0.1.0-alpha.62...0.1.0-alpha.64) (2024-04-10)
2905
+
2906
+ ### Bug Fixes
2907
+
2908
+ - **Tabs:** fix root CSS class
2909
+ ([325d04c](https://github.com/mittwald/flow/commit/325d04cc64a89067ccf45548ca3225279b029ff6))
2910
+
2911
+ ### Features
2912
+
2913
+ - Add ProgressBar component
2914
+ ([1974cd6](https://github.com/mittwald/flow/commit/1974cd614b2cfe6a2c6743e270836f8ac0b8092e))
2915
+ - **HeaderNavigation:** add header navigation
2916
+ ([d8ad385](https://github.com/mittwald/flow/commit/d8ad385e38459f83bcc7143e30c4606cec6253be))
2917
+
2918
+ # Change Log
2919
+
2920
+ All notable changes to this project will be documented in this file. See
2921
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2922
+
2923
+ # [0.1.0-alpha.63](https://github.com/mittwald/flow/compare/0.1.0-alpha.62...0.1.0-alpha.63) (2024-04-10)
2924
+
2925
+ ### Bug Fixes
2926
+
2927
+ - **Tabs:** fix root CSS class
2928
+ ([325d04c](https://github.com/mittwald/flow/commit/325d04cc64a89067ccf45548ca3225279b029ff6))
2929
+
2930
+ ### Features
2931
+
2932
+ - **HeaderNavigation:** add header navigation
2933
+ ([d8ad385](https://github.com/mittwald/flow/commit/d8ad385e38459f83bcc7143e30c4606cec6253be))
2934
+
2935
+ # Change Log
2936
+
2937
+ All notable changes to this project will be documented in this file. See
2938
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2939
+
2940
+ # [0.1.0-alpha.62](https://github.com/mittwald/flow/compare/0.1.0-alpha.61...0.1.0-alpha.62) (2024-04-10)
2941
+
2942
+ ### Features
2943
+
2944
+ - add Tabs
2945
+ ([8f3ac47](https://github.com/mittwald/flow/commit/8f3ac47d4708df5106dd1776ced3a244728c064d))
2946
+
2947
+ # Change Log
2948
+
2949
+ All notable changes to this project will be documented in this file. See
2950
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2951
+
2952
+ # [0.1.0-alpha.61](https://github.com/mittwald/flow/compare/0.1.0-alpha.60...0.1.0-alpha.61) (2024-04-09)
2953
+
2954
+ ### Features
2955
+
2956
+ - **Avatar:** add variant
2957
+ ([e6d3dea](https://github.com/mittwald/flow/commit/e6d3deabdc2b04d53b2d6ceba58b282e5b97bb53))
2958
+ - **StatusBadge:** add icon only version
2959
+ ([8c18f80](https://github.com/mittwald/flow/commit/8c18f808ceba514da2f4d45d4cbae955824a2d42))
2960
+
2961
+ # Change Log
2962
+
2963
+ All notable changes to this project will be documented in this file. See
2964
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2965
+
2966
+ # [0.1.0-alpha.60](https://github.com/mittwald/flow/compare/0.1.0-alpha.59...0.1.0-alpha.60) (2024-04-08)
2967
+
2968
+ **Note:** Version bump only for package @mittwald/flow-react-components
2969
+
2970
+ # Change Log
2971
+
2972
+ All notable changes to this project will be documented in this file. See
2973
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2974
+
2975
+ # [0.1.0-alpha.59](https://github.com/mittwald/flow/compare/0.1.0-alpha.58...0.1.0-alpha.59) (2024-04-08)
2976
+
2977
+ ### Features
2978
+
2979
+ - add EmulatedBoldText
2980
+ ([10dc20c](https://github.com/mittwald/flow/commit/10dc20c5aad0b31ffd770ad220c7bd6177e96803))
2981
+ - **List:** add defualt sorting
2982
+ ([348b687](https://github.com/mittwald/flow/commit/348b6874de88ea3e1fd60917ad721f7e406ee6a2))
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.58](https://github.com/mittwald/flow/compare/0.1.0-alpha.57...0.1.0-alpha.58) (2024-04-08)
2990
+
2991
+ **Note:** Version bump only for package @mittwald/flow-react-components
2992
+
2993
+ # Change Log
2994
+
2995
+ All notable changes to this project will be documented in this file. See
2996
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
2997
+
2998
+ # [0.1.0-alpha.57](https://github.com/mittwald/flow/compare/0.1.0-alpha.56...0.1.0-alpha.57) (2024-04-08)
2999
+
3000
+ ### Bug Fixes
3001
+
3002
+ - fix wrong import path
3003
+ ([e89dc7f](https://github.com/mittwald/flow/commit/e89dc7f92516828c036a8736b28749b934424528))
3004
+
3005
+ ### Features
3006
+
3007
+ - **ContextMenu:** add single-/multi-select
3008
+ ([44bb4ef](https://github.com/mittwald/flow/commit/44bb4ef1518bc1c7deb4feceb3f3f227ac1079e2))
3009
+
3010
+ # Change Log
3011
+
3012
+ All notable changes to this project will be documented in this file. See
3013
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3014
+
3015
+ # [0.1.0-alpha.56](https://github.com/mittwald/flow/compare/0.1.0-alpha.55...0.1.0-alpha.56) (2024-04-04)
3016
+
3017
+ ### Bug Fixes
3018
+
3019
+ - **Action:** fix not showing pending on second call
3020
+ ([8f37a7e](https://github.com/mittwald/flow/commit/8f37a7ee7804f396c48bfe1e7b6209bec6823f84))
3021
+ - add package export for Action component
3022
+ ([1964d8d](https://github.com/mittwald/flow/commit/1964d8d964505f918b229f8c6c3ae2e51daaefe4))
3023
+ - **Modal:** fix Modal not opened by trigger
3024
+ ([5729fb4](https://github.com/mittwald/flow/commit/5729fb4e134d425fd3f6cd6746800ec1004cc194))
3025
+ - update table state in signal effect
3026
+ ([ee68eab](https://github.com/mittwald/flow/commit/ee68eab7114137cb591d1e808e6a9b6d201963c6))
3027
+ - use explicit Link context to set component
3028
+ ([1ad51d5](https://github.com/mittwald/flow/commit/1ad51d5c475853bc4c56baa1cdf9373d29410692))
3029
+
3030
+ ### Features
3031
+
3032
+ - Add Action component
3033
+ ([f50ba0f](https://github.com/mittwald/flow/commit/f50ba0f7749efe4ebb529f98ad44b3e5efd65d15))
3034
+ - add breadcrumb component
3035
+ ([c99c2f9](https://github.com/mittwald/flow/commit/c99c2f938cfdfa10181a71baad1617f55cae3aeb))
3036
+ - add NavigationGroup component
3037
+ ([4d8b7a5](https://github.com/mittwald/flow/commit/4d8b7a5d8b1283ffe6f5c9db6559f04c098e59dd))
3038
+ - add package for overlayControler
3039
+ ([e166cb2](https://github.com/mittwald/flow/commit/e166cb2d7ed975e7d1ab0a3b28e25593585dacfb))
3040
+ - add styling for List Items
3041
+ ([6432a00](https://github.com/mittwald/flow/commit/6432a00c4312902a64459b7b961df6aff49beeb8))
3042
+
3043
+ # Change Log
3044
+
3045
+ All notable changes to this project will be documented in this file. See
3046
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3047
+
3048
+ # [0.1.0-alpha.55](https://github.com/mittwald/flow/compare/0.1.0-alpha.54...0.1.0-alpha.55) (2024-03-26)
3049
+
3050
+ ### Features
3051
+
3052
+ - add context menu component
3053
+ ([0fb5ec1](https://github.com/mittwald/flow/commit/0fb5ec12e3dd097fb554331c87cf3dc80f70b3c8))
3054
+
3055
+ # Change Log
3056
+
3057
+ All notable changes to this project will be documented in this file. See
3058
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3059
+
3060
+ # [0.1.0-alpha.54](https://github.com/mittwald/flow/compare/0.1.0-alpha.53...0.1.0-alpha.54) (2024-03-26)
3061
+
3062
+ ### Bug Fixes
3063
+
3064
+ - make button states accessible
3065
+ ([33d1175](https://github.com/mittwald/flow/commit/33d117592b3013ac299bfdb12ff425d0a106850c))
3066
+
3067
+ ### Features
3068
+
3069
+ - **List:** visualize loading state
3070
+ ([08b831a](https://github.com/mittwald/flow/commit/08b831a85ebdb2b00e19b5b70870dd8983200d9b))
3071
+
3072
+ # Change Log
3073
+
3074
+ All notable changes to this project will be documented in this file. See
3075
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3076
+
3077
+ # [0.1.0-alpha.53](https://github.com/mittwald/flow/compare/0.1.0-alpha.52...0.1.0-alpha.53) (2024-03-25)
3078
+
3079
+ **Note:** Version bump only for package @mittwald/flow-react-components
3080
+
3081
+ # Change Log
3082
+
3083
+ All notable changes to this project will be documented in this file. See
3084
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3085
+
3086
+ # [0.1.0-alpha.52](https://github.com/mittwald/flow/compare/0.1.0-alpha.51...0.1.0-alpha.52) (2024-03-25)
3087
+
3088
+ **Note:** Version bump only for package @mittwald/flow-react-components
3089
+
3090
+ # Change Log
3091
+
3092
+ All notable changes to this project will be documented in this file. See
3093
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3094
+
3095
+ # [0.1.0-alpha.51](https://github.com/mittwald/flow/compare/0.1.0-alpha.50...0.1.0-alpha.51) (2024-03-22)
3096
+
3097
+ ### Features
3098
+
3099
+ - move Tunnel into own package
3100
+ ([5a2ba52](https://github.com/mittwald/flow/commit/5a2ba5206a229df93f9c59493fafe2b797798e1d))
3101
+
3102
+ # Change Log
3103
+
3104
+ All notable changes to this project will be documented in this file. See
3105
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3106
+
3107
+ # [0.1.0-alpha.50](https://github.com/mittwald/flow/compare/0.1.0-alpha.49...0.1.0-alpha.50) (2024-03-22)
3108
+
3109
+ ### Features
3110
+
3111
+ - add Modal component
3112
+ ([d9a47ea](https://github.com/mittwald/flow/commit/d9a47eae58db9c7a8b1b6868da7246e1eded2a16))
3113
+
3114
+ # Change Log
3115
+
3116
+ All notable changes to this project will be documented in this file. See
3117
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3118
+
3119
+ # [0.1.0-alpha.49](https://github.com/mittwald/flow/compare/0.1.0-alpha.48...0.1.0-alpha.49) (2024-03-22)
3120
+
3121
+ **Note:** Version bump only for package @mittwald/flow-react-components
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.48](https://github.com/mittwald/flow/compare/0.1.0-alpha.47...0.1.0-alpha.48) (2024-03-21)
3129
+
3130
+ ### Features
3131
+
3132
+ - add Tunnel component
3133
+ ([ffca8e1](https://github.com/mittwald/flow/commit/ffca8e17d32ef8fd452200ece54a59b8e5409861))
3134
+
3135
+ # Change Log
3136
+
3137
+ All notable changes to this project will be documented in this file. See
3138
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3139
+
3140
+ # [0.1.0-alpha.47](https://github.com/mittwald/flow/compare/0.1.0-alpha.46...0.1.0-alpha.47) (2024-03-21)
3141
+
3142
+ ### Bug Fixes
3143
+
3144
+ - keep props context in structural-like components
3145
+ ([48350b8](https://github.com/mittwald/flow/commit/48350b8f3f771b424ea6e178c3ad374512ccf079))
3146
+
3147
+ # Change Log
3148
+
3149
+ All notable changes to this project will be documented in this file. See
3150
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3151
+
3152
+ # [0.1.0-alpha.46](https://github.com/mittwald/flow/compare/0.1.0-alpha.45...0.1.0-alpha.46) (2024-03-21)
3153
+
3154
+ ### Bug Fixes
3155
+
3156
+ - clear props context in each component
3157
+ ([175c222](https://github.com/mittwald/flow/commit/175c22249152a0be129da58837251d0004ed32e5))
3158
+
3159
+ # Change Log
3160
+
3161
+ All notable changes to this project will be documented in this file. See
3162
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3163
+
3164
+ # [0.1.0-alpha.45](https://github.com/mittwald/flow/compare/0.1.0-alpha.44...0.1.0-alpha.45) (2024-03-20)
3165
+
3166
+ ### Bug Fixes
3167
+
3168
+ - allow default children type in Initials
3169
+ ([3100be9](https://github.com/mittwald/flow/commit/3100be92d3d427834b414c0745cba6bb8ac3e80a))
3170
+ - avoid circular imports
3171
+ ([864276a](https://github.com/mittwald/flow/commit/864276a041daa71b0a9eb7e8e78ae4578573ac6f))
3172
+ - **List:** avoid render-loop when suspending ListItemView
3173
+ ([2e9eccd](https://github.com/mittwald/flow/commit/2e9eccdb4fe508074c374aaa6741f4a6f89b1601))
3174
+
3175
+ # Change Log
3176
+
3177
+ All notable changes to this project will be documented in this file. See
3178
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3179
+
3180
+ # [0.1.0-alpha.44](https://github.com/mittwald/flow/compare/0.1.0-alpha.43...0.1.0-alpha.44) (2024-03-19)
3181
+
3182
+ ### Features
3183
+
3184
+ - Add Empty component
3185
+ ([2a652bc](https://github.com/mittwald/flow/commit/2a652bcd7885d827e20f034448d0d82db774ca8d))
3186
+ - Add List (alpha)
3187
+ ([7deed6b](https://github.com/mittwald/flow/commit/7deed6bf8efccdb157fbcd43c8c91dbd0ca7a22f))
3188
+ - Add React children helpers
3189
+ ([77b1814](https://github.com/mittwald/flow/commit/77b1814e0c9de7dff0e3d0943f2c8835b8cab9fe))
3190
+ - Add Render component
3191
+ ([accdb0a](https://github.com/mittwald/flow/commit/accdb0a9ce35a07395ca70197f8c58130c977d0e))
3192
+
3193
+ # Change Log
3194
+
3195
+ All notable changes to this project will be documented in this file. See
3196
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3197
+
3198
+ # [0.1.0-alpha.43](https://github.com/mittwald/flow/compare/0.1.0-alpha.42...0.1.0-alpha.43) (2024-03-19)
3199
+
3200
+ ### Bug Fixes
3201
+
3202
+ - icon sizes in avatar
3203
+ ([a35a520](https://github.com/mittwald/flow/commit/a35a5207c633ef7a42dc056125960674eb5fccfa))
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.42](https://github.com/mittwald/flow/compare/0.1.0-alpha.41...0.1.0-alpha.42) (2024-03-19)
3211
+
3212
+ ### Bug Fixes
3213
+
3214
+ - fix missing properties when using nested Props Context
3215
+ ([ed1f364](https://github.com/mittwald/flow/commit/ed1f3643d637e6ab815337023fb207dd63e97e8f))
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.41](https://github.com/mittwald/flow/compare/0.1.0-alpha.40...0.1.0-alpha.41) (2024-03-19)
3223
+
3224
+ ### Features
3225
+
3226
+ - support Switch in Sections
3227
+ ([2becdb5](https://github.com/mittwald/flow/commit/2becdb5a891a7ef263aad72027d65c8e24ae67d9))
3228
+
3229
+ # Change Log
3230
+
3231
+ All notable changes to this project will be documented in this file. See
3232
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3233
+
3234
+ # [0.1.0-alpha.40](https://github.com/mittwald/flow/compare/0.1.0-alpha.39...0.1.0-alpha.40) (2024-03-19)
3235
+
3236
+ ### Features
3237
+
3238
+ - **Components:** add support for nested Props Contexts
3239
+ ([f1eaa86](https://github.com/mittwald/flow/commit/f1eaa8621c03df6cc1c3f7707ac0e458f149a75f))
3240
+
3241
+ # Change Log
3242
+
3243
+ All notable changes to this project will be documented in this file. See
3244
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3245
+
3246
+ # [0.1.0-alpha.39](https://github.com/mittwald/flow/compare/0.1.0-alpha.38...0.1.0-alpha.39) (2024-03-18)
3247
+
3248
+ ### Features
3249
+
3250
+ - **InlineCode:** wrap words anywhere
3251
+ ([131b4f8](https://github.com/mittwald/flow/commit/131b4f8c6ddca200f5635f842a593a78965b2e10))
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.38](https://github.com/mittwald/flow/compare/0.1.0-alpha.37...0.1.0-alpha.38) (2024-03-18)
3259
+
3260
+ ### Bug Fixes
3261
+
3262
+ - fix viteI18nPlugin due to update Vite module API
3263
+ ([c2a3d46](https://github.com/mittwald/flow/commit/c2a3d46cca0608913d49b08c94a38deafa78ee67))
3264
+
3265
+ # Change Log
3266
+
3267
+ All notable changes to this project will be documented in this file. See
3268
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3269
+
3270
+ # [0.1.0-alpha.37](https://github.com/mittwald/flow/compare/0.1.0-alpha.36...0.1.0-alpha.37) (2024-03-18)
3271
+
3272
+ **Note:** Version bump only for package @mittwald/flow-react-components
3273
+
3274
+ # Change Log
3275
+
3276
+ All notable changes to this project will be documented in this file. See
3277
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3278
+
3279
+ # [0.1.0-alpha.36](https://github.com/mittwald/flow/compare/0.1.0-alpha.35...0.1.0-alpha.36) (2024-03-15)
3280
+
3281
+ **Note:** Version bump only for package @mittwald/flow-react-components
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.35](https://github.com/mittwald/flow/compare/0.1.0-alpha.34...0.1.0-alpha.35) (2024-03-14)
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.34](https://github.com/mittwald/flow/compare/0.1.0-alpha.33...0.1.0-alpha.34) (2024-03-14)
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.33](https://github.com/mittwald/flow/compare/0.1.0-alpha.32...0.1.0-alpha.33) (2024-03-14)
3307
+
3308
+ ### Features
3309
+
3310
+ - add color to Icon in Avatar
3311
+ ([a430727](https://github.com/mittwald/flow/commit/a430727deb8f7290daf38fb0340d92401b2f4830))
3312
+
3313
+ # Change Log
3314
+
3315
+ All notable changes to this project will be documented in this file. See
3316
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3317
+
3318
+ # [0.1.0-alpha.32](https://github.com/mittwald/flow/compare/0.1.0-alpha.31...0.1.0-alpha.32) (2024-03-13)
3319
+
3320
+ ### Bug Fixes
3321
+
3322
+ - link component in link
3323
+ ([959f6bb](https://github.com/mittwald/flow/commit/959f6bb554283010b2d271b245b4b017c4e7392f))
3324
+
3325
+ ### Features
3326
+
3327
+ - add link component to link
3328
+ ([b2ddea8](https://github.com/mittwald/flow/commit/b2ddea8a3bfc1596ba721fb92b6004e44823b54b))
3329
+ - add LinkProvider for Next.JS
3330
+ ([1d275f4](https://github.com/mittwald/flow/commit/1d275f46be029179d4129b53b8c58fb0346e5fa5))
3331
+
3332
+ # Change Log
3333
+
3334
+ All notable changes to this project will be documented in this file. See
3335
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3336
+
3337
+ # [0.1.0-alpha.31](https://github.com/mittwald/flow/compare/0.1.0-alpha.30...0.1.0-alpha.31) (2024-03-13)
3338
+
3339
+ ### Bug Fixes
3340
+
3341
+ - fix navigation ([#222](https://github.com/mittwald/flow/issues/222))
3342
+ ([bcbbe2e](https://github.com/mittwald/flow/commit/bcbbe2edd642989f6d195883d37bee153e3d0268))
3343
+
3344
+ # Change Log
3345
+
3346
+ All notable changes to this project will be documented in this file. See
3347
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3348
+
3349
+ # [0.1.0-alpha.30](https://github.com/mittwald/flow/compare/0.1.0-alpha.29...0.1.0-alpha.30) (2024-03-12)
3350
+
3351
+ ### Features
3352
+
3353
+ - allow text with icon in button
3354
+ ([d20c356](https://github.com/mittwald/flow/commit/d20c3564e9e98befc3c8a5f28a241a74485a48d0))
3355
+
3356
+ # Change Log
3357
+
3358
+ All notable changes to this project will be documented in this file. See
3359
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3360
+
3361
+ # [0.1.0-alpha.29](https://github.com/mittwald/flow/compare/0.1.0-alpha.28...0.1.0-alpha.29) (2024-03-12)
3362
+
3363
+ ### Features
3364
+
3365
+ - add InlineCode component
3366
+ ([c9fc931](https://github.com/mittwald/flow/commit/c9fc931777ae9d31f9f9c2f41f410af70cb13f40))
3367
+
3368
+ # Change Log
3369
+
3370
+ All notable changes to this project will be documented in this file. See
3371
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3372
+
3373
+ # [0.1.0-alpha.28](https://github.com/mittwald/flow/compare/0.1.0-alpha.27...0.1.0-alpha.28) (2024-03-12)
3374
+
3375
+ **Note:** Version bump only for package @mittwald/flow-react-components
3376
+
3377
+ # Change Log
3378
+
3379
+ All notable changes to this project will be documented in this file. See
3380
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3381
+
3382
+ # [0.1.0-alpha.27](https://github.com/mittwald/flow/compare/0.1.0-alpha.26...0.1.0-alpha.27) (2024-03-12)
3383
+
3384
+ ### Features
3385
+
3386
+ - add ColumnLayout
3387
+ ([ac9a2c1](https://github.com/mittwald/flow/commit/ac9a2c1ac15bb80bfcddc614dc94198a8e4c7b5e))
3388
+
3389
+ # Change Log
3390
+
3391
+ All notable changes to this project will be documented in this file. See
3392
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3393
+
3394
+ # [0.1.0-alpha.26](https://github.com/mittwald/flow/compare/0.1.0-alpha.24...0.1.0-alpha.26) (2024-03-12)
3395
+
3396
+ ### Features
3397
+
3398
+ - add inline link
3399
+ ([b237d0f](https://github.com/mittwald/flow/commit/b237d0f9a3f1ccb101366f0f5b43c3108c179439))
3400
+
3401
+ # Change Log
3402
+
3403
+ All notable changes to this project will be documented in this file. See
3404
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3405
+
3406
+ # [0.1.0-alpha.25](https://github.com/mittwald/flow/compare/0.1.0-alpha.24...0.1.0-alpha.25) (2024-03-12)
3407
+
3408
+ **Note:** Version bump only for package @mittwald/flow-react-components
3409
+
3410
+ # Change Log
3411
+
3412
+ All notable changes to this project will be documented in this file. See
3413
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3414
+
3415
+ # [0.1.0-alpha.24](https://github.com/mittwald/flow/compare/0.1.0-alpha.23...0.1.0-alpha.24) (2024-03-12)
3416
+
3417
+ **Note:** Version bump only for package @mittwald/flow-react-components
3418
+
3419
+ # Change Log
3420
+
3421
+ All notable changes to this project will be documented in this file. See
3422
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3423
+
3424
+ # [0.1.0-alpha.23](https://github.com/mittwald/flow/compare/0.1.0-alpha.22...0.1.0-alpha.23) (2024-03-07)
3425
+
3426
+ ### Bug Fixes
3427
+
3428
+ - update font sizes and line heights + rename story component categories
3429
+ ([#210](https://github.com/mittwald/flow/issues/210))
3430
+ ([abbc424](https://github.com/mittwald/flow/commit/abbc424077bb21e92a79ba77adebf0eb9c170d07))
3431
+
3432
+ # Change Log
3433
+
3434
+ All notable changes to this project will be documented in this file. See
3435
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3436
+
3437
+ # [0.1.0-alpha.22](https://github.com/mittwald/flow/compare/0.1.0-alpha.21...0.1.0-alpha.22) (2024-03-07)
3438
+
3439
+ **Note:** Version bump only for package @mittwald/flow-react-components
3440
+
3441
+ # Change Log
3442
+
3443
+ All notable changes to this project will be documented in this file. See
3444
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3445
+
3446
+ # [0.1.0-alpha.21](https://github.com/mittwald/flow/compare/0.1.0-alpha.20...0.1.0-alpha.21) (2024-03-05)
3447
+
3448
+ ### Bug Fixes
3449
+
3450
+ - token updates and small fixes
3451
+ ([#208](https://github.com/mittwald/flow/issues/208))
3452
+ ([85a8a1d](https://github.com/mittwald/flow/commit/85a8a1db4b4684552393d5fbdcf051defb39d85c))
3453
+
3454
+ # Change Log
3455
+
3456
+ All notable changes to this project will be documented in this file. See
3457
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3458
+
3459
+ # [0.1.0-alpha.20](https://github.com/mittwald/flow/compare/0.1.0-alpha.19...0.1.0-alpha.20) (2024-03-01)
3460
+
3461
+ ### Features
3462
+
3463
+ - add fonts
3464
+ ([caf1bfc](https://github.com/mittwald/flow/commit/caf1bfc74c684f78b7656c244ff34aef7a3fd278))
3465
+
3466
+ # Change Log
3467
+
3468
+ All notable changes to this project will be documented in this file. See
3469
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3470
+
3471
+ # [0.1.0-alpha.19](https://github.com/mittwald/flow/compare/0.1.0-alpha.18...0.1.0-alpha.19) (2024-02-29)
3472
+
3473
+ ### Features
3474
+
3475
+ - new docs styling
3476
+ ([90bd16d](https://github.com/mittwald/flow/commit/90bd16dd3d3021f993cb43c1e7c171340f9db09b))
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.18](https://github.com/mittwald/flow/compare/0.1.0-alpha.17...0.1.0-alpha.18) (2024-02-28)
3484
+
3485
+ **Note:** Version bump only for package @mittwald/flow-react-components
3486
+
3487
+ # Change Log
3488
+
3489
+ All notable changes to this project will be documented in this file. See
3490
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3491
+
3492
+ # [0.1.0-alpha.17](https://github.com/mittwald/flow/compare/0.1.0-alpha.16...0.1.0-alpha.17) (2024-02-27)
3493
+
3494
+ **Note:** Version bump only for package @mittwald/flow-react-components
3495
+
3496
+ # Change Log
3497
+
3498
+ All notable changes to this project will be documented in this file. See
3499
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3500
+
3501
+ # [0.1.0-alpha.16](https://github.com/mittwald/flow/compare/0.1.0-alpha.15...0.1.0-alpha.16) (2024-02-26)
3502
+
3503
+ ### Bug Fixes
3504
+
3505
+ - update avatar tokens
3506
+ ([937836c](https://github.com/mittwald/flow/commit/937836ccf7abbbc394a72e8b8cb52bd1395e1bd0))
3507
+
3508
+ ### Features
3509
+
3510
+ - add section component
3511
+ ([665d1c9](https://github.com/mittwald/flow/commit/665d1c9922335adba6fec29ef8cadc8331c2515d))
3512
+
3513
+ # Change Log
3514
+
3515
+ All notable changes to this project will be documented in this file. See
3516
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3517
+
3518
+ # [0.1.0-alpha.15](https://github.com/mittwald/flow/compare/0.1.0-alpha.14...0.1.0-alpha.15) (2024-02-21)
3519
+
3520
+ ### Features
3521
+
3522
+ - add content box component
3523
+ ([48fed41](https://github.com/mittwald/flow/commit/48fed41f05b61780981e038f75040e70c7362293))
3524
+
3525
+ # Change Log
3526
+
3527
+ All notable changes to this project will be documented in this file. See
3528
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3529
+
3530
+ # [0.1.0-alpha.14](https://github.com/mittwald/flow/compare/0.1.0-alpha.13...0.1.0-alpha.14) (2024-02-21)
3531
+
3532
+ **Note:** Version bump only for package @mittwald/flow-react-components
3533
+
3534
+ # Change Log
3535
+
3536
+ All notable changes to this project will be documented in this file. See
3537
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3538
+
3539
+ # [0.1.0-alpha.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20)
3540
+
3541
+ **Note:** Version bump only for package @mittwald/flow-react-components
3542
+
3543
+ # Change Log
3544
+
3545
+ All notable changes to this project will be documented in this file. See
3546
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3547
+
3548
+ # [0.1.0-alpha.12](https://github.com/mittwald/flow/compare/0.1.0-alpha.11...0.1.0-alpha.12) (2024-02-19)
3549
+
3550
+ **Note:** Version bump only for package @mittwald/flow-react-components
3551
+
3552
+ # Change Log
3553
+
3554
+ All notable changes to this project will be documented in this file. See
3555
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3556
+
3557
+ # [0.1.0-alpha.11](https://github.com/mittwald/flow/compare/0.1.0-alpha.10...0.1.0-alpha.11) (2024-02-16)
3558
+
3559
+ **Note:** Version bump only for package @mittwald/flow-react-components
3560
+
3561
+ # Change Log
3562
+
3563
+ All notable changes to this project will be documented in this file. See
3564
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3565
+
3566
+ # [0.1.0-alpha.10](https://github.com/mittwald/flow/compare/0.1.0-alpha.9...0.1.0-alpha.10) (2024-02-12)
3567
+
3568
+ **Note:** Version bump only for package @mittwald/flow-react-components
3569
+
3570
+ # Change Log
3571
+
3572
+ All notable changes to this project will be documented in this file. See
3573
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3574
+
3575
+ # [0.1.0-alpha.9](https://github.com/mittwald/flow/compare/0.1.0-alpha.8...0.1.0-alpha.9) (2024-02-06)
3576
+
3577
+ ### Bug Fixes
3578
+
3579
+ - **Button:** disable hover-style when disabeld
3580
+ ([129ef76](https://github.com/mittwald/flow/commit/129ef7668032ca4c6c1218ed81abf367bd613570))
3581
+
3582
+ ### Features
3583
+
3584
+ - introduce NumberField component
3585
+ ([33b451d](https://github.com/mittwald/flow/commit/33b451dbadc575a701d90be2d94ee571b82fd37c))
3586
+
3587
+ # Change Log
3588
+
3589
+ All notable changes to this project will be documented in this file. See
3590
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3591
+
3592
+ # [0.1.0-alpha.8](https://github.com/mittwald/flow/compare/0.1.0-alpha.7...0.1.0-alpha.8) (2024-02-06)
3593
+
3594
+ ### Bug Fixes
3595
+
3596
+ - **RadioGroup:** fix zero height
3597
+ ([3143b1c](https://github.com/mittwald/flow/commit/3143b1c164afe9f3d412f6c706c2746e9629a5bc))
3598
+
3599
+ ### Features
3600
+
3601
+ - **CopyButton:** allow React node as copy source
3602
+ ([59ad013](https://github.com/mittwald/flow/commit/59ad01387d8d87d67aeef1a9938fe124dc82f1bd))
3603
+
3604
+ # Change Log
3605
+
3606
+ All notable changes to this project will be documented in this file. See
3607
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3608
+
3609
+ # [0.1.0-alpha.7](https://github.com/mittwald/flow/compare/0.1.0-alpha.6...0.1.0-alpha.7) (2024-02-02)
3610
+
3611
+ ### Bug Fixes
3612
+
3613
+ - **Note:** enforce visible custom icons
3614
+ ([97077aa](https://github.com/mittwald/flow/commit/97077aa232e0d5d12c9c58f80070a2a0e143ad00))
3615
+
3616
+ # Change Log
3617
+
3618
+ All notable changes to this project will be documented in this file. See
3619
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3620
+
3621
+ # [0.1.0-alpha.6](https://github.com/mittwald/flow/compare/0.1.0-alpha.5...0.1.0-alpha.6) (2024-02-02)
3622
+
3623
+ ### Bug Fixes
3624
+
3625
+ - **Avatar:** Avatar must keep aspect ration
3626
+ ([1844b73](https://github.com/mittwald/flow/commit/1844b737e63c9a62a58646b032076bc0177b0ec7))
3627
+ - **Icon:** fixed width should be set on SVG
3628
+ ([49d4137](https://github.com/mittwald/flow/commit/49d413709e13d2c750acf6a07c5af67aa0d51e0a))
3629
+ - **Icon:** SVG should be centered
3630
+ ([c60e836](https://github.com/mittwald/flow/commit/c60e836d7736e48c26efca1b85b00d604df9f2ee))
3631
+
3632
+ # Change Log
3633
+
3634
+ All notable changes to this project will be documented in this file. See
3635
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3636
+
3637
+ # [0.1.0-alpha.5](https://github.com/mittwald/flow/compare/0.1.0-alpha.4...0.1.0-alpha.5) (2024-02-01)
3638
+
3639
+ ### Bug Fixes
3640
+
3641
+ - **Badge:** should be an inline element
3642
+ ([2870587](https://github.com/mittwald/flow/commit/287058764d53f62db25b70f38994a57bde69bf07))
3643
+ - **Button:** icon is not centered
3644
+ ([28d3f81](https://github.com/mittwald/flow/commit/28d3f819022f02d5709113d039ac8e3e0da6ef0b))
3645
+ - **Button:** should be an inline element
3646
+ ([c636747](https://github.com/mittwald/flow/commit/c636747def24cccffd954819f3260d7ad880f87f))
3647
+ - include Font Awesome styles in initial stylesheet
3648
+ ([fe6c060](https://github.com/mittwald/flow/commit/fe6c06053ae0726699c20bc4621ce5a75554242a))
3649
+ - **Storybook:** missing styles
3650
+ ([f5b51d0](https://github.com/mittwald/flow/commit/f5b51d05c8e0fdfa0b4f5a581216e81891ab82b7))
3651
+
3652
+ ### Features
3653
+
3654
+ - **Icon:** support fixed width
3655
+ ([f057ddb](https://github.com/mittwald/flow/commit/f057ddbe41d33a51662876f63ddd1b5fbb010e4f))
3656
+
3657
+ # Change Log
3658
+
3659
+ All notable changes to this project will be documented in this file. See
3660
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3661
+
3662
+ # [0.1.0-alpha.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30)
3663
+
3664
+ ### Features
3665
+
3666
+ - **LabeledValue:** Introduce component
3667
+ ([4f1cb09](https://github.com/mittwald/flow/commit/4f1cb0970c8572f156d5562372e9146ad00f444b))
3668
+
3669
+ # Change Log
3670
+
3671
+ All notable changes to this project will be documented in this file. See
3672
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3673
+
3674
+ # [0.1.0-alpha.3](https://github.com/mittwald/flow/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2024-01-30)
3675
+
3676
+ ### Bug Fixes
3677
+
3678
+ - **Icon:** use fixed FA width
3679
+ ([7143b23](https://github.com/mittwald/flow/commit/7143b23fc5a3269b8248afd24a8207941bdf4332))
3680
+
3681
+ ### Features
3682
+
3683
+ - Allow custom component for NavigationItem
3684
+ ([dbbaf4e](https://github.com/mittwald/flow/commit/dbbaf4e2ce8b94c77043d780bea020c96e901c11))
3685
+ - **Button:** add small variant
3686
+ ([19b82b3](https://github.com/mittwald/flow/commit/19b82b3d2bf7655df005b01e0e08c11ccb1cd23e))
3687
+
3688
+ # Change Log
3689
+
3690
+ All notable changes to this project will be documented in this file. See
3691
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3692
+
3693
+ # [0.1.0-alpha.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.1...0.1.0-alpha.2) (2024-01-29)
3694
+
3695
+ ### Features
3696
+
3697
+ - **storybook:** Add pseudo states addon to storybook
3698
+ ([bad87da](https://github.com/mittwald/flow/commit/bad87daf6443556911272b39aac2ee6329116579))
3699
+
3700
+ # Change Log
3701
+
3702
+ All notable changes to this project will be documented in this file. See
3703
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3704
+
3705
+ # [0.1.0-alpha.1](https://github.com/mittwald/flow/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2024-01-25)
3706
+
3707
+ **Note:** Version bump only for package @mittwald/flow-react-components
3708
+
3709
+ # Change Log
3710
+
3711
+ All notable changes to this project will be documented in this file. See
3712
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3713
+
3714
+ # 0.1.0-alpha.0 (2024-01-25)
3715
+
3716
+ ### Bug Fixes
3717
+
3718
+ - add missing "use client" directive
3719
+ ([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620))