A collection of packages related to Flow – the mittwald design system.

9 stars 1 forks 9 watchers TypeScript MIT License
3 Open Issues Need Help Last updated: Sep 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The issue reports a visual bug where message headers are incorrectly aligned to the center, leading to an uneven layout. The proposed fix involves changing the CSS property `align-items` from `center` to `end` for the `.flow--message .flow--message--header` selector, aligning it with the original design specification.

Complexity: 1/5
good first issue styling

A collection of packages related to Flow – the mittwald design system.

TypeScript

AI Summary: The `FileDropzone` component currently lacks a `disable` prop, despite the underlying `Aria Dropzone` supporting `isDisabled`. Implementing this feature would require not only passing the prop but also adding new design tokens to ensure the correct visual styling for the disabled state.

Complexity: 3/5
enhancement good first issue styling ux

A collection of packages related to Flow – the mittwald design system.

TypeScript

AI Summary: Update the Chat Component in the mittwald Flow design system to set the default value of `autoResizeMaxRows` to 10. This involves modifying the component's code and removing any existing overrides in projects like Nexus, followed by cross-application verification of the updated UX.

Complexity: 3/5
enhancement good first issue

A collection of packages related to Flow – the mittwald design system.

TypeScript