Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Nov 26, 2024
1 parent 3920615 commit a00a5ae
Show file tree
Hide file tree
Showing 20 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/docs/customization-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-editor-highlighted-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), color.mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #cfe2ff)</code></td>
</tr>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions packages/bootstrap/docs/customization-gantt.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-gantt-line-fill</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), k-color-mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), color.mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-on-base, #212529)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -290,7 +290,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-gantt-summary-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( subtle ), k-color-mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( subtle ), color.mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-subtle, #596169)</code></td>
</tr>
<tr>
Expand All @@ -310,7 +310,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-gantt-summary-selected-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), k-color-mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), color.mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-primary-subtle-active, #9ec5fe)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -400,7 +400,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-gantt-task-selected-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), k-color-mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), color.mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-primary-subtle-active, #9ec5fe)</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/docs/customization-stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-stepper-indicator-done-disabled-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))</code></td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))</code></td>
<td><code>color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 60%, transparent)</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/docs/customization-switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-switch-off-track-focus-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-switch-off-track-bg, $kendo-color-primary ))</code></td>
<td><code>var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4))</code></td>
</tr>
<tr>
Expand Down
14 changes: 7 additions & 7 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9086,7 +9086,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-editor-highlighted-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), color.mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #cfe2ff)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -11549,7 +11549,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-gantt-line-fill</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), k-color-mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( on-base ), color.mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-on-base, #212529)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -11669,7 +11669,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-gantt-summary-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( subtle ), k-color-mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( subtle ), color.mix( $kendo-gantt-text, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-subtle, #596169)</code></td>
</tr>
<tr>
Expand All @@ -11689,7 +11689,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-gantt-summary-selected-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), k-color-mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), color.mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-primary-subtle-active, #9ec5fe)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -11779,7 +11779,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-gantt-task-selected-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), k-color-mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle-active ), color.mix( $kendo-selected-bg, $kendo-gantt-bg ))</code></td>
<td><code>var(--kendo-color-primary-subtle-active, #9ec5fe)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -24491,7 +24491,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-stepper-indicator-done-disabled-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))</code></td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))</code></td>
<td><code>color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 60%, transparent)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -24965,7 +24965,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-switch-off-track-focus-border</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-emphasis ), color.mix( $kendo-switch-off-track-bg, $kendo-color-primary ))</code></td>
<td><code>var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4))</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion packages/classic/docs/customization-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-editor-highlighted-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), color.mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #fff2eb)</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion packages/classic/docs/customization-stepper.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-stepper-indicator-done-disabled-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% ))</code></td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% ))</code></td>
<td><code>color-mix(in srgb, var(--kendo-color-primary, #f35800) 60%, transparent)</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/classic/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9297,7 +9297,7 @@ The following table lists the available variables for customizing the Classic th
<tr>
<td>$kendo-editor-highlighted-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>if($kendo-enable-color-system, k-color( primary-subtle ), color.mix( $kendo-color-primary, #ffffff, 20% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #fff2eb)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -24872,7 +24872,7 @@ The following table lists the available variables for customizing the Classic th
<tr>
<td>$kendo-stepper-indicator-done-disabled-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% ))</code></td>
<td><code>if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), color.mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% ))</code></td>
<td><code>color-mix(in srgb, var(--kendo-color-primary, #f35800) 60%, transparent)</code></td>
</tr>
<tr>
Expand Down
Loading

0 comments on commit a00a5ae

Please sign in to comment.