1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-08 01:54:20 +02:00

16 Commits

Author SHA1 Message Date
Simon Priet
dbeb8fd56e
fix(#215): Fix tabs in yml config for semantic release (#217)
* 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.
2025-03-13 16:27:04 +01:00
Simon Priet
145e40d970
ci(#215): Fix auto-release not triggered (#216)
The Workflow file was using an invalid keyword `merged`. The right keyword to use is `closed`.
2025-03-13 16:00:02 +01:00
Simon Priet
37c12a26a7
fix(#178): inset shadow fix (#214)
* 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
2025-03-13 15:35:31 +01:00
Simon Priet
8a46e61f75
ci(#202): Add Auto Release GHA and Enforce Conventional Commit GHA (#213)
* 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.
2025-03-06 12:14:04 +01:00
30b7451ef8 fix(#167): Add Textfield key icon 2025-03-02 18:42:39 +01:00
08f44babde fix(#167): 🧱 Remove textfield svg 2025-03-02 18:42:39 +01:00
9389be923f feat(#208): 🎨 Create Thumb IconSet
- Add Thumb Down and Thumb Up icons
- Closes #208
- Update cover on ReadMe.md
v1.0.0 v0.198.0
2025-03-02 13:40:15 +01:00
bace4c1a10 fix(#200): 🔥 Fix Key iconSet
Refactor the Key icon to better suit the original design
Update Key iconset accordingly
v0.197.1
2025-03-02 13:13:32 +01:00
Simon Pistache
37ca6f8567 fix: ReadMe.md typo 2025-02-02 16:21:46 +01:00
Simon Pistache
7cf5468035
Improve presentation (#188)
* 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.
2025-01-31 17:53:22 +01:00
Simon Pistache
c8fd547e07
feat: Upload icons (#164) v0.196.1 2025-01-29 16:04:25 +01:00
Simon Pistache
fc9daafe68
Merge pull request #7 from SimonPistache/4-setup-repo
Setup Repository (see #4 )
2025-01-28 12:15:19 +01:00
3611276a94 docs(#6): Set the gitignore file 2025-01-28 12:12:52 +01:00
e4d8b71f06 docs(#5): Create ReadMe 2025-01-28 12:12:27 +01:00
3ee5540863 docs(#1): Add a License 2025-01-28 12:11:57 +01:00
Simon Pistache
65a198bf9b
Initial commit 2025-01-27 14:01:00 +01:00