aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/posts-list.fixture.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite SearchForm componentArmand Philippot2023-11-111-2/+0
| | | | | | * remove searchPage prop (the consumer should handle the submit) * change onSubmit type * use `useForm` hook to handle the form
* refactor(components): rewrite List componentArmand Philippot2023-11-111-0/+63
* 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