Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ const sections = [
<TableCode>number</TableCode>
</td>
<td>Number of items per page.</td>
<td>5</td>
<td>
<TableCode>5</TableCode>
</td>
</tr>
<tr>
<td>itemsPerPageFunction</td>
Expand Down Expand Up @@ -270,15 +272,19 @@ const sections = [
<TableCode>boolean</TableCode>
</td>
<td>If true, a select component for navigation between pages will be displayed.</td>
<td>true</td>
<td>
<TableCode>true</TableCode>
</td>
</tr>
<tr>
<td>showPaginator</td>
<td>
<TableCode>boolean</TableCode>
</td>
<td>If true, paginator will be displayed.</td>
<td>false</td>
<td>
<TableCode>false</TableCode>
</td>
</tr>
<tr>
<td>summaryRow</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const sections = [
Specifies a string to be used as the name for the date input element when no <Code>label</Code> is
provided.
</td>
<td>'Date input'</td>
<td>
<TableCode>'Date input'</TableCode>
</td>
</tr>
<tr>
<td>autocomplete</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ const sections = [
Defines the search mode when searchable is true. If true, matches options that start with the search text.
If false, matches options that contain the search text anywhere in their label.
</td>
<td>false</td>
<td>
<TableCode>false</TableCode>
</td>
</tr>
<tr>
<td>size</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ const sections = [
<td>
Specifies a string to be used as the name for the textarea element when no <Code>label</Code> is provided.
</td>
<td>'Text area'</td>
<td>
<TableCode>'Text area'</TableCode>
</td>
</tr>
<tr>
<td>autocomplete</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const sections = [
</td>
<td>Color of the text.</td>
<td>
<TableCode>var(--color-fg-neutral-dark)</TableCode>
<TableCode>'var(--color-fg-neutral-dark)'</TableCode>
</td>
</tr>
<tr>
Expand All @@ -78,7 +78,7 @@ const sections = [
Specifies the <Code>font-family</Code> CSS property of the component.
</td>
<td>
<TableCode>var(--typography-font-family)</TableCode>
<TableCode>'var(--typography-font-family)'</TableCode>
</td>
</tr>
<tr>
Expand All @@ -90,7 +90,7 @@ const sections = [
Specifies the <Code>font-size</Code> CSS property of the component.
</td>
<td>
<TableCode>var(--typography-body-m)</TableCode>
<TableCode>'var(--typography-body-m)'</TableCode>
</td>
</tr>
<tr>
Expand All @@ -114,7 +114,7 @@ const sections = [
Specifies the <Code>font-weight</Code> CSS property of the component.
</td>
<td>
<TableCode>var(--typography-body-regular)</TableCode>
<TableCode>'var(--typography-body-regular)'</TableCode>
</td>
</tr>
<tr>
Expand All @@ -126,7 +126,7 @@ const sections = [
Specifies the <Code>letter-spacing</Code> CSS property of the component.
</td>
<td>
<TableCode>var(--spacing-gap-none)</TableCode>
<TableCode>'var(--spacing-gap-none)'</TableCode>
</td>
</tr>
<tr>
Expand All @@ -138,7 +138,7 @@ const sections = [
Specifies the <Code>line-height</Code> CSS property of the component.
</td>
<td>
<TableCode>var(--height-s)</TableCode>
<TableCode>'var(--height-s)'</TableCode>
</td>
</tr>
<tr>
Expand Down