kickstartDS / cli

CLI to interact with kickstartDS and kickstartDS based Design Systems

Home Page:https://www.kickstartDS.com/docs/intro/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `TextMedia` layering hack

julrich opened this issue · comments

To get fitting TypeScript imports, we currently have to add a little hack to correct TextMedia related naming.

Code lives here: https://github.com/kickstartDS/kickstartDS-cli/blob/feature/type-layering/src/util/schema.ts#L289-L296
Most likely culprit lives here: https://github.com/kickstartDS/schema/blob/main/tools/jsonschema-utils/src/helpers.ts#L60-L96