Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Feb 10, 2025
1 parent abf7f0a commit ef7dc47
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
10 changes: 10 additions & 0 deletions packages/fluent/docs/customization-action-buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ The following table lists the available variables for customization.
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of the action buttons container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-actions-button-spacing</td>
<td>String</td>
<td><code>k-spacing(2)</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Spacing between the action buttons.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down
10 changes: 0 additions & 10 deletions packages/fluent/docs/customization-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ The following table lists the available variables for customization.
</thead>
<tbody>
<tr>
<td>$kendo-actions-button-spacing</td>
<td>String</td>
<td><code>k-spacing(2)</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Spacing between the action buttons.</div></div>
</td>
</tr>
<tr>
<td>$kendo-button-border-width</td>
<td>Number</td>
<td><code>1px</code></td>
Expand Down
20 changes: 10 additions & 10 deletions packages/fluent/docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,16 @@ The following table lists the available variables for customizing the Fluent the
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The border color of the action buttons container.</div></div>
</td>
</tr>
<tr>
<td>$kendo-actions-button-spacing</td>
<td>String</td>
<td><code>k-spacing(2)</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Spacing between the action buttons.</div></div>
</td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -2670,16 +2680,6 @@ The following table lists the available variables for customizing the Fluent the
</tr>
</thead>
<tbody><tr>
<td>$kendo-actions-button-spacing</td>
<td>String</td>
<td><code>k-spacing(2)</code></td>
<td><code>var(--kendo-spacing-2, 0.5rem)</code></td>
</tr>
<tr>
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Spacing between the action buttons.</div></div>
</td>
</tr>
<tr>
<td>$kendo-button-border-width</td>
<td>Number</td>
<td><code>1px</code></td>
Expand Down

0 comments on commit ef7dc47

Please sign in to comment.