Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Nov 21, 2024
1 parent 2ff3a4a commit f2cdab2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion packages/bootstrap/docs/customization-common.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The following table lists the available variables for customization.
letter-spacing: $kendo-display4-letter-spacing
)
)</code></td>
<td><ul><li>1: "font-size":"calc(1rem * 5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>2: "font-size":"calc(1rem * 4.5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>3: "font-size":"calc(1rem * 4)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>4: "font-size":"calc(1rem * 3.5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li></ul></td>
<td><ul><li>1: "font-size":"calc(1rem * 5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>2: "font-size":"calc(1rem * 4.5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>3: "font-size":"calc(1rem * 4)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>4: "font-size":"calc(1rem * 3.5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The displays Map</div></div>
Expand Down
54 changes: 27 additions & 27 deletions packages/bootstrap/docs/customization-typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,59 +329,59 @@ The following table lists the available variables for customization.
</tr>
<tr>
<td>$kendo-h1-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h2-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the second highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h3-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the third highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h4-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fourth highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h5-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fifth highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h6-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the sixth highest level heading.</div></div>
Expand Down Expand Up @@ -680,7 +680,7 @@ The following table lists the available variables for customization.
margin: $kendo-h6-margin
)
)</code></td>
<td><ul><li>h1: "font-size":"2.5rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h2: "font-size":"2rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h3: "font-size":"1.75rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h4: "font-size":"1.5rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h5: "font-size":"1.25rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h6: "font-size":"1rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li></ul></td>
<td><ul><li>h1: "font-size":"2.5rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h2: "font-size":"2rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h3: "font-size":"1.75rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h4: "font-size":"1.5rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h5: "font-size":"1.25rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h6: "font-size":"1rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The headings Map.</div></div>
Expand Down Expand Up @@ -919,8 +919,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display1-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the largest display text.</div></div>
Expand All @@ -929,8 +929,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display2-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the second largest display text.</div></div>
Expand All @@ -939,8 +939,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display3-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the third largest display text.</div></div>
Expand All @@ -949,8 +949,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-display4-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fourth largest display text.</div></div>
Expand Down
56 changes: 28 additions & 28 deletions packages/bootstrap/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ The following table lists the available variables for customizing the Bootstrap
letter-spacing: $kendo-display4-letter-spacing
)
)</code></td>
<td><ul><li>1: "font-size":"calc(1rem * 5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>2: "font-size":"calc(1rem * 4.5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>3: "font-size":"calc(1rem * 4)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>4: "font-size":"calc(1rem * 3.5)","font-family":"unset","line-height":1.2,"font-weight":300,"letter-spacing":null</li></ul></td>
<td><ul><li>1: "font-size":"calc(1rem * 5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>2: "font-size":"calc(1rem * 4.5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>3: "font-size":"calc(1rem * 4)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li><li>4: "font-size":"calc(1rem * 3.5)","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":300,"letter-spacing":null</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The displays Map</div></div>
Expand Down Expand Up @@ -29164,59 +29164,59 @@ The following table lists the available variables for customizing the Bootstrap
</tr>
<tr>
<td>$kendo-h1-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h2-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the second highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h3-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the third highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h4-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fourth highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h5-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fifth highest level heading.</div></div>
</td>
</tr>
<tr>
<td>$kendo-h6-font-family</td>
<td>Null</td>
<td><code>null</code></td>
<td><code>null</code></td>
<td>String</td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the sixth highest level heading.</div></div>
Expand Down Expand Up @@ -29515,7 +29515,7 @@ The following table lists the available variables for customizing the Bootstrap
margin: $kendo-h6-margin
)
)</code></td>
<td><ul><li>h1: "font-size":"2.5rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h2: "font-size":"2rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h3: "font-size":"1.75rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h4: "font-size":"1.5rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h5: "font-size":"1.25rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h6: "font-size":"1rem","font-family":null,"line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li></ul></td>
<td><ul><li>h1: "font-size":"2.5rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h2: "font-size":"2rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h3: "font-size":"1.75rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h4: "font-size":"1.5rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h5: "font-size":"1.25rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li><li>h6: "font-size":"1rem","font-family":"var(--kendo-font-family, inherit)","line-height":1.2,"font-weight":500,"letter-spacing":null,"margin":"(0 0 var(--kendo-spacing-2, 0.5rem))"</li></ul></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The headings Map.</div></div>
Expand Down Expand Up @@ -29754,8 +29754,8 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-display1-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the largest display text.</div></div>
Expand All @@ -29764,8 +29764,8 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-display2-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the second largest display text.</div></div>
Expand All @@ -29774,8 +29774,8 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-display3-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the third largest display text.</div></div>
Expand All @@ -29784,8 +29784,8 @@ The following table lists the available variables for customizing the Bootstrap
<tr>
<td>$kendo-display4-font-family</td>
<td>String</td>
<td><code>unset</code></td>
<td><code>unset</code></td>
<td><code>var( --kendo-font-family, inherit )</code></td>
<td><code>var(--kendo-font-family, inherit)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font family of the fourth largest display text.</div></div>
Expand Down

0 comments on commit f2cdab2

Please sign in to comment.