Skip to content

Commit

Permalink
Deploying to main from @ capitec/omni-components@c255bf1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
capitec-oss committed Sep 18, 2024
1 parent d75c4c9 commit bd12032
Show file tree
Hide file tree
Showing 336 changed files with 2,212 additions and 1,886 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Email field error font color.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-email-field-autofill-hover-transition</code></pre></td>
<td data-label="Description">Email field suggestions input hover color.</td>
</tr>

</tbody>
</table>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Overflow for modal body.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-modal-body-min-width</code></pre></td>
<td data-label="Description">Min width for modal body.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-modal-no-header-body-border-top-radius</code></pre></td>
<td data-label="Description">Top border radius for modal body when there is no header.</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Number field error font color.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-number-field-autofill-hover-transition</code></pre></td>
<td data-label="Description">Number field suggestions input hover color.</td>
</tr>

</tbody>
</table>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Pin field error font color.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-pin-field-autofill-hover-transition</code></pre></td>
<td data-label="Description">Pin field suggestions input hover color.</td>
</tr>

</tbody>
</table>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Search field label left margin.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-search-field-autofill-hover-transition</code></pre></td>
<td data-label="Description">Search field suggestions input hover color.</td>
</tr>

</tbody>
</table>
</div>
Expand Down
49 changes: 49 additions & 0 deletions docs/omni-components/versions/alpha/components/select/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,55 @@ <h2 class="component-props-table-header">Properties</h2>
<td data-label="Description">Custom search function for items instead of using the default provided.</td>
</tr>

<tr>
<td data-label="Name" scope="row">bottomOfViewport</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">isMobile</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">searchValue</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">popUp</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">searchElement</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">itemsContainer</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">selectElement</td>
<td data-label="Attribute" scope="row">&nbsp;</td>
<td data-label="Type"><pre><code class="language-js"></code></pre></td>
<td data-label="Description"></td>
</tr>

<tr>
<td data-label="Name" scope="row">label</td>
<td data-label="Attribute" scope="row">label&nbsp;</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Text field disabled font color.</td>
</tr>

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-text-field-autofill-hover-transition</code></pre></td>
<td data-label="Description">Text field input auto fill hover state transition.</td>
</tr>

</tbody>
</table>
</div>
Expand Down
Loading

0 comments on commit bd12032

Please sign in to comment.