jacobparis-insiders / sly

Monorepo for Sly CLI
https://sly-cli.fly.dev/
153 stars 11 forks source link

tabler-icons registry is broken #48

Closed arpitdalal closed 5 months ago

arpitdalal commented 5 months ago

tabler-icons renamed master to main and that broke the registry here. A simple change from master to main here and here will fix it.

arpitdalal commented 5 months ago

Looking further into it, I found out that they have restructured the icons folder. Now, they have filled and outline folders too

arpitdalal commented 5 months ago

now the icons are available under outline/[icon-name] or filled/[icon-name] instead which breaks the tabler-icons.$name[.json].ts because now the name itself has a / in it, eg /registry/tabler-icons/outline/home.json

jacobparis commented 5 months ago

Thanks for reporting this! I've updated the lib to work with the new structure and will deploy shortly if tests pass