* feat(#162): add all decorators
* fix(#179): Figma Angular gradient translate as CSS conic-gradient
* fix(#220): Replace inner shadow with radial gradient
* fix(#178): Remove diamond inner shadow
It has been replaced with radial gradient
* docs: Update ReadMe with decorators list
Also update icon list to include all recent fixes.
This is a BREAKING CHANGE.
* fix(#179): Fix angular gradient not working on svg on CD, DVD and Color wheel icon.
* fix(#179): Fix related icons + Page white CD, Page white DVD, Drive CD
* fix(#117): Set font stroke to be outside
Change the font used with a Sans Serif one (Kufam), and rework the colors and strokes. Closes#117.
* fix(#117): Change font style from italic to regular.
Also adjust some sub-pixel positions to better align stems. Reuse the base icon in subsequents icons so changes are updated automatically.
* fix(#117): Adjust sub-pixel position on some Text icons
* fix(#220): Replace inner shadow to radial gradient for remove decorator
And update all related icons that use this decorator accordingly
* fix(#220): Replace inner shadow by radial gradient for add decorator
Update all icons using the add decorator accordingly.
* fix(#220): Remove duplicate files
Remove Font delete and Style delete files as they are reworked
* fix(#174): Fix 𝑓 symbol on flash files icons
Settle on 3px wide with border, fix coldfusion clipping out of bound, add 1px to the f middle stroke.
* fix(#174): Fix coldfusion stroke blending mode bleeding out
* ci(#215): Fix auto-release not triggered
The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed".
* ci(#215): Fix tabs in yml config for semantic release
* fix(#215): Set semantic release to trigger on push on main branch
* ci(#215): Fix auto-release not triggered
The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed".
* ci(#215): Fix tabs in yml config for semantic release
The `.releaserc.yml` file was containing tabs and Semantic Release was unhappy about it.
* fix(#178): Changed inset shadow to radial gradient on base_circle
* fix(#178): Changed inset shadow to radial gradient for bullet decorators
* fix(#178): Reset base_circle of Help and Info icons to component state
* fix(#178): Reset base circle of Delete and Exclamation to component state
* fix(#178): Add more border to the base_circle for Controls icons
* fix(#178): Put key square variant in a full icon
* ci(#202): 👷 Start working on CI
Add Semantic Release for automating Releasing versions
* ci(#202): 👷 Add Conventional Commit Validation
* ci(#202): Change dependency from 1 to v1
* ci(#202): Change dependency wording
* ci(#202): Change dependency version to 1.4.1
* ci: Change naming
* ci(#202): Update CI to use FG-PAT
Set the semantic-release to ignore for CC "^ci" message,
Set a fine-grained personal access token for my account to let the bot work on my behalf on my repository,
Add permissions to the bot to write on pull-requests, issues, and commit content on main.
* feat: Init Contribution and fill Readme
* docs: Add illustrations to readme, write contribution
Add more details on the various sections of the ReadMe and illustrations. Complete the Contribution file with descriptions and more guidelines. Contains changes for milestones 2.
* docs: Merge CONTRIBUTING and README
To start small, I don't think I need a CONTRIBUTING, CODE_OF_CONDUCT and CHANGELOG files. All should fit in the README for now.
* refactor: Update Readme with link to CC docs.
Also remove the `thumb up` and `thumb down` icons, as they are not completed yet.
* fix: Remove references to the Figma UI Kit.
The Figma Kit will be linked back here when it will be published on the Community.
* refactor: Update readme
* refactor: Update ReadMe
Change some illustration from PNG to SVG.
* fix: backlinks not working on github
* fix: backlink not respecting file Capitalization
* style(identity): decorate headers with icons
Replace emojis with icons (because why not)
* fix(identity): remove inline css in imgs
Github eat custom inline CSS in the style attributes to put its own. It's better to have icons on the right for now.
* fix(identity): fix a header issue in ReadMe
* fix(identity): Reduce icons size to match github headers hights
* Revert "fix(identity): Reduce icons size to match github headers hights"
This reverts commit 2ae463bdbbe5d59ea1de746372e3978f272cafc5.