Closed mokipedia closed 11 months ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
[X] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Build related changes [ ] CI related changes [ ] Documentation content changes [ ] Other... Please describe:
icons with _ in name generate a missmatch between key and type, as keys are converted to kebab-case
Issue Number: #143
as discussed in #143: types are now also generated as kebab-case
[ ] Yes [X] No
Run & review this pull request in StackBlitz Codeflow.
@mokipedia tests are failing in CI
tests should be green now, my bad.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
icons with _ in name generate a missmatch between key and type, as keys are converted to kebab-case
Issue Number: #143
What is the new behavior?
as discussed in #143: types are now also generated as kebab-case
Does this PR introduce a breaking change?