@mittwald/flow-react-components 0.1.0-alpha.41 → 0.1.0-alpha.410

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