Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Feb 18, 2025
1 parent b2ae7da commit eb78e51
Show file tree
Hide file tree
Showing 70 changed files with 1,122 additions and 1,116 deletions.
8 changes: 4 additions & 4 deletions packages/default/docs/customization-appbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-appbar-light-bg</td>
<td>String</td>
<td><code>$kendo-color-light</code></td>
<td><code>k-color( light )</code></td>
<td><code>var(--kendo-color-light, #ebebeb)</code></td>
</tr>
<tr>
Expand All @@ -140,7 +140,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-appbar-light-text</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light ))</code></td>
<td><code>k-color( on-light )</code></td>
<td><code>var(--kendo-color-on-light, #000000)</code></td>
</tr>
<tr>
Expand All @@ -150,7 +150,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-appbar-dark-bg</td>
<td>String</td>
<td><code>$kendo-color-dark</code></td>
<td><code>k-color( dark )</code></td>
<td><code>var(--kendo-color-dark, #3d3d3d)</code></td>
</tr>
<tr>
Expand All @@ -160,7 +160,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-appbar-dark-text</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark ))</code></td>
<td><code>k-color( on-dark )</code></td>
<td><code>var(--kendo-color-on-dark, #ffffff)</code></td>
</tr>
<tr>
Expand Down
13 changes: 12 additions & 1 deletion packages/default/docs/customization-avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,18 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-avatar-theme-colors</td>
<td>Map</td>
<td><code>$kendo-theme-colors</code></td>
<td><code>(
"primary": k-color( primary ),
"secondary": k-color( secondary ),
"tertiary": k-color( tertiary ),
"info": k-color( info ),
"success": k-color( success ),
"warning": k-color( warning ),
"error": k-color( error ),
"dark": k-color( dark ),
"light": k-color( light ),
"inverse": if($kendo-is-dark-theme, k-color( light ), k-color( dark ))
)</code></td>
<td><ul><li>primary: var(--kendo-color-primary, #ff6358)</li><li>secondary: var(--kendo-color-secondary, #666666)</li><li>tertiary: var(--kendo-color-tertiary, #03a9f4)</li><li>info: var(--kendo-color-info, #0058e9)</li><li>success: var(--kendo-color-success, #37b400)</li><li>warning: var(--kendo-color-warning, #ffc000)</li><li>error: var(--kendo-color-error, #f31700)</li><li>dark: var(--kendo-color-dark, #3d3d3d)</li><li>light: var(--kendo-color-light, #ebebeb)</li><li>inverse: var(--kendo-color-dark, #3d3d3d)</li></ul></td>
</tr>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions packages/default/docs/customization-bottom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-bottom-nav-flat-text</td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>k-color( on-app-surface )</code></td>
<td><code>var(--kendo-color-on-app-surface, #3d3d3d)</code></td>
</tr>
<tr>
Expand All @@ -200,7 +200,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-bottom-nav-flat-bg</td>
<td>String</td>
<td><code>$kendo-component-bg</code></td>
<td><code>k-color( surface-alt )</code></td>
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
</tr>
<tr>
Expand All @@ -210,7 +210,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-bottom-nav-flat-border</td>
<td>String</td>
<td><code>$kendo-component-border</code></td>
<td><code>k-color( border )</code></td>
<td><code>var(--kendo-color-border, rgba(0, 0, 0, 0.08))</code></td>
</tr>
<tr>
Expand Down
16 changes: 8 additions & 8 deletions packages/default/docs/customization-breadcrumb.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-bg</td>
<td>String</td>
<td><code>$kendo-component-bg</code></td>
<td><code>k-color( surface-alt )</code></td>
<td><code>var(--kendo-color-surface-alt, #ffffff)</code></td>
</tr>
<tr>
Expand All @@ -180,7 +180,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-text</td>
<td>String</td>
<td><code>$kendo-component-text</code></td>
<td><code>k-color( on-app-surface )</code></td>
<td><code>var(--kendo-color-on-app-surface, #3d3d3d)</code></td>
</tr>
<tr>
Expand All @@ -190,7 +190,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-border</td>
<td>String</td>
<td><code>$kendo-component-border</code></td>
<td><code>k-color( border )</code></td>
<td><code>var(--kendo-color-border, rgba(0, 0, 0, 0.08))</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -410,7 +410,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-link-text</td>
<td>String</td>
<td><code>$kendo-link-text</code></td>
<td><code>k-color( primary )</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</code></td>
</tr>
<tr>
Expand All @@ -430,7 +430,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-link-hover-bg</td>
<td>String</td>
<td><code>$kendo-base-bg</code></td>
<td><code>k-color( surface )</code></td>
<td><code>var(--kendo-color-surface, #fafafa)</code></td>
</tr>
<tr>
Expand All @@ -440,7 +440,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-link-hover-text</td>
<td>String</td>
<td><code>$kendo-link-hover-text</code></td>
<td><code>k-color( primary-hover )</code></td>
<td><code>var(--kendo-color-primary-hover, #ea5a51)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -470,7 +470,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-link-focus-text</td>
<td>String</td>
<td><code>$kendo-link-text</code></td>
<td><code>k-color( primary )</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -530,7 +530,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-breadcrumb-root-link-hover-bg</td>
<td>String</td>
<td><code>$kendo-base-bg</code></td>
<td><code>k-color( surface )</code></td>
<td><code>var(--kendo-color-surface, #fafafa)</code></td>
</tr>
<tr>
Expand Down
35 changes: 22 additions & 13 deletions packages/default/docs/customization-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,20 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-theme-colors</td>
<td>Map</td>
<td><code>map.merge(
$kendo-theme-colors,
( "base": if($kendo-enable-color-system, k-color( base ), #f5f5f5) )
<td><code>(
"base": k-color( base ),
"primary": k-color( primary ),
"secondary": k-color( secondary ),
"tertiary": k-color( tertiary ),
"info": k-color( info ),
"success": k-color( success ),
"warning": k-color( warning ),
"error": k-color( error ),
"dark": k-color( dark ),
"light": k-color( light ),
"inverse": if($kendo-is-dark-theme, k-color( light ), k-color( dark ))
)</code></td>
<td><ul><li>primary: var(--kendo-color-primary, #ff6358)</li><li>secondary: var(--kendo-color-secondary, #666666)</li><li>tertiary: var(--kendo-color-tertiary, #03a9f4)</li><li>info: var(--kendo-color-info, #0058e9)</li><li>success: var(--kendo-color-success, #37b400)</li><li>warning: var(--kendo-color-warning, #ffc000)</li><li>error: var(--kendo-color-error, #f31700)</li><li>dark: var(--kendo-color-dark, #3d3d3d)</li><li>light: var(--kendo-color-light, #ebebeb)</li><li>inverse: var(--kendo-color-dark, #3d3d3d)</li><li>base: var(--kendo-color-base, #f5f5f5)</li></ul></td>
<td><ul><li>base: var(--kendo-color-base, #f5f5f5)</li><li>primary: var(--kendo-color-primary, #ff6358)</li><li>secondary: var(--kendo-color-secondary, #666666)</li><li>tertiary: var(--kendo-color-tertiary, #03a9f4)</li><li>info: var(--kendo-color-info, #0058e9)</li><li>success: var(--kendo-color-success, #37b400)</li><li>warning: var(--kendo-color-warning, #ffc000)</li><li>error: var(--kendo-color-error, #f31700)</li><li>dark: var(--kendo-color-dark, #3d3d3d)</li><li>light: var(--kendo-color-light, #ebebeb)</li><li>inverse: var(--kendo-color-dark, #3d3d3d)</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The theme colors map for the Button.</div></div>
Expand All @@ -282,7 +291,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( base ), #f5f5f5)</code></td>
<td><code>k-color( base )</code></td>
<td><code>var(--kendo-color-base, #f5f5f5)</code></td>
</tr>
<tr>
Expand All @@ -292,7 +301,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-text</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), #424242)</code></td>
<td><code>k-color( on-base )</code></td>
<td><code>var(--kendo-color-on-base, #3d3d3d)</code></td>
</tr>
<tr>
Expand All @@ -302,7 +311,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( border ), rgba( black, .08 ))</code></td>
<td><code>k-color( border )</code></td>
<td><code>var(--kendo-color-border, rgba(0, 0, 0, 0.08))</code></td>
</tr>
<tr>
Expand All @@ -312,7 +321,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-gradient</td>
<td>Null</td>
<td><code>if($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 )))</code></td>
<td><code>null</code></td>
<td><code>null</code></td>
</tr>
<tr>
Expand All @@ -332,7 +341,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-hover-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, .5 ))</code></td>
<td><code>k-color( base-hover )</code></td>
<td><code>var(--kendo-color-base-hover, #ebebeb)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -382,7 +391,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-active-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 1.5 ))</code></td>
<td><code>k-color( base-active )</code></td>
<td><code>var(--kendo-color-base-active, #d6d6d6)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -432,7 +441,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-selected-bg</td>
<td>String</td>
<td><code>$kendo-color-primary</code></td>
<td><code>k-color( primary )</code></td>
<td><code>var(--kendo-color-primary, #ff6358)</code></td>
</tr>
<tr>
Expand All @@ -442,7 +451,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-selected-text</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))</code></td>
<td><code>k-color( on-primary )</code></td>
<td><code>var(--kendo-color-on-primary, #ffffff)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -522,7 +531,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-focus-shadow</td>
<td>List</td>
<td><code>0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-border, .08 ))</code></td>
<td><code>0 0 0 2px color-mix(in srgb, k-color( on-app-surface ) 8%, transparent)</code></td>
<td><code>(0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent))</code></td>
</tr>
<tr>
Expand Down
Loading

0 comments on commit eb78e51

Please sign in to comment.