Skip to content

Commit 61de048

Browse files
epetrowJuveniel
authored andcommitted
chore: regen docs
1 parent 7f7ffa7 commit 61de048

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

packages/classic/docs/customization-form.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ The following table lists the available variables for customization.
401401
<td>$kendo-fieldset-font-size</td>
402402
<td>Calculation</td>
403403
<td><code>$kendo-h4-font-size</code></td>
404-
<td><code>calc(var(--kendo-font-size, inherit) * 2)</code></td>
404+
<td><code>calc(var(--kendo-font-size, 0.875rem) * 2)</code></td>
405405
</tr>
406406
<tr>
407407
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Form fieldset.</div></div>

packages/classic/docs/customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9956,7 +9956,7 @@ The following table lists the available variables for customizing the Classic th
99569956
<td>$kendo-fieldset-font-size</td>
99579957
<td>Calculation</td>
99589958
<td><code>$kendo-h4-font-size</code></td>
9959-
<td><code>calc(var(--kendo-font-size, inherit) * 2)</code></td>
9959+
<td><code>calc(var(--kendo-font-size, 0.875rem) * 2)</code></td>
99609960
</tr>
99619961
<tr>
99629962
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Form fieldset.</div></div>

packages/default/docs/customization-form.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ The following table lists the available variables for customization.
401401
<td>$kendo-fieldset-font-size</td>
402402
<td>Calculation</td>
403403
<td><code>$kendo-h4-font-size</code></td>
404-
<td><code>calc(var(--kendo-font-size, inherit) * 2)</code></td>
404+
<td><code>calc(var(--kendo-font-size, 0.875rem) * 2)</code></td>
405405
</tr>
406406
<tr>
407407
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Form fieldset.</div></div>

packages/default/docs/customization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10136,7 +10136,7 @@ The following table lists the available variables for customizing the Default th
1013610136
<td>$kendo-fieldset-font-size</td>
1013710137
<td>Calculation</td>
1013810138
<td><code>$kendo-h4-font-size</code></td>
10139-
<td><code>calc(var(--kendo-font-size, inherit) * 2)</code></td>
10139+
<td><code>calc(var(--kendo-font-size, 0.875rem) * 2)</code></td>
1014010140
</tr>
1014110141
<tr>
1014210142
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The font size of the Form fieldset.</div></div>

packages/utils/docs/customization.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5361,28 +5361,28 @@ This is equivalent to `text-align: justify;`.
53615361

53625362

53635363

5364-
### `.k-underline`
5364+
### `.k-text-underline`
53655365

53665366
This is equivalent to `text-decoration: underline;`.
53675367

53685368

53695369

53705370

5371-
### `.k-overline`
5371+
### `.k-text-overline`
53725372

53735373
This is equivalent to `text-decoration: overline;`.
53745374

53755375

53765376

53775377

5378-
### `.k-line-through`
5378+
### `.k-text-line-through`
53795379

53805380
This is equivalent to `text-decoration: line-through;`.
53815381

53825382

53835383

53845384

5385-
### `.k-none-decoration`
5385+
### `.k-text-no-underline`
53865386

53875387
This is equivalent to `text-decoration: none-decoration;`.
53885388

0 commit comments

Comments
 (0)