Skip to content

Commit

Permalink
Deploying to gh-pages from @ ori-ui/ori@017d4ff 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangeCaps committed Sep 10, 2024
1 parent 6f518d3 commit bf62100
Show file tree
Hide file tree
Showing 37 changed files with 259 additions and 257 deletions.
14 changes: 7 additions & 7 deletions ori/core/views/struct.ButtonStyle.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions ori/core/views/struct.CheckboxStyle.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions ori/core/views/struct.CollapsingStyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
</div><span id="structfield.border_width" class="structfield section-header"><a href="#structfield.border_width" class="anchor field">§</a><code>border_width: <a class="struct" href="../../prelude/struct.BorderWidth.html" title="struct ori::prelude::BorderWidth">BorderWidth</a></code></span><div class="docblock"><p>The style of <a href="../../prelude/struct.Collapsing.html#method.border_width" title="method ori::prelude::Collapsing::border_width"><code>Collapsing::border_width</code></a>.</p>
</div><span id="structfield.border_radius" class="structfield section-header"><a href="#structfield.border_radius" class="anchor field">§</a><code>border_radius: <a class="struct" href="../../prelude/struct.BorderRadius.html" title="struct ori::prelude::BorderRadius">BorderRadius</a></code></span><div class="docblock"><p>The style of <a href="../../prelude/struct.Collapsing.html#method.border_radius" title="method ori::prelude::Collapsing::border_radius"><code>Collapsing::border_radius</code></a>.</p>
</div><span id="structfield.border_color" class="structfield section-header"><a href="#structfield.border_color" class="anchor field">§</a><code>border_color: <a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a></code></span><div class="docblock"><p>The style of <a href="../../prelude/struct.Collapsing.html#method.border_color" title="method ori::prelude::Collapsing::border_color"><code>Collapsing::border_color</code></a>.</p>
</div><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-CollapsingStyle" class="impl"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><a href="#impl-CollapsingStyle" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="../../prelude/struct.CollapsingStyle.html" title="struct ori::prelude::CollapsingStyle">CollapsingStyle</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.TRANSITION" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.TRANSITION" class="constant">TRANSITION</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Transition.html" title="struct ori::prelude::Transition">Transition</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.transition::TRANSITION</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.ICON_SIZE" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.ICON_SIZE" class="constant">ICON_SIZE</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.f32.html">f32</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.icon_size::ICON_SIZE</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.ICON_COLOR" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.ICON_COLOR" class="constant">ICON_COLOR</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.icon_color::ICON_COLOR</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BACKGROUND" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BACKGROUND" class="constant">BACKGROUND</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.background::BACKGROUND</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BORDER_WIDTH" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BORDER_WIDTH" class="constant">BORDER_WIDTH</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.BorderWidth.html" title="struct ori::prelude::BorderWidth">BorderWidth</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.border_width::BORDER_WIDTH</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BORDER_RADIUS" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BORDER_RADIUS" class="constant">BORDER_RADIUS</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.BorderRadius.html" title="struct ori::prelude::BorderRadius">BorderRadius</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.border_radius::BORDER_RADIUS</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BORDER_COLOR" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BORDER_COLOR" class="constant">BORDER_COLOR</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>collapsing.border_color::BORDER_COLOR</code>].</p>
</div><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-CollapsingStyle" class="impl"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><a href="#impl-CollapsingStyle" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="../../prelude/struct.CollapsingStyle.html" title="struct ori::prelude::CollapsingStyle">CollapsingStyle</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedconstant.TRANSITION" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.TRANSITION" class="constant">TRANSITION</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Transition.html" title="struct ori::prelude::Transition">Transition</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.transition::TRANSITION</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.ICON_SIZE" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.ICON_SIZE" class="constant">ICON_SIZE</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.81.0/std/primitive.f32.html">f32</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.icon_size::ICON_SIZE</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.ICON_COLOR" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.ICON_COLOR" class="constant">ICON_COLOR</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.icon_color::ICON_COLOR</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BACKGROUND" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BACKGROUND" class="constant">BACKGROUND</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.background::BACKGROUND</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BORDER_WIDTH" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BORDER_WIDTH" class="constant">BORDER_WIDTH</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.BorderWidth.html" title="struct ori::prelude::BorderWidth">BorderWidth</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.border_width::BORDER_WIDTH</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BORDER_RADIUS" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BORDER_RADIUS" class="constant">BORDER_RADIUS</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.BorderRadius.html" title="struct ori::prelude::BorderRadius">BorderRadius</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.border_radius::BORDER_RADIUS</code>].</p>
</div></details><details class="toggle" open><summary><section id="associatedconstant.BORDER_COLOR" class="associatedconstant"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub const <a href="#associatedconstant.BORDER_COLOR" class="constant">BORDER_COLOR</a>: <a class="struct" href="../../prelude/struct.Style.html" title="struct ori::prelude::Style">Style</a>&lt;<a class="struct" href="../../prelude/struct.Color.html" title="struct ori::prelude::Color">Color</a>&gt; = _</h4></section></summary><div class="docblock"><p>The style key of [<code>Collapsing.border_color::BORDER_COLOR</code>].</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.styled" class="method"><a class="src rightside" href="../../../src/ori_core/views/collapsing.rs.html#25">source</a><h4 class="code-header">pub fn <a href="#method.styled" class="fn">styled</a>&lt;T, H, V&gt;(
styled: &amp;<a class="struct" href="../../prelude/struct.Collapsing.html" title="struct ori::prelude::Collapsing">Collapsing</a>&lt;T, H, V&gt;,
styles: &amp;<a class="struct" href="../../prelude/struct.Styles.html" title="struct ori::prelude::Styles">Styles</a>,
Expand Down
Loading

0 comments on commit bf62100

Please sign in to comment.