You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
51dfc1c: Add DescriptionList, DescriptionTerm and DescriptionDefinition components and export them as DL, DT, DD shorthand.
dac772c: - Added alignRight prop to DataGridToolbar for flexible alignment control, allowing users to customize layout.
Removed search prop, which is a BREAKING CHANGE. All elements should be passed as children.
Patch Changes
b7becbc: Resolves all CodeQL static analysis warnings to improve code quality, reliability, and maintainability. These fixes address potential bugs, redundant code, and anti-patterns detected by automated code scanning.
aff8f05: Improve component descriptions and prop documentation in the editor for better developer experience
6b26feb: fix(ui): Badge - inline-flex is now always applied by default. Previously this was only done in case of using Badge with icon. This change leads to consistent rendering with and without icon.