Skip to content

Commit 99ba3c2

Browse files
committed
docs: use correct calendar group in material
1 parent 1a6077d commit 99ba3c2

File tree

4 files changed

+21
-79
lines changed

4 files changed

+21
-79
lines changed

packages/material/docs/customization-calenda.md

-48
This file was deleted.

packages/material/docs/customization-calendar.md

+10
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@ The following table lists the available variables for customization.
227227
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border radius of the cells in the Calendar.</div></div>
228228
</td>
229229
</tr>
230+
<tr>
231+
<td>$kendo-calendar-header-cell-padding-x</td>
232+
<td>Null</td>
233+
<td><code>null</code></td>
234+
<td><code>null</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 horizontal padding of the header cells in the Calendar.</div></div>
238+
</td>
239+
</tr>
230240
<tr>
231241
<td>$kendo-calendar-header-cell-padding-y</td>
232242
<td>Null</td>

packages/material/docs/customization.md

+10-30
Original file line numberDiff line numberDiff line change
@@ -2276,36 +2276,6 @@ The following table lists the available variables for customizing the Material t
22762276
</tbody>
22772277
</table>
22782278

2279-
### Calenda
2280-
2281-
<table class="theme-variables">
2282-
<colgroup>
2283-
<col style="width: 200px; white-space:nowrap;" />
2284-
<col />
2285-
<col />
2286-
<col />
2287-
</colgroup>
2288-
<thead>
2289-
<tr>
2290-
<th>Name</th>
2291-
<th>Type</th>
2292-
<th>Default value</th>
2293-
<th>Computed value</th>
2294-
</tr>
2295-
</thead>
2296-
<tbody><tr>
2297-
<td>$kendo-calendar-header-cell-padding-x</td>
2298-
<td>Null</td>
2299-
<td><code>null</code></td>
2300-
<td><code>null</code></td>
2301-
</tr>
2302-
<tr>
2303-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the header cells in the Calendar.</div></div>
2304-
</td>
2305-
</tr>
2306-
</tbody>
2307-
</table>
2308-
23092279
### Calendar
23102280

23112281
<table class="theme-variables">
@@ -2523,6 +2493,16 @@ The following table lists the available variables for customizing the Material t
25232493
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border radius of the cells in the Calendar.</div></div>
25242494
</td>
25252495
</tr>
2496+
<tr>
2497+
<td>$kendo-calendar-header-cell-padding-x</td>
2498+
<td>Null</td>
2499+
<td><code>null</code></td>
2500+
<td><code>null</code></td>
2501+
</tr>
2502+
<tr>
2503+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the header cells in the Calendar.</div></div>
2504+
</td>
2505+
</tr>
25262506
<tr>
25272507
<td>$kendo-calendar-header-cell-padding-y</td>
25282508
<td>Null</td>

packages/material/scss/calendar/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
7474
$kendo-calendar-cell-border-radius: 100px !default;
7575

7676
/// The horizontal padding of the header cells in the Calendar.
77-
/// @group calenda
77+
/// @group calendar
7878
$kendo-calendar-header-cell-padding-x: null !default;
7979
/// The vertical padding of the header cells in the Calendar.
8080
/// @group calendar

0 commit comments

Comments
 (0)