Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
silviyaboteva committed Sep 5, 2024
1 parent 7d36a44 commit 5f16f89
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 24 deletions.
16 changes: 13 additions & 3 deletions packages/bootstrap/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,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 gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</td>
<td>String</td>
<td><code>var( --kendo-font-weight-bold, normal )</code></td>
<td><code>var(--kendo-font-weight-bold, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>List</td>
Expand Down Expand Up @@ -359,9 +369,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-tabstrip-item-disabled-text</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #212529)</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 the disabled TabStrip items.</div></div>
Expand Down
16 changes: 13 additions & 3 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25251,6 +25251,16 @@ 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 gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</td>
<td>String</td>
<td><code>var( --kendo-font-weight-bold, normal )</code></td>
<td><code>var(--kendo-font-weight-bold, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>List</td>
Expand Down Expand Up @@ -25283,9 +25293,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-tabstrip-item-disabled-text</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #212529)</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 the disabled TabStrip items.</div></div>
Expand Down
14 changes: 12 additions & 2 deletions packages/classic/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-tabstrip-item-selected-text</td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #272727)</code></td>
<td><code>$kendo-link-text</code></td>
<td><code>var(--kendo-color-primary, #f35800)</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 the selected TabStrip items.</div></div>
Expand All @@ -327,6 +327,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 gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>List</td>
Expand Down
14 changes: 12 additions & 2 deletions packages/classic/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25435,8 +25435,8 @@ The following table lists the available variables for customizing the Classic th
<tr>
<td>$kendo-tabstrip-item-selected-text</td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #272727)</code></td>
<td><code>$kendo-link-text</code></td>
<td><code>var(--kendo-color-primary, #f35800)</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 the selected TabStrip items.</div></div>
Expand All @@ -25462,6 +25462,16 @@ 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 gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>List</td>
Expand Down
22 changes: 16 additions & 6 deletions packages/default/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-tabstrip-item-text</td>
<td>String</td>
<td><code>$kendo-link-text</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</code></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 text color of the TabStrip items.</div></div>
Expand Down Expand Up @@ -260,8 +260,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-tabstrip-item-hover-text</td>
<td>String</td>
<td><code>$kendo-link-hover-text</code></td>
<td><code>var(--kendo-color-primary-hover, #ea5a51)</code></td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #3d3d3d)</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 the hovered TabStrip items.</div></div>
Expand Down Expand Up @@ -300,8 +300,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-tabstrip-item-selected-text</td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #3d3d3d)</code></td>
<td><code>$kendo-link-text</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</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 the selected TabStrip items.</div></div>
Expand All @@ -327,6 +327,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 gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>List</td>
Expand Down
22 changes: 16 additions & 6 deletions packages/default/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25554,8 +25554,8 @@ The following table lists the available variables for customizing the Default th
<tr>
<td>$kendo-tabstrip-item-text</td>
<td>String</td>
<td><code>$kendo-link-text</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</code></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 text color of the TabStrip items.</div></div>
Expand Down Expand Up @@ -25594,8 +25594,8 @@ The following table lists the available variables for customizing the Default th
<tr>
<td>$kendo-tabstrip-item-hover-text</td>
<td>String</td>
<td><code>$kendo-link-hover-text</code></td>
<td><code>var(--kendo-color-primary-hover, #ea5a51)</code></td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #3d3d3d)</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 the hovered TabStrip items.</div></div>
Expand Down Expand Up @@ -25634,8 +25634,8 @@ The following table lists the available variables for customizing the Default th
<tr>
<td>$kendo-tabstrip-item-selected-text</td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>var(--kendo-color-on-app-surface, #3d3d3d)</code></td>
<td><code>$kendo-link-text</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</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 the selected TabStrip items.</div></div>
Expand All @@ -25661,6 +25661,16 @@ The following table lists the available variables for customizing the Default th
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>List</td>
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ The following table lists the available variables for customization.
<td><code>var(--kendo-font-weight-bold, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background gradient of the selected TabStrip items.</div></div>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion packages/fluent/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -30210,7 +30210,7 @@ The following table lists the available variables for customizing the Fluent the
<td><code>var(--kendo-font-weight-bold, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background gradient of the selected TabStrip items.</div></div>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
Expand Down
10 changes: 10 additions & 0 deletions packages/material/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,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 gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>Null</td>
Expand Down
10 changes: 10 additions & 0 deletions packages/material/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -25352,6 +25352,16 @@ The following table lists the available variables for customizing the Material t
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The gradient of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-focus-shadow</td>
<td>Null</td>
Expand Down
20 changes: 20 additions & 0 deletions packages/nouvelle/docs/customization-tabstrip.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,26 @@ 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 focus shadow of the tabstrip item</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-dragging-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 the dragged TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-indicator-size</td>
<td>String</td>
Expand Down
20 changes: 20 additions & 0 deletions packages/nouvelle/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4439,6 +4439,26 @@ The following table lists the available variables for customizing the Nouvelle t
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The focus shadow of the tabstrip item</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-selected-font-weight</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 weight of the selected TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-item-dragging-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 the dragged TabStrip items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-tabstrip-indicator-size</td>
<td>String</td>
Expand Down

0 comments on commit 5f16f89

Please sign in to comment.