diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 52f127a8..5411c067 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -462,10 +462,11 @@ import { ButtonSkeleton } from "carbon-components-svelte"; ### Props -| Prop name | Type | Default value | -| :-------- | :------------------- | :------------ | -| href | string | -- | -| small | boolean | false | +| Prop name | Type | Default value | +| :-------- | :--------------------------------------------------- | :------------ | +| href | string | -- | +| size | "default" | "field" | "small" | "default" | +| small | boolean | false | ### Slots @@ -3219,6 +3220,7 @@ import { ProgressIndicatorSkeleton } from "carbon-components-svelte"; | Prop name | Type | Default value | | :-------- | :------------------- | :------------ | | vertical | boolean | false | +| count | number | 4 | ### Slots diff --git a/docs/src/pages/components/Button.svx b/docs/src/pages/components/Button.svx index a2a21ff7..bbbd6705 100644 --- a/docs/src/pages/components/Button.svx +++ b/docs/src/pages/components/Button.svx @@ -68,4 +68,6 @@ description: High-level description ### Skeleton -