Skip to content

Commit

Permalink
Deploying to main from @ capitec/omni-components@41b13b3 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
capitec-oss committed Sep 30, 2024
1 parent 3735543 commit 3d72c27
Show file tree
Hide file tree
Showing 63 changed files with 571 additions and 146 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,13 @@
key="Interactive"
interactive >
</story-renderer>
<div class="name" id="story-max-length">Max Length</div>
<story-renderer
path="./dist/email-field/EmailField.stories.js"
tag="omni-email-field"
key="Max_Length"
>
</story-renderer>
<div class="name" id="story-label">Label</div>
<story-renderer
path="./dist/email-field/EmailField.stories.js"
Expand Down Expand Up @@ -498,6 +505,9 @@
<a href="components/email-field/#story-interactive" id="story-interactive-a" class="item">
Interactive
</a>
<a href="components/email-field/#story-max-length" id="story-max-length-a" class="item">
Max Length
</a>
<a href="components/email-field/#story-label" id="story-label-a" class="item">
Label
</a>
Expand Down Expand Up @@ -557,6 +567,13 @@ <h2 class="component-props-table-header">Properties</h2>
<td data-label="Description">Disables native on screen keyboards for the component.</td>
</tr>

<tr>
<td data-label="Name" scope="row">maxLength</td>
<td data-label="Attribute" scope="row">max-length&nbsp;</td>
<td data-label="Type"><pre><code class="language-js">number | undefined</code></pre></td>
<td data-label="Description">Maximum character input length.</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 @@ -428,6 +428,13 @@
key="Interactive"
interactive >
</story-renderer>
<div class="name" id="story-max-length">Max Length</div>
<story-renderer
path="./dist/number-field/NumberField.stories.js"
tag="omni-number-field"
key="Max_Length"
>
</story-renderer>
<div class="name" id="story-label">Label</div>
<story-renderer
path="./dist/number-field/NumberField.stories.js"
Expand Down Expand Up @@ -498,6 +505,9 @@
<a href="components/number-field/#story-interactive" id="story-interactive-a" class="item">
Interactive
</a>
<a href="components/number-field/#story-max-length" id="story-max-length-a" class="item">
Max Length
</a>
<a href="components/number-field/#story-label" id="story-label-a" class="item">
Label
</a>
Expand Down Expand Up @@ -557,6 +567,13 @@ <h2 class="component-props-table-header">Properties</h2>
<td data-label="Description">Disables native on screen keyboards for the component.</td>
</tr>

<tr>
<td data-label="Name" scope="row">maxLength</td>
<td data-label="Attribute" scope="row">max-length&nbsp;</td>
<td data-label="Type"><pre><code class="language-js">number | undefined</code></pre></td>
<td data-label="Description">Maximum character input length.</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 @@ -428,6 +428,13 @@
key="Interactive"
interactive >
</story-renderer>
<div class="name" id="story-max-length">Max Length</div>
<story-renderer
path="./dist/password-field/PasswordField.stories.js"
tag="omni-password-field"
key="Max_Length"
>
</story-renderer>
<div class="name" id="story-label">Label</div>
<story-renderer
path="./dist/password-field/PasswordField.stories.js"
Expand Down Expand Up @@ -505,6 +512,9 @@
<a href="components/password-field/#story-interactive" id="story-interactive-a" class="item">
Interactive
</a>
<a href="components/password-field/#story-max-length" id="story-max-length-a" class="item">
Max Length
</a>
<a href="components/password-field/#story-label" id="story-label-a" class="item">
Label
</a>
Expand Down Expand Up @@ -574,6 +584,13 @@ <h2 class="component-props-table-header">Properties</h2>
<td data-label="Description">Disables native on screen keyboards for the component.</td>
</tr>

<tr>
<td data-label="Name" scope="row">maxLength</td>
<td data-label="Attribute" scope="row">max-length&nbsp;</td>
<td data-label="Type"><pre><code class="language-js">number | undefined</code></pre></td>
<td data-label="Description">Maximum character input length.</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 @@ -428,6 +428,13 @@
key="Interactive"
interactive >
</story-renderer>
<div class="name" id="story-max-length">Max Length</div>
<story-renderer
path="./dist/search-field/SearchField.stories.js"
tag="omni-search-field"
key="Max_Length"
>
</story-renderer>
<div class="name" id="story-label">Label</div>
<story-renderer
path="./dist/search-field/SearchField.stories.js"
Expand Down Expand Up @@ -498,6 +505,9 @@
<a href="components/search-field/#story-interactive" id="story-interactive-a" class="item">
Interactive
</a>
<a href="components/search-field/#story-max-length" id="story-max-length-a" class="item">
Max Length
</a>
<a href="components/search-field/#story-label" id="story-label-a" class="item">
Label
</a>
Expand Down Expand Up @@ -557,6 +567,13 @@ <h2 class="component-props-table-header">Properties</h2>
<td data-label="Description">Disables native on screen keyboards for the component.</td>
</tr>

<tr>
<td data-label="Name" scope="row">maxLength</td>
<td data-label="Attribute" scope="row">max-length&nbsp;</td>
<td data-label="Type"><pre><code class="language-js">number | undefined</code></pre></td>
<td data-label="Description">Maximum character input length.</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 @@ -428,6 +428,13 @@
key="Interactive"
interactive >
</story-renderer>
<div class="name" id="story-max-length">Max Length</div>
<story-renderer
path="./dist/text-field/TextField.stories.js"
tag="omni-text-field"
key="Max_Length"
>
</story-renderer>
<div class="name" id="story-label">Label</div>
<story-renderer
path="./dist/text-field/TextField.stories.js"
Expand Down Expand Up @@ -498,6 +505,9 @@
<a href="components/text-field/#story-interactive" id="story-interactive-a" class="item">
Interactive
</a>
<a href="components/text-field/#story-max-length" id="story-max-length-a" class="item">
Max Length
</a>
<a href="components/text-field/#story-label" id="story-label-a" class="item">
Label
</a>
Expand Down Expand Up @@ -557,6 +567,13 @@ <h2 class="component-props-table-header">Properties</h2>
<td data-label="Description">Disables native on screen keyboards for the component.</td>
</tr>

<tr>
<td data-label="Name" scope="row">maxLength</td>
<td data-label="Attribute" scope="row">max-length&nbsp;</td>
<td data-label="Type"><pre><code class="language-js">number | undefined</code></pre></td>
<td data-label="Description">Maximum character input length.</td>
</tr>

<tr>
<td data-label="Name" scope="row">label</td>
<td data-label="Attribute" scope="row">label&nbsp;</td>
Expand Down
Loading

0 comments on commit 3d72c27

Please sign in to comment.