chore: update docs [ci skip]

This commit is contained in:
Eric Liu 2022-04-18 18:33:52 -07:00
commit 099fcbcda8
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Component Index # Component Index
> 165 components exported from carbon-components-svelte@0.63.0. > 165 components exported from carbon-components-svelte@0.63.1.
## Components ## Components
@ -1643,9 +1643,9 @@ None.
### Slots ### Slots
| Slot name | Default | Props | Fallback | | Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :-------------------------------------------------------------- | | :-------- | :------ | :---- | :---------------------------------------------------------------- |
| -- | Yes | -- | <code>&lt;svelte:component this="{icon}" size={20} /&gt;</code> | | -- | Yes | -- | <code>&lt;svelte:component this="{icon}" size="{20}" /&gt;</code> |
### Events ### Events

View file

@ -4669,7 +4669,7 @@
{ {
"name": "__default__", "name": "__default__",
"default": true, "default": true,
"fallback": "<svelte:component this=\"{icon}\" size={20} />", "fallback": "<svelte:component this=\"{icon}\" size=\"{20}\" />",
"slot_props": "{}" "slot_props": "{}"
} }
], ],