react-miui 0.15.3 → 0.15.4

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.
Files changed (70) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/components/form/choice/Choice.d.ts +8 -5
  3. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  4. package/dist/components/form/choice/Choice.js +4 -1
  5. package/dist/components/form/choice/Choice.js.map +1 -1
  6. package/dist/components/form/choice/Choice.module.scss +8 -1
  7. package/dist/components/form/choice/ChoiceItem.d.ts +4 -4
  8. package/dist/components/form/choice/ChoiceItem.d.ts.map +1 -1
  9. package/dist/components/form/choice/ChoiceItem.js.map +1 -1
  10. package/dist/components/layout/header/Header.module.scss +1 -0
  11. package/dist/components/layout/header/StickyHeader.d.ts +1 -0
  12. package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
  13. package/dist/components/layout/header/StickyHeader.js +1 -1
  14. package/dist/components/layout/header/StickyHeader.js.map +1 -1
  15. package/dist/components/ui/tabs/Selector.d.ts +3 -3
  16. package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
  17. package/dist/components/ui/tabs/Selector.js.map +1 -1
  18. package/dist/types/form.d.ts +1 -1
  19. package/dist/types/form.d.ts.map +1 -1
  20. package/dist/utils/toObjectValue.d.ts +1 -1
  21. package/dist/utils/toObjectValue.d.ts.map +1 -1
  22. package/dist/utils/toObjectValue.js.map +1 -1
  23. package/docs/assets/js/search.js +1 -1
  24. package/docs/assets/js/search.json +1 -1
  25. package/docs/classes/Drawer.html +18 -18
  26. package/docs/classes/Pop.html +18 -18
  27. package/docs/classes/ToasterProvider.html +14 -14
  28. package/docs/enums/ICON.html +18 -18
  29. package/docs/index.html +10 -10
  30. package/docs/modules/Item.html +3 -3
  31. package/docs/modules/List.html +3 -3
  32. package/docs/modules/Modal.html +3 -3
  33. package/docs/modules/ModalButtons.html +3 -3
  34. package/docs/modules/Section.html +3 -3
  35. package/docs/modules/StickyHeader.html +4 -4
  36. package/docs/modules.html +97 -59
  37. package/docs/pages/Tutorials/Test.html +3 -3
  38. package/esm/components/form/choice/Choice.d.ts +8 -5
  39. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  40. package/esm/components/form/choice/Choice.js +5 -2
  41. package/esm/components/form/choice/Choice.js.map +1 -1
  42. package/esm/components/form/choice/Choice.module.scss +8 -1
  43. package/esm/components/form/choice/ChoiceItem.d.ts +4 -4
  44. package/esm/components/form/choice/ChoiceItem.d.ts.map +1 -1
  45. package/esm/components/form/choice/ChoiceItem.js.map +1 -1
  46. package/esm/components/layout/header/Header.module.scss +1 -0
  47. package/esm/components/layout/header/StickyHeader.d.ts +1 -0
  48. package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
  49. package/esm/components/layout/header/StickyHeader.js +1 -1
  50. package/esm/components/layout/header/StickyHeader.js.map +1 -1
  51. package/esm/components/ui/tabs/Selector.d.ts +3 -3
  52. package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
  53. package/esm/components/ui/tabs/Selector.js.map +1 -1
  54. package/esm/types/form.d.ts +1 -1
  55. package/esm/types/form.d.ts.map +1 -1
  56. package/esm/utils/toObjectValue.d.ts +1 -1
  57. package/esm/utils/toObjectValue.d.ts.map +1 -1
  58. package/esm/utils/toObjectValue.js.map +1 -1
  59. package/package.json +1 -1
  60. package/src/components/form/choice/Choice.module.scss +8 -1
  61. package/src/components/form/choice/Choice.tsx +21 -7
  62. package/src/components/form/choice/ChoiceItem.tsx +5 -5
  63. package/src/components/layout/header/Header.module.scss +1 -0
  64. package/src/components/layout/header/StickyHeader.tsx +2 -1
  65. package/src/components/ui/tabs/Selector.tsx +3 -3
  66. package/src/demo/components/form/Choice.module.scss +7 -0
  67. package/src/demo/components/form/Choice.tsx +34 -2
  68. package/src/demo/componentsMap.ts +7 -1
  69. package/src/types/form.ts +1 -1
  70. package/src/utils/toObjectValue.ts +1 -1
@@ -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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>Drawer | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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>
@@ -992,9 +992,6 @@
992
992
  <li class=" tsd-kind-variable">
993
993
  <a href="../modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
994
994
  </li>
995
- <li class=" tsd-kind-variable">
996
- <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
997
- </li>
998
995
  <li class=" tsd-kind-variable">
999
996
  <a href="../modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a>
1000
997
  </li>
@@ -1043,9 +1040,6 @@
1043
1040
  <li class=" tsd-kind-variable">
1044
1041
  <a href="../modules.html#Select" class="tsd-kind-icon">Select</a>
1045
1042
  </li>
1046
- <li class=" tsd-kind-variable">
1047
- <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
1048
- </li>
1049
1043
  <li class=" tsd-kind-variable">
1050
1044
  <a href="../modules.html#Spacer" class="tsd-kind-icon">Spacer</a>
1051
1045
  </li>
@@ -1064,6 +1058,12 @@
1064
1058
  <li class=" tsd-kind-variable">
1065
1059
  <a href="../modules.html#Toggle" class="tsd-kind-icon">Toggle</a>
1066
1060
  </li>
1061
+ <li class=" tsd-kind-function tsd-has-type-parameter">
1062
+ <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
1063
+ </li>
1064
+ <li class=" tsd-kind-function tsd-has-type-parameter">
1065
+ <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
1066
+ </li>
1067
1067
  <li class=" tsd-kind-function">
1068
1068
  <a href="../modules.html#useToaster" class="tsd-kind-icon">use<wbr>Toaster</a>
1069
1069
  </li>
@@ -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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>Pop | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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>
@@ -1044,9 +1044,6 @@
1044
1044
  <li class=" tsd-kind-variable">
1045
1045
  <a href="../modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
1046
1046
  </li>
1047
- <li class=" tsd-kind-variable">
1048
- <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
1049
- </li>
1050
1047
  <li class=" tsd-kind-variable">
1051
1048
  <a href="../modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a>
1052
1049
  </li>
@@ -1095,9 +1092,6 @@
1095
1092
  <li class=" tsd-kind-variable">
1096
1093
  <a href="../modules.html#Select" class="tsd-kind-icon">Select</a>
1097
1094
  </li>
1098
- <li class=" tsd-kind-variable">
1099
- <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
1100
- </li>
1101
1095
  <li class=" tsd-kind-variable">
1102
1096
  <a href="../modules.html#Spacer" class="tsd-kind-icon">Spacer</a>
1103
1097
  </li>
@@ -1116,6 +1110,12 @@
1116
1110
  <li class=" tsd-kind-variable">
1117
1111
  <a href="../modules.html#Toggle" class="tsd-kind-icon">Toggle</a>
1118
1112
  </li>
1113
+ <li class=" tsd-kind-function tsd-has-type-parameter">
1114
+ <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
1115
+ </li>
1116
+ <li class=" tsd-kind-function tsd-has-type-parameter">
1117
+ <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
1118
+ </li>
1119
1119
  <li class=" tsd-kind-function">
1120
1120
  <a href="../modules.html#useToaster" class="tsd-kind-icon">use<wbr>Toaster</a>
1121
1121
  </li>
@@ -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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>ToasterProvider | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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>
@@ -1016,9 +1016,6 @@
1016
1016
  <li class=" tsd-kind-variable">
1017
1017
  <a href="../modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
1018
1018
  </li>
1019
- <li class=" tsd-kind-variable">
1020
- <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
1021
- </li>
1022
1019
  <li class=" tsd-kind-variable">
1023
1020
  <a href="../modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a>
1024
1021
  </li>
@@ -1067,9 +1064,6 @@
1067
1064
  <li class=" tsd-kind-variable">
1068
1065
  <a href="../modules.html#Select" class="tsd-kind-icon">Select</a>
1069
1066
  </li>
1070
- <li class=" tsd-kind-variable">
1071
- <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
1072
- </li>
1073
1067
  <li class=" tsd-kind-variable">
1074
1068
  <a href="../modules.html#Spacer" class="tsd-kind-icon">Spacer</a>
1075
1069
  </li>
@@ -1088,6 +1082,12 @@
1088
1082
  <li class=" tsd-kind-variable">
1089
1083
  <a href="../modules.html#Toggle" class="tsd-kind-icon">Toggle</a>
1090
1084
  </li>
1085
+ <li class=" tsd-kind-function tsd-has-type-parameter">
1086
+ <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
1087
+ </li>
1088
+ <li class=" tsd-kind-function tsd-has-type-parameter">
1089
+ <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
1090
+ </li>
1091
1091
  <li class=" tsd-kind-function">
1092
1092
  <a href="../modules.html#useToaster" class="tsd-kind-icon">use<wbr>Toaster</a>
1093
1093
  </li>
@@ -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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>ICON | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/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/2a43da0/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/9930533/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
180
180
  </ul>
181
181
  </aside>
182
182
  </section>
@@ -255,9 +255,6 @@
255
255
  <li class=" tsd-kind-variable">
256
256
  <a href="../modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
257
257
  </li>
258
- <li class=" tsd-kind-variable">
259
- <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
260
- </li>
261
258
  <li class=" tsd-kind-variable">
262
259
  <a href="../modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a>
263
260
  </li>
@@ -306,9 +303,6 @@
306
303
  <li class=" tsd-kind-variable">
307
304
  <a href="../modules.html#Select" class="tsd-kind-icon">Select</a>
308
305
  </li>
309
- <li class=" tsd-kind-variable">
310
- <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
311
- </li>
312
306
  <li class=" tsd-kind-variable">
313
307
  <a href="../modules.html#Spacer" class="tsd-kind-icon">Spacer</a>
314
308
  </li>
@@ -327,6 +321,12 @@
327
321
  <li class=" tsd-kind-variable">
328
322
  <a href="../modules.html#Toggle" class="tsd-kind-icon">Toggle</a>
329
323
  </li>
324
+ <li class=" tsd-kind-function tsd-has-type-parameter">
325
+ <a href="../modules.html#Choice" class="tsd-kind-icon">Choice</a>
326
+ </li>
327
+ <li class=" tsd-kind-function tsd-has-type-parameter">
328
+ <a href="../modules.html#Selector" class="tsd-kind-icon">Selector</a>
329
+ </li>
330
330
  <li class=" tsd-kind-function">
331
331
  <a href="../modules.html#useToaster" class="tsd-kind-icon">use<wbr>Toaster</a>
332
332
  </li>
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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="index.html" class="title">react-miui - v0.15.4</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.3</h1>
60
+ <h1>Project react-miui - v0.15.4</h1>
61
61
  </div>
62
62
  </div>
63
63
  </header>
@@ -141,9 +141,6 @@
141
141
  <li class=" tsd-kind-variable">
142
142
  <a href="modules.html#Checkbox" class="tsd-kind-icon">Checkbox</a>
143
143
  </li>
144
- <li class=" tsd-kind-variable">
145
- <a href="modules.html#Choice" class="tsd-kind-icon">Choice</a>
146
- </li>
147
144
  <li class=" tsd-kind-variable">
148
145
  <a href="modules.html#DirectionPad" class="tsd-kind-icon">Direction<wbr>Pad</a>
149
146
  </li>
@@ -192,9 +189,6 @@
192
189
  <li class=" tsd-kind-variable">
193
190
  <a href="modules.html#Select" class="tsd-kind-icon">Select</a>
194
191
  </li>
195
- <li class=" tsd-kind-variable">
196
- <a href="modules.html#Selector" class="tsd-kind-icon">Selector</a>
197
- </li>
198
192
  <li class=" tsd-kind-variable">
199
193
  <a href="modules.html#Spacer" class="tsd-kind-icon">Spacer</a>
200
194
  </li>
@@ -213,6 +207,12 @@
213
207
  <li class=" tsd-kind-variable">
214
208
  <a href="modules.html#Toggle" class="tsd-kind-icon">Toggle</a>
215
209
  </li>
210
+ <li class=" tsd-kind-function tsd-has-type-parameter">
211
+ <a href="modules.html#Choice" class="tsd-kind-icon">Choice</a>
212
+ </li>
213
+ <li class=" tsd-kind-function tsd-has-type-parameter">
214
+ <a href="modules.html#Selector" class="tsd-kind-icon">Selector</a>
215
+ </li>
216
216
  <li class=" tsd-kind-function">
217
217
  <a href="modules.html#useToaster" class="tsd-kind-icon">use<wbr>Toaster</a>
218
218
  </li>
@@ -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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>Item | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>List | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</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.3</title>
7
- <meta name="description" content="Documentation for react-miui - v0.15.3">
6
+ <title>Modal | react-miui - v0.15.4</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.15.4">
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.3</a>
26
+ <a href="../index.html" class="title">react-miui - v0.15.4</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">