@mittwald/flow-react-components 0.1.0-alpha.36 → 0.1.0-alpha.360

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