icons-pack / svelte-simple-icons

📦 This package provides the Simple Icons packaged as a set of Svelte components.
MIT License
53 stars 2 forks source link

Type Definitions? #63

Open OfficialCRUGG opened 1 year ago

OfficialCRUGG commented 1 year ago

This Package should have type definitions.

wootsbot commented 1 year ago

I am performing a refactor that solves the use of types.

live: https://github.com/icons-pack/svelte-simple-icons/releases/tag/v4.0.0-rc.2

OfficialCRUGG commented 10 months ago

I am performing a refactor that solves the use of types.

live: v4.0.0-rc.2 (release)

These type definitions are wrong. It wants me to import Sitwitter, but that component doesn't exist. Twitter would be the right name, but that's not in the types, so it doesn't work. Was this even tested once?

wootsbot commented 10 months ago

I am performing a refactor that solves the use of types. live: v4.0.0-rc.2 (release)

These type definitions are wrong. It wants me to import Sitwitter, but that component doesn't exist. Twitter would be the right name, but that's not in the types, so it doesn't work. Was this even tested once?

It's a work in progress. Unfortunately, my job takes up a lot of my time, and I have made little progress, but I might be able to resolve all the issues during this vacation.

fromaline commented 9 months ago

+1, can't really use it without type definitions

OfficialCRUGG commented 6 months ago

Any update? Still can't use this package...