Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Dec 19, 2024
1 parent a771bff commit 7176c1e
Show file tree
Hide file tree
Showing 10 changed files with 1,596 additions and 6 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>var( --kendo-font-size, inherit )</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
159 changes: 159 additions & 0 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25831,6 +25831,66 @@ The following table lists the available variables for customizing the Bootstrap
<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>var( --kendo-font-size, inherit )</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 @@ -25941,6 +26001,66 @@ The following table lists the available variables for customizing the Bootstrap
<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 @@ -26241,6 +26361,45 @@ The following table lists the available variables for customizing the Bootstrap
<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
Loading

0 comments on commit 7176c1e

Please sign in to comment.