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(select-item): export `class` and `style` props #1840

Closed metonym closed 1 year ago

metonym commented 1 year ago

Fixes #1839

SelectItem is missing type definitions for the class and style props. Even though this defines props on the component, this is not a breaking change as the behavior has always been supported.

metonym commented 1 year ago

Released in v0.81.3