carbon-components-svelte/types/Button
Enrico Sacchetti 997cc1fa5e feat: upgrade Button to v11 styles
Button changes

##BREAKING CHANGES

- `skeleton` prop has been removed. Use `ButtonSkeleton` component instead
- `size` prop has new values
- `kind` prop has new values
- `isSelected` is now `selected
- `on:mouseover`, `on:mouseenter`, and `on:mouseleave` forwarded events were replaced with `on:pointerover`, `on:pointerenter`, and `on:pointerleave`
- `as` no longer accepts boolean types

## Features

- New `2xl` size
- `expressive` styles now apply to all button sizes
- `as` accepts a string to specify a desired HTML element
2024-01-16 16:30:06 -05:00
..
Button.svelte.d.ts feat: upgrade Button to v11 styles 2024-01-16 16:30:06 -05:00
ButtonSet.svelte.d.ts feat(typescript)!: support svelte 4 (#1773) 2023-07-19 09:44:56 -07:00
ButtonSkeleton.svelte.d.ts chore: re-install sveld and run yarn build:docs 2024-01-09 20:15:04 -08:00