novacbn / kahi-ui

Straight-forward Svelte UI for the Web
https://kahi-ui.nbn.dev
MIT License
188 stars 5 forks source link

No shape/radius in Tile.Figure #130

Closed talaviram closed 2 years ago

talaviram commented 2 years ago

Describe the Bug

I'm not sure if this is by design and I might've missed something. But it's also not stated in the the changes between 0.5.7 -> 0.6.x.

In previous versions I had:

<Tile.Figure shape="pill">
...
</Tile.Figure>

But now there's no simple way without adding extra div and a non Title originated Figure.

Reproduction

n/a

System Info

Tested with macOS 12.2 / Firefox 98.0.1

Additional Context

No response

novacbn commented 2 years ago

Should be fixed in the 0.6.4 release. I'll update the documentation later, but it's the same API as Figure.

talaviram commented 2 years ago

updated to 0.6.4 and it seems this is resolved. thanks!