diff --git a/docs/src/components/ComponentApi.svelte b/docs/src/components/ComponentApi.svelte index bdfaa515..873c14c8 100644 --- a/docs/src/components/ComponentApi.svelte +++ b/docs/src/components/ComponentApi.svelte @@ -39,7 +39,7 @@ ); -

+

Source code: {component.filePath} @@ -231,13 +231,13 @@ } :global(.my-layout-01-03) { - margin-top: var(--bx-layout-01); - margin-bottom: var(--bx-layout-03); + margin-top: var(--bx-spacing-05); + margin-bottom: var(--bx-spacing-07); } :global(.overflow .bx--structured-list) { - margin-top: var(--bx-layout-01); - margin-bottom: var(--bx-layout-04); + margin-top: var(--bx-spacing-05); + margin-bottom: var(--bx-spacing-09); } code { diff --git a/docs/src/components/Preview.svelte b/docs/src/components/Preview.svelte index 0f26bfdb..c8d91e58 100644 --- a/docs/src/components/Preview.svelte +++ b/docs/src/components/Preview.svelte @@ -47,7 +47,7 @@ diff --git a/docs/src/pages/framed/Dropdown/MultipleDropdown.svelte b/docs/src/pages/framed/Dropdown/MultipleDropdown.svelte index bb1bb5f3..7acca94b 100644 --- a/docs/src/pages/framed/Dropdown/MultipleDropdown.svelte +++ b/docs/src/pages/framed/Dropdown/MultipleDropdown.svelte @@ -37,6 +37,6 @@ diff --git a/docs/src/pages/framed/MultiSelect/MultipleMultiSelect.svelte b/docs/src/pages/framed/MultiSelect/MultipleMultiSelect.svelte index e4199d48..b6e743e9 100644 --- a/docs/src/pages/framed/MultiSelect/MultipleMultiSelect.svelte +++ b/docs/src/pages/framed/MultiSelect/MultipleMultiSelect.svelte @@ -39,6 +39,6 @@ diff --git a/docs/src/pages/framed/NumberInput/NumberInputEmpty.svelte b/docs/src/pages/framed/NumberInput/NumberInputEmpty.svelte index b714efc5..4ae55bce 100644 --- a/docs/src/pages/framed/NumberInput/NumberInputEmpty.svelte +++ b/docs/src/pages/framed/NumberInput/NumberInputEmpty.svelte @@ -6,7 +6,7 @@ -

+
diff --git a/docs/src/pages/framed/PaginationNav/PaginationNavReactive.svelte b/docs/src/pages/framed/PaginationNav/PaginationNavReactive.svelte index c8e51b10..69362557 100644 --- a/docs/src/pages/framed/PaginationNav/PaginationNavReactive.svelte +++ b/docs/src/pages/framed/PaginationNav/PaginationNavReactive.svelte @@ -6,7 +6,7 @@ -
+
diff --git a/docs/src/pages/framed/ProgressIndicator/ProgrammaticProgressIndicator.svelte b/docs/src/pages/framed/ProgressIndicator/ProgrammaticProgressIndicator.svelte index fb66719b..3ddac7f0 100644 --- a/docs/src/pages/framed/ProgressIndicator/ProgrammaticProgressIndicator.svelte +++ b/docs/src/pages/framed/ProgressIndicator/ProgrammaticProgressIndicator.svelte @@ -32,7 +32,7 @@ /> -
+
diff --git a/docs/src/pages/framed/UIShell/HeaderSearch.svelte b/docs/src/pages/framed/UIShell/HeaderSearch.svelte index eed6dc11..a943b281 100644 --- a/docs/src/pages/framed/UIShell/HeaderSearch.svelte +++ b/docs/src/pages/framed/UIShell/HeaderSearch.svelte @@ -116,7 +116,7 @@

{#each events as { type, ...rest }} -
+
on:{type}
{#if Object.keys(rest).length > 0}
{JSON.stringify(rest, null, 2)}
diff --git a/docs/src/pages/index.svelte b/docs/src/pages/index.svelte index f8a47800..56bbe10b 100644 --- a/docs/src/pages/index.svelte +++ b/docs/src/pages/index.svelte @@ -88,12 +88,12 @@

- + -

Installation

+

Installation

- + @@ -113,7 +113,7 @@ - +

Styling

@@ -212,7 +212,7 @@ - +

Dynamic theming

Use the "all.css" StyleSheet for dynamic, client-side theming.

@@ -244,7 +244,7 @@
- +

Portfolio