Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jul 16, 2024
1 parent 2e4a0c6 commit 8ac1ed2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-chart-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #cfe2ff)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -70,7 +70,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4))</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4228,7 +4228,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #cfe2ff)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -4258,7 +4258,7 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, rgba(13, 110, 253, 0.4))</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/classic/docs/customization-chart-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #fff2eb)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -70,7 +70,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, #ff8b47)</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 @@ -4259,7 +4259,7 @@ The following table lists the available variables for customizing the Classic th
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #fff2eb)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -4289,7 +4289,7 @@ The following table lists the available variables for customizing the Classic th
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, #ff8b47)</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/default/docs/customization-chart-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #ffeceb)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -70,7 +70,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, #ff9d97)</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/default/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4478,7 +4478,7 @@ The following table lists the available variables for customizing the Default th
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #ffeceb)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -4508,7 +4508,7 @@ The following table lists the available variables for customizing the Default th
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, #ff9d97)</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/material/docs/customization-chart-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #d1d5ee)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -70,7 +70,7 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, #97a0d7)</code></td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions packages/material/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -4248,7 +4248,7 @@ The following table lists the available variables for customizing the Material t
<tr>
<td>$kendo-chart-wizard-icon-area-bg</td>
<td>String</td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle)</code></td>
<td><code>if($kendo-enable-color-system, k-color(primary-subtle), k-try-tint( $kendo-color-primary, 80% ))</code></td>
<td><code>var(--kendo-color-primary-subtle, #d1d5ee)</code></td>
</tr>
<tr>
Expand Down Expand Up @@ -4278,7 +4278,7 @@ The following table lists the available variables for customizing the Material t
<tr>
<td>$kendo-chart-wizard-icon-area-focus-shadow</td>
<td>List</td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis)</code></td>
<td><code>inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), k-try-tint( $kendo-color-primary, 25% ))</code></td>
<td><code>inset 0 0 0 1px var(--kendo-color-primary-emphasis, #97a0d7)</code></td>
</tr>
<tr>
Expand Down

0 comments on commit 8ac1ed2

Please sign in to comment.