Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Dec 20, 2024
1 parent 867d199 commit 3bf1ff4
Show file tree
Hide file tree
Showing 14 changed files with 1,636 additions and 46 deletions.
159 changes: 159 additions & 0 deletions packages/bootstrap/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,66 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border width around the TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-sm-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the small TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-sm-line-height</td>
<td>String</td>
<td><code>$kendo-tabstrip-line-height</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the small TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-md-font-size</td>
<td>String</td>
<td><code>$kendo-tabstrip-font-size</code></td>
<td><code>var(--kendo-font-size, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the medium TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-md-line-height</td>
<td>String</td>
<td><code>$kendo-tabstrip-line-height</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the medium TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-lg-font-size</td>
<td>String</td>
<td><code>$kendo-tabstrip-md-font-size</code></td>
<td><code>var(--kendo-font-size, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the large TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-lg-line-height</td>
<td>String</td>
<td><code>$kendo-tabstrip-md-line-height</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the large TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-wrapper-bg</td>
<td>Null</td>
Expand Down Expand Up @@ -207,6 +267,66 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gap between the TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-sm-item-padding-x</td>
<td>String</td>
<td><code>k-spacing(3)</code></td>
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the small TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-sm-item-padding-y</td>
<td>String</td>
<td><code>k-spacing(1.5)</code></td>
<td><code>var(--kendo-spacing-1\.5, 0.375rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical padding of the small TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-md-item-padding-x</td>
<td>String</td>
<td><code>$kendo-tabstrip-item-padding-x</code></td>
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the medium TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-md-item-padding-y</td>
<td>String</td>
<td><code>$kendo-tabstrip-item-padding-y</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical padding of the medium TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-lg-item-padding-x</td>
<td>String</td>
<td><code>k-spacing(5)</code></td>
<td><code>var(--kendo-spacing-5, 1.25rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the large TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-lg-item-padding-y</td>
<td>String</td>
<td><code>k-spacing(2.5)</code></td>
<td><code>var(--kendo-spacing-2\.5, 0.625rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The vertical padding of the large TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-bg</td>
<td>Null</td>
Expand Down Expand Up @@ -507,6 +627,45 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of the focused TabStrip content.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-scroll-overlay</td>
<td>List</td>
<td><code>if($kendo-enable-color-system, k-color( app-surface ), rgba( $kendo-color-white, 0)), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))</code></td>
<td><code>(var(--kendo-color-app-surface, #ffffff), color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 0%, transparent))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The left and right scroll overlay of the TabStrip.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-sizes</td>
<td>Map</td>
<td><code>(
sm: (
font-size: $kendo-tabstrip-sm-font-size,
line-height: $kendo-tabstrip-sm-line-height,
item-padding-x: $kendo-tabstrip-sm-item-padding-x,
item-padding-y: $kendo-tabstrip-sm-item-padding-y
),
md: (
font-size: $kendo-tabstrip-md-font-size,
line-height: $kendo-tabstrip-md-line-height,
item-padding-x: $kendo-tabstrip-md-item-padding-x,
item-padding-y: $kendo-tabstrip-md-item-padding-y
),
lg: (
font-size: $kendo-tabstrip-lg-font-size,
line-height: $kendo-tabstrip-lg-line-height,
item-padding-x: $kendo-tabstrip-lg-item-padding-x,
item-padding-y: $kendo-tabstrip-lg-item-padding-y
)
)</code></td>
<td><ul><li>sm: "font-size":"var(--kendo-font-size-sm, inherit)","line-height":"var(--kendo-line-height, normal)","item-padding-x":"var(--kendo-spacing-3, 0.75rem)","item-padding-y":"var(--kendo-spacing-1\\.5, 0.375rem)"</li><li>md: "font-size":"var(--kendo-font-size, inherit)","line-height":"var(--kendo-line-height, normal)","item-padding-x":"var(--kendo-spacing-4, 1rem)","item-padding-y":"var(--kendo-spacing-2, 0.5rem)"</li><li>lg: "font-size":"var(--kendo-font-size, inherit)","line-height":"var(--kendo-line-height, normal)","item-padding-x":"var(--kendo-spacing-5, 1.25rem)","item-padding-y":"var(--kendo-spacing-2\\.5, 0.625rem)"</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size map of the TabStrip.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
10 changes: 5 additions & 5 deletions packages/bootstrap/docs/customization-toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ The following table lists the available variables for customization.
<td>$kendo-toolbar-separator-height</td>
<td>Calculation</td>
<td><code>$kendo-button-md-calc-size</code></td>
<td><code>calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 2px)</code></td>
<td><code>calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the Toolbar button separator.</div></div>
Expand All @@ -161,7 +161,7 @@ The following table lists the available variables for customization.
<td>$kendo-toolbar-sm-separator-height</td>
<td>Calculation</td>
<td><code>$kendo-button-sm-calc-size</code></td>
<td><code>calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)</code></td>
<td><code>calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the small Toolbar button separator.</div></div>
Expand All @@ -171,7 +171,7 @@ The following table lists the available variables for customization.
<td>$kendo-toolbar-md-separator-height</td>
<td>Calculation</td>
<td><code>$kendo-toolbar-separator-height</code></td>
<td><code>calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 2px)</code></td>
<td><code>calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the medium Toolbar button separator.</div></div>
Expand All @@ -181,7 +181,7 @@ The following table lists the available variables for customization.
<td>$kendo-toolbar-lg-separator-height</td>
<td>Calculation</td>
<td><code>$kendo-button-lg-calc-size</code></td>
<td><code>calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 2px)</code></td>
<td><code>calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the large Toolbar button separator.</div></div>
Expand Down Expand Up @@ -470,7 +470,7 @@ The following table lists the available variables for customization.
separator-height: $kendo-toolbar-lg-separator-height
)
)</code></td>
<td><ul><li>sm: "padding-x":"var(--kendo-spacing-1, 0.25rem)","padding-y":"var(--kendo-spacing-1, 0.25rem)","spacing":"var(--kendo-spacing-1\\.5, 0.375rem)","separator-height":"calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)"</li><li>md: "padding-x":"var(--kendo-spacing-2, 0.5rem)","padding-y":"var(--kendo-spacing-2, 0.5rem)","spacing":"var(--kendo-spacing-2, 0.5rem)","separator-height":"calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 2px)"</li><li>lg: "padding-x":"var(--kendo-spacing-2\\.5, 0.625rem)","padding-y":"var(--kendo-spacing-2\\.5, 0.625rem)","spacing":"var(--kendo-spacing-2\\.5, 0.625rem)","separator-height":"calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 2px)"</li></ul></td>
<td><ul><li>sm: "padding-x":"var(--kendo-spacing-1, 0.25rem)","padding-y":"var(--kendo-spacing-1, 0.25rem)","spacing":"var(--kendo-spacing-1\\.5, 0.375rem)","separator-height":"calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"</li><li>md: "padding-x":"var(--kendo-spacing-2, 0.5rem)","padding-y":"var(--kendo-spacing-2, 0.5rem)","spacing":"var(--kendo-spacing-2, 0.5rem)","separator-height":"calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\\.5, 0.375rem) * 2 + 1px * 2)"</li><li>lg: "padding-x":"var(--kendo-spacing-2\\.5, 0.625rem)","padding-y":"var(--kendo-spacing-2\\.5, 0.625rem)","spacing":"var(--kendo-spacing-2\\.5, 0.625rem)","separator-height":"calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The sizes map for the Toolbar.</div></div>
Expand Down
Loading

0 comments on commit 3bf1ff4

Please sign in to comment.