react-miui 0.15.8 → 0.15.9

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
4
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [0.15.9] - 2022-06-29
7
+ ### Changed
8
+ - `Stats` accepts ReactNode as a value now instead of just a string
9
+
6
10
  ## [0.15.8] - 2022-06-21
7
11
  ### Added
8
12
  - `onContextMenu` prop for `Toggle`
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  interface Stat {
3
3
  label: string;
4
- value: string;
4
+ value: React.ReactNode;
5
5
  }
6
6
  interface Props {
7
7
  stats: Stat[];
@@ -1 +1 @@
1
- {"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stats/Stats.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,IAAI;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,KAAK;IACX,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwB1B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stats/Stats.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,IAAI;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,UAAU,KAAK;IACX,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwB1B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Drawer | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>Drawer | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -140,7 +140,7 @@
140
140
  <aside class="tsd-sources">
141
141
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
142
142
  <ul>
143
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L20">src/components/ui/drawer/Drawer.tsx:20</a></li>
143
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L20">src/components/ui/drawer/Drawer.tsx:20</a></li>
144
144
  </ul>
145
145
  </aside>
146
146
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -239,7 +239,7 @@
239
239
  <div class="tsd-signature tsd-kind-icon">timeout<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Timeout</span><span class="tsd-signature-symbol"> = null</span></div>
240
240
  <aside class="tsd-sources">
241
241
  <ul>
242
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L50">src/components/ui/drawer/Drawer.tsx:50</a></li>
242
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L50">src/components/ui/drawer/Drawer.tsx:50</a></li>
243
243
  </ul>
244
244
  </aside>
245
245
  </section>
@@ -460,7 +460,7 @@
460
460
  <aside class="tsd-sources">
461
461
  <p>Overrides Component.componentDidMount</p>
462
462
  <ul>
463
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L28">src/components/ui/drawer/Drawer.tsx:28</a></li>
463
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L28">src/components/ui/drawer/Drawer.tsx:28</a></li>
464
464
  </ul>
465
465
  </aside>
466
466
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -478,7 +478,7 @@
478
478
  <aside class="tsd-sources">
479
479
  <p>Overrides Component.componentDidUpdate</p>
480
480
  <ul>
481
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L35">src/components/ui/drawer/Drawer.tsx:35</a></li>
481
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L35">src/components/ui/drawer/Drawer.tsx:35</a></li>
482
482
  </ul>
483
483
  </aside>
484
484
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -587,7 +587,7 @@
587
587
  <aside class="tsd-sources">
588
588
  <p>Overrides Component.componentWillUnmount</p>
589
589
  <ul>
590
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L45">src/components/ui/drawer/Drawer.tsx:45</a></li>
590
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L45">src/components/ui/drawer/Drawer.tsx:45</a></li>
591
591
  </ul>
592
592
  </aside>
593
593
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -725,7 +725,7 @@
725
725
  <li class="tsd-description">
726
726
  <aside class="tsd-sources">
727
727
  <ul>
728
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li>
728
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li>
729
729
  </ul>
730
730
  </aside>
731
731
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -742,7 +742,7 @@
742
742
  <li class="tsd-description">
743
743
  <aside class="tsd-sources">
744
744
  <ul>
745
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L57">src/components/ui/drawer/Drawer.tsx:57</a></li>
745
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L57">src/components/ui/drawer/Drawer.tsx:57</a></li>
746
746
  </ul>
747
747
  </aside>
748
748
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -759,7 +759,7 @@
759
759
  <li class="tsd-description">
760
760
  <aside class="tsd-sources">
761
761
  <ul>
762
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L52">src/components/ui/drawer/Drawer.tsx:52</a></li>
762
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L52">src/components/ui/drawer/Drawer.tsx:52</a></li>
763
763
  </ul>
764
764
  </aside>
765
765
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -777,7 +777,7 @@
777
777
  <aside class="tsd-sources">
778
778
  <p>Overrides Component.render</p>
779
779
  <ul>
780
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li>
780
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li>
781
781
  </ul>
782
782
  </aside>
783
783
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Pop | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>Pop | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -142,7 +142,7 @@
142
142
  <aside class="tsd-sources">
143
143
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
144
144
  <ul>
145
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L49">src/components/ui/pop/Pop.tsx:49</a></li>
145
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L49">src/components/ui/pop/Pop.tsx:49</a></li>
146
146
  </ul>
147
147
  </aside>
148
148
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -230,7 +230,7 @@
230
230
  <div class="tsd-signature tsd-kind-icon">root<wbr>Ref<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RefObject</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLDivElement</span><span class="tsd-signature-symbol">&gt;</span></div>
231
231
  <aside class="tsd-sources">
232
232
  <ul>
233
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L69">src/components/ui/pop/Pop.tsx:69</a></li>
233
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L69">src/components/ui/pop/Pop.tsx:69</a></li>
234
234
  </ul>
235
235
  </aside>
236
236
  </section>
@@ -251,7 +251,7 @@
251
251
  <div class="tsd-signature tsd-kind-icon">Option<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
252
252
  <aside class="tsd-sources">
253
253
  <ul>
254
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L67">src/components/ui/pop/Pop.tsx:67</a></li>
254
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L67">src/components/ui/pop/Pop.tsx:67</a></li>
255
255
  </ul>
256
256
  </aside>
257
257
  </section>
@@ -495,7 +495,7 @@
495
495
  <aside class="tsd-sources">
496
496
  <p>Overrides Component.componentDidUpdate</p>
497
497
  <ul>
498
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L61">src/components/ui/pop/Pop.tsx:61</a></li>
498
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L61">src/components/ui/pop/Pop.tsx:61</a></li>
499
499
  </ul>
500
500
  </aside>
501
501
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -712,7 +712,7 @@
712
712
  <li class="tsd-description">
713
713
  <aside class="tsd-sources">
714
714
  <ul>
715
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li>
715
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L71">src/components/ui/pop/Pop.tsx:71</a></li>
716
716
  </ul>
717
717
  </aside>
718
718
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4>
@@ -765,7 +765,7 @@
765
765
  <li class="tsd-description">
766
766
  <aside class="tsd-sources">
767
767
  <ul>
768
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L116">src/components/ui/pop/Pop.tsx:116</a></li>
768
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L116">src/components/ui/pop/Pop.tsx:116</a></li>
769
769
  </ul>
770
770
  </aside>
771
771
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -782,7 +782,7 @@
782
782
  <li class="tsd-description">
783
783
  <aside class="tsd-sources">
784
784
  <ul>
785
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L110">src/components/ui/pop/Pop.tsx:110</a></li>
785
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L110">src/components/ui/pop/Pop.tsx:110</a></li>
786
786
  </ul>
787
787
  </aside>
788
788
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -805,7 +805,7 @@
805
805
  <li class="tsd-description">
806
806
  <aside class="tsd-sources">
807
807
  <ul>
808
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L87">src/components/ui/pop/Pop.tsx:87</a></li>
808
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L87">src/components/ui/pop/Pop.tsx:87</a></li>
809
809
  </ul>
810
810
  </aside>
811
811
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -823,7 +823,7 @@
823
823
  <aside class="tsd-sources">
824
824
  <p>Overrides Component.render</p>
825
825
  <ul>
826
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/pop/Pop.tsx#L120">src/components/ui/pop/Pop.tsx:120</a></li>
826
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/pop/Pop.tsx#L120">src/components/ui/pop/Pop.tsx:120</a></li>
827
827
  </ul>
828
828
  </aside>
829
829
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Element</span></h4>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ToasterProvider | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>ToasterProvider | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -139,7 +139,7 @@
139
139
  <aside class="tsd-sources">
140
140
  <p>Overrides React.Component&lt;Props, State&gt;.constructor</p>
141
141
  <ul>
142
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li>
142
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/toaster/Toaster.tsx#L24">src/components/ui/toaster/Toaster.tsx:24</a></li>
143
143
  </ul>
144
144
  </aside>
145
145
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -418,7 +418,7 @@
418
418
  <li class="tsd-description">
419
419
  <aside class="tsd-sources">
420
420
  <ul>
421
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/toaster/Toaster.tsx#L32">src/components/ui/toaster/Toaster.tsx:32</a></li>
421
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/toaster/Toaster.tsx#L32">src/components/ui/toaster/Toaster.tsx:32</a></li>
422
422
  </ul>
423
423
  </aside>
424
424
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -441,7 +441,7 @@
441
441
  <li class="tsd-description">
442
442
  <aside class="tsd-sources">
443
443
  <ul>
444
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/toaster/Toaster.tsx#L63">src/components/ui/toaster/Toaster.tsx:63</a></li>
444
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/toaster/Toaster.tsx#L63">src/components/ui/toaster/Toaster.tsx:63</a></li>
445
445
  </ul>
446
446
  </aside>
447
447
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -464,7 +464,7 @@
464
464
  <li class="tsd-description">
465
465
  <aside class="tsd-sources">
466
466
  <ul>
467
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/toaster/Toaster.tsx#L70">src/components/ui/toaster/Toaster.tsx:70</a></li>
467
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/toaster/Toaster.tsx#L70">src/components/ui/toaster/Toaster.tsx:70</a></li>
468
468
  </ul>
469
469
  </aside>
470
470
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
@@ -804,7 +804,7 @@
804
804
  <aside class="tsd-sources">
805
805
  <p>Overrides React.Component.render</p>
806
806
  <ul>
807
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/toaster/Toaster.tsx#L85">src/components/ui/toaster/Toaster.tsx:85</a></li>
807
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/toaster/Toaster.tsx#L85">src/components/ui/toaster/Toaster.tsx:85</a></li>
808
808
  </ul>
809
809
  </aside>
810
810
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ICON | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>ICON | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -96,7 +96,7 @@
96
96
  <div class="tsd-signature tsd-kind-icon">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;back&quot;</span></div>
97
97
  <aside class="tsd-sources">
98
98
  <ul>
99
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li>
99
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li>
100
100
  </ul>
101
101
  </aside>
102
102
  </section>
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;battery&quot;</span></div>
107
107
  <aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li>
109
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li>
110
110
  </ul>
111
111
  </aside>
112
112
  </section>
@@ -116,7 +116,7 @@
116
116
  <div class="tsd-signature tsd-kind-icon">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;checkmark&quot;</span></div>
117
117
  <aside class="tsd-sources">
118
118
  <ul>
119
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
119
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
120
120
  </ul>
121
121
  </aside>
122
122
  </section>
@@ -126,7 +126,7 @@
126
126
  <div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;config&quot;</span></div>
127
127
  <aside class="tsd-sources">
128
128
  <ul>
129
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li>
129
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li>
130
130
  </ul>
131
131
  </aside>
132
132
  </section>
@@ -136,7 +136,7 @@
136
136
  <div class="tsd-signature tsd-kind-icon">dots<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;dots&quot;</span></div>
137
137
  <aside class="tsd-sources">
138
138
  <ul>
139
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li>
139
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li>
140
140
  </ul>
141
141
  </aside>
142
142
  </section>
@@ -146,7 +146,7 @@
146
146
  <div class="tsd-signature tsd-kind-icon">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;forward&quot;</span></div>
147
147
  <aside class="tsd-sources">
148
148
  <ul>
149
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li>
149
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li>
150
150
  </ul>
151
151
  </aside>
152
152
  </section>
@@ -156,7 +156,7 @@
156
156
  <div class="tsd-signature tsd-kind-icon">heart<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;heart&quot;</span></div>
157
157
  <aside class="tsd-sources">
158
158
  <ul>
159
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li>
159
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li>
160
160
  </ul>
161
161
  </aside>
162
162
  </section>
@@ -166,7 +166,7 @@
166
166
  <div class="tsd-signature tsd-kind-icon">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;search&quot;</span></div>
167
167
  <aside class="tsd-sources">
168
168
  <ul>
169
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li>
169
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li>
170
170
  </ul>
171
171
  </aside>
172
172
  </section>
@@ -176,7 +176,7 @@
176
176
  <div class="tsd-signature tsd-kind-icon">trash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = &quot;trash&quot;</span></div>
177
177
  <aside class="tsd-sources">
178
178
  <ul>
179
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
179
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
180
180
  </ul>
181
181
  </aside>
182
182
  </section>
package/docs/index.html CHANGED
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="assets/css/main.css">
10
10
  <link rel="stylesheet" href="assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -57,7 +57,7 @@
57
57
  <a href="modules.html">Globals</a>
58
58
  </li>
59
59
  </ul>
60
- <h1>Project react-miui - v0.15.8</h1>
60
+ <h1>Project react-miui - v0.15.9</h1>
61
61
  </div>
62
62
  </div>
63
63
  </header>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Item | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>Item | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>List | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>List | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Modal | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>Modal | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>ModalButtons | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>ModalButtons | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Section | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>Section | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>StickyHeader | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>StickyHeader | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-description">
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/header/StickyHeader.tsx#L61">src/components/layout/header/StickyHeader.tsx:61</a></li>
95
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/header/StickyHeader.tsx#L61">src/components/layout/header/StickyHeader.tsx:61</a></li>
96
96
  </ul>
97
97
  </aside>
98
98
  <h4 class="tsd-parameters-title">Parameters</h4>
package/docs/modules.html CHANGED
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="assets/css/main.css">
10
10
  <link rel="stylesheet" href="assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -57,7 +57,7 @@
57
57
  <a href="modules.html">Globals</a>
58
58
  </li>
59
59
  </ul>
60
- <h1>Project react-miui - v0.15.8</h1>
60
+ <h1>Project react-miui - v0.15.9</h1>
61
61
  </div>
62
62
  </div>
63
63
  </header>
@@ -144,7 +144,7 @@
144
144
  <div class="tsd-signature tsd-kind-icon">Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
145
145
  <aside class="tsd-sources">
146
146
  <ul>
147
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/action/Action.tsx#L23">src/components/ui/action/Action.tsx:23</a></li>
147
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/action/Action.tsx#L23">src/components/ui/action/Action.tsx:23</a></li>
148
148
  </ul>
149
149
  </aside>
150
150
  </section>
@@ -154,7 +154,7 @@
154
154
  <div class="tsd-signature tsd-kind-icon">Button<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.ButtonHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
155
155
  <aside class="tsd-sources">
156
156
  <ul>
157
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/button/Button.tsx#L13">src/components/ui/button/Button.tsx:13</a></li>
157
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/button/Button.tsx#L13">src/components/ui/button/Button.tsx:13</a></li>
158
158
  </ul>
159
159
  </aside>
160
160
  </section>
@@ -164,7 +164,7 @@
164
164
  <div class="tsd-signature tsd-kind-icon">Card<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
165
165
  <aside class="tsd-sources">
166
166
  <ul>
167
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
167
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/card/Card.tsx#L13">src/components/layout/card/Card.tsx:13</a></li>
168
168
  </ul>
169
169
  </aside>
170
170
  </section>
@@ -174,7 +174,7 @@
174
174
  <div class="tsd-signature tsd-kind-icon">Checkbox<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
175
175
  <aside class="tsd-sources">
176
176
  <ul>
177
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
177
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/Checkbox.tsx#L16">src/components/form/Checkbox.tsx:16</a></li>
178
178
  </ul>
179
179
  </aside>
180
180
  </section>
@@ -184,7 +184,7 @@
184
184
  <div class="tsd-signature tsd-kind-icon">Direction<wbr>Pad<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
185
185
  <aside class="tsd-sources">
186
186
  <ul>
187
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
187
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/directionPad/Pad.tsx#L17">src/components/ui/directionPad/Pad.tsx:17</a></li>
188
188
  </ul>
189
189
  </aside>
190
190
  </section>
@@ -194,7 +194,7 @@
194
194
  <div class="tsd-signature tsd-kind-icon">Equal<wbr>Actions<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
195
195
  <aside class="tsd-sources">
196
196
  <ul>
197
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
197
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/action/EqualActions.tsx#L11">src/components/ui/action/EqualActions.tsx:11</a></li>
198
198
  </ul>
199
199
  </aside>
200
200
  </section>
@@ -204,7 +204,7 @@
204
204
  <div class="tsd-signature tsd-kind-icon">Handle<wbr>Esc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
205
205
  <aside class="tsd-sources">
206
206
  <ul>
207
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/utils/HandleEsc.tsx#L10">src/components/utils/HandleEsc.tsx:10</a></li>
207
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/utils/HandleEsc.tsx#L10">src/components/utils/HandleEsc.tsx:10</a></li>
208
208
  </ul>
209
209
  </aside>
210
210
  </section>
@@ -214,7 +214,7 @@
214
214
  <div class="tsd-signature tsd-kind-icon">Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
215
215
  <aside class="tsd-sources">
216
216
  <ul>
217
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
217
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/header/Header.tsx#L23">src/components/layout/header/Header.tsx:23</a></li>
218
218
  </ul>
219
219
  </aside>
220
220
  </section>
@@ -224,7 +224,7 @@
224
224
  <div class="tsd-signature tsd-kind-icon">Header<wbr>Icon<wbr>Action<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
225
225
  <aside class="tsd-sources">
226
226
  <ul>
227
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
227
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/header/HeaderIconAction.tsx#L22">src/components/layout/header/HeaderIconAction.tsx:22</a></li>
228
228
  </ul>
229
229
  </aside>
230
230
  </section>
@@ -234,7 +234,7 @@
234
234
  <div class="tsd-signature tsd-kind-icon">Icon<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
235
235
  <aside class="tsd-sources">
236
236
  <ul>
237
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/icons/Icon.tsx#L43">src/components/icons/Icon.tsx:43</a></li>
237
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/icons/Icon.tsx#L43">src/components/icons/Icon.tsx:43</a></li>
238
238
  </ul>
239
239
  </aside>
240
240
  </section>
@@ -244,7 +244,7 @@
244
244
  <div class="tsd-signature tsd-kind-icon">If<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
245
245
  <aside class="tsd-sources">
246
246
  <ul>
247
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/utils/If.tsx#L7">src/components/utils/If.tsx:7</a></li>
247
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/utils/If.tsx#L7">src/components/utils/If.tsx:7</a></li>
248
248
  </ul>
249
249
  </aside>
250
250
  </section>
@@ -254,7 +254,7 @@
254
254
  <div class="tsd-signature tsd-kind-icon">Input<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.InputHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLInputElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;prefix&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
255
255
  <aside class="tsd-sources">
256
256
  <ul>
257
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
257
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/Input.tsx#L12">src/components/form/Input.tsx:12</a></li>
258
258
  </ul>
259
259
  </aside>
260
260
  </section>
@@ -264,7 +264,7 @@
264
264
  <div class="tsd-signature tsd-kind-icon">Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
265
265
  <aside class="tsd-sources">
266
266
  <ul>
267
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
267
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/list/Item.tsx#L36">src/components/layout/list/Item.tsx:36</a></li>
268
268
  </ul>
269
269
  </aside>
270
270
  </section>
@@ -274,7 +274,7 @@
274
274
  <div class="tsd-signature tsd-kind-icon">Label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
275
275
  <aside class="tsd-sources">
276
276
  <ul>
277
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
277
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/Label.tsx#L12">src/components/form/Label.tsx:12</a></li>
278
278
  </ul>
279
279
  </aside>
280
280
  </section>
@@ -284,7 +284,7 @@
284
284
  <div class="tsd-signature tsd-kind-icon">List<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
285
285
  <aside class="tsd-sources">
286
286
  <ul>
287
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
287
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/list/List.tsx#L20">src/components/layout/list/List.tsx:20</a></li>
288
288
  </ul>
289
289
  </aside>
290
290
  </section>
@@ -294,7 +294,7 @@
294
294
  <div class="tsd-signature tsd-kind-icon">Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
295
295
  <aside class="tsd-sources">
296
296
  <ul>
297
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/message/Message.tsx#L12">src/components/ui/message/Message.tsx:12</a></li>
297
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/message/Message.tsx#L12">src/components/ui/message/Message.tsx:12</a></li>
298
298
  </ul>
299
299
  </aside>
300
300
  </section>
@@ -304,7 +304,7 @@
304
304
  <div class="tsd-signature tsd-kind-icon">Modal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
305
305
  <aside class="tsd-sources">
306
306
  <ul>
307
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
307
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/modal/Modal.tsx#L25">src/components/ui/modal/Modal.tsx:25</a></li>
308
308
  </ul>
309
309
  </aside>
310
310
  </section>
@@ -314,7 +314,7 @@
314
314
  <div class="tsd-signature tsd-kind-icon">Modal<wbr>Buttons<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
315
315
  <aside class="tsd-sources">
316
316
  <ul>
317
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/modal/ModalButtons.tsx#L15">src/components/ui/modal/ModalButtons.tsx:15</a></li>
317
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/modal/ModalButtons.tsx#L15">src/components/ui/modal/ModalButtons.tsx:15</a></li>
318
318
  </ul>
319
319
  </aside>
320
320
  </section>
@@ -324,7 +324,7 @@
324
324
  <div class="tsd-signature tsd-kind-icon">Search<wbr>Container<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol"> = ...</span></div>
325
325
  <aside class="tsd-sources">
326
326
  <ul>
327
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
327
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/section/SearchContainer.tsx#L5">src/components/layout/section/SearchContainer.tsx:5</a></li>
328
328
  </ul>
329
329
  </aside>
330
330
  </section>
@@ -334,7 +334,7 @@
334
334
  <div class="tsd-signature tsd-kind-icon">Section<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">SubComponents</span><span class="tsd-signature-symbol"> = ...</span></div>
335
335
  <aside class="tsd-sources">
336
336
  <ul>
337
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
337
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/section/Section.tsx#L18">src/components/layout/section/Section.tsx:18</a></li>
338
338
  </ul>
339
339
  </aside>
340
340
  </section>
@@ -344,7 +344,7 @@
344
344
  <div class="tsd-signature tsd-kind-icon">Select<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.SelectHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLSelectElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
345
345
  <aside class="tsd-sources">
346
346
  <ul>
347
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/Select.tsx#L9">src/components/form/Select.tsx:9</a></li>
347
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/Select.tsx#L9">src/components/form/Select.tsx:9</a></li>
348
348
  </ul>
349
349
  </aside>
350
350
  </section>
@@ -354,7 +354,7 @@
354
354
  <div class="tsd-signature tsd-kind-icon">Spacer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
355
355
  <aside class="tsd-sources">
356
356
  <ul>
357
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/utils/Spacer.tsx#L7">src/components/utils/Spacer.tsx:7</a></li>
357
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/utils/Spacer.tsx#L7">src/components/utils/Spacer.tsx:7</a></li>
358
358
  </ul>
359
359
  </aside>
360
360
  </section>
@@ -364,7 +364,7 @@
364
364
  <div class="tsd-signature tsd-kind-icon">Stats<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
365
365
  <aside class="tsd-sources">
366
366
  <ul>
367
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/stats/Stats.tsx#L16">src/components/ui/stats/Stats.tsx:16</a></li>
367
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/stats/Stats.tsx#L16">src/components/ui/stats/Stats.tsx:16</a></li>
368
368
  </ul>
369
369
  </aside>
370
370
  </section>
@@ -374,7 +374,7 @@
374
374
  <div class="tsd-signature tsd-kind-icon">Sticky<wbr>Header<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Content</span><span class="tsd-signature-symbol"> = ...</span></div>
375
375
  <aside class="tsd-sources">
376
376
  <ul>
377
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/header/StickyHeader.tsx#L23">src/components/layout/header/StickyHeader.tsx:23</a></li>
377
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/header/StickyHeader.tsx#L23">src/components/layout/header/StickyHeader.tsx:23</a></li>
378
378
  </ul>
379
379
  </aside>
380
380
  </section>
@@ -384,7 +384,7 @@
384
384
  <div class="tsd-signature tsd-kind-icon">Table<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.TableHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLTableElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
385
385
  <aside class="tsd-sources">
386
386
  <ul>
387
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/layout/table/Table.tsx#L13">src/components/layout/table/Table.tsx:13</a></li>
387
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/layout/table/Table.tsx#L13">src/components/layout/table/Table.tsx:13</a></li>
388
388
  </ul>
389
389
  </aside>
390
390
  </section>
@@ -394,7 +394,7 @@
394
394
  <div class="tsd-signature tsd-kind-icon">Text<wbr>Area<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">React.TextareaHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLTextAreaElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
395
395
  <aside class="tsd-sources">
396
396
  <ul>
397
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
397
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/TextArea.tsx#L10">src/components/form/TextArea.tsx:10</a></li>
398
398
  </ul>
399
399
  </aside>
400
400
  </section>
@@ -404,7 +404,7 @@
404
404
  <div class="tsd-signature tsd-kind-icon">Toggle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">React.FC</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> = ...</span></div>
405
405
  <aside class="tsd-sources">
406
406
  <ul>
407
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/Toggle.tsx#L15">src/components/form/Toggle.tsx:15</a></li>
407
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/Toggle.tsx#L15">src/components/form/Toggle.tsx:15</a></li>
408
408
  </ul>
409
409
  </aside>
410
410
  </section>
@@ -421,7 +421,7 @@
421
421
  <li class="tsd-description">
422
422
  <aside class="tsd-sources">
423
423
  <ul>
424
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/form/choice/Choice.tsx#L23">src/components/form/choice/Choice.tsx:23</a></li>
424
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/form/choice/Choice.tsx#L23">src/components/form/choice/Choice.tsx:23</a></li>
425
425
  </ul>
426
426
  </aside>
427
427
  <h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -450,7 +450,7 @@
450
450
  <li class="tsd-description">
451
451
  <aside class="tsd-sources">
452
452
  <ul>
453
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
453
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/tabs/Selector.tsx#L14">src/components/ui/tabs/Selector.tsx:14</a></li>
454
454
  </ul>
455
455
  </aside>
456
456
  <h4 class="tsd-type-parameters-title">Type parameters</h4>
@@ -479,7 +479,7 @@
479
479
  <li class="tsd-description">
480
480
  <aside class="tsd-sources">
481
481
  <ul>
482
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/ec3a28b/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
482
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/400c174/src/components/ui/toaster/Toaster.tsx#L99">src/components/ui/toaster/Toaster.tsx:99</a></li>
483
483
  </ul>
484
484
  </aside>
485
485
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ToasterFn</span></h4>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Test | react-miui - v0.15.8</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.8">
6
+ <title>Test | react-miui - v0.15.9</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.9">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../../assets/css/main.css">
10
10
  <link rel="stylesheet" href="../../assets/css/pages.css">
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../../index.html" class="title">react-miui - v0.15.8</a>
26
+ <a href="../../index.html" class="title">react-miui - v0.15.9</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  interface Stat {
3
3
  label: string;
4
- value: string;
4
+ value: React.ReactNode;
5
5
  }
6
6
  interface Props {
7
7
  stats: Stat[];
@@ -1 +1 @@
1
- {"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stats/Stats.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,IAAI;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,UAAU,KAAK;IACX,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwB1B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stats/Stats.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,UAAU,IAAI;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,UAAU,KAAK;IACX,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwB1B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-miui",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "author": "Jacek Nowacki",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -5,7 +5,7 @@ import styles from "./Stats.module.scss";
5
5
 
6
6
  interface Stat {
7
7
  label: string;
8
- value: string;
8
+ value: React.ReactNode;
9
9
  }
10
10
 
11
11
  interface Props {