Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Oct 31, 2024
1 parent 4097698 commit 883dad5
Show file tree
Hide file tree
Showing 236 changed files with 13,279 additions and 14,778 deletions.
20 changes: 5 additions & 15 deletions packages/bootstrap/docs/customization-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,20 @@ The following table lists the available variables for customization.
</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></td>
<td><code>black</code></td>
<td><span class="color-preview" style="background-color: black"></span><code>black</code></td>
<td></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 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-light</td>
<td>Color</td>
<td></td>
<td><code>white</code></td>
<td><span class="color-preview" style="background-color: white"></span><code>white</code></td>
<td></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>
Expand Down
40 changes: 20 additions & 20 deletions packages/bootstrap/docs/customization-badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-badge-border-radius</td>
<td>Number</td>
<td><code>$badge-border-radius</code></td>
<td><code>0.375rem</code></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 border radius of the Badge.</div></div>
Expand All @@ -50,7 +50,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-padding-x</td>
<td>Number</td>
<td><code>$badge-padding-x</code></td>
<td><code>.65em</code></td>
<td><code>0.65em</code></td>
</tr>
<tr>
Expand All @@ -60,7 +60,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-sm-padding-x</td>
<td>Number</td>
<td><code>k-math-div( $badge-padding-x, 2 )</code></td>
<td><code>calc( $kendo-badge-padding-x / 2 )</code></td>
<td><code>0.325em</code></td>
</tr>
<tr>
Expand All @@ -70,7 +70,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-md-padding-x</td>
<td>Number</td>
<td><code>$badge-padding-x</code></td>
<td><code>.65em</code></td>
<td><code>0.65em</code></td>
</tr>
<tr>
Expand All @@ -80,7 +80,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-lg-padding-x</td>
<td>Number</td>
<td><code>( $badge-padding-x * 1.5 )</code></td>
<td><code>calc( $kendo-badge-padding-x * 1.5 )</code></td>
<td><code>0.975em</code></td>
</tr>
<tr>
Expand All @@ -90,7 +90,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-padding-y</td>
<td>Number</td>
<td><code>$badge-padding-y</code></td>
<td><code>.35em</code></td>
<td><code>0.35em</code></td>
</tr>
<tr>
Expand All @@ -100,7 +100,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-sm-padding-y</td>
<td>Number</td>
<td><code>k-math-div( $badge-padding-y, 2 )</code></td>
<td><code>calc( $kendo-badge-padding-y / 2 )</code></td>
<td><code>0.175em</code></td>
</tr>
<tr>
Expand All @@ -110,7 +110,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-md-padding-y</td>
<td>Number</td>
<td><code>$badge-padding-y</code></td>
<td><code>.35em</code></td>
<td><code>0.35em</code></td>
</tr>
<tr>
Expand All @@ -120,7 +120,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-lg-padding-y</td>
<td>Number</td>
<td><code>( $badge-padding-y * 1.5 )</code></td>
<td><code>calc( $kendo-badge-padding-y * 1.5 )</code></td>
<td><code>0.525em</code></td>
</tr>
<tr>
Expand All @@ -130,8 +130,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-font-size</td>
<td>Number</td>
<td><code>$badge-font-size</code></td>
<td><code>0.75em</code></td>
<td><code>$kendo-font-size * .75</code></td>
<td><code>0.75rem</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font sizes of the Badge.</div></div>
Expand All @@ -140,8 +140,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-sm-font-size</td>
<td>Number</td>
<td><code>$badge-font-size</code></td>
<td><code>0.75em</code></td>
<td><code>$kendo-badge-font-size</code></td>
<td><code>0.75rem</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 Badge.</div></div>
Expand All @@ -150,8 +150,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-md-font-size</td>
<td>Number</td>
<td><code>$badge-font-size</code></td>
<td><code>0.75em</code></td>
<td><code>$kendo-badge-font-size</code></td>
<td><code>0.75rem</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 Badge.</div></div>
Expand All @@ -160,8 +160,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-badge-lg-font-size</td>
<td>Number</td>
<td><code>$badge-font-size</code></td>
<td><code>0.75em</code></td>
<td><code>$kendo-badge-font-size</code></td>
<td><code>0.75rem</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 Badge.</div></div>
Expand Down Expand Up @@ -273,7 +273,7 @@ The following table lists the available variables for customization.
min-width: $kendo-badge-lg-min-width
)
)</code></td>
<td><ul><li>sm: "padding-x":"0.325em","padding-y":"0.175em","font-size":"0.75em","line-height":1,"min-width":"calc(1em + 0.175em * 2 + 1px * 2)"</li><li>md: "padding-x":"0.65em","padding-y":"0.35em","font-size":"0.75em","line-height":1,"min-width":"calc(1em + 0.35em * 2 + 1px * 2)"</li><li>lg: "padding-x":"0.975em","padding-y":"0.525em","font-size":"0.75em","line-height":1,"min-width":"calc(1em + 0.525em * 2 + 1px * 2)"</li></ul></td>
<td><ul><li>sm: "padding-x":"0.325em","padding-y":"0.175em","font-size":"0.75rem","line-height":1,"min-width":"calc(1em + 0.175em * 2 + 1px * 2)"</li><li>md: "padding-x":"0.65em","padding-y":"0.35em","font-size":"0.75rem","line-height":1,"min-width":"calc(1em + 0.35em * 2 + 1px * 2)"</li><li>lg: "padding-x":"0.975em","padding-y":"0.525em","font-size":"0.75rem","line-height":1,"min-width":"calc(1em + 0.525em * 2 + 1px * 2)"</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The sizes map for the Badge.</div></div>
Expand Down
10 changes: 5 additions & 5 deletions packages/bootstrap/docs/customization-bottom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,17 @@ The following table lists the available variables for customization.
<td>$kendo-bottom-nav-item-min-height</td>
<td>Calculation</td>
<td><code>calc( #{$kendo-icon-size * 2.5} + #{k-spacing(4)} - calc( #{$kendo-bottom-nav-padding-x} * 2 ) )</code></td>
<td><code>calc(40px + var(--kendo-spacing-4, 1rem) - var(--kendo-spacing-0, 0px) * 2)</code></td>
<td><code>calc(2.5rem + var(--kendo-spacing-4, 1rem) - var(--kendo-spacing-0, 0px) * 2)</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 BottomNavigation item.</div></div>
</td>
</tr>
<tr>
<td>$kendo-bottom-nav-item-border-radius</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border radius of the BottomNavigation item.</div></div>
Expand Down Expand Up @@ -201,7 +201,7 @@ The following table lists the available variables for customization.
<td>$kendo-bottom-nav-flat-bg</td>
<td>String</td>
<td><code>$kendo-component-bg</code></td>
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
<td><code>var(--kendo-color-app-surface, #ffffff)</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 the flat BottomNavigation.</div></div>
Expand Down
22 changes: 11 additions & 11 deletions packages/bootstrap/docs/customization-breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-sm-line-height</td>
<td>Number</td>
<td><code>k-math-div( 20, 14 )</code></td>
<td><code>math.div( 20, 14 )</code></td>
<td><code>1.4285714286</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -171,7 +171,7 @@ The following table lists the available variables for customization.
<td>$kendo-breadcrumb-bg</td>
<td>String</td>
<td><code>$kendo-component-bg</code></td>
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
<td><code>var(--kendo-color-app-surface, #ffffff)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base background of the Breadcrumb.</div></div>
Expand Down Expand Up @@ -429,9 +429,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-breadcrumb-link-hover-bg</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</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 the hovered Breadcrumb link.</div></div>
Expand Down Expand Up @@ -469,9 +469,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-breadcrumb-link-focus-text</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>$kendo-breadcrumb-link-text</code></td>
<td><code>var(--kendo-color-primary, #0d6efd)</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 focused Breadcrumb link.</div></div>
Expand Down Expand Up @@ -529,9 +529,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-breadcrumb-root-link-hover-bg</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</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 the hovered Breadcrumb root link.</div></div>
Expand Down
Loading

0 comments on commit 883dad5

Please sign in to comment.