Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jun 28, 2024
1 parent dcb53d5 commit 18822d1
Show file tree
Hide file tree
Showing 44 changed files with 842 additions and 342 deletions.
4 changes: 2 additions & 2 deletions packages/bootstrap/docs/customization-bottom-navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-bottom-nav-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-sm, normal )</code></td>
<td><code>var(--kendo-line-height-sm, normal)</code></td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the BottomNavigation.</div></div>
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/docs/customization-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-calendar-header-cell-line-height</td>
<td>Number</td>
<td><code>2</code></td>
<td><code>2</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-lg, normal )</code></td>
<td><code>var(--kendo-line-height-lg, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the header cells in the Calendar.</div></div>
Expand Down
60 changes: 50 additions & 10 deletions packages/bootstrap/docs/customization-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,18 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-chat-timestamp-font-size</td>
<td>String</td>
<td><code>smaller</code></td>
<td><code>smaller</code></td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</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 Chat timestamp.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-timestamp-line-height</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat timestamp.</div></div>
Expand Down Expand Up @@ -207,6 +207,46 @@ 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">The background color of the Chat timestamp.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-message-meta-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</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 Chat message meta text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-message-meta-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat message meta text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-author-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</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 Chat author text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-author-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat author text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-bubble-padding-x</td>
<td>String</td>
Expand Down Expand Up @@ -239,9 +279,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-chat-bubble-line-height</td>
<td>Number</td>
<td><code>1.25</code></td>
<td><code>1.25</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat bubble message.</div></div>
Expand Down Expand Up @@ -379,9 +419,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-chat-quick-reply-line-height</td>
<td>Number</td>
<td>String</td>
<td><code>$kendo-chat-bubble-line-height</code></td>
<td><code>1.25</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat quick reply.</div></div>
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/docs/customization-drawer.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-drawer-item-font-size</td>
<td>Number</td>
<td><code>16px</code></td>
<td><code>16px</code></td>
<td>String</td>
<td><code>var( --kendo-font-size, inherit )</code></td>
<td><code>var(--kendo-font-size, inherit)</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 Drawer item.</div></div>
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/docs/customization-progressbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-progressbar-line-height</td>
<td>Number</td>
<td><code>1</code></td>
<td><code>1</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the ProgressBar.</div></div>
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/docs/customization-tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-tooltip-title-line-height</td>
<td>Number</td>
<td><code>1</code></td>
<td><code>1</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Tooltip title.</div></div>
Expand Down
16 changes: 13 additions & 3 deletions packages/bootstrap/docs/customization-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,24 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-upload-validation-font-size</td>
<td>Number</td>
<td><code>11px</code></td>
<td><code>11px</code></td>
<td>String</td>
<td><code>var( --kendo-font-size-xs, inherit )</code></td>
<td><code>var(--kendo-font-size-xs, inherit)</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 Upload validation message.</div></div>
</td>
</tr>
<tr>
<td>$kendo-upload-validation-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Upload validation message.</div></div>
</td>
</tr>
<tr>
<td>$kendo-upload-icon-spacing</td>
<td>String</td>
Expand Down
6 changes: 3 additions & 3 deletions packages/bootstrap/docs/customization-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-window-title-line-height</td>
<td>Number</td>
<td><code>1.5</code></td>
<td><code>1.5</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the title of the Window.</div></div>
Expand Down
110 changes: 80 additions & 30 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,8 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-bottom-nav-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-sm, normal )</code></td>
<td><code>var(--kendo-line-height-sm, normal)</code></td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the BottomNavigation.</div></div>
Expand Down Expand Up @@ -2765,9 +2765,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-calendar-header-cell-line-height</td>
<td>Number</td>
<td><code>2</code></td>
<td><code>2</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-lg, normal )</code></td>
<td><code>var(--kendo-line-height-lg, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the header cells in the Calendar.</div></div>
Expand Down Expand Up @@ -4458,18 +4458,18 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-chat-timestamp-font-size</td>
<td>String</td>
<td><code>smaller</code></td>
<td><code>smaller</code></td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</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 Chat timestamp.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-timestamp-line-height</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat timestamp.</div></div>
Expand Down Expand Up @@ -4505,6 +4505,46 @@ 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">The background color of the Chat timestamp.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-message-meta-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</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 Chat message meta text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-message-meta-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat message meta text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-author-font-size</td>
<td>String</td>
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
<td><code>var(--kendo-font-size-sm, inherit)</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 Chat author text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-author-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat author text.</div></div>
</td>
</tr>
<tr>
<td>$kendo-chat-bubble-padding-x</td>
<td>String</td>
Expand Down Expand Up @@ -4537,9 +4577,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-chat-bubble-line-height</td>
<td>Number</td>
<td><code>1.25</code></td>
<td><code>1.25</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat bubble message.</div></div>
Expand Down Expand Up @@ -4677,9 +4717,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-chat-quick-reply-line-height</td>
<td>Number</td>
<td>String</td>
<td><code>$kendo-chat-bubble-line-height</code></td>
<td><code>1.25</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Chat quick reply.</div></div>
Expand Down Expand Up @@ -8455,9 +8495,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-drawer-item-font-size</td>
<td>Number</td>
<td><code>16px</code></td>
<td><code>16px</code></td>
<td>String</td>
<td><code>var( --kendo-font-size, inherit )</code></td>
<td><code>var(--kendo-font-size, inherit)</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 Drawer item.</div></div>
Expand Down Expand Up @@ -18274,9 +18314,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-progressbar-line-height</td>
<td>Number</td>
<td><code>1</code></td>
<td><code>1</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the ProgressBar.</div></div>
Expand Down Expand Up @@ -25959,9 +25999,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-tooltip-title-line-height</td>
<td>Number</td>
<td><code>1</code></td>
<td><code>1</code></td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Tooltip title.</div></div>
Expand Down Expand Up @@ -28063,14 +28103,24 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-upload-validation-font-size</td>
<td>Number</td>
<td><code>11px</code></td>
<td><code>11px</code></td>
<td>String</td>
<td><code>var( --kendo-font-size-xs, inherit )</code></td>
<td><code>var(--kendo-font-size-xs, inherit)</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 Upload validation message.</div></div>
</td>
</tr>
<tr>
<td>$kendo-upload-validation-line-height</td>
<td>String</td>
<td><code>var( --kendo-line-height-xs, normal )</code></td>
<td><code>var(--kendo-line-height-xs, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Upload validation message.</div></div>
</td>
</tr>
<tr>
<td>$kendo-upload-icon-spacing</td>
<td>String</td>
Expand Down Expand Up @@ -28283,9 +28333,9 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-window-title-line-height</td>
<td>Number</td>
<td><code>1.5</code></td>
<td><code>1.5</code></td>
<td>String</td>
<td><code>var( --kendo-line-height, normal )</code></td>
<td><code>var(--kendo-line-height, normal)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the title of the Window.</div></div>
Expand Down
Loading

0 comments on commit 18822d1

Please sign in to comment.