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.
The key has expired.
💥 Breaking changes:
Bleed and Inset. Prop values are now actual CSS values instead of token names. This is to avoid ambiguity and might change in the future with improvements in the token architecture semantics. #1141#1139
Radio. This component has been removed after being deprecated. Use the Radio group component instead. #1098
Progress Bar. overlay property now defaults to false. #1042
Wizard. When orientation is vertical, the default width now adapts to the content instead of adjusting to the parent. #987
Checkbox and Switch. required property has been removed. Mark your non-required inputs as optional with the optional prop instead of using required. #925