diff --git a/README.md b/README.md index c6c6f550..05f8cc7e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ import "carbon-components-svelte/css/all.css"; Update the theme by setting the `theme` attribute on the `html` element. The default `theme` is `"white"`. ```html - + ... diff --git a/docs/src/App.svelte b/docs/src/App.svelte index e2d19ce3..8bd114e6 100644 --- a/docs/src/App.svelte +++ b/docs/src/App.svelte @@ -3,4 +3,4 @@ import { routes } from "../.routify/routes"; - + diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index 3f16ff76..a355a00c 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -32,16 +32,16 @@ $: source = `https://github.com/carbon-design-system/carbon-components-svelte/tree/master/${component.filePath}`; $: forwarded_events = component.events.filter( - (event) => event.type === "forwarded" + (event) => event.type === "forwarded", ); $: dispatched_events = component.events.filter( - (event) => event.type === "dispatched" + (event) => event.type === "dispatched", );

Source code: - + {component.filePath}

@@ -65,7 +65,7 @@ }) as prop (prop.name)} - + {#if prop.reactive}
{type} {:else} - + {/if}
{/each} diff --git a/docs/src/components/InlineSnippet.svelte b/docs/src/components/InlineSnippet.svelte index 136fe90b..b908e575 100644 --- a/docs/src/components/InlineSnippet.svelte +++ b/docs/src/components/InlineSnippet.svelte @@ -6,7 +6,7 @@
- + copy(text)} />