Skip to content

Commit 88e199f

Browse files
committed
chore: regen docs
1 parent 5e5ef54 commit 88e199f

Some content is hidden

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

53 files changed

+370
-750
lines changed

packages/bootstrap/docs/customization-calendar.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,6 @@ The following table lists the available variables for customization.
157157
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the header in the Calendar.</div></div>
158158
</td>
159159
</tr>
160-
<tr>
161-
<td>$kendo-calendar-header-text</td>
162-
<td>String</td>
163-
<td><code>k-color(on-app-surface)</code></td>
164-
<td><code>var(--kendo-color-on-app-surface, #212529)</code></td>
165-
</tr>
166-
<tr>
167-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the header in the Calendar.</div></div>
168-
</td>
169-
</tr>
170160
<tr>
171161
<td>$kendo-calendar-header-border</td>
172162
<td>String</td>
@@ -720,7 +710,7 @@ The following table lists the available variables for customization.
720710
<tr>
721711
<td>$kendo-calendar-navigation-text</td>
722712
<td>String</td>
723-
<td><code>$kendo-calendar-header-text</code></td>
713+
<td><code>k-color(on-app-surface)</code></td>
724714
<td><code>var(--kendo-color-on-app-surface, #212529)</code></td>
725715
</tr>
726716
<tr>

packages/bootstrap/docs/customization-card.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -477,26 +477,6 @@ The following table lists the available variables for customization.
477477
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The maximum width of the Card image.</div></div>
478478
</td>
479479
</tr>
480-
<tr>
481-
<td>$kendo-card-avatar-size</td>
482-
<td>Number</td>
483-
<td><code>45px</code></td>
484-
<td><code>45px</code></td>
485-
</tr>
486-
<tr>
487-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size of the Avatar in the Card.</div></div>
488-
</td>
489-
</tr>
490-
<tr>
491-
<td>$kendo-card-avatar-spacing</td>
492-
<td>String</td>
493-
<td><code>$kendo-card-header-padding-x</code></td>
494-
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
495-
</tr>
496-
<tr>
497-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The spacing between the Avatar and the text in the Card.</div></div>
498-
</td>
499-
</tr>
500480
<tr>
501481
<td>$kendo-card-actions-padding-x</td>
502482
<td>String</td>

packages/bootstrap/docs/customization-orgchart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The following table lists the available variables for customization.
400400
<tr>
401401
<td>$kendo-orgchart-card-body-vbox-min-height</td>
402402
<td>Number</td>
403-
<td><code>$kendo-card-avatar-size</code></td>
403+
<td><code>45px</code></td>
404404
<td><code>45px</code></td>
405405
</tr>
406406
<tr>

packages/bootstrap/docs/customization-scrollview.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,6 @@ The following table lists the available variables for customization.
217217
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the ScrollView navigation arrows.</div></div>
218218
</td>
219219
</tr>
220-
<tr>
221-
<td>$kendo-scrollview-navigation-icon-shadow</td>
222-
<td>List</td>
223-
<td><code>rgba( black, .3 ) 0 0 15px</code></td>
224-
<td><code>(rgba(0, 0, 0, 0.3) 0 0 15px)</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 box shadow of the ScrollView navigation arrows.</div></div>
228-
</td>
229-
</tr>
230220
<tr>
231221
<td>$kendo-scrollview-navigation-bg</td>
232222
<td>Color</td>

packages/bootstrap/docs/customization.md

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,16 +2574,6 @@ The following table lists the available variables for customizing the Bootstrap
25742574
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the header in the Calendar.</div></div>
25752575
</td>
25762576
</tr>
2577-
<tr>
2578-
<td>$kendo-calendar-header-text</td>
2579-
<td>String</td>
2580-
<td><code>k-color(on-app-surface)</code></td>
2581-
<td><code>var(--kendo-color-on-app-surface, #212529)</code></td>
2582-
</tr>
2583-
<tr>
2584-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the header in the Calendar.</div></div>
2585-
</td>
2586-
</tr>
25872577
<tr>
25882578
<td>$kendo-calendar-header-border</td>
25892579
<td>String</td>
@@ -3137,7 +3127,7 @@ The following table lists the available variables for customizing the Bootstrap
31373127
<tr>
31383128
<td>$kendo-calendar-navigation-text</td>
31393129
<td>String</td>
3140-
<td><code>$kendo-calendar-header-text</code></td>
3130+
<td><code>k-color(on-app-surface)</code></td>
31413131
<td><code>var(--kendo-color-on-app-surface, #212529)</code></td>
31423132
</tr>
31433133
<tr>
@@ -4056,26 +4046,6 @@ The following table lists the available variables for customizing the Bootstrap
40564046
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The maximum width of the Card image.</div></div>
40574047
</td>
40584048
</tr>
4059-
<tr>
4060-
<td>$kendo-card-avatar-size</td>
4061-
<td>Number</td>
4062-
<td><code>45px</code></td>
4063-
<td><code>45px</code></td>
4064-
</tr>
4065-
<tr>
4066-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size of the Avatar in the Card.</div></div>
4067-
</td>
4068-
</tr>
4069-
<tr>
4070-
<td>$kendo-card-avatar-spacing</td>
4071-
<td>String</td>
4072-
<td><code>$kendo-card-header-padding-x</code></td>
4073-
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
4074-
</tr>
4075-
<tr>
4076-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The spacing between the Avatar and the text in the Card.</div></div>
4077-
</td>
4078-
</tr>
40794049
<tr>
40804050
<td>$kendo-card-actions-padding-x</td>
40814051
<td>String</td>
@@ -16880,7 +16850,7 @@ The following table lists the available variables for customizing the Bootstrap
1688016850
<tr>
1688116851
<td>$kendo-orgchart-card-body-vbox-min-height</td>
1688216852
<td>Number</td>
16883-
<td><code>$kendo-card-avatar-size</code></td>
16853+
<td><code>45px</code></td>
1688416854
<td><code>45px</code></td>
1688516855
</tr>
1688616856
<tr>
@@ -22505,16 +22475,6 @@ The following table lists the available variables for customizing the Bootstrap
2250522475
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the ScrollView navigation arrows.</div></div>
2250622476
</td>
2250722477
</tr>
22508-
<tr>
22509-
<td>$kendo-scrollview-navigation-icon-shadow</td>
22510-
<td>List</td>
22511-
<td><code>rgba( black, .3 ) 0 0 15px</code></td>
22512-
<td><code>(rgba(0, 0, 0, 0.3) 0 0 15px)</code></td>
22513-
</tr>
22514-
<tr>
22515-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ScrollView navigation arrows.</div></div>
22516-
</td>
22517-
</tr>
2251822478
<tr>
2251922479
<td>$kendo-scrollview-navigation-bg</td>
2252022480
<td>Color</td>

packages/classic/docs/customization-calendar.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,6 @@ The following table lists the available variables for customization.
157157
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the header in the Calendar.</div></div>
158158
</td>
159159
</tr>
160-
<tr>
161-
<td>$kendo-calendar-header-text</td>
162-
<td>String</td>
163-
<td><code>k-color(on-app-surface)</code></td>
164-
<td><code>var(--kendo-color-on-app-surface, #272727)</code></td>
165-
</tr>
166-
<tr>
167-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the header in the Calendar.</div></div>
168-
</td>
169-
</tr>
170160
<tr>
171161
<td>$kendo-calendar-header-border</td>
172162
<td>String</td>
@@ -189,9 +179,9 @@ The following table lists the available variables for customization.
189179
</tr>
190180
<tr>
191181
<td>$kendo-calendar-header-shadow</td>
192-
<td>String</td>
193-
<td><code>unset</code></td>
194-
<td><code>unset</code></td>
182+
<td>Null</td>
183+
<td><code>null</code></td>
184+
<td><code>null</code></td>
195185
</tr>
196186
<tr>
197187
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The shadow of the header in the Calendar.</div></div>
@@ -720,7 +710,7 @@ The following table lists the available variables for customization.
720710
<tr>
721711
<td>$kendo-calendar-navigation-text</td>
722712
<td>String</td>
723-
<td><code>$kendo-calendar-header-text</code></td>
713+
<td><code>k-color(on-app-surface)</code></td>
724714
<td><code>var(--kendo-color-on-app-surface, #272727)</code></td>
725715
</tr>
726716
<tr>

packages/classic/docs/customization-card.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -477,26 +477,6 @@ The following table lists the available variables for customization.
477477
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The maximum width of the Card image.</div></div>
478478
</td>
479479
</tr>
480-
<tr>
481-
<td>$kendo-card-avatar-size</td>
482-
<td>Number</td>
483-
<td><code>45px</code></td>
484-
<td><code>45px</code></td>
485-
</tr>
486-
<tr>
487-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size of the Avatar in the Card.</div></div>
488-
</td>
489-
</tr>
490-
<tr>
491-
<td>$kendo-card-avatar-spacing</td>
492-
<td>String</td>
493-
<td><code>$kendo-card-header-padding-x</code></td>
494-
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
495-
</tr>
496-
<tr>
497-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The spacing between the Avatar and the text in the Card.</div></div>
498-
</td>
499-
</tr>
500480
<tr>
501481
<td>$kendo-card-actions-padding-x</td>
502482
<td>String</td>

packages/classic/docs/customization-orgchart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The following table lists the available variables for customization.
400400
<tr>
401401
<td>$kendo-orgchart-card-body-vbox-min-height</td>
402402
<td>Number</td>
403-
<td><code>$kendo-card-avatar-size</code></td>
403+
<td><code>45px</code></td>
404404
<td><code>45px</code></td>
405405
</tr>
406406
<tr>

packages/classic/docs/customization-scrollview.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,6 @@ The following table lists the available variables for customization.
217217
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the ScrollView navigation arrows.</div></div>
218218
</td>
219219
</tr>
220-
<tr>
221-
<td>$kendo-scrollview-navigation-icon-shadow</td>
222-
<td>List</td>
223-
<td><code>rgba( black, .3 ) 0 0 15px</code></td>
224-
<td><code>(rgba(0, 0, 0, 0.3) 0 0 15px)</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 box shadow of the ScrollView navigation arrows.</div></div>
228-
</td>
229-
</tr>
230220
<tr>
231221
<td>$kendo-scrollview-navigation-bg</td>
232222
<td>Color</td>

packages/classic/docs/customization.md

Lines changed: 5 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,16 +2564,6 @@ The following table lists the available variables for customizing the Classic th
25642564
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the header in the Calendar.</div></div>
25652565
</td>
25662566
</tr>
2567-
<tr>
2568-
<td>$kendo-calendar-header-text</td>
2569-
<td>String</td>
2570-
<td><code>k-color(on-app-surface)</code></td>
2571-
<td><code>var(--kendo-color-on-app-surface, #272727)</code></td>
2572-
</tr>
2573-
<tr>
2574-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the header in the Calendar.</div></div>
2575-
</td>
2576-
</tr>
25772567
<tr>
25782568
<td>$kendo-calendar-header-border</td>
25792569
<td>String</td>
@@ -2596,9 +2586,9 @@ The following table lists the available variables for customizing the Classic th
25962586
</tr>
25972587
<tr>
25982588
<td>$kendo-calendar-header-shadow</td>
2599-
<td>String</td>
2600-
<td><code>unset</code></td>
2601-
<td><code>unset</code></td>
2589+
<td>Null</td>
2590+
<td><code>null</code></td>
2591+
<td><code>null</code></td>
26022592
</tr>
26032593
<tr>
26042594
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The shadow of the header in the Calendar.</div></div>
@@ -3127,7 +3117,7 @@ The following table lists the available variables for customizing the Classic th
31273117
<tr>
31283118
<td>$kendo-calendar-navigation-text</td>
31293119
<td>String</td>
3130-
<td><code>$kendo-calendar-header-text</code></td>
3120+
<td><code>k-color(on-app-surface)</code></td>
31313121
<td><code>var(--kendo-color-on-app-surface, #272727)</code></td>
31323122
</tr>
31333123
<tr>
@@ -4046,26 +4036,6 @@ The following table lists the available variables for customizing the Classic th
40464036
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The maximum width of the Card image.</div></div>
40474037
</td>
40484038
</tr>
4049-
<tr>
4050-
<td>$kendo-card-avatar-size</td>
4051-
<td>Number</td>
4052-
<td><code>45px</code></td>
4053-
<td><code>45px</code></td>
4054-
</tr>
4055-
<tr>
4056-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The size of the Avatar in the Card.</div></div>
4057-
</td>
4058-
</tr>
4059-
<tr>
4060-
<td>$kendo-card-avatar-spacing</td>
4061-
<td>String</td>
4062-
<td><code>$kendo-card-header-padding-x</code></td>
4063-
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
4064-
</tr>
4065-
<tr>
4066-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The spacing between the Avatar and the text in the Card.</div></div>
4067-
</td>
4068-
</tr>
40694039
<tr>
40704040
<td>$kendo-card-actions-padding-x</td>
40714041
<td>String</td>
@@ -16950,7 +16920,7 @@ The following table lists the available variables for customizing the Classic th
1695016920
<tr>
1695116921
<td>$kendo-orgchart-card-body-vbox-min-height</td>
1695216922
<td>Number</td>
16953-
<td><code>$kendo-card-avatar-size</code></td>
16923+
<td><code>45px</code></td>
1695416924
<td><code>45px</code></td>
1695516925
</tr>
1695616926
<tr>
@@ -22615,16 +22585,6 @@ The following table lists the available variables for customizing the Classic th
2261522585
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the ScrollView navigation arrows.</div></div>
2261622586
</td>
2261722587
</tr>
22618-
<tr>
22619-
<td>$kendo-scrollview-navigation-icon-shadow</td>
22620-
<td>List</td>
22621-
<td><code>rgba( black, .3 ) 0 0 15px</code></td>
22622-
<td><code>(rgba(0, 0, 0, 0.3) 0 0 15px)</code></td>
22623-
</tr>
22624-
<tr>
22625-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The box shadow of the ScrollView navigation arrows.</div></div>
22626-
</td>
22627-
</tr>
2262822588
<tr>
2262922589
<td>$kendo-scrollview-navigation-bg</td>
2263022590
<td>Color</td>

0 commit comments

Comments
 (0)