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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/design-system-react 0.11.0
Added
Added ButtonFilter component for filter button functionality (#964)
Added BannerBase component for creating custom banner notifications (#961)
Changed
BREAKING: Updated ButtonIcon API to use variant prop instead of isInverse and isFloating boolean props (#948)
Removed isInverse and isFloating props
Added variant prop with three options: ButtonIconVariant.Default (default), ButtonIconVariant.Filled (new muted background with rounded corners), and ButtonIconVariant.Floating (replaces isFloating behavior)
Migration: Replace isFloating={true} with variant={ButtonIconVariant.Floating}, and use variant={ButtonIconVariant.Default} for standard transparent background
Updated Ai icon to filled version for visual consistency (#970)
@metamask/design-system-react-native 0.11.0
Added
Added ButtonFilter component for filter button functionality (#964)
Added BottomSheet component for modal bottom sheet interactions (#963)
Added MainActionButton component for primary call-to-action buttons (#952)
Added BannerBase component for creating custom banner notifications (#955)
Added ListItem component for standardized list rows (#958)
Added TabEmptyState component for empty tab state displays (#949)
Added BottomSheetDialog component for bottom sheet dialog interactions (#905)
Changed
BREAKING: Updated ButtonIcon API to use variant prop instead of isInverse and isFloating boolean props (#948)
Removed isInverse and isFloating props
Added variant prop with three options: ButtonIconVariant.Default (default), ButtonIconVariant.Filled (new muted background with rounded corners), and ButtonIconVariant.Floating (replaces isFloating behavior)
Migration: Replace isFloating={true} with variant={ButtonIconVariant.Floating}, and use variant={ButtonIconVariant.Default} for standard transparent background