flowbite-svelte-icons icon indicating copy to clipboard operation
flowbite-svelte-icons copied to clipboard

Some Exports missing - breaks other flowbite packages

Open NJannasch opened this issue 10 months ago • 3 comments

Describe the bug

I realized in one of my new projects that this library is broken for releases > v1.4.3 as some exports are missing like

export { default as ChevronRightSolid } from "./ChevronRightSolid.svelte" image

Working setup: "dependencies": { "flowbite": "^2.3.0", "flowbite-svelte": "^0.44.24", "flowbite-svelte-blocks": "^1.1.0", "flowbite-svelte-icons": "^1.4.3", "flowbite-typography": "^1.0.3" }

Not working setup flowbite-svelte-icons >1.4.3

Reproduction

https://github.com/themesberg/flowbite-svelte-icons/compare/v1.4.3...v1.4.4 @shinokada

Version and System Info

v1.4.4

NJannasch avatar Mar 31 '24 19:03 NJannasch

Use ChevronRightOutline. The upstream repo removed it. Find all icons at https://flowbite-svelte-icons.codewithshin.com/

Also install the latest.

pnpm i-D flowbite-svelte-icons@latest

shinokada avatar Mar 31 '24 19:03 shinokada

Thanks for your swift response!

Then I guess the flowbite-svelte-blocks is broken as its still referencing the older ones icon.

NJannasch avatar Mar 31 '24 20:03 NJannasch

I just updated flowbite-svelte-blocks. Run:

pnpm i -D flowbite-svelte-blocks@latest

shinokada avatar Apr 02 '24 13:04 shinokada