Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jan 10, 2025
1 parent 04d878b commit 8b67655
Show file tree
Hide file tree
Showing 246 changed files with 134,094 additions and 1,898 deletions.
50 changes: 50 additions & 0 deletions packages/bootstrap/docs/customization-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,56 @@ 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 displays Map</div></div>
</td>
</tr>
<tr>
<td>$kendo-disabled-bg</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-disabled-text</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-disabled-border</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-disabled-opacity</td>
<td>Number</td>
<td><code>null</code></td>
<td><code>0.65</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The opacity of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-disabled-filter</td>
<td>String</td>
<td><code>null</code></td>
<td><code>grayscale(0.1)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The filter of disabled items.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
70 changes: 70 additions & 0 deletions packages/bootstrap/docs/customization-icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,76 @@ 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">Padding of the action icons container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-xs</td>
<td>Calculation</td>
<td><code>null</code></td>
<td><code>calc(var(--kendo-icon-size, 1rem) * 0.75)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The extra small icon size.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-sm</td>
<td>Calculation</td>
<td><code>null</code></td>
<td><code>calc(var(--kendo-icon-size, 1rem) * 0.875)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The small icon size.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-md</td>
<td>String</td>
<td><code>null</code></td>
<td><code>var(--kendo-icon-size, 1rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The medium icon size.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-lg</td>
<td>Calculation</td>
<td><code>null</code></td>
<td><code>calc(var(--kendo-icon-size, 1rem) * 1.25)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The large icon size.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-xl</td>
<td>Calculation</td>
<td><code>null</code></td>
<td><code>calc(var(--kendo-icon-size, 1rem) * 1.5)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The extra large icon size.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-xxl</td>
<td>Calculation</td>
<td><code>null</code></td>
<td><code>calc(var(--kendo-icon-size, 1rem) * 2)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The double extra large icon size.</div></div>
</td>
</tr>
<tr>
<td>$kendo-icon-size-xxxl</td>
<td>Calculation</td>
<td><code>null</code></td>
<td><code>calc(var(--kendo-icon-size, 1rem) * 3)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The triple extra large icon size.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
10 changes: 10 additions & 0 deletions packages/bootstrap/docs/customization-rating.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,16 @@ 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 shadow of the focused and selected Rating icon.</div></div>
</td>
</tr>
<tr>
<td>$kendo-rating-icon-size</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size of the Rating icon.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
68 changes: 54 additions & 14 deletions packages/bootstrap/docs/customization-toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,39 +149,39 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-toolbar-separator-height</td>
<td>Calculation</td>
<td>Null</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 + 1px * 2)</code></td>
<td><code>null</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>
</td>
</tr>
<tr>
<td>$kendo-toolbar-sm-separator-height</td>
<td>Calculation</td>
<td>Null</td>
<td><code>$kendo-button-sm-calc-size</code></td>
<td><code>calc(1.4285714286 * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)</code></td>
<td><code>null</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>
</td>
</tr>
<tr>
<td>$kendo-toolbar-md-separator-height</td>
<td>Calculation</td>
<td>Null</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 + 1px * 2)</code></td>
<td><code>null</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>
</td>
</tr>
<tr>
<td>$kendo-toolbar-lg-separator-height</td>
<td>Calculation</td>
<td>Null</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 + 1px * 2)</code></td>
<td><code>null</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 @@ -289,9 +289,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-toolbar-scroll-overlay</td>
<td>List</td>
<td>Null</td>
<td><code>$kendo-toolbar-bg, 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-surface, #f8f9fa), color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 0%, transparent))</code></td>
<td><code>null</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 Toolbar.</div></div>
Expand Down Expand Up @@ -349,9 +349,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-toolbar-outline-scroll-overlay</td>
<td>List</td>
<td>Null</td>
<td><code>if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), 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>
<td><code>null</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 outline Toolbar.</div></div>
Expand Down Expand Up @@ -409,9 +409,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-toolbar-flat-scroll-overlay</td>
<td>List</td>
<td>Null</td>
<td><code>if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), 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>
<td><code>null</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 flat Toolbar.</div></div>
Expand Down Expand Up @@ -476,6 +476,46 @@ 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 sizes map for the Toolbar.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-overflow-container-font-size</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</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 Toolbar overflow container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-overflow-container-line-height</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</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 Toolbar overflow container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-overflow-button-padding-y</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</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 Toolbar overflow button.</div></div>
</td>
</tr>
<tr>
<td>$kendo-toolbar-overflow-button-padding-x</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</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 Toolbar overflow button.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
Loading

0 comments on commit 8b67655

Please sign in to comment.