Skip to content

Commit 45f4913

Browse files
epetrowJuveniel
authored andcommitted
chore: regen docs
1 parent 3258377 commit 45f4913

File tree

92 files changed

+12460
-12460
lines changed

Some content is hidden

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

92 files changed

+12460
-12460
lines changed

packages/fluent/docs/customization-accessibility.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ The following table lists the available variables for customization.
2929
<tbody>
3030
<tr>
3131
<td>$wcag-min-contrast-ratio</td>
32-
<td></td>
32+
<td>Number</td>
33+
<td><code>7</code></td>
3334
<td><code>7</code></td>
34-
<td></td>
3535
</tr>
3636
<tr>
3737
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The contrast ratio to reach against white, to determine if color changes from "light" to "dark".<br />Acceptable values for WCAG 2.0 are 3, 4.5 and 7.</div></div>
3838
</td>
3939
</tr>
4040
<tr>
4141
<td>$wcag-dark</td>
42-
<td></td>
42+
<td>Color</td>
4343
<td><code>black</code></td>
44-
<td></td>
44+
<td><span class="color-preview" style="background-color: black"></span><code>black</code></td>
4545
</tr>
4646
<tr>
4747
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Default dark color for WCAG 2.0.</div></div>
4848
</td>
4949
</tr>
5050
<tr>
5151
<td>$wcag-light</td>
52-
<td></td>
52+
<td>Color</td>
5353
<td><code>white</code></td>
54-
<td></td>
54+
<td><span class="color-preview" style="background-color: white"></span><code>white</code></td>
5555
</tr>
5656
<tr>
5757
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Default light color for WCAG 2.0.</div></div>

packages/fluent/docs/customization-action-buttons.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -29,59 +29,59 @@ The following table lists the available variables for customization.
2929
<tbody>
3030
<tr>
3131
<td>$kendo-actions-padding-x</td>
32-
<td></td>
32+
<td>String</td>
3333
<td><code>k-spacing(3)</code></td>
34-
<td></td>
34+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
3535
</tr>
3636
<tr>
3737
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Horizontal padding of the action buttons container.</div></div>
3838
</td>
3939
</tr>
4040
<tr>
4141
<td>$kendo-actions-padding-y</td>
42-
<td></td>
42+
<td>String</td>
4343
<td><code>k-spacing(3)</code></td>
44-
<td></td>
44+
<td><code>var(--kendo-spacing-3, 0.75rem)</code></td>
4545
</tr>
4646
<tr>
4747
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Vertical padding of the action buttons container.</div></div>
4848
</td>
4949
</tr>
5050
<tr>
5151
<td>$kendo-actions-border-width</td>
52-
<td></td>
52+
<td>Number</td>
53+
<td><code>0px</code></td>
5354
<td><code>0px</code></td>
54-
<td></td>
5555
</tr>
5656
<tr>
5757
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">Width of the border around the action buttons container.</div></div>
5858
</td>
5959
</tr>
6060
<tr>
6161
<td>$kendo-actions-bg</td>
62-
<td></td>
62+
<td>String</td>
63+
<td><code>inherit</code></td>
6364
<td><code>inherit</code></td>
64-
<td></td>
6565
</tr>
6666
<tr>
6767
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The background color of the action buttons container.</div></div>
6868
</td>
6969
</tr>
7070
<tr>
7171
<td>$kendo-actions-text</td>
72-
<td></td>
72+
<td>String</td>
73+
<td><code>inherit</code></td>
7374
<td><code>inherit</code></td>
74-
<td></td>
7575
</tr>
7676
<tr>
7777
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The text color of the action buttons container.</div></div>
7878
</td>
7979
</tr>
8080
<tr>
8181
<td>$kendo-actions-border</td>
82-
<td></td>
82+
<td>String</td>
83+
<td><code>inherit</code></td>
8384
<td><code>inherit</code></td>
84-
<td></td>
8585
</tr>
8686
<tr>
8787
<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>

0 commit comments

Comments
 (0)