Replaced now-defunct CSF 1 & 2 types ComponentStory and ComponentMeta with StoryObj and Meta respectively
Updated all stories to the new single-const format
Created Story type and added it to all stories for increased type safety
Unique to this PR
Added color inverse stories to all components
Added Icon story to Radio
Noticed Radio has hasError and errorMessage props from extending BaseFormElement, but does not implement them. We'll need to take care of this (or omit the props if people aren't using them anywhere) in a future PR
What Was Changed
Common to all CSF3 updates
ComponentStory
andComponentMeta
withStoryObj
andMeta
respectivelyUnique to this PR
Radio
Radio
hashasError
anderrorMessage
props from extendingBaseFormElement
, but does not implement them. We'll need to take care of this (or omit the props if people aren't using them anywhere) in a future PRScreenshots
New
Radio
StoriesNew
RadioGroup
StoriesNew
RadioGroupMinimal
Stories