@mittwald/flow-react-components 0.1.0-alpha.291 → 0.1.0-alpha.293

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