Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Apr 25, 2024
1 parent 30a58f6 commit c89e0ab
Show file tree
Hide file tree
Showing 62 changed files with 16,840 additions and 227 deletions.
68 changes: 68 additions & 0 deletions packages/bootstrap/docs/customization-accessibility.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: Customizing Accessibility
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization."
slug: variables_kendothemebootstrap_accessibility
position: 9
---

# Customizing Accessibility

## Variables

The following table lists the available variables for customization.

<table class="theme-variables">
<colgroup>
<col style="width: 200px; white-space:nowrap;" />
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default value</th>
<th>Computed value</th>
</tr>
</thead>
<tbody>
<tr>
<td>$wcag-min-contrast-ratio</td>
<td>Number</td>
<td><code>7</code></td>
<td><code>4.5</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The contrast ratio to reach against white, to determine if color changes from "light" to "dark".<br />Acceptable values for WCAG 2.0 are 3, 4.5 and 7.</div></div>
</td>
</tr>
<tr>
<td>$wcag-dark</td>
<td>Color</td>
<td><code>black</code></td>
<td><span class="color-preview" style="background-color: black"></span><code>black</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Default dark color for WCAG 2.0.</div></div>
</td>
</tr>
<tr>
<td>$wcag-light</td>
<td>Color</td>
<td><code>white</code></td>
<td><span class="color-preview" style="background-color: white"></span><code>white</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Default light color for WCAG 2.0.</div></div>
</td>
</tr>
</tbody>
</table>

## Suggested Links

* [Styling Overview]({% slug themesandstyles %})
* [Web Font Icons]({% slug icons %})
* [Preview of the Themed Components](../)

80 changes: 80 additions & 0 deletions packages/bootstrap/docs/customization-color-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,86 @@ 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">Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark</div></div>
</td>
</tr>
<tr>
<td>$kendo-color-white</td>
<td>Color</td>
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td>
<td><span class="color-preview" style="background-color: #ffffff"></span><code>#ffffff</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color white.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-color-black</td>
<td>Color</td>
<td><span class="color-preview" style="background-color: #000000"></span><code>#000000</code></td>
<td><span class="color-preview" style="background-color: #000000"></span><code>#000000</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color black.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-color-rgba-transparent</td>
<td>Color</td>
<td><code>rgba(0, 0, 0, 0)</code></td>
<td><span class="color-preview" style="background-color: rgba(0, 0, 0, 0)"></span><code>rgba(0, 0, 0, 0)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color transparent.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-gradient-transparent-to-black</td>
<td>Gradient</td>
<td><code>rgba(black, 0), black</code></td>
<td><code>rgba(0, 0, 0, 0), black</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">A gradient that goes from transparent to black.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-gradient-transparent-to-white</td>
<td>Gradient</td>
<td><code>rgba(white, 0), white</code></td>
<td><code>rgba(255, 255, 255, 0), white</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">A gradient that goes from transparent to white.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-gradient-black-to-transparent</td>
<td>Gradient</td>
<td><code>black, rgba(black, 0)</code></td>
<td><code>black, rgba(0, 0, 0, 0)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">A gradient that goes from black to transparent.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-gradient-white-to-transparent</td>
<td>Gradient</td>
<td><code>white, rgba(white, 0)</code></td>
<td><code>white, rgba(255, 255, 255, 0)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">A gradient that goes from white to transparent.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
<tr>
<td>$kendo-gradient-rainbow</td>
<td>Gradient</td>
<td><span class="color-preview" style="background-color: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000"></span><code>#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000</code></td>
<td><code>#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">A gradient that cycles through the colors of the rainbow.<br />Note: you cannot change this value.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
39 changes: 39 additions & 0 deletions packages/bootstrap/docs/customization-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,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">Text color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-display</td>
<td>Map</td>
<td><code>(
1: (
font-size: $kendo-display1-font-size,
font-family: $kendo-display1-font-family,
line-height: $kendo-display1-line-height,
font-weight: $kendo-display1-font-weight,
letter-spacing: $kendo-display1-letter-spacing
),
2: (
font-size: $kendo-display2-font-size,
font-family: $kendo-display2-font-family,
line-height: $kendo-display2-line-height,
font-weight: $kendo-display2-font-weight,
letter-spacing: $kendo-display2-letter-spacing
),
3: (
font-size: $kendo-display3-font-size,
font-family: $kendo-display3-font-family,
line-height: $kendo-display3-line-height,
font-weight: $kendo-display3-font-weight,
letter-spacing: $kendo-display3-letter-spacing
),
4: (
font-size: $kendo-display4-font-size,
font-family: $kendo-display4-font-family,
line-height: $kendo-display4-line-height,
font-weight: $kendo-display4-font-weight,
letter-spacing: $kendo-display4-letter-spacing
),
)</code></td>
<td><code>(1: (font-size: 5rem, font-family: null, line-height: 1.2, font-weight: 300, letter-spacing: null), 2: (font-size: 4.5rem, font-family: null, line-height: 1.2, font-weight: 300, letter-spacing: null), 3: (font-size: 4rem, font-family: null, line-height: 1.2, font-weight: 300, letter-spacing: null), 4: (font-size: 3.5rem, font-family: null, line-height: 1.2, font-weight: 300, letter-spacing: null))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The displays Map</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-scheduler-tooltip-day-font-size</td>
<td>Calculation</td>
<td><code>calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 )</code></td>
<td><code>calc(var(--kendo-font-size-sm, inherit) * 2)</code></td>
<td><code>calc( var( --kendo-font-size-sm, #{$kendo-font-size-sm} ) * 2 )</code></td>
<td><code>calc(var(--kendo-font-size-sm, 0.875rem) * 2)</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 day inside the Scheduler Tooltip.</div></div>
Expand Down
48 changes: 48 additions & 0 deletions packages/bootstrap/docs/customization-spacing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Customizing Spacing
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization."
slug: variables_kendothemebootstrap_spacing
position: 9
---

# Customizing Spacing

## Variables

The following table lists the available variables for customization.

<table class="theme-variables">
<colgroup>
<col style="width: 200px; white-space:nowrap;" />
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Default value</th>
<th>Computed value</th>
</tr>
</thead>
<tbody>
<tr>
<td>$kendo-spacing</td>
<td>Map</td>
<td><code>$_default-spacing</code></td>
<td><code>(0: 0px, 1px: 1px, 0.5: 0.125rem, 1: 0.25rem, 1.5: 0.375rem, 2: 0.5rem, 2.5: 0.625rem, 3: 0.75rem, 3.5: 0.875rem, 4: 1rem, 4.5: 1.125rem, 5: 1.25rem, 5.5: 1.375rem, 6: 1.5rem, 6.5: 1.625rem, 7: 1.75rem, 7.5: 1.875rem, 8: 2rem, 9: 2.25rem, 10: 2.5rem, 11: 2.75rem, 12: 3rem, 13: 3.25rem, 14: 3.5rem, 15: 3.75rem, 16: 4rem, 17: 4.25rem, 18: 4.5rem, 19: 4.75rem, 20: 5rem, 21: 5.25rem, 22: 5.5rem, 23: 5.75rem, 24: 6rem, 25: 7rem, 26: 8rem, 27: 9rem, 28: 10rem, 29: 11rem, 30: 12rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The global default Spacing map.</div></div>
</td>
</tr>
</tbody>
</table>

## Suggested Links

* [Styling Overview]({% slug themesandstyles %})
* [Web Font Icons]({% slug icons %})
* [Preview of the Themed Components](../)

4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-tooltip-title-font-size</td>
<td>Calculation</td>
<td><code>calc( #{$kendo-tooltip-font-size} * 1.25 )</code></td>
<td><code>calc(var(--kendo-font-size-sm, inherit) * 1.25)</code></td>
<td><code>calc( var( --kendo-font-size-sm, #{$kendo-font-size-sm} ) * 1.25 )</code></td>
<td><code>calc(var(--kendo-font-size-sm, 0.875rem) * 1.25)</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 Tooltip title.</div></div>
Expand Down
Loading

0 comments on commit c89e0ab

Please sign in to comment.