carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

fix(types): correctly type `kind` prop in `FileUploader`, `FileUploaderButton` #1781

Closed metonym closed 1 year ago

metonym commented 1 year ago

The file uploader button is based on Button, which now supports more variants like "danger-tertiary" and "danger-ghost."

- "primary" | "secondary" | "tertiary" | "ghost" | "danger"
+ "primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger-tertiary" | "danger-ghost"
metonym commented 1 year ago

Fixed in v0.79.0