Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Dec 2, 2024
1 parent 4c8dd70 commit 1f1f384
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions packages/fluent/docs/customization-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ The following table lists the available variables for customization.
<tbody>
<tr>
<td>$kendo-form-spacer</td>
<td>Calculation</td>
<td><code>calc( #{k-spacing(2)} * 2 )</code></td>
<td><code>calc(var(--kendo-spacing-2, 0.5rem) * 2)</code></td>
<td>String</td>
<td><code>k-spacing(4)</code></td>
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the inline Form.</div></div>
Expand Down
8 changes: 4 additions & 4 deletions packages/fluent/docs/customization-panelbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-panelbar-header-padding-x-start</td>
<td>Calculation</td>
<td><code>calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))</code></td>
<td><code>calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal start padding of the PanelBar header.</div></div>
Expand Down Expand Up @@ -160,8 +160,8 @@ The following table lists the available variables for customization.
<tr>
<td>$kendo-panelbar-item-padding-x-start</td>
<td>Calculation</td>
<td><code>calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))</code></td>
<td><code>calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the PanelBar items.</div></div>
Expand Down
14 changes: 7 additions & 7 deletions packages/fluent/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -12708,9 +12708,9 @@ The following table lists the available variables for customizing the Fluent the
</thead>
<tbody><tr>
<td>$kendo-form-spacer</td>
<td>Calculation</td>
<td><code>calc( #{k-spacing(2)} * 2 )</code></td>
<td><code>calc(var(--kendo-spacing-2, 0.5rem) * 2)</code></td>
<td>String</td>
<td><code>k-spacing(4)</code></td>
<td><code>var(--kendo-spacing-4, 1rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The padding of the inline Form.</div></div>
Expand Down Expand Up @@ -22205,8 +22205,8 @@ The following table lists the available variables for customizing the Fluent the
<tr>
<td>$kendo-panelbar-header-padding-x-start</td>
<td>Calculation</td>
<td><code>calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))</code></td>
<td><code>calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal start padding of the PanelBar header.</div></div>
Expand Down Expand Up @@ -22235,8 +22235,8 @@ The following table lists the available variables for customizing the Fluent the
<tr>
<td>$kendo-panelbar-item-padding-x-start</td>
<td>Calculation</td>
<td><code>calc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))</code></td>
<td><code>calc( #{$kendo-panelbar-icon-spacing} * 2 + var( --kendo-icon-size, 1rem ) )</code></td>
<td><code>calc(var(--kendo-spacing-2, 0.5rem) * 2 + var(--kendo-icon-size, 1rem))</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The horizontal padding of the PanelBar items.</div></div>
Expand Down

0 comments on commit 1f1f384

Please sign in to comment.