+
Carbon Components Svelte
diff --git a/docs/src/pages/components/Accordion.svx b/docs/src/pages/components/Accordion.svx
index 078fd257..0890d559 100644
--- a/docs/src/pages/components/Accordion.svx
+++ b/docs/src/pages/components/Accordion.svx
@@ -46,25 +46,25 @@ See the [ExpandableAccordion recipe](/recipes/ExpandableAccordion) for a togglea
-
+
Natural Language Classifier
AI / Machine Learning
-
+
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
-
+
Natural Language Understanding
AI / Machine Learning
-
+
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
-
+
Language Translator
AI / Machine Learning
-
+
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx
index 60baa463..9e8a754e 100644
--- a/docs/src/pages/components/DataTable.svx
+++ b/docs/src/pages/components/DataTable.svx
@@ -131,20 +131,20 @@ The slot name for the table header cells is `"cell-header"`.
},
]}"
>
-
+
{#if header.key === 'port'}
{header.value} (network)
{:else}
{header.value}
{/if}
-
-
+
+
{#if cell.key === 'rule' && cell.value === 'Round robin'}
{cell.value}
{:else}
{cell.value}
{/if}
-
+
### With title, description
@@ -1018,11 +1018,11 @@ In the following example, each row in the sortable data table has an overflow me
},
]}"
>
-
+
{JSON.stringify(row, null, 2)}
-
+
### Non-expandable rows
@@ -1085,11 +1085,11 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
},
]}"
>
-
+
{JSON.stringify(row, null, 2)}
-
+
### Expandable (short size)
@@ -1146,11 +1146,11 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
},
]}"
>
-
+
{JSON.stringify(row, null, 2)}
-
+
### Expandable (tall size)
@@ -1207,11 +1207,11 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
},
]}"
>
-
+
{JSON.stringify(row, null, 2)}
-
+
### Batch expansion
@@ -1268,11 +1268,11 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
},
]}"
>
-
+
{JSON.stringify(row, null, 2)}
-
+
### Skeleton
diff --git a/docs/src/pages/components/ImageLoader.svx b/docs/src/pages/components/ImageLoader.svx
index 34808896..9bc498a9 100644
--- a/docs/src/pages/components/ImageLoader.svx
+++ b/docs/src/pages/components/ImageLoader.svx
@@ -16,12 +16,12 @@ This utility component uses the [Image API](https://developer.mozilla.org/en-US/
Use the "loading" and "error" named slots to render an element when the image is loading or has an error.
-
+
-
-
+
+
An error occurred.
-
+
### With aspect ratio
diff --git a/docs/src/pages/components/InlineNotification.svx b/docs/src/pages/components/InlineNotification.svx
index 88b75733..98b461d4 100644
--- a/docs/src/pages/components/InlineNotification.svx
+++ b/docs/src/pages/components/InlineNotification.svx
@@ -25,9 +25,9 @@ source: Notification/InlineNotification.svelte
### With actions
-