Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jan 16, 2024
1 parent e719f28 commit 6d772f7
Show file tree
Hide file tree
Showing 26 changed files with 670 additions and 250 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/docs/customization-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ The following table lists the available variables for customization.
<td>$kendo-button-transition</td>
<td>List</td>
<td><code>$kendo-transition</code></td>
<td><code>color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out</code></td>
<td><code>color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), background-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), border-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), box-shadow var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color transition of the Button.</div></div>
Expand Down
60 changes: 60 additions & 0 deletions packages/bootstrap/docs/customization-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,66 @@ 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">Text color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-transition</td>
<td>List</td>
<td><code>k-motion(short-4, ease-in-out, color, background-color, border-color, box-shadow)</code></td>
<td><code>color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), background-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), border-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), box-shadow var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Transition used across all components.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-duration</td>
<td>Number</td>
<td><code>.3s</code></td>
<td><code>0.3s</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-scrollview-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-timing-function</td>
<td>String</td>
<td><code>ease-in-out</code></td>
<td><code>ease-in-out</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-scrollview-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-property</td>
<td>String</td>
<td><code>height</code></td>
<td><code>height</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-duration</td>
<td>Number</td>
<td><code>300ms</code></td>
<td><code>300ms</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-timing-function</td>
<td>List</td>
<td><code>cubic-bezier(.4, 0, .2, 1) 0ms</code></td>
<td><code>cubic-bezier(0.4, 0, 0.2, 1) 0ms</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-floating-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-floating-label-transition</td>
<td>List</td>
<td><code>.2s ease-out</code></td>
<td><code>0.2s ease-out</code></td>
<td><code>k-motion(short-4, ease-out, transform, color, top, inset-inline-start)</code></td>
<td><code>transform var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), top var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), inset-inline-start var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transition of the Floating Label.</div></div>
Expand Down
20 changes: 5 additions & 15 deletions packages/bootstrap/docs/customization-scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,23 +288,13 @@ The following table lists the available variables for customization.
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-duration</td>
<td>Number</td>
<td><code>.3s</code></td>
<td><code>0.3s</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The duration of the ScrollView transition.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-timing-function</td>
<td>String</td>
<td><code>ease-in-out</code></td>
<td><code>ease-in-out</code></td>
<td>$kendo-scrollview-transition</td>
<td>List</td>
<td><code>k-motion(medium-2, ease-in-out, all)</code></td>
<td><code>(all var(--kendo-global-duration, var(--kendo-motion-medium-2, 0.3s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)),)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The timing function of the ScrollView transition.</div></div>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transition of the ScrollView.</div></div>
</td>
</tr>
</tbody>
Expand Down
86 changes: 68 additions & 18 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,66 @@ 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">Text color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-transition</td>
<td>List</td>
<td><code>k-motion(short-4, ease-in-out, color, background-color, border-color, box-shadow)</code></td>
<td><code>color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), background-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), border-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), box-shadow var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Transition used across all components.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-duration</td>
<td>Number</td>
<td><code>.3s</code></td>
<td><code>0.3s</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-scrollview-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-timing-function</td>
<td>String</td>
<td><code>ease-in-out</code></td>
<td><code>ease-in-out</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-scrollview-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-property</td>
<td>String</td>
<td><code>height</code></td>
<td><code>height</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-duration</td>
<td>Number</td>
<td><code>300ms</code></td>
<td><code>300ms</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-timing-function</td>
<td>List</td>
<td><code>cubic-bezier(.4, 0, .2, 1) 0ms</code></td>
<td><code>cubic-bezier(0.4, 0, 0.2, 1) 0ms</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -2208,7 +2268,7 @@ The following table lists the available variables for customizing the Bootstrap
<td>$kendo-button-transition</td>
<td>List</td>
<td><code>$kendo-transition</code></td>
<td><code>color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out</code></td>
<td><code>color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), background-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), border-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), box-shadow var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color transition of the Button.</div></div>
Expand Down Expand Up @@ -7513,8 +7573,8 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-floating-label-transition</td>
<td>List</td>
<td><code>.2s ease-out</code></td>
<td><code>0.2s ease-out</code></td>
<td><code>k-motion(short-4, ease-out, transform, color, top, inset-inline-start)</code></td>
<td><code>transform var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), top var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), inset-inline-start var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transition of the Floating Label.</div></div>
Expand Down Expand Up @@ -14223,23 +14283,13 @@ The following table lists the available variables for customizing the Bootstrap
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-duration</td>
<td>Number</td>
<td><code>.3s</code></td>
<td><code>0.3s</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The duration of the ScrollView transition.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-timing-function</td>
<td>String</td>
<td><code>ease-in-out</code></td>
<td><code>ease-in-out</code></td>
<td>$kendo-scrollview-transition</td>
<td>List</td>
<td><code>k-motion(medium-2, ease-in-out, all)</code></td>
<td><code>(all var(--kendo-global-duration, var(--kendo-motion-medium-2, 0.3s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)),)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The timing function of the ScrollView transition.</div></div>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transition of the ScrollView.</div></div>
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions packages/classic/docs/customization-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-button-transition</td>
<td>List</td>
<td><code>color .2s ease-in-out</code></td>
<td><code>color 0.2s ease-in-out</code></td>
<td><code>k-motion(short-4, ease-in-out, color)</code></td>
<td><code>(color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)),)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color transition of the flat Button.</div></div>
Expand Down
60 changes: 60 additions & 0 deletions packages/classic/docs/customization-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,66 @@ 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">Text color of disabled items.</div></div>
</td>
</tr>
<tr>
<td>$kendo-transition</td>
<td>List</td>
<td><code>k-motion(short-4, ease-in-out, color, background-color, border-color, box-shadow)</code></td>
<td><code>color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), background-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), border-color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)), box-shadow var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Transition used across all components.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-duration</td>
<td>Number</td>
<td><code>.3s!default</code></td>
<td><code>0.3s</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-scrollview-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-timing-function</td>
<td>String</td>
<td><code>ease-in-out</code></td>
<td><code>ease-in-out</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-scrollview-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-property</td>
<td>String</td>
<td><code>height</code></td>
<td><code>height</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-duration</td>
<td>Number</td>
<td><code>300ms</code></td>
<td><code>300ms</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
<tr>
<td>$kendo-stepper-content-transition-timing-function</td>
<td>List</td>
<td><code>cubic-bezier(.4, 0, .2, 1) 0ms</code></td>
<td><code>cubic-bezier(0.4, 0, 0.2, 1) 0ms</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Deprecated</b><div class="theme-variables-description">Use `$kendo-stepper-content-transition` instead.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
4 changes: 2 additions & 2 deletions packages/classic/docs/customization-floating-label.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-floating-label-transition</td>
<td>List</td>
<td><code>.2s ease-out</code></td>
<td><code>0.2s ease-out</code></td>
<td><code>k-motion(short-4, ease-out, transform, color, top, inset-inline-start)</code></td>
<td><code>transform var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), color var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), top var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1)), inset-inline-start var(--kendo-global-duration, var(--kendo-motion-short-4, 0.2s)) var(--kendo-motion-ease-out, cubic-bezier(0, 0, 0.58, 1))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transition of the Floating Label.</div></div>
Expand Down
20 changes: 5 additions & 15 deletions packages/classic/docs/customization-scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,23 +288,13 @@ The following table lists the available variables for customization.
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-duration</td>
<td>Number</td>
<td><code>.3s</code></td>
<td><code>0.3s</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The duration of the ScrollView transition.</div></div>
</td>
</tr>
<tr>
<td>$kendo-scrollview-transition-timing-function</td>
<td>String</td>
<td><code>ease-in-out</code></td>
<td><code>ease-in-out</code></td>
<td>$kendo-scrollview-transition</td>
<td>List</td>
<td><code>k-motion(medium-2, ease-in-out, all)</code></td>
<td><code>(all var(--kendo-global-duration, var(--kendo-motion-medium-2, 0.3s)) var(--kendo-motion-ease-in-out, cubic-bezier(0.42, 0, 0.58, 1)),)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The timing function of the ScrollView transition.</div></div>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The transition of the ScrollView.</div></div>
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 6d772f7

Please sign in to comment.