aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/images/icons/svg-paths
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite Copyright componentArmand Philippot2023-11-111-8/+11
| | | | | | | | | * remove `icon` prop (it is confusing because a copyright should have the copyright symbol, the license is not part of the copyright) * reorganize copyright informations I also updated the CC BY SA icon because the elements was in the wrong order.
* feat(components): add a Help icon shapeArmand Philippot2023-11-114-0/+23
|
* 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): rewrite Spinner componentArmand Philippot2023-10-241-1/+2
| | | | | | | * Message should be set as children * Default message is no longer available (depending on use case, the consumer might prefer aria-label instead) * It is now possible to define the message position
* feat(components): replace icons with a generic Icon componentArmand Philippot2023-10-2423-0/+750
Sizes are also predefined and can be set using the `size` prop, so the consumers should no longer adjust the size in CSS.