aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/logo
Commit message (Collapse)AuthorAgeFilesLines
* refactor(stories): migrate stories to CSF3 formatArmand Philippot2023-12-152-34/+15
|
* refactor(components): rewrite List componentArmand Philippot2023-11-111-1/+1
| | | | | | | | | * change `items` prop to children * replace `kind` prop with `isHierarchical`, `isOrdered` & `isInline` props * add `hideMarker` prop * add `spacing` prop to control item spacing * move lists styles to Sass placeholders to avoid repeats because of headless WordPress
* refactor(components): make Logo component ESlint compliantArmand Philippot2023-10-245-0/+122
I also renamed the title prop to heading because title already exists as HTML attribute.