| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(components): rewrite DescriptionList component | Armand Philippot | 2023-11-11 | 1 | -11/+4 |
| | | | | | | | | | | | | | | * add a `spacing` prop * replace `layout` prop with `isInline` prop * remove `items` prop (and classNames props) in favor of new components: Description, Group, Term * remove `withSeparator` prop (CSS content is announced by screen readers and Firefox/Safari have no support for alternative text so the consumer should add itself an element with `aria-hidden` if it need a separator) Be aware, Meta component and its consumers can be visually broken, they should be refactored before using them in production. | ||||
| * | refactor(components): rewrite List component | Armand Philippot | 2023-11-11 | 1 | -37/+8 |
| | | | | | | | | | | * 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 | ||||
| * | chore: adjust and complete missing styles | Armand Philippot | 2022-05-16 | 1 | -0/+65 |
| * add logo to topics pages and links * add Prism styles to articles * and a few other adjustements | |||||
