lilact 0.7.12 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CSSTransition | Lilact</title><meta name="description" content="Documentation for Lilact"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Lilact</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/transition.html">transition</a></li><li><a href="" aria-current="page">CSSTransition</a></li></ul><h1>Function CSSTransition</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="csstransition"><span class="tsd-kind-call-signature">CSSTransition</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">props</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">appear</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">children</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">classNames</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">in</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">mountOnEnter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onEnter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onEntered</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onEntering</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onExit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onExited</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onExiting</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">timeout</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">unmountOnExit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><a href="#csstransition" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>CSSTransition component that extends Transition by applying CSS class names during enter/exit phases.</p>
1
+ <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CSSTransition | Lilact</title><meta name="description" content="Documentation for Lilact"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">Lilact</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="../modules/transition.html">transition</a></li><li><a href="" aria-current="page">CSSTransition</a></li></ul><h1>Function CSSTransition</h1></div><section class="tsd-panel"><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="csstransition"><span class="tsd-kind-call-signature">CSSTransition</span><span class="tsd-signature-symbol">(</span><br/>    <span class="tsd-kind-parameter">props</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/>        <span class="tsd-kind-property">appear</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">children</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">classNames</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">in</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">mountOnEnter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onEnter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onEntered</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onEntering</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onExit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onExited</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">onExiting</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">timeout</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>        <span class="tsd-kind-property">unmountOnExit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="../classes/components.HTMLComponent.html" class="tsd-signature-type tsd-kind-class">HTMLComponent</a><a href="#csstransition" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>CSSTransition component that extends Transition by applying CSS class names during enter/exit phases.</p>
2
2
  <p>Lilact accepts multiple children for CSSTransition. This has the benefit
3
3
  of receiving single events on multiple animated components.</p>
4
4
  </div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">props</span>: <span class="tsd-signature-symbol">{</span><br/>    <span class="tsd-kind-property">appear</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">children</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">classNames</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">in</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">mountOnEnter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">onEnter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">onEntered</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">onEntering</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">onExit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">onExited</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">onExiting</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">timeout</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">;</span><br/>    <span class="tsd-kind-property">unmountOnExit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></span><div class="tsd-comment tsd-typography"><p>Component props.</p>
@@ -15,4 +15,4 @@ of receiving single events on multiple animated components.</p>
15
15
  </div></li><li class="tsd-parameter"><h5><span class="tsd-kind-property">onExiting</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></h5><div class="tsd-comment tsd-typography"><p>Called while the component is exiting.</p>
16
16
  </div></li><li class="tsd-parameter"><h5><code class="tsd-tag">Optional</code><span class="tsd-kind-property">timeout</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span></h5><div class="tsd-comment tsd-typography"><p>Duration (or durations) for the transition.</p>
17
17
  </div></li><li class="tsd-parameter"><h5><code class="tsd-tag">Optional</code><span class="tsd-kind-property">unmountOnExit</span><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5><div class="tsd-comment tsd-typography"><p>If true, unmount the child after exiting.</p>
18
- </div></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources"><ul><li>Defined in transition.js:201</li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Lilact</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
18
+ </div></li></ul></li></ul></div><h4 class="tsd-returns-title">Returns <a href="../classes/components.HTMLComponent.html" class="tsd-signature-type tsd-kind-class">HTMLComponent</a></h4><aside class="tsd-sources"><ul><li>Defined in transition.js:201</li></ul></aside></div></li></ul></section></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Lilact</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
package/docs/index.html CHANGED
@@ -12,11 +12,19 @@ performance improvements, and new features. <a href="https://github.com/sponsors
12
12
  designed to work in the browser. It can be used as a single script
13
13
  that is around <code>80kb</code> minified and around <code>27kb</code> gzipped and includes its whole api.
14
14
  <code>Lilact</code> is very fast, it uses minimal resources and handles memory very efficiently.</p>
15
- <p><code>Lilact</code> works in the browser, so it doesn't rely on any JS/node back-end and can
16
- essentially work with any kind of web server/back-end. An example of using it with a PHP/MySQL
15
+ <p>When used in node environment, <code>Lilact</code> can be incorporated and imported similar to React,
16
+ and it also provides a <code>webpack</code> based bundler. The bundler is in the <code>bin</code> directory, and can
17
+ be used like</p>
18
+ <pre><code> lilact-bundle --entry client/App.jsx --mode production --name bundle.js --out public/dist
19
+ </code></pre>
20
+ <p>A complete example of a <code>Lilact</code> project with an <code>express</code> request handler is available on
21
+ <a href="https://github.com/arashkazemi/lilact-express">lilact-express</a>.</p>
22
+ <p><code>Lilact</code> essentially works in the browser, so it doesn't rely on node environment and can
23
+ work with any kind of webserver/back-end. An example of using it with a PHP/MySQL
17
24
  data store is available on <a href="https://github.com/arashkazemi/lilact-php-demo">lilact-php-demo</a>.
18
25
  And an example of using it with a Python/SQLite data store is available on
19
26
  <a href="https://github.com/arashkazemi/lilact-python-demo">lilact-python-demo</a>.</p>
27
+ <hr>
20
28
  <p><code>Lilact</code> uses its own JSX transpiler (not Babel). It is a recursive-descent
21
29
  parser with lookahead, that doesn't parse the JS syntax completely and relies on the
22
30
  JS runtime to detect some errors. The transpiler weights only a few kilobytes and can
@@ -30,24 +38,25 @@ So it has redux support and has many of the functions and hooks, i.e. <code>conn
30
38
  <code>useDispatch</code>.</p>
31
39
  <p>It also includes the amazing <code>@emotion/css</code> library to ease working with styles.
32
40
  It can be accessed through <code>Lilact.emotion</code>.</p>
33
- <p>To ease working, it already includes a <code>HashRouter</code>, <code>CSSTransition</code>, <code>ErrorBoundary</code>,
41
+ <p>To ease working, it already includes <code>HashRouter</code>, <code>CSSTransition</code>, <code>ErrorBoundary</code>,
34
42
  <code>Suspense</code>, and some helper components like <code>Spinner</code> and <code>ResizablePane</code>. It also has
35
43
  a specific timeout implementation that can be paused and resumed at will. <code>Lilact</code>'s
36
44
  <code>Suspense</code> has a few more features than the standard API.</p>
37
- <p>You can see all the available methods in the documentation. And there is a list of
38
- demos that can all be seen alongside their code at <a href="./static/index.html">Lilact Demo Examples</a>.
45
+ <p>You can see all the available members and methods in the documentation. And there is a list of
46
+ demos that can all be seen alongside their code at <a href="https://arashkazemi.github.io/lilact/static">Lilact Demo Examples</a>.
39
47
  Just note that the modules are separated in the documentation to improve the doc
40
48
  structure, and in practice all the methods and members are accessible via the <code>Lilact</code> object
41
49
  itself directly.</p>
42
- <p><code>Lilact</code> runs in the browser, so it uses <code>eval</code> to run the transpiled scripts, and cannot
43
- use import and exports the same as a module. So you should import the functions using the following
44
- convention</p>
50
+ <hr>
51
+ <p>If you use <code>Lilact</code> outside node environment, <code>Lilact</code> runs in the browser, so it uses <code>eval</code>
52
+ to run the transpiled scripts, and cannot use import and exports the same way as a module. So
53
+ you should import the functions using the following convention</p>
45
54
  <pre><code> const { useState, useRef, render } = Lilact;
46
55
  </code></pre>
47
56
  <p>And to export you can use <code>module.exports = ...</code>.</p>
48
57
  <hr>
49
58
  <p>To use in other node projects, install <code>Lilact</code> from npm public repository:</p>
50
- <pre><code> npm install lilact
59
+ <pre><code> npm i lilact
51
60
  </code></pre>
52
61
  <p>It is also available via unpkg CDN and can be included in HTML files using</p>
53
62
  <pre><code> &lt;script src=&quot;https://unpkg.com/lilact/dist/lilact.development.min.js&quot;&gt;&lt;/script&gt;
@@ -58,15 +67,25 @@ convention</p>
58
67
  <p>To use in a webpage, first download the source code and extract it. The minified
59
68
  script itself is available in the <code>/dist</code> directory and the documentation
60
69
  can be found in the <code>/docs</code> and also in the source files.</p>
61
- <p>Note that the production version, like the official React API, doesn't do the proptypes
70
+ <p>Note that the production version, like the official React API, doesn't do the PropTypes
62
71
  checks, but you can access PropTypes using Lilact.PropTypes.</p>
63
- <p>After being loaded, Lilact automatically scans the document for any scirpt elements
64
- with <code>type='text/jsx'</code> and it will run them. If the <code>src</code> attribute is set it will load
72
+ <p>After being loaded, Lilact automatically scans the document for any script elements
73
+ with <code>type='text/jsx'</code> and it will run them. If the <code>src</code> attribute is script it will load
65
74
  the resource, and if there is inner content it will be executed. Of course this is not the
66
- only way.</p>
67
- <p>Lilact wraps the browser events to mimic React events, this mimicry is not perfect, as
68
- the footprint was very important, but it works fine.</p>
69
- <p>As a simple example Lilact can be used like this:</p>
75
+ only way and in node projects you can have your <code>jsx</code> files and import <code>Lilact</code> as a
76
+ standard module.</p>
77
+ <p>Lilact wraps the browser events to mimic React events, this mimicry is not perfect on
78
+ some edge cases, as the footprint was very important, but it works without a problem overall.</p>
79
+ <p>As a simple example <code>Lilact</code> can be used like this in <code>node</code> environment:</p>
80
+ <pre><code> import render from &quot;lilact&quot;;
81
+
82
+ function App() {
83
+ return &lt;div&gt;Hello World&lt;/div&gt;;
84
+ }
85
+
86
+ render(&lt;App/&gt;, document.body);
87
+ </code></pre>
88
+ <p>And outside <code>node</code>, i.e. in integration with <code>php</code> or <code>python</code>, it should be used this way:</p>
70
89
  <pre><code> &lt;!DOCTYPE html&gt;
71
90
  &lt;html&gt;
72
91
  &lt;head&gt;
@@ -86,9 +105,8 @@ the footprint was very important, but it works fine.</p>
86
105
  &lt;/script&gt;
87
106
  &lt;/html&gt;
88
107
  </code></pre>
89
- <p>To know more about using <code>Lilact</code>, see the included example and for the details
90
- see the class documentation. And of course don't forget to check the
91
- <a href="./static/index.html">Lilact Demo Examples</a>.</p>
108
+ <p>To know more about using <code>Lilact</code>, see the included examples <a href="https://arashkazemi.github.io/lilact/static">Lilact Demo Examples</a>
109
+ and for the details see the documentation.</p>
92
110
  <p><code>Lilact</code> is currently in its beta state. It is under heavy tests and improvements are
93
111
  being made. Please report any possible issues or bugs, they will be fixed
94
112
  without any hesitation!</p>
@@ -59,7 +59,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
59
59
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60
60
 
61
61
  */
62
- /******/ var __webpack_modules__ = ({
62
+ /******/ var __webpack_modules__ = ({
63
63
 
64
64
  /***/ 207:
65
65
  /*!********************!*\
@@ -1382,8 +1382,109 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
1382
1382
 
1383
1383
  // EXPORTS
1384
1384
  __webpack_require__.d(__webpack_exports__, {
1385
+ CSSTransition: () => (/* reexport */ CSSTransition),
1386
+ Children: () => (/* reexport */ Children),
1387
+ Component: () => (/* reexport */ Component),
1388
+ ErrorBoundary: () => (/* reexport */ ErrorBoundary),
1389
+ Fragment: () => (/* reexport */ misc_Fragment),
1390
+ HTMLComponent: () => (/* reexport */ HTMLComponent),
1391
+ HashRouter: () => (/* reexport */ HashRouter),
1385
1392
  Lilact: () => (/* binding */ lilact_Lilact),
1386
- "default": () => (/* binding */ lilact)
1393
+ Link: () => (/* reexport */ Link),
1394
+ NavLink: () => (/* reexport */ NavLink),
1395
+ PropTypes: () => (/* reexport */ (prop_types_default())),
1396
+ Provider: () => (/* reexport */ Provider),
1397
+ ResizablePane: () => (/* reexport */ ResizablePane),
1398
+ RootComponent: () => (/* reexport */ RootComponent),
1399
+ Route: () => (/* reexport */ Route),
1400
+ Routes: () => (/* reexport */ Routes),
1401
+ Spinner: () => (/* reexport */ Spinner),
1402
+ Suspense: () => (/* reexport */ Suspense),
1403
+ Transition: () => (/* reexport */ Transition),
1404
+ TransitionGroup: () => (/* reexport */ TransitionGroup),
1405
+ addWrappedEventListener: () => (/* reexport */ addWrappedEventListener),
1406
+ animationFramePromise: () => (/* reexport */ animationFramePromise),
1407
+ blocks_info: () => (/* reexport */ blocks_info),
1408
+ boolean_html_attributes_set: () => (/* reexport */ boolean_html_attributes_set),
1409
+ classNames: () => (/* reexport */ classNames),
1410
+ clearInterval: () => (/* reexport */ timers_clearInterval),
1411
+ clearTimeout: () => (/* reexport */ timers_clearTimeout),
1412
+ combineReducers: () => (/* reexport */ redux_combineReducers),
1413
+ connect: () => (/* reexport */ connect),
1414
+ createComponent: () => (/* reexport */ components_createComponent),
1415
+ createContext: () => (/* reexport */ createContext),
1416
+ createElement: () => (/* reexport */ createElement),
1417
+ createRoot: () => (/* reexport */ createRoot),
1418
+ createSyntheticEvent: () => (/* reexport */ createSyntheticEvent),
1419
+ current_component: () => (/* reexport */ current_component),
1420
+ deepEqual: () => (/* reexport */ deepEqual),
1421
+ "default": () => (/* binding */ lilact),
1422
+ emotion: () => (/* reexport */ emotion_css_development_esm_namespaceObject),
1423
+ error: () => (/* reexport */ error),
1424
+ eval_num: () => (/* reexport */ eval_num),
1425
+ events_set: () => (/* reexport */ events_set),
1426
+ findDOMNode: () => (/* reexport */ findDOMNode),
1427
+ forwardRef: () => (/* reexport */ forwardRef),
1428
+ getComponentByPointer: () => (/* reexport */ getComponentByPointer),
1429
+ globalErrorHandler: () => (/* reexport */ globalErrorHandler),
1430
+ grabTimers: () => (/* reexport */ grabTimers),
1431
+ id_num: () => (/* reexport */ id_num),
1432
+ isAsync: () => (/* reexport */ isAsync),
1433
+ isClass: () => (/* reexport */ isClass),
1434
+ isEmpty: () => (/* reexport */ isEmpty),
1435
+ isError: () => (/* reexport */ misc_isError),
1436
+ isThenable: () => (/* reexport */ isThenable),
1437
+ isValidElement: () => (/* reexport */ isValidElement),
1438
+ layout_effects: () => (/* reexport */ layout_effects),
1439
+ lazy: () => (/* reexport */ run.lazy),
1440
+ length_css_attributes_set: () => (/* reexport */ length_css_attributes_set),
1441
+ pauseTimers: () => (/* reexport */ pauseTimers),
1442
+ redux: () => (/* reexport */ redux_namespaceObject),
1443
+ releaseSyntheticEvent: () => (/* reexport */ releaseSyntheticEvent),
1444
+ releaseTimers: () => (/* reexport */ releaseTimers),
1445
+ render: () => (/* reexport */ render),
1446
+ require: () => (/* reexport */ run.require),
1447
+ required_scripts: () => (/* reexport */ required_scripts),
1448
+ resetTimers: () => (/* reexport */ resetTimers),
1449
+ resumeTimers: () => (/* reexport */ resumeTimers),
1450
+ roots: () => (/* reexport */ roots),
1451
+ run: () => (/* reexport */ run.run),
1452
+ runScripts: () => (/* reexport */ run.runScripts),
1453
+ scanBlockLabels: () => (/* reexport */ scanBlockLabels),
1454
+ setInterval: () => (/* reexport */ timers_setInterval),
1455
+ setTimeout: () => (/* reexport */ timers_setTimeout),
1456
+ shallowEqual: () => (/* reexport */ shallowEqual),
1457
+ special_attributes: () => (/* reexport */ special_attributes),
1458
+ timeoutPromise: () => (/* reexport */ timeoutPromise),
1459
+ toBool: () => (/* reexport */ toBool),
1460
+ traceError: () => (/* reexport */ traceError),
1461
+ transpileJSX: () => (/* reexport */ jsx.transpileJSX),
1462
+ transpilerConfig: () => (/* reexport */ jsx.transpilerConfig),
1463
+ update_cbs: () => (/* reexport */ update_cbs),
1464
+ update_interval_margin: () => (/* reexport */ update_interval_margin),
1465
+ update_set: () => (/* reexport */ update_set),
1466
+ update_timeout: () => (/* reexport */ update_timeout),
1467
+ useActionState: () => (/* reexport */ useActionState),
1468
+ useCallback: () => (/* reexport */ useCallback),
1469
+ useContext: () => (/* reexport */ useContext),
1470
+ useDeferredValue: () => (/* reexport */ useDeferredValue),
1471
+ useDispatch: () => (/* reexport */ useDispatch),
1472
+ useEffect: () => (/* reexport */ useEffect),
1473
+ useHook: () => (/* reexport */ useHook),
1474
+ useId: () => (/* reexport */ useId),
1475
+ useImperativeHandle: () => (/* reexport */ useImperativeHandle),
1476
+ useLayoutEffect: () => (/* reexport */ useLayoutEffect),
1477
+ useLocalStorage: () => (/* reexport */ useLocalStorage),
1478
+ useLocation: () => (/* reexport */ useLocation),
1479
+ useMemo: () => (/* reexport */ useMemo),
1480
+ useNavigate: () => (/* reexport */ useNavigate),
1481
+ useReducer: () => (/* reexport */ useReducer),
1482
+ useRef: () => (/* reexport */ useRef),
1483
+ useSelector: () => (/* reexport */ useSelector),
1484
+ useState: () => (/* reexport */ useState),
1485
+ useStore: () => (/* reexport */ useStore),
1486
+ useTransition: () => (/* reexport */ useTransition),
1487
+ wrapListener: () => (/* reexport */ wrapListener)
1387
1488
  });
1388
1489
  // ESM COMPAT FLAG
1389
1490
  __webpack_require__.r(__webpack_exports__);
@@ -8389,6 +8490,16 @@ var jsx = __webpack_require__(207);
8389
8490
 
8390
8491
 
8391
8492
 
8493
+
8494
+
8495
+
8496
+
8497
+
8498
+
8499
+
8500
+
8501
+
8502
+
8392
8503
 
8393
8504
 
8394
8505
 
@@ -8446,6 +8557,8 @@ const lilact_Lilact =
8446
8557
  }
8447
8558
 
8448
8559
  globalThis.Lilact = lilact_Lilact;
8560
+ globalThis.createComponent = lilact_Lilact.createComponent;
8561
+ globalThis.Fragment = lilact_Lilact.Fragment;
8449
8562
 
8450
8563
  document.addEventListener('DOMContentLoaded', () => {
8451
8564
  lilact_Lilact.runScripts();
@@ -8460,7 +8573,9 @@ window.addEventListener('error', (e) => {
8460
8573
 
8461
8574
  /* harmony default export */ const lilact = (lilact_Lilact);
8462
8575
 
8463
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiL1VzZXJzL2FyYXNoL0Rlc2t0b3AvUHJvamVjdHMvTGlsYWN0L3NyYy9saWxhY3QuanN4Iiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiL1VzZXJzL2FyYXNoL0Rlc2t0b3AvUHJvamVjdHMvTGlsYWN0L3NyYy9saWxhY3QuanN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLEFBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O1FBa0RROztRQUVBOzs7O0NBSVA7Ozs7Ozs7O0NBUUE7Ozs7RUFJQzs7OzZCQUcyQjtpQkFDWjs7RUFFZjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7RUFvQkE7Ozs7Ozs7OzswQkFTd0Isb0JBQXFCLE1BQU07bUJBQ2pDOzs7d0JBSUksU0FBVSxPQUFPOzBCQUNkOzs7YUFLZDthQUNBIn0=
8576
+
8577
+
8578
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiL1VzZXJzL2FyYXNoL0Rlc2t0b3AvUHJvamVjdHMvTGlsYWN0L3NyYy9saWxhY3QuanN4Iiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiL1VzZXJzL2FyYXNoL0Rlc2t0b3AvUHJvamVjdHMvTGlsYWN0L3NyYy9saWxhY3QuanN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLEFBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztRQTZDUTtRQUNBOzs7UUFHQTs7Ozs7Ozs7Ozs7OztRQWFBO1FBQ0E7OztDQUdQOzs7Ozs7OztDQVFBOzs7O0VBSUM7Ozs2QkFHMkI7aUJBQ1o7O0VBRWY7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0VBb0JBOzs7Ozs7Ozs7OzswQkFXd0Isb0JBQXFCLE1BQU07bUJBQ2pDOzs7d0JBSUksU0FBVSxPQUFPOzBCQUNkOzs7YUFLZDthQUNBIn0=
8464
8579
 
8465
8580
  /***/ }),
8466
8581
 
@@ -10004,9 +10119,110 @@ module.exports = ReactPropTypesSecret;
10004
10119
  /******/ // Load entry module and return exports
10005
10120
  /******/ // This entry module is referenced by other modules so it can't be inlined
10006
10121
  /******/ var __webpack_exports__ = __webpack_require__(241);
10122
+ /******/ const __webpack_exports__CSSTransition = __webpack_exports__.CSSTransition;
10123
+ /******/ const __webpack_exports__Children = __webpack_exports__.Children;
10124
+ /******/ const __webpack_exports__Component = __webpack_exports__.Component;
10125
+ /******/ const __webpack_exports__ErrorBoundary = __webpack_exports__.ErrorBoundary;
10126
+ /******/ const __webpack_exports__Fragment = __webpack_exports__.Fragment;
10127
+ /******/ const __webpack_exports__HTMLComponent = __webpack_exports__.HTMLComponent;
10128
+ /******/ const __webpack_exports__HashRouter = __webpack_exports__.HashRouter;
10007
10129
  /******/ const __webpack_exports__Lilact = __webpack_exports__.Lilact;
10130
+ /******/ const __webpack_exports__Link = __webpack_exports__.Link;
10131
+ /******/ const __webpack_exports__NavLink = __webpack_exports__.NavLink;
10132
+ /******/ const __webpack_exports__PropTypes = __webpack_exports__.PropTypes;
10133
+ /******/ const __webpack_exports__Provider = __webpack_exports__.Provider;
10134
+ /******/ const __webpack_exports__ResizablePane = __webpack_exports__.ResizablePane;
10135
+ /******/ const __webpack_exports__RootComponent = __webpack_exports__.RootComponent;
10136
+ /******/ const __webpack_exports__Route = __webpack_exports__.Route;
10137
+ /******/ const __webpack_exports__Routes = __webpack_exports__.Routes;
10138
+ /******/ const __webpack_exports__Spinner = __webpack_exports__.Spinner;
10139
+ /******/ const __webpack_exports__Suspense = __webpack_exports__.Suspense;
10140
+ /******/ const __webpack_exports__Transition = __webpack_exports__.Transition;
10141
+ /******/ const __webpack_exports__TransitionGroup = __webpack_exports__.TransitionGroup;
10142
+ /******/ const __webpack_exports__addWrappedEventListener = __webpack_exports__.addWrappedEventListener;
10143
+ /******/ const __webpack_exports__animationFramePromise = __webpack_exports__.animationFramePromise;
10144
+ /******/ const __webpack_exports__blocks_info = __webpack_exports__.blocks_info;
10145
+ /******/ const __webpack_exports__boolean_html_attributes_set = __webpack_exports__.boolean_html_attributes_set;
10146
+ /******/ const __webpack_exports__classNames = __webpack_exports__.classNames;
10147
+ /******/ const __webpack_exports__clearInterval = __webpack_exports__.clearInterval;
10148
+ /******/ const __webpack_exports__clearTimeout = __webpack_exports__.clearTimeout;
10149
+ /******/ const __webpack_exports__combineReducers = __webpack_exports__.combineReducers;
10150
+ /******/ const __webpack_exports__connect = __webpack_exports__.connect;
10151
+ /******/ const __webpack_exports__createComponent = __webpack_exports__.createComponent;
10152
+ /******/ const __webpack_exports__createContext = __webpack_exports__.createContext;
10153
+ /******/ const __webpack_exports__createElement = __webpack_exports__.createElement;
10154
+ /******/ const __webpack_exports__createRoot = __webpack_exports__.createRoot;
10155
+ /******/ const __webpack_exports__createSyntheticEvent = __webpack_exports__.createSyntheticEvent;
10156
+ /******/ const __webpack_exports__current_component = __webpack_exports__.current_component;
10157
+ /******/ const __webpack_exports__deepEqual = __webpack_exports__.deepEqual;
10008
10158
  /******/ const __webpack_exports__default = __webpack_exports__["default"];
10009
- /******/ export { __webpack_exports__Lilact as Lilact, __webpack_exports__default as default };
10159
+ /******/ const __webpack_exports__emotion = __webpack_exports__.emotion;
10160
+ /******/ const __webpack_exports__error = __webpack_exports__.error;
10161
+ /******/ const __webpack_exports__eval_num = __webpack_exports__.eval_num;
10162
+ /******/ const __webpack_exports__events_set = __webpack_exports__.events_set;
10163
+ /******/ const __webpack_exports__findDOMNode = __webpack_exports__.findDOMNode;
10164
+ /******/ const __webpack_exports__forwardRef = __webpack_exports__.forwardRef;
10165
+ /******/ const __webpack_exports__getComponentByPointer = __webpack_exports__.getComponentByPointer;
10166
+ /******/ const __webpack_exports__globalErrorHandler = __webpack_exports__.globalErrorHandler;
10167
+ /******/ const __webpack_exports__grabTimers = __webpack_exports__.grabTimers;
10168
+ /******/ const __webpack_exports__id_num = __webpack_exports__.id_num;
10169
+ /******/ const __webpack_exports__isAsync = __webpack_exports__.isAsync;
10170
+ /******/ const __webpack_exports__isClass = __webpack_exports__.isClass;
10171
+ /******/ const __webpack_exports__isEmpty = __webpack_exports__.isEmpty;
10172
+ /******/ const __webpack_exports__isError = __webpack_exports__.isError;
10173
+ /******/ const __webpack_exports__isThenable = __webpack_exports__.isThenable;
10174
+ /******/ const __webpack_exports__isValidElement = __webpack_exports__.isValidElement;
10175
+ /******/ const __webpack_exports__layout_effects = __webpack_exports__.layout_effects;
10176
+ /******/ const __webpack_exports__lazy = __webpack_exports__.lazy;
10177
+ /******/ const __webpack_exports__length_css_attributes_set = __webpack_exports__.length_css_attributes_set;
10178
+ /******/ const __webpack_exports__pauseTimers = __webpack_exports__.pauseTimers;
10179
+ /******/ const __webpack_exports__redux = __webpack_exports__.redux;
10180
+ /******/ const __webpack_exports__releaseSyntheticEvent = __webpack_exports__.releaseSyntheticEvent;
10181
+ /******/ const __webpack_exports__releaseTimers = __webpack_exports__.releaseTimers;
10182
+ /******/ const __webpack_exports__render = __webpack_exports__.render;
10183
+ /******/ const __webpack_exports__require = __webpack_exports__.require;
10184
+ /******/ const __webpack_exports__required_scripts = __webpack_exports__.required_scripts;
10185
+ /******/ const __webpack_exports__resetTimers = __webpack_exports__.resetTimers;
10186
+ /******/ const __webpack_exports__resumeTimers = __webpack_exports__.resumeTimers;
10187
+ /******/ const __webpack_exports__roots = __webpack_exports__.roots;
10188
+ /******/ const __webpack_exports__run = __webpack_exports__.run;
10189
+ /******/ const __webpack_exports__runScripts = __webpack_exports__.runScripts;
10190
+ /******/ const __webpack_exports__scanBlockLabels = __webpack_exports__.scanBlockLabels;
10191
+ /******/ const __webpack_exports__setInterval = __webpack_exports__.setInterval;
10192
+ /******/ const __webpack_exports__setTimeout = __webpack_exports__.setTimeout;
10193
+ /******/ const __webpack_exports__shallowEqual = __webpack_exports__.shallowEqual;
10194
+ /******/ const __webpack_exports__special_attributes = __webpack_exports__.special_attributes;
10195
+ /******/ const __webpack_exports__timeoutPromise = __webpack_exports__.timeoutPromise;
10196
+ /******/ const __webpack_exports__toBool = __webpack_exports__.toBool;
10197
+ /******/ const __webpack_exports__traceError = __webpack_exports__.traceError;
10198
+ /******/ const __webpack_exports__transpileJSX = __webpack_exports__.transpileJSX;
10199
+ /******/ const __webpack_exports__transpilerConfig = __webpack_exports__.transpilerConfig;
10200
+ /******/ const __webpack_exports__update_cbs = __webpack_exports__.update_cbs;
10201
+ /******/ const __webpack_exports__update_interval_margin = __webpack_exports__.update_interval_margin;
10202
+ /******/ const __webpack_exports__update_set = __webpack_exports__.update_set;
10203
+ /******/ const __webpack_exports__update_timeout = __webpack_exports__.update_timeout;
10204
+ /******/ const __webpack_exports__useActionState = __webpack_exports__.useActionState;
10205
+ /******/ const __webpack_exports__useCallback = __webpack_exports__.useCallback;
10206
+ /******/ const __webpack_exports__useContext = __webpack_exports__.useContext;
10207
+ /******/ const __webpack_exports__useDeferredValue = __webpack_exports__.useDeferredValue;
10208
+ /******/ const __webpack_exports__useDispatch = __webpack_exports__.useDispatch;
10209
+ /******/ const __webpack_exports__useEffect = __webpack_exports__.useEffect;
10210
+ /******/ const __webpack_exports__useHook = __webpack_exports__.useHook;
10211
+ /******/ const __webpack_exports__useId = __webpack_exports__.useId;
10212
+ /******/ const __webpack_exports__useImperativeHandle = __webpack_exports__.useImperativeHandle;
10213
+ /******/ const __webpack_exports__useLayoutEffect = __webpack_exports__.useLayoutEffect;
10214
+ /******/ const __webpack_exports__useLocalStorage = __webpack_exports__.useLocalStorage;
10215
+ /******/ const __webpack_exports__useLocation = __webpack_exports__.useLocation;
10216
+ /******/ const __webpack_exports__useMemo = __webpack_exports__.useMemo;
10217
+ /******/ const __webpack_exports__useNavigate = __webpack_exports__.useNavigate;
10218
+ /******/ const __webpack_exports__useReducer = __webpack_exports__.useReducer;
10219
+ /******/ const __webpack_exports__useRef = __webpack_exports__.useRef;
10220
+ /******/ const __webpack_exports__useSelector = __webpack_exports__.useSelector;
10221
+ /******/ const __webpack_exports__useState = __webpack_exports__.useState;
10222
+ /******/ const __webpack_exports__useStore = __webpack_exports__.useStore;
10223
+ /******/ const __webpack_exports__useTransition = __webpack_exports__.useTransition;
10224
+ /******/ const __webpack_exports__wrapListener = __webpack_exports__.wrapListener;
10225
+ /******/ export { __webpack_exports__CSSTransition as CSSTransition, __webpack_exports__Children as Children, __webpack_exports__Component as Component, __webpack_exports__ErrorBoundary as ErrorBoundary, __webpack_exports__Fragment as Fragment, __webpack_exports__HTMLComponent as HTMLComponent, __webpack_exports__HashRouter as HashRouter, __webpack_exports__Lilact as Lilact, __webpack_exports__Link as Link, __webpack_exports__NavLink as NavLink, __webpack_exports__PropTypes as PropTypes, __webpack_exports__Provider as Provider, __webpack_exports__ResizablePane as ResizablePane, __webpack_exports__RootComponent as RootComponent, __webpack_exports__Route as Route, __webpack_exports__Routes as Routes, __webpack_exports__Spinner as Spinner, __webpack_exports__Suspense as Suspense, __webpack_exports__Transition as Transition, __webpack_exports__TransitionGroup as TransitionGroup, __webpack_exports__addWrappedEventListener as addWrappedEventListener, __webpack_exports__animationFramePromise as animationFramePromise, __webpack_exports__blocks_info as blocks_info, __webpack_exports__boolean_html_attributes_set as boolean_html_attributes_set, __webpack_exports__classNames as classNames, __webpack_exports__clearInterval as clearInterval, __webpack_exports__clearTimeout as clearTimeout, __webpack_exports__combineReducers as combineReducers, __webpack_exports__connect as connect, __webpack_exports__createComponent as createComponent, __webpack_exports__createContext as createContext, __webpack_exports__createElement as createElement, __webpack_exports__createRoot as createRoot, __webpack_exports__createSyntheticEvent as createSyntheticEvent, __webpack_exports__current_component as current_component, __webpack_exports__deepEqual as deepEqual, __webpack_exports__default as default, __webpack_exports__emotion as emotion, __webpack_exports__error as error, __webpack_exports__eval_num as eval_num, __webpack_exports__events_set as events_set, __webpack_exports__findDOMNode as findDOMNode, __webpack_exports__forwardRef as forwardRef, __webpack_exports__getComponentByPointer as getComponentByPointer, __webpack_exports__globalErrorHandler as globalErrorHandler, __webpack_exports__grabTimers as grabTimers, __webpack_exports__id_num as id_num, __webpack_exports__isAsync as isAsync, __webpack_exports__isClass as isClass, __webpack_exports__isEmpty as isEmpty, __webpack_exports__isError as isError, __webpack_exports__isThenable as isThenable, __webpack_exports__isValidElement as isValidElement, __webpack_exports__layout_effects as layout_effects, __webpack_exports__lazy as lazy, __webpack_exports__length_css_attributes_set as length_css_attributes_set, __webpack_exports__pauseTimers as pauseTimers, __webpack_exports__redux as redux, __webpack_exports__releaseSyntheticEvent as releaseSyntheticEvent, __webpack_exports__releaseTimers as releaseTimers, __webpack_exports__render as render, __webpack_exports__require as require, __webpack_exports__required_scripts as required_scripts, __webpack_exports__resetTimers as resetTimers, __webpack_exports__resumeTimers as resumeTimers, __webpack_exports__roots as roots, __webpack_exports__run as run, __webpack_exports__runScripts as runScripts, __webpack_exports__scanBlockLabels as scanBlockLabels, __webpack_exports__setInterval as setInterval, __webpack_exports__setTimeout as setTimeout, __webpack_exports__shallowEqual as shallowEqual, __webpack_exports__special_attributes as special_attributes, __webpack_exports__timeoutPromise as timeoutPromise, __webpack_exports__toBool as toBool, __webpack_exports__traceError as traceError, __webpack_exports__transpileJSX as transpileJSX, __webpack_exports__transpilerConfig as transpilerConfig, __webpack_exports__update_cbs as update_cbs, __webpack_exports__update_interval_margin as update_interval_margin, __webpack_exports__update_set as update_set, __webpack_exports__update_timeout as update_timeout, __webpack_exports__useActionState as useActionState, __webpack_exports__useCallback as useCallback, __webpack_exports__useContext as useContext, __webpack_exports__useDeferredValue as useDeferredValue, __webpack_exports__useDispatch as useDispatch, __webpack_exports__useEffect as useEffect, __webpack_exports__useHook as useHook, __webpack_exports__useId as useId, __webpack_exports__useImperativeHandle as useImperativeHandle, __webpack_exports__useLayoutEffect as useLayoutEffect, __webpack_exports__useLocalStorage as useLocalStorage, __webpack_exports__useLocation as useLocation, __webpack_exports__useMemo as useMemo, __webpack_exports__useNavigate as useNavigate, __webpack_exports__useReducer as useReducer, __webpack_exports__useRef as useRef, __webpack_exports__useSelector as useSelector, __webpack_exports__useState as useState, __webpack_exports__useStore as useStore, __webpack_exports__useTransition as useTransition, __webpack_exports__wrapListener as wrapListener };
10010
10226
  /******/
10011
10227
 
10012
10228
  //# sourceMappingURL=lilact.development.js.map