Skip to content

Commit 18822d1

Browse files
committed
chore: update docs
1 parent dcb53d5 commit 18822d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+842
-342
lines changed

packages/bootstrap/docs/customization-bottom-navigation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ The following table lists the available variables for customization.
9090
<tr>
9191
<td>$kendo-bottom-nav-line-height</td>
9292
<td>String</td>
93-
<td><code>var( --kendo-line-height-sm, normal )</code></td>
94-
<td><code>var(--kendo-line-height-sm, normal)</code></td>
93+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
94+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
9595
</tr>
9696
<tr>
9797
<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>

packages/bootstrap/docs/customization-calendar.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ The following table lists the available variables for customization.
309309
</tr>
310310
<tr>
311311
<td>$kendo-calendar-header-cell-line-height</td>
312-
<td>Number</td>
313-
<td><code>2</code></td>
314-
<td><code>2</code></td>
312+
<td>String</td>
313+
<td><code>var( --kendo-line-height-lg, normal )</code></td>
314+
<td><code>var(--kendo-line-height-lg, normal)</code></td>
315315
</tr>
316316
<tr>
317317
<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>

packages/bootstrap/docs/customization-chat.md

+50-10
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,18 @@ The following table lists the available variables for customization.
160160
<tr>
161161
<td>$kendo-chat-timestamp-font-size</td>
162162
<td>String</td>
163-
<td><code>smaller</code></td>
164-
<td><code>smaller</code></td>
163+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
164+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
165165
</tr>
166166
<tr>
167167
<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>
168168
</td>
169169
</tr>
170170
<tr>
171171
<td>$kendo-chat-timestamp-line-height</td>
172-
<td>Null</td>
173-
<td><code>null</code></td>
174-
<td><code>null</code></td>
172+
<td>String</td>
173+
<td><code>var( --kendo-line-height, normal )</code></td>
174+
<td><code>var(--kendo-line-height, normal)</code></td>
175175
</tr>
176176
<tr>
177177
<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>
@@ -207,6 +207,46 @@ The following table lists the available variables for customization.
207207
<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>
208208
</td>
209209
</tr>
210+
<tr>
211+
<td>$kendo-chat-message-meta-font-size</td>
212+
<td>String</td>
213+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
214+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
215+
</tr>
216+
<tr>
217+
<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>
218+
</td>
219+
</tr>
220+
<tr>
221+
<td>$kendo-chat-message-meta-line-height</td>
222+
<td>String</td>
223+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
224+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
225+
</tr>
226+
<tr>
227+
<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>
228+
</td>
229+
</tr>
230+
<tr>
231+
<td>$kendo-chat-author-font-size</td>
232+
<td>String</td>
233+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
234+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
235+
</tr>
236+
<tr>
237+
<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>
238+
</td>
239+
</tr>
240+
<tr>
241+
<td>$kendo-chat-author-line-height</td>
242+
<td>String</td>
243+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
244+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
245+
</tr>
246+
<tr>
247+
<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>
248+
</td>
249+
</tr>
210250
<tr>
211251
<td>$kendo-chat-bubble-padding-x</td>
212252
<td>String</td>
@@ -239,9 +279,9 @@ The following table lists the available variables for customization.
239279
</tr>
240280
<tr>
241281
<td>$kendo-chat-bubble-line-height</td>
242-
<td>Number</td>
243-
<td><code>1.25</code></td>
244-
<td><code>1.25</code></td>
282+
<td>String</td>
283+
<td><code>var( --kendo-line-height, normal )</code></td>
284+
<td><code>var(--kendo-line-height, normal)</code></td>
245285
</tr>
246286
<tr>
247287
<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>
@@ -379,9 +419,9 @@ The following table lists the available variables for customization.
379419
</tr>
380420
<tr>
381421
<td>$kendo-chat-quick-reply-line-height</td>
382-
<td>Number</td>
422+
<td>String</td>
383423
<td><code>$kendo-chat-bubble-line-height</code></td>
384-
<td><code>1.25</code></td>
424+
<td><code>var(--kendo-line-height, normal)</code></td>
385425
</tr>
386426
<tr>
387427
<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>

packages/bootstrap/docs/customization-drawer.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ The following table lists the available variables for customization.
189189
</tr>
190190
<tr>
191191
<td>$kendo-drawer-item-font-size</td>
192-
<td>Number</td>
193-
<td><code>16px</code></td>
194-
<td><code>16px</code></td>
192+
<td>String</td>
193+
<td><code>var( --kendo-font-size, inherit )</code></td>
194+
<td><code>var(--kendo-font-size, inherit)</code></td>
195195
</tr>
196196
<tr>
197197
<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>

packages/bootstrap/docs/customization-progressbar.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ The following table lists the available variables for customization.
8989
</tr>
9090
<tr>
9191
<td>$kendo-progressbar-line-height</td>
92-
<td>Number</td>
93-
<td><code>1</code></td>
94-
<td><code>1</code></td>
92+
<td>String</td>
93+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
94+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
9595
</tr>
9696
<tr>
9797
<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>

packages/bootstrap/docs/customization-tooltip.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ The following table lists the available variables for customization.
109109
</tr>
110110
<tr>
111111
<td>$kendo-tooltip-title-line-height</td>
112-
<td>Number</td>
113-
<td><code>1</code></td>
114-
<td><code>1</code></td>
112+
<td>String</td>
113+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
114+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
115115
</tr>
116116
<tr>
117117
<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>

packages/bootstrap/docs/customization-upload.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,24 @@ The following table lists the available variables for customization.
219219
</tr>
220220
<tr>
221221
<td>$kendo-upload-validation-font-size</td>
222-
<td>Number</td>
223-
<td><code>11px</code></td>
224-
<td><code>11px</code></td>
222+
<td>String</td>
223+
<td><code>var( --kendo-font-size-xs, inherit )</code></td>
224+
<td><code>var(--kendo-font-size-xs, inherit)</code></td>
225225
</tr>
226226
<tr>
227227
<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>
228228
</td>
229229
</tr>
230+
<tr>
231+
<td>$kendo-upload-validation-line-height</td>
232+
<td>String</td>
233+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
234+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
235+
</tr>
236+
<tr>
237+
<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>
238+
</td>
239+
</tr>
230240
<tr>
231241
<td>$kendo-upload-icon-spacing</td>
232242
<td>String</td>

packages/bootstrap/docs/customization-window.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ The following table lists the available variables for customization.
129129
</tr>
130130
<tr>
131131
<td>$kendo-window-title-line-height</td>
132-
<td>Number</td>
133-
<td><code>1.5</code></td>
134-
<td><code>1.5</code></td>
132+
<td>String</td>
133+
<td><code>var( --kendo-line-height, normal )</code></td>
134+
<td><code>var(--kendo-line-height, normal)</code></td>
135135
</tr>
136136
<tr>
137137
<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>

packages/bootstrap/docs/customization.md

+80-30
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,8 @@ The following table lists the available variables for customizing the Bootstrap
10491049
<tr>
10501050
<td>$kendo-bottom-nav-line-height</td>
10511051
<td>String</td>
1052-
<td><code>var( --kendo-line-height-sm, normal )</code></td>
1053-
<td><code>var(--kendo-line-height-sm, normal)</code></td>
1052+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
1053+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
10541054
</tr>
10551055
<tr>
10561056
<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>
@@ -2765,9 +2765,9 @@ The following table lists the available variables for customizing the Bootstrap
27652765
</tr>
27662766
<tr>
27672767
<td>$kendo-calendar-header-cell-line-height</td>
2768-
<td>Number</td>
2769-
<td><code>2</code></td>
2770-
<td><code>2</code></td>
2768+
<td>String</td>
2769+
<td><code>var( --kendo-line-height-lg, normal )</code></td>
2770+
<td><code>var(--kendo-line-height-lg, normal)</code></td>
27712771
</tr>
27722772
<tr>
27732773
<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>
@@ -4458,18 +4458,18 @@ The following table lists the available variables for customizing the Bootstrap
44584458
<tr>
44594459
<td>$kendo-chat-timestamp-font-size</td>
44604460
<td>String</td>
4461-
<td><code>smaller</code></td>
4462-
<td><code>smaller</code></td>
4461+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
4462+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
44634463
</tr>
44644464
<tr>
44654465
<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>
44664466
</td>
44674467
</tr>
44684468
<tr>
44694469
<td>$kendo-chat-timestamp-line-height</td>
4470-
<td>Null</td>
4471-
<td><code>null</code></td>
4472-
<td><code>null</code></td>
4470+
<td>String</td>
4471+
<td><code>var( --kendo-line-height, normal )</code></td>
4472+
<td><code>var(--kendo-line-height, normal)</code></td>
44734473
</tr>
44744474
<tr>
44754475
<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>
@@ -4505,6 +4505,46 @@ The following table lists the available variables for customizing the Bootstrap
45054505
<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>
45064506
</td>
45074507
</tr>
4508+
<tr>
4509+
<td>$kendo-chat-message-meta-font-size</td>
4510+
<td>String</td>
4511+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
4512+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
4513+
</tr>
4514+
<tr>
4515+
<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>
4516+
</td>
4517+
</tr>
4518+
<tr>
4519+
<td>$kendo-chat-message-meta-line-height</td>
4520+
<td>String</td>
4521+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
4522+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
4523+
</tr>
4524+
<tr>
4525+
<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>
4526+
</td>
4527+
</tr>
4528+
<tr>
4529+
<td>$kendo-chat-author-font-size</td>
4530+
<td>String</td>
4531+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
4532+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
4533+
</tr>
4534+
<tr>
4535+
<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>
4536+
</td>
4537+
</tr>
4538+
<tr>
4539+
<td>$kendo-chat-author-line-height</td>
4540+
<td>String</td>
4541+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
4542+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
4543+
</tr>
4544+
<tr>
4545+
<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>
4546+
</td>
4547+
</tr>
45084548
<tr>
45094549
<td>$kendo-chat-bubble-padding-x</td>
45104550
<td>String</td>
@@ -4537,9 +4577,9 @@ The following table lists the available variables for customizing the Bootstrap
45374577
</tr>
45384578
<tr>
45394579
<td>$kendo-chat-bubble-line-height</td>
4540-
<td>Number</td>
4541-
<td><code>1.25</code></td>
4542-
<td><code>1.25</code></td>
4580+
<td>String</td>
4581+
<td><code>var( --kendo-line-height, normal )</code></td>
4582+
<td><code>var(--kendo-line-height, normal)</code></td>
45434583
</tr>
45444584
<tr>
45454585
<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>
@@ -4677,9 +4717,9 @@ The following table lists the available variables for customizing the Bootstrap
46774717
</tr>
46784718
<tr>
46794719
<td>$kendo-chat-quick-reply-line-height</td>
4680-
<td>Number</td>
4720+
<td>String</td>
46814721
<td><code>$kendo-chat-bubble-line-height</code></td>
4682-
<td><code>1.25</code></td>
4722+
<td><code>var(--kendo-line-height, normal)</code></td>
46834723
</tr>
46844724
<tr>
46854725
<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>
@@ -8455,9 +8495,9 @@ The following table lists the available variables for customizing the Bootstrap
84558495
</tr>
84568496
<tr>
84578497
<td>$kendo-drawer-item-font-size</td>
8458-
<td>Number</td>
8459-
<td><code>16px</code></td>
8460-
<td><code>16px</code></td>
8498+
<td>String</td>
8499+
<td><code>var( --kendo-font-size, inherit )</code></td>
8500+
<td><code>var(--kendo-font-size, inherit)</code></td>
84618501
</tr>
84628502
<tr>
84638503
<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>
@@ -18274,9 +18314,9 @@ The following table lists the available variables for customizing the Bootstrap
1827418314
</tr>
1827518315
<tr>
1827618316
<td>$kendo-progressbar-line-height</td>
18277-
<td>Number</td>
18278-
<td><code>1</code></td>
18279-
<td><code>1</code></td>
18317+
<td>String</td>
18318+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
18319+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
1828018320
</tr>
1828118321
<tr>
1828218322
<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>
@@ -25959,9 +25999,9 @@ The following table lists the available variables for customizing the Bootstrap
2595925999
</tr>
2596026000
<tr>
2596126001
<td>$kendo-tooltip-title-line-height</td>
25962-
<td>Number</td>
25963-
<td><code>1</code></td>
25964-
<td><code>1</code></td>
26002+
<td>String</td>
26003+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
26004+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
2596526005
</tr>
2596626006
<tr>
2596726007
<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>
@@ -28063,14 +28103,24 @@ The following table lists the available variables for customizing the Bootstrap
2806328103
</tr>
2806428104
<tr>
2806528105
<td>$kendo-upload-validation-font-size</td>
28066-
<td>Number</td>
28067-
<td><code>11px</code></td>
28068-
<td><code>11px</code></td>
28106+
<td>String</td>
28107+
<td><code>var( --kendo-font-size-xs, inherit )</code></td>
28108+
<td><code>var(--kendo-font-size-xs, inherit)</code></td>
2806928109
</tr>
2807028110
<tr>
2807128111
<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>
2807228112
</td>
2807328113
</tr>
28114+
<tr>
28115+
<td>$kendo-upload-validation-line-height</td>
28116+
<td>String</td>
28117+
<td><code>var( --kendo-line-height-xs, normal )</code></td>
28118+
<td><code>var(--kendo-line-height-xs, normal)</code></td>
28119+
</tr>
28120+
<tr>
28121+
<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>
28122+
</td>
28123+
</tr>
2807428124
<tr>
2807528125
<td>$kendo-upload-icon-spacing</td>
2807628126
<td>String</td>
@@ -28283,9 +28333,9 @@ The following table lists the available variables for customizing the Bootstrap
2828328333
</tr>
2828428334
<tr>
2828528335
<td>$kendo-window-title-line-height</td>
28286-
<td>Number</td>
28287-
<td><code>1.5</code></td>
28288-
<td><code>1.5</code></td>
28336+
<td>String</td>
28337+
<td><code>var( --kendo-line-height, normal )</code></td>
28338+
<td><code>var(--kendo-line-height, normal)</code></td>
2828928339
</tr>
2829028340
<tr>
2829128341
<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>

0 commit comments

Comments
 (0)