Skip to content

Commit

Permalink
Deploying to gh-pages from @ a3a1c4e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Nov 8, 2023
1 parent 8028098 commit 923c7c1
Show file tree
Hide file tree
Showing 32 changed files with 212 additions and 125 deletions.
8 changes: 4 additions & 4 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
--dark-hl-9: #808080;
--light-hl-10: #800000;
--dark-hl-10: #569CD6;
--light-hl-11: #E50000;
--dark-hl-11: #9CDCFE;
--light-hl-12: #000000FF;
--dark-hl-12: #D4D4D4;
--light-hl-11: #000000FF;
--dark-hl-11: #D4D4D4;
--light-hl-12: #E50000;
--dark-hl-12: #9CDCFE;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/navigation.js

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

2 changes: 1 addition & 1 deletion assets/search.js

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

2 changes: 1 addition & 1 deletion functions/client.Document.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592791;
window.GENERATION_DATE = 1699440123098;

(() => {

Expand Down
2 changes: 1 addition & 1 deletion functions/client.Layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592792;
window.GENERATION_DATE = 1699440123099;

(() => {

Expand Down
2 changes: 1 addition & 1 deletion functions/client.Meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592794;
window.GENERATION_DATE = 1699440123100;

(() => {

Expand Down
2 changes: 1 addition & 1 deletion functions/client.Preloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592798;
window.GENERATION_DATE = 1699440123102;

(() => {

Expand Down
2 changes: 1 addition & 1 deletion functions/client.Scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592799;
window.GENERATION_DATE = 1699440123103;

(() => {

Expand Down
4 changes: 2 additions & 2 deletions functions/client.State.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>Function State</h1></div>
<li class="tsd-signature tsd-anchor-link" id="State"><span class="tsd-kind-call-signature">State</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">props</span>, <span class="tsd-kind-parameter">context</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">ReactNode</span><a href="#State" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>State injector component</p>
<pre><code class="language-tsx"><span class="hl-4">import</span><span class="hl-1"> </span><span class="hl-5">React</span><span class="hl-1">, {</span><span class="hl-5">FC</span><span class="hl-1">, </span><span class="hl-5">ReactNode</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;react&#39;</span><br/><span class="hl-4">import</span><span class="hl-1"> {</span><span class="hl-5">Provider</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;react-redux&#39;</span><br/><span class="hl-4">import</span><span class="hl-1"> {</span><span class="hl-5">State</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;@rambler-tech/react-toolkit/client&#39;</span><br/><span class="hl-4">import</span><span class="hl-1"> {</span><span class="hl-5">Store</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;./store&#39;</span><br/><br/><span class="hl-4">export</span><span class="hl-1"> </span><span class="hl-6">interface</span><span class="hl-1"> </span><span class="hl-8">MyLayoutProps</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">store</span><span class="hl-1">: </span><span class="hl-8">Store</span><br/><span class="hl-1"> </span><span class="hl-5">children</span><span class="hl-1">: </span><span class="hl-8">ReactNode</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-4">export</span><span class="hl-1"> </span><span class="hl-6">const</span><span class="hl-1"> </span><span class="hl-0">MyLayout</span><span class="hl-1">: </span><span class="hl-8">FC</span><span class="hl-1">&lt;</span><span class="hl-8">MyLayoutProps</span><span class="hl-1">&gt; = ({</span><span class="hl-5">store</span><span class="hl-1">, </span><span class="hl-5">children</span><span class="hl-1">}) </span><span class="hl-6">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-4">return</span><span class="hl-1"> (</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;&gt;</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;</span><span class="hl-8">Provider</span><span class="hl-1"> </span><span class="hl-11">store</span><span class="hl-1">=</span><span class="hl-6">{</span><span class="hl-5">store</span><span class="hl-6">}</span><span class="hl-9">&gt;</span><span class="hl-6">{</span><span class="hl-5">children</span><span class="hl-6">}</span><span class="hl-9">&lt;/</span><span class="hl-8">Provider</span><span class="hl-9">&gt;</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;</span><span class="hl-8">State</span><span class="hl-1"> </span><span class="hl-11">name</span><span class="hl-1">=</span><span class="hl-2">&quot;INITIAL_STATE&quot;</span><span class="hl-1"> </span><span class="hl-11">state</span><span class="hl-1">=</span><span class="hl-6">{</span><span class="hl-5">store</span><span class="hl-12">.</span><span class="hl-0">getState</span><span class="hl-12">()</span><span class="hl-6">}</span><span class="hl-1"> </span><span class="hl-9">/&gt;</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;/&gt;</span><br/><span class="hl-1"> )</span><br/><span class="hl-1">}</span>
<pre><code class="language-tsx"><span class="hl-4">import</span><span class="hl-1"> </span><span class="hl-5">React</span><span class="hl-1">, {</span><span class="hl-5">FC</span><span class="hl-1">, </span><span class="hl-5">ReactNode</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;react&#39;</span><br/><span class="hl-4">import</span><span class="hl-1"> {</span><span class="hl-5">Provider</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;react-redux&#39;</span><br/><span class="hl-4">import</span><span class="hl-1"> {</span><span class="hl-5">State</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;@rambler-tech/react-toolkit/client&#39;</span><br/><span class="hl-4">import</span><span class="hl-1"> {</span><span class="hl-5">Store</span><span class="hl-1">} </span><span class="hl-4">from</span><span class="hl-1"> </span><span class="hl-2">&#39;./store&#39;</span><br/><br/><span class="hl-4">export</span><span class="hl-1"> </span><span class="hl-6">interface</span><span class="hl-1"> </span><span class="hl-8">MyLayoutProps</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-5">store</span><span class="hl-1">: </span><span class="hl-8">Store</span><br/><span class="hl-1"> </span><span class="hl-5">children</span><span class="hl-1">: </span><span class="hl-8">ReactNode</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-4">export</span><span class="hl-1"> </span><span class="hl-6">const</span><span class="hl-1"> </span><span class="hl-0">MyLayout</span><span class="hl-1">: </span><span class="hl-8">FC</span><span class="hl-1">&lt;</span><span class="hl-8">MyLayoutProps</span><span class="hl-1">&gt; = ({</span><span class="hl-5">store</span><span class="hl-1">, </span><span class="hl-5">children</span><span class="hl-1">}) </span><span class="hl-6">=&gt;</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-4">return</span><span class="hl-1"> (</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;&gt;</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;</span><span class="hl-8">Provider</span><span class="hl-1"> </span><span class="hl-12">store</span><span class="hl-1">=</span><span class="hl-6">{</span><span class="hl-5">store</span><span class="hl-6">}</span><span class="hl-9">&gt;</span><span class="hl-6">{</span><span class="hl-5">children</span><span class="hl-6">}</span><span class="hl-9">&lt;/</span><span class="hl-8">Provider</span><span class="hl-9">&gt;</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;</span><span class="hl-8">State</span><span class="hl-1"> </span><span class="hl-12">name</span><span class="hl-1">=</span><span class="hl-2">&quot;INITIAL_STATE&quot;</span><span class="hl-1"> </span><span class="hl-12">state</span><span class="hl-1">=</span><span class="hl-6">{</span><span class="hl-5">store</span><span class="hl-11">.</span><span class="hl-0">getState</span><span class="hl-11">()</span><span class="hl-6">}</span><span class="hl-1"> </span><span class="hl-9">/&gt;</span><br/><span class="hl-1"> </span><span class="hl-9">&lt;/&gt;</span><br/><span class="hl-1"> )</span><br/><span class="hl-1">}</span>
</code><button>Copy</button></pre>
</div>
<div class="tsd-parameters">
Expand Down Expand Up @@ -56,7 +56,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592805;
window.GENERATION_DATE = 1699440123108;

(() => {

Expand Down
2 changes: 1 addition & 1 deletion functions/client.Styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592807;
window.GENERATION_DATE = 1699440123109;

(() => {

Expand Down
4 changes: 2 additions & 2 deletions functions/client.getState.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h5><span class="tsd-kind-parameter">name</span>: <span class="tsd-signature-typ
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rambler-digital-solutions/react-toolkit/blob/c9caf4d/src/components/state.tsx#L77">src/components/state.tsx:77</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/rambler-digital-solutions/react-toolkit/blob/a3a1c4e/src/components/state.tsx#L77">src/components/state.tsx:77</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand All @@ -59,7 +59,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592811;
window.GENERATION_DATE = 1699440123112;

(() => {

Expand Down
4 changes: 2 additions & 2 deletions functions/client.hydrateFromStream.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h5><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/clie
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/rambler-digital-solutions/react-toolkit/blob/c9caf4d/src/client/stream.tsx#L24">src/client/stream.tsx:24</a></li></ul></aside></li></ul></section></div>
<li>Defined in <a href="https://github.com/rambler-digital-solutions/react-toolkit/blob/a3a1c4e/src/client/stream.tsx#L24">src/client/stream.tsx:24</a></li></ul></aside></li></ul></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand All @@ -54,7 +54,7 @@ <h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</op
<p style="line-height: 28px;">Generated using <a href="https://typedoc.org/" rel="noopener" target="_blank">TypeDoc</a><br>
<span id="generation-date"></span>
<script>
window.GENERATION_DATE = 1698845592814;
window.GENERATION_DATE = 1699440123114;

(() => {

Expand Down
Loading

0 comments on commit 923c7c1

Please sign in to comment.