Replaced now-defunct CSF 1 & 2 types ComponentStory and ComponentMeta with StoryObj and Meta respectively
Updated all stories to the new single-const format
Removed titles from ungrouped components whose name is the same as their filename
Created Story type and added it to all stories for increased type safety
Added Stories for DotLoader small and styled args, as well as Divider row arg
Increased height on DayPicker stories wrapper so it doesn't get cut off by outer window - in the future, we could look into making the DayPicker calendar popup float above its parent content like Select and ComboBox
DescriptionList Components will be the next PR, to try to keep this one to a reasonable size
What Was Changed
ComponentStory
andComponentMeta
withStoryObj
andMeta
respectivelyDotLoader
small and styled args, as well asDivider
row argDayPicker
stories wrapper so it doesn't get cut off by outer window - in the future, we could look into making theDayPicker
calendar popup float above its parent content likeSelect
andComboBox
DescriptionList
Components will be the next PR, to try to keep this one to a reasonable sizeScreenshots
New Divider Story
New DotLoader Stories
DayPicker Height Fix