Skip to content

Commit c6804e7

Browse files
epetrowJuveniel
authored andcommitted
chore: regen docs
1 parent 95d5e55 commit c6804e7

12 files changed

+660
-0
lines changed

packages/bootstrap/docs/customization-calendar.md

+50
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,36 @@ The following table lists the available variables for customization.
3737
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The width of the border around the Calendar.</div></div>
3838
</td>
3939
</tr>
40+
<tr>
41+
<td>$kendo-calendar-font-family</td>
42+
<td>String</td>
43+
<td><code>var( --kendo-font-family, inherit )</code></td>
44+
<td><code>var(--kendo-font-family, inherit)</code></td>
45+
</tr>
46+
<tr>
47+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Calendar.</div></div>
48+
</td>
49+
</tr>
50+
<tr>
51+
<td>$kendo-calendar-font-size</td>
52+
<td>String</td>
53+
<td><code>var( --kendo-font-size, inherit )</code></td>
54+
<td><code>var(--kendo-font-size, inherit)</code></td>
55+
</tr>
56+
<tr>
57+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Calendar.</div></div>
58+
</td>
59+
</tr>
60+
<tr>
61+
<td>$kendo-calendar-line-height</td>
62+
<td>String</td>
63+
<td><code>var( --kendo-line-height, normal )</code></td>
64+
<td><code>var(--kendo-line-height, normal)</code></td>
65+
</tr>
66+
<tr>
67+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Calendar.</div></div>
68+
</td>
69+
</tr>
4070
<tr>
4171
<td>$kendo-calendar-cell-size</td>
4272
<td>Number</td>
@@ -267,6 +297,26 @@ The following table lists the available variables for customization.
267297
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the header cells in the Calendar.</div></div>
268298
</td>
269299
</tr>
300+
<tr>
301+
<td>$kendo-calendar-header-cell-font-size</td>
302+
<td>String</td>
303+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
304+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
305+
</tr>
306+
<tr>
307+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the header cells in the Calendar.</div></div>
308+
</td>
309+
</tr>
310+
<tr>
311+
<td>$kendo-calendar-header-cell-line-height</td>
312+
<td>Number</td>
313+
<td><code>2</code></td>
314+
<td><code>2</code></td>
315+
</tr>
316+
<tr>
317+
<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>
318+
</td>
319+
</tr>
270320
<tr>
271321
<td>$kendo-calendar-header-cell-bg</td>
272322
<td>Null</td>

packages/bootstrap/docs/customization-drawer.md

+30
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,36 @@ The following table lists the available variables for customization.
6767
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border width of the Drawer.</div></div>
6868
</td>
6969
</tr>
70+
<tr>
71+
<td>$kendo-drawer-font-family</td>
72+
<td>String</td>
73+
<td><code>var( --kendo-font-family, inherit )</code></td>
74+
<td><code>var(--kendo-font-family, inherit)</code></td>
75+
</tr>
76+
<tr>
77+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Drawer.</div></div>
78+
</td>
79+
</tr>
80+
<tr>
81+
<td>$kendo-drawer-font-size</td>
82+
<td>String</td>
83+
<td><code>var( --kendo-font-size, inherit )</code></td>
84+
<td><code>var(--kendo-font-size, inherit)</code></td>
85+
</tr>
86+
<tr>
87+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Drawer.</div></div>
88+
</td>
89+
</tr>
90+
<tr>
91+
<td>$kendo-drawer-line-height</td>
92+
<td>String</td>
93+
<td><code>var( --kendo-line-height, normal )</code></td>
94+
<td><code>var(--kendo-line-height, normal)</code></td>
95+
</tr>
96+
<tr>
97+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Drawer.</div></div>
98+
</td>
99+
</tr>
70100
<tr>
71101
<td>$kendo-drawer-content-padding-y</td>
72102
<td>String</td>

packages/bootstrap/docs/customization.md

+80
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,36 @@ The following table lists the available variables for customizing the Bootstrap
23132313
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The width of the border around the Calendar.</div></div>
23142314
</td>
23152315
</tr>
2316+
<tr>
2317+
<td>$kendo-calendar-font-family</td>
2318+
<td>String</td>
2319+
<td><code>var( --kendo-font-family, inherit )</code></td>
2320+
<td><code>var(--kendo-font-family, inherit)</code></td>
2321+
</tr>
2322+
<tr>
2323+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Calendar.</div></div>
2324+
</td>
2325+
</tr>
2326+
<tr>
2327+
<td>$kendo-calendar-font-size</td>
2328+
<td>String</td>
2329+
<td><code>var( --kendo-font-size, inherit )</code></td>
2330+
<td><code>var(--kendo-font-size, inherit)</code></td>
2331+
</tr>
2332+
<tr>
2333+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Calendar.</div></div>
2334+
</td>
2335+
</tr>
2336+
<tr>
2337+
<td>$kendo-calendar-line-height</td>
2338+
<td>String</td>
2339+
<td><code>var( --kendo-line-height, normal )</code></td>
2340+
<td><code>var(--kendo-line-height, normal)</code></td>
2341+
</tr>
2342+
<tr>
2343+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Calendar.</div></div>
2344+
</td>
2345+
</tr>
23162346
<tr>
23172347
<td>$kendo-calendar-cell-size</td>
23182348
<td>Number</td>
@@ -2543,6 +2573,26 @@ The following table lists the available variables for customizing the Bootstrap
25432573
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the header cells in the Calendar.</div></div>
25442574
</td>
25452575
</tr>
2576+
<tr>
2577+
<td>$kendo-calendar-header-cell-font-size</td>
2578+
<td>String</td>
2579+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
2580+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
2581+
</tr>
2582+
<tr>
2583+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the header cells in the Calendar.</div></div>
2584+
</td>
2585+
</tr>
2586+
<tr>
2587+
<td>$kendo-calendar-header-cell-line-height</td>
2588+
<td>Number</td>
2589+
<td><code>2</code></td>
2590+
<td><code>2</code></td>
2591+
</tr>
2592+
<tr>
2593+
<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>
2594+
</td>
2595+
</tr>
25462596
<tr>
25472597
<td>$kendo-calendar-header-cell-bg</td>
25482598
<td>Null</td>
@@ -7258,6 +7308,36 @@ The following table lists the available variables for customizing the Bootstrap
72587308
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border width of the Drawer.</div></div>
72597309
</td>
72607310
</tr>
7311+
<tr>
7312+
<td>$kendo-drawer-font-family</td>
7313+
<td>String</td>
7314+
<td><code>var( --kendo-font-family, inherit )</code></td>
7315+
<td><code>var(--kendo-font-family, inherit)</code></td>
7316+
</tr>
7317+
<tr>
7318+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Drawer.</div></div>
7319+
</td>
7320+
</tr>
7321+
<tr>
7322+
<td>$kendo-drawer-font-size</td>
7323+
<td>String</td>
7324+
<td><code>var( --kendo-font-size, inherit )</code></td>
7325+
<td><code>var(--kendo-font-size, inherit)</code></td>
7326+
</tr>
7327+
<tr>
7328+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Drawer.</div></div>
7329+
</td>
7330+
</tr>
7331+
<tr>
7332+
<td>$kendo-drawer-line-height</td>
7333+
<td>String</td>
7334+
<td><code>var( --kendo-line-height, normal )</code></td>
7335+
<td><code>var(--kendo-line-height, normal)</code></td>
7336+
</tr>
7337+
<tr>
7338+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Drawer.</div></div>
7339+
</td>
7340+
</tr>
72617341
<tr>
72627342
<td>$kendo-drawer-content-padding-y</td>
72637343
<td>String</td>

packages/classic/docs/customization-calendar.md

+50
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,36 @@ The following table lists the available variables for customization.
3737
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The width of the border around the Calendar.</div></div>
3838
</td>
3939
</tr>
40+
<tr>
41+
<td>$kendo-calendar-font-family</td>
42+
<td>String</td>
43+
<td><code>var( --kendo-font-family, inherit )</code></td>
44+
<td><code>var(--kendo-font-family, inherit)</code></td>
45+
</tr>
46+
<tr>
47+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Calendar.</div></div>
48+
</td>
49+
</tr>
50+
<tr>
51+
<td>$kendo-calendar-font-size</td>
52+
<td>String</td>
53+
<td><code>var( --kendo-font-size, inherit )</code></td>
54+
<td><code>var(--kendo-font-size, inherit)</code></td>
55+
</tr>
56+
<tr>
57+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Calendar.</div></div>
58+
</td>
59+
</tr>
60+
<tr>
61+
<td>$kendo-calendar-line-height</td>
62+
<td>String</td>
63+
<td><code>var( --kendo-line-height, normal )</code></td>
64+
<td><code>var(--kendo-line-height, normal)</code></td>
65+
</tr>
66+
<tr>
67+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Calendar.</div></div>
68+
</td>
69+
</tr>
4070
<tr>
4171
<td>$kendo-calendar-cell-size</td>
4272
<td>Number</td>
@@ -267,6 +297,26 @@ The following table lists the available variables for customization.
267297
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The height of the header cells in the Calendar.</div></div>
268298
</td>
269299
</tr>
300+
<tr>
301+
<td>$kendo-calendar-header-cell-font-size</td>
302+
<td>String</td>
303+
<td><code>var( --kendo-font-size-sm, inherit )</code></td>
304+
<td><code>var(--kendo-font-size-sm, inherit)</code></td>
305+
</tr>
306+
<tr>
307+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the header cells in the Calendar.</div></div>
308+
</td>
309+
</tr>
310+
<tr>
311+
<td>$kendo-calendar-header-cell-line-height</td>
312+
<td>Number</td>
313+
<td><code>2</code></td>
314+
<td><code>2</code></td>
315+
</tr>
316+
<tr>
317+
<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>
318+
</td>
319+
</tr>
270320
<tr>
271321
<td>$kendo-calendar-header-cell-bg</td>
272322
<td>Null</td>

packages/classic/docs/customization-drawer.md

+30
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,36 @@ The following table lists the available variables for customization.
6767
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border width of the Drawer.</div></div>
6868
</td>
6969
</tr>
70+
<tr>
71+
<td>$kendo-drawer-font-family</td>
72+
<td>String</td>
73+
<td><code>var( --kendo-font-family, inherit )</code></td>
74+
<td><code>var(--kendo-font-family, inherit)</code></td>
75+
</tr>
76+
<tr>
77+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the Drawer.</div></div>
78+
</td>
79+
</tr>
80+
<tr>
81+
<td>$kendo-drawer-font-size</td>
82+
<td>String</td>
83+
<td><code>var( --kendo-font-size, inherit )</code></td>
84+
<td><code>var(--kendo-font-size, inherit)</code></td>
85+
</tr>
86+
<tr>
87+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Drawer.</div></div>
88+
</td>
89+
</tr>
90+
<tr>
91+
<td>$kendo-drawer-line-height</td>
92+
<td>String</td>
93+
<td><code>var( --kendo-line-height, normal )</code></td>
94+
<td><code>var(--kendo-line-height, normal)</code></td>
95+
</tr>
96+
<tr>
97+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The line height of the Drawer.</div></div>
98+
</td>
99+
</tr>
70100
<tr>
71101
<td>$kendo-drawer-content-padding-y</td>
72102
<td>String</td>

0 commit comments

Comments
 (0)