Skip to content

Commit

Permalink
Deploy to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Apr 19, 2024
1 parent 6b399e2 commit 2ff541f
Show file tree
Hide file tree
Showing 141 changed files with 8,545 additions and 5,855 deletions.
1 change: 1 addition & 0 deletions 0.0.0/1562.1e6a79b6.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.0.0/3224.aa2b4664.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.0.0/3348.9d9f3238.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.0.0/4578.17249a24.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.0.0/5868.9e6e15e4.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 0.0.0/button-icon-button-stories.59d7496a.iframe.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

45 changes: 43 additions & 2 deletions 0.0.0/documentation/components/BaseIconButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ <h6><b>Inputs</b></h6>
<li>
<a href="#align" >align</a>
</li>
<li>
<a href="#autoAlign" >autoAlign</a>
</li>
<li>
<a href="#caret" >caret</a>
</li>
Expand Down Expand Up @@ -155,6 +158,39 @@ <h3 id="inputs">Inputs</h3>
<tr>
<td class="col-md-4">
<div class="io-description"><p>Set popover alignment</p>
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="autoAlign"></a>
<b>autoAlign</b>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<i>Default value : </i><code>false</code>
</td>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <a href="" data-line="40" class="link-to-prism">src/button/base-icon-button.component.ts:40</a></div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description"><p><strong>Experimental</strong>: Use floating-ui to position the tooltip
This is not toggleable - should be assigned once</p>
</div>
</td>
</tr>
Expand Down Expand Up @@ -245,7 +281,7 @@ <h3 id="inputs">Inputs</h3>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <a href="" data-line="39" class="link-to-prism">src/button/base-icon-button.component.ts:39</a></div>
<div class="io-line">Defined in <a href="" data-line="44" class="link-to-prism">src/button/base-icon-button.component.ts:44</a></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -341,7 +377,7 @@ <h3 id="inputs">Inputs</h3>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <a href="" data-line="43" class="link-to-prism">src/button/base-icon-button.component.ts:43</a></div>
<div class="io-line">Defined in <a href="" data-line="48" class="link-to-prism">src/button/base-icon-button.component.ts:48</a></div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -397,6 +433,11 @@ <h3 id="inputs">Inputs</h3>
&quot;bottom&quot; | &quot;bottom-left&quot; | &quot;bottom-right&quot; |
&quot;left&quot; | &quot;left-bottom&quot; | &quot;left-top&quot; |
&quot;right&quot; | &quot;right-bottom&quot; | &quot;right-top&quot; &#x3D; &quot;bottom&quot;;
/**
* **Experimental**: Use floating-ui to position the tooltip
* This is not toggleable - should be assigned once
*/
@Input() autoAlign &#x3D; false;
/**
* Set delay before tooltip is shown
*/
Expand Down
47 changes: 45 additions & 2 deletions 0.0.0/documentation/components/CodeSnippet.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ <h6><b>Inputs</b></h6>
<li>
<a href="#align" >align</a>
</li>
<li>
<a href="#autoAlign" >autoAlign</a>
</li>
<li>
<a href="#caret" >caret</a>
</li>
Expand Down Expand Up @@ -1010,6 +1013,46 @@ <h3 id="inputs">Inputs</h3>
<tr>
<td class="col-md-4">
<div class="io-description"><p>Set popover alignment</p>
</div>
</td>
</tr>
</tbody>
</table>
<table class="table table-sm table-bordered">
<tbody>
<tr>
<td class="col-md-4">
<a name="autoAlign"></a>
<b>autoAlign</b>
</td>
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>

</td>
</tr>
<tr>
<td class="col-md-4">
<i>Default value : </i><code>false</code>
</td>
</tr>
<tr>
<td class="col-md-4" colspan="2">
<div class="io-line">Inherited from <code><a href="../components/BaseIconButton.html" target="_self" >BaseIconButton</a></code>
</div>
</td>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <code><a href="../components/BaseIconButton.html#source" target="_self" >BaseIconButton:40</a></code>
</div>
</td>
</tr>
<tr>
<td class="col-md-4">
<div class="io-description"><p><strong>Experimental</strong>: Use floating-ui to position the tooltip
This is not toggleable - should be assigned once</p>
</div>
</td>
</tr>
Expand Down Expand Up @@ -1120,7 +1163,7 @@ <h3 id="inputs">Inputs</h3>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <code><a href="../components/BaseIconButton.html#source" target="_self" >BaseIconButton:39</a></code>
<div class="io-line">Defined in <code><a href="../components/BaseIconButton.html#source" target="_self" >BaseIconButton:44</a></code>
</div>
</td>
</tr>
Expand Down Expand Up @@ -1237,7 +1280,7 @@ <h3 id="inputs">Inputs</h3>
</tr>
<tr>
<td class="col-md-2" colspan="2">
<div class="io-line">Defined in <code><a href="../components/BaseIconButton.html#source" target="_self" >BaseIconButton:43</a></code>
<div class="io-line">Defined in <code><a href="../components/BaseIconButton.html#source" target="_self" >BaseIconButton:48</a></code>
</div>
</td>
</tr>
Expand Down
Loading

0 comments on commit 2ff541f

Please sign in to comment.