Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Oct 3, 2024
1 parent a121ffb commit c1fe598
Show file tree
Hide file tree
Showing 16 changed files with 610 additions and 100 deletions.
10 changes: 0 additions & 10 deletions packages/bootstrap/docs/customization-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,16 +476,6 @@ 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 base shadow of the List group items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #596169)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-option-label-text</td>
<td>String</td>
Expand Down
58 changes: 58 additions & 0 deletions packages/bootstrap/docs/customization-no-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: Customizing NoData
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization."
slug: variables_kendothemebootstrap_no-data
position: 9
---

# Customizing NoData

## 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-no-data-min-height</td>
<td>Number</td>
<td><code>140px</code></td>
<td><code>140px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #596169)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
</tbody>
</table>

## Suggested Links

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

50 changes: 40 additions & 10 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -13820,16 +13820,6 @@ 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 base shadow of the List group items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #596169)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-option-label-text</td>
<td>String</td>
Expand Down Expand Up @@ -15733,6 +15723,46 @@ The following table lists the available variables for customizing the Bootstrap
</tbody>
</table>

### NoData

<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-no-data-min-height</td>
<td>Number</td>
<td><code>140px</code></td>
<td><code>140px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #596169)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
</tbody>
</table>

### Notification

<table class="theme-variables">
Expand Down
10 changes: 0 additions & 10 deletions packages/classic/docs/customization-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,16 +476,6 @@ 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 base shadow of the List group items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #666666)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-option-label-text</td>
<td>String</td>
Expand Down
58 changes: 58 additions & 0 deletions packages/classic/docs/customization-no-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: Customizing NoData
description: "Refer to the list of the Kendo UI Classic theme variables available for customization."
slug: variables_kendothemeclassic_no-data
position: 9
---

# Customizing NoData

## 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-no-data-min-height</td>
<td>Number</td>
<td><code>140px</code></td>
<td><code>140px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #666666)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
</tbody>
</table>

## Suggested Links

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

50 changes: 40 additions & 10 deletions packages/classic/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -13981,16 +13981,6 @@ The following table lists the available variables for customizing the Classic th
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base shadow of the List group items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #666666)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-option-label-text</td>
<td>String</td>
Expand Down Expand Up @@ -15894,6 +15884,46 @@ The following table lists the available variables for customizing the Classic th
</tbody>
</table>

### NoData

<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-no-data-min-height</td>
<td>Number</td>
<td><code>140px</code></td>
<td><code>140px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #666666)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
</tbody>
</table>

### Notification

<table class="theme-variables">
Expand Down
10 changes: 0 additions & 10 deletions packages/default/docs/customization-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,16 +476,6 @@ 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 base shadow of the List group items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #666666)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-list-option-label-text</td>
<td>String</td>
Expand Down
58 changes: 58 additions & 0 deletions packages/default/docs/customization-no-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
title: Customizing NoData
description: "Refer to the list of the Kendo UI Default theme variables available for customization."
slug: variables_kendothemedefault_no-data
position: 9
---

# Customizing NoData

## 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-no-data-min-height</td>
<td>Number</td>
<td><code>140px</code></td>
<td><code>140px</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-no-data-text</td>
<td>String</td>
<td><code>$kendo-subtle-text</code></td>
<td><code>var(--kendo-color-subtle, #666666)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
</td>
</tr>
</tbody>
</table>

## Suggested Links

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

Loading

0 comments on commit c1fe598

Please sign in to comment.