Skip to content

Commit

Permalink
Deploying to main from @ capitec/omni-components@15f1dbd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
capitec-oss committed Oct 3, 2024
1 parent 1625e52 commit 31d5a9f
Show file tree
Hide file tree
Showing 99 changed files with 757 additions and 645 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,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 @@ -955,6 +955,11 @@ <h2 class="component-props-table-header" >Component Variables</h2>
<td data-label="Description">Max width for modal content container.</td>
</tr>

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

<tr>
<td data-label="Name" scope="row"><pre><code class="language-css">--omni-modal-max-height</code></pre></td>
<td data-label="Description">Max height for modal content container.</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,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 @@ -1286,6 +1286,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 @@ -1286,6 +1286,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
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,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
41 changes: 41 additions & 0 deletions docs/omni-components/versions/beta/custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,10 @@
"description": "Max width for modal content container.",
"name": "--omni-modal-max-width"
},
{
"description": "Min width for modal content container.",
"name": "--omni-modal-min-width"
},
{
"description": "Max height for modal content container.",
"name": "--omni-modal-max-height"
Expand Down Expand Up @@ -3354,6 +3358,10 @@
{
"description": "Search field label left margin.",
"name": "--omni-search-field-label-left-margin"
},
{
"description": "Search field suggestions input hover color.",
"name": "--omni-search-field-autofill-hover-transition"
}
],
"members": [
Expand Down Expand Up @@ -3412,6 +3420,23 @@
}
}
},
{
"kind": "method",
"name": "_blurOnEnter",
"parameters": [
{
"name": "e",
"type": {
"text": "KeyboardEvent"
}
}
],
"return": {
"type": {
"text": "void"
}
}
},
{
"kind": "method",
"name": "renderPrefix",
Expand Down Expand Up @@ -6682,6 +6707,10 @@
{
"description": "Text field error font color.",
"name": "--omni-text-field-font-color"
},
{
"description": "Text field input auto fill hover state transition.",
"name": "--omni-text-field-autofill-hover-transition"
}
],
"members": [
Expand Down Expand Up @@ -17051,6 +17080,10 @@
{
"description": "Email field error font color.",
"name": "--omni-email-field-error-font-color"
},
{
"description": "Email field suggestions input hover color.",
"name": "--omni-email-field-autofill-hover-transition"
}
],
"members": [
Expand Down Expand Up @@ -19829,6 +19862,10 @@
{
"description": "Number field error font color.",
"name": "--omni-number-field-error-font-color"
},
{
"description": "Number field suggestions input hover color.",
"name": "--omni-number-field-autofill-hover-transition"
}
],
"members": [
Expand Down Expand Up @@ -21221,6 +21258,10 @@
{
"description": "Pin field error font color.",
"name": "--omni-pin-field-error-font-color"
},
{
"description": "Pin field suggestions input hover color.",
"name": "--omni-pin-field-autofill-hover-transition"
}
],
"slots": [
Expand Down
2 changes: 1 addition & 1 deletion docs/omni-components/versions/beta/dist/alert/Alert.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/omni-components/versions/beta/dist/alert/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 31d5a9f

Please sign in to comment.