react-miui 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/CHANGELOG.md +12 -2
  2. package/assets/dots.svg +1 -0
  3. package/assets/sources/dots.fla +0 -0
  4. package/dist/components/icons/Dots.d.ts +7 -0
  5. package/dist/components/icons/Dots.d.ts.map +1 -0
  6. package/dist/components/icons/Dots.js +13 -0
  7. package/dist/components/icons/Dots.js.map +1 -0
  8. package/dist/components/icons/Icon.d.ts +2 -1
  9. package/dist/components/icons/Icon.d.ts.map +1 -1
  10. package/dist/components/icons/Icon.js +3 -0
  11. package/dist/components/icons/Icon.js.map +1 -1
  12. package/dist/components/layout/header/Header.d.ts +1 -1
  13. package/dist/components/layout/header/Header.d.ts.map +1 -1
  14. package/dist/components/layout/header/Header.js +1 -0
  15. package/dist/components/layout/header/Header.js.map +1 -1
  16. package/dist/components/layout/header/Header.module.scss +6 -0
  17. package/dist/components/layout/header/HeaderIconAction.module.scss +2 -1
  18. package/dist/components/layout/header/StickyHeader.d.ts +4 -1
  19. package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
  20. package/dist/components/layout/header/StickyHeader.js +1 -1
  21. package/dist/components/layout/header/StickyHeader.js.map +1 -1
  22. package/dist/components/ui/drawer/Drawer.d.ts +22 -0
  23. package/dist/components/ui/drawer/Drawer.d.ts.map +1 -0
  24. package/dist/components/ui/drawer/Drawer.js +84 -0
  25. package/dist/components/ui/drawer/Drawer.js.map +1 -0
  26. package/dist/components/ui/drawer/Drawer.module.scss +15 -0
  27. package/dist/components/ui/pop/Pop.d.ts +1 -0
  28. package/dist/components/ui/pop/Pop.d.ts.map +1 -1
  29. package/dist/components/ui/pop/Pop.js +5 -2
  30. package/dist/components/ui/pop/Pop.js.map +1 -1
  31. package/dist/components/ui/stats/Stats.d.ts +12 -0
  32. package/dist/components/ui/stats/Stats.d.ts.map +1 -0
  33. package/dist/components/ui/stats/Stats.js +24 -0
  34. package/dist/components/ui/stats/Stats.js.map +1 -0
  35. package/dist/components/ui/stats/Stats.module.scss +48 -0
  36. package/dist/components/{ui/pop → utils}/HandleEsc.d.ts +0 -0
  37. package/dist/components/utils/HandleEsc.d.ts.map +1 -0
  38. package/dist/components/{ui/pop → utils}/HandleEsc.js +0 -0
  39. package/dist/components/utils/HandleEsc.js.map +1 -0
  40. package/dist/global.scss +3 -0
  41. package/dist/index.d.ts +1 -0
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.js +1 -0
  44. package/dist/index.js.map +1 -1
  45. package/dist/scrollbars.scss +22 -0
  46. package/docs/assets/js/search.js +1 -1
  47. package/docs/assets/js/search.json +1 -1
  48. package/docs/classes/Drawer.html +1085 -0
  49. package/docs/classes/Pop.html +15 -12
  50. package/docs/classes/ToasterProvider.html +11 -8
  51. package/docs/enums/ICON.html +28 -11
  52. package/docs/index.html +7 -4
  53. package/docs/modules/Item.html +3 -3
  54. package/docs/modules/List.html +3 -3
  55. package/docs/modules/Modal.html +3 -3
  56. package/docs/modules/ModalButtons.html +3 -3
  57. package/docs/modules/Section.html +3 -3
  58. package/docs/modules/StickyHeader.html +6 -11
  59. package/docs/modules.html +32 -28
  60. package/docs/pages/Tutorials/Test.html +3 -3
  61. package/esm/components/icons/Dots.d.ts +7 -0
  62. package/esm/components/icons/Dots.d.ts.map +1 -0
  63. package/esm/components/icons/Dots.js +7 -0
  64. package/esm/components/icons/Dots.js.map +1 -0
  65. package/esm/components/icons/Icon.d.ts +2 -1
  66. package/esm/components/icons/Icon.d.ts.map +1 -1
  67. package/esm/components/icons/Icon.js +3 -0
  68. package/esm/components/icons/Icon.js.map +1 -1
  69. package/esm/components/layout/header/Header.d.ts +1 -1
  70. package/esm/components/layout/header/Header.d.ts.map +1 -1
  71. package/esm/components/layout/header/Header.js +1 -0
  72. package/esm/components/layout/header/Header.js.map +1 -1
  73. package/esm/components/layout/header/Header.module.scss +6 -0
  74. package/esm/components/layout/header/HeaderIconAction.module.scss +2 -1
  75. package/esm/components/layout/header/StickyHeader.d.ts +4 -1
  76. package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
  77. package/esm/components/layout/header/StickyHeader.js +1 -1
  78. package/esm/components/layout/header/StickyHeader.js.map +1 -1
  79. package/esm/components/ui/drawer/Drawer.d.ts +22 -0
  80. package/esm/components/ui/drawer/Drawer.d.ts.map +1 -0
  81. package/esm/components/ui/drawer/Drawer.js +59 -0
  82. package/esm/components/ui/drawer/Drawer.js.map +1 -0
  83. package/esm/components/ui/drawer/Drawer.module.scss +15 -0
  84. package/esm/components/ui/pop/Pop.d.ts +1 -0
  85. package/esm/components/ui/pop/Pop.d.ts.map +1 -1
  86. package/esm/components/ui/pop/Pop.js +5 -2
  87. package/esm/components/ui/pop/Pop.js.map +1 -1
  88. package/esm/components/ui/stats/Stats.d.ts +12 -0
  89. package/esm/components/ui/stats/Stats.d.ts.map +1 -0
  90. package/esm/components/ui/stats/Stats.js +18 -0
  91. package/esm/components/ui/stats/Stats.js.map +1 -0
  92. package/esm/components/ui/stats/Stats.module.scss +48 -0
  93. package/esm/components/{ui/pop → utils}/HandleEsc.d.ts +0 -0
  94. package/esm/components/utils/HandleEsc.d.ts.map +1 -0
  95. package/esm/components/{ui/pop → utils}/HandleEsc.js +0 -0
  96. package/esm/components/utils/HandleEsc.js.map +1 -0
  97. package/esm/global.scss +3 -0
  98. package/esm/index.d.ts +1 -0
  99. package/esm/index.d.ts.map +1 -1
  100. package/esm/index.js +1 -0
  101. package/esm/index.js.map +1 -1
  102. package/esm/scrollbars.scss +22 -0
  103. package/package.json +3 -2
  104. package/src/components/icons/Dots.tsx +21 -0
  105. package/src/components/icons/Icon.tsx +3 -0
  106. package/src/components/layout/header/Header.module.scss +6 -0
  107. package/src/components/layout/header/Header.tsx +2 -1
  108. package/src/components/layout/header/HeaderIconAction.module.scss +2 -1
  109. package/src/components/layout/header/StickyHeader.tsx +12 -2
  110. package/src/components/ui/drawer/Drawer.module.scss +15 -0
  111. package/src/components/ui/drawer/Drawer.tsx +88 -0
  112. package/src/components/ui/pop/Pop.tsx +6 -2
  113. package/src/components/ui/stats/Stats.module.scss +48 -0
  114. package/src/components/ui/stats/Stats.tsx +42 -0
  115. package/src/components/{ui/pop → utils}/HandleEsc.tsx +0 -0
  116. package/src/demo/Menu.tsx +2 -1
  117. package/src/demo/components/layout/header/StickyHeader.module.scss +14 -0
  118. package/src/demo/components/layout/header/StickyHeader.tsx +28 -2
  119. package/src/demo/components/ui/drawer/Drawer.tsx +28 -0
  120. package/src/demo/components/ui/stats/Stats.module.scss +29 -0
  121. package/src/demo/components/ui/stats/Stats.tsx +61 -0
  122. package/src/demo/componentsMap.ts +21 -0
  123. package/src/global.scss +3 -0
  124. package/src/index.ts +1 -0
  125. package/src/pages/_app.tsx +1 -0
  126. package/src/scrollbars.scss +22 -0
  127. package/dist/components/ui/pop/HandleEsc.d.ts.map +0 -1
  128. package/dist/components/ui/pop/HandleEsc.js.map +0 -1
  129. package/esm/components/ui/pop/HandleEsc.d.ts.map +0 -1
  130. package/esm/components/ui/pop/HandleEsc.js.map +0 -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>Pop | react-miui - v0.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>Pop | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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/f3b17e3/src/components/ui/pop/Pop.tsx#L48">src/components/ui/pop/Pop.tsx:48</a></li>
145
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L68">src/components/ui/pop/Pop.tsx:68</a></li>
233
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L66">src/components/ui/pop/Pop.tsx:66</a></li>
254
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L60">src/components/ui/pop/Pop.tsx:60</a></li>
498
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L70">src/components/ui/pop/Pop.tsx:70</a></li>
715
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L115">src/components/ui/pop/Pop.tsx:115</a></li>
768
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L109">src/components/ui/pop/Pop.tsx:109</a></li>
785
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L86">src/components/ui/pop/Pop.tsx:86</a></li>
808
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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/f3b17e3/src/components/ui/pop/Pop.tsx#L119">src/components/ui/pop/Pop.tsx:119</a></li>
826
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/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>
@@ -936,6 +936,9 @@
936
936
  <li class=" tsd-kind-enum">
937
937
  <a href="../enums/ICON.html" class="tsd-kind-icon">ICON</a>
938
938
  </li>
939
+ <li class=" tsd-kind-class">
940
+ <a href="Drawer.html" class="tsd-kind-icon">Drawer</a>
941
+ </li>
939
942
  </ul>
940
943
  <ul class="current">
941
944
  <li class="current tsd-kind-class">
@@ -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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>ToasterProvider | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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/f3b17e3/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/b65ec4c/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/f3b17e3/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/b65ec4c/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/f3b17e3/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/b65ec4c/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/f3b17e3/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/b65ec4c/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/f3b17e3/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/b65ec4c/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>
@@ -917,6 +917,9 @@
917
917
  <li class=" tsd-kind-enum">
918
918
  <a href="../enums/ICON.html" class="tsd-kind-icon">ICON</a>
919
919
  </li>
920
+ <li class=" tsd-kind-class">
921
+ <a href="Drawer.html" class="tsd-kind-icon">Drawer</a>
922
+ </li>
920
923
  <li class=" tsd-kind-class">
921
924
  <a href="Pop.html" class="tsd-kind-icon">Pop</a>
922
925
  </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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>ICON | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -78,6 +78,7 @@
78
78
  <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#battery" class="tsd-kind-icon">battery</a></li>
79
79
  <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#checkmark" class="tsd-kind-icon">checkmark</a></li>
80
80
  <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#config" class="tsd-kind-icon">config</a></li>
81
+ <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#dots" class="tsd-kind-icon">dots</a></li>
81
82
  <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#forward" class="tsd-kind-icon">forward</a></li>
82
83
  <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#heart" class="tsd-kind-icon">heart</a></li>
83
84
  <li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="ICON.html#search" class="tsd-kind-icon">search</a></li>
@@ -95,7 +96,7 @@
95
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>
96
97
  <aside class="tsd-sources">
97
98
  <ul>
98
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
99
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li>
99
100
  </ul>
100
101
  </aside>
101
102
  </section>
@@ -105,7 +106,7 @@
105
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>
106
107
  <aside class="tsd-sources">
107
108
  <ul>
108
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li>
109
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li>
109
110
  </ul>
110
111
  </aside>
111
112
  </section>
@@ -115,7 +116,7 @@
115
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>
116
117
  <aside class="tsd-sources">
117
118
  <ul>
118
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L14">src/components/icons/Icon.tsx:14</a></li>
119
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li>
119
120
  </ul>
120
121
  </aside>
121
122
  </section>
@@ -125,7 +126,17 @@
125
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>
126
127
  <aside class="tsd-sources">
127
128
  <ul>
128
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
129
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li>
130
+ </ul>
131
+ </aside>
132
+ </section>
133
+ <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
134
+ <a name="dots" class="tsd-anchor"></a>
135
+ <h3>dots</h3>
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
+ <aside class="tsd-sources">
138
+ <ul>
139
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li>
129
140
  </ul>
130
141
  </aside>
131
142
  </section>
@@ -135,7 +146,7 @@
135
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>
136
147
  <aside class="tsd-sources">
137
148
  <ul>
138
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li>
149
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li>
139
150
  </ul>
140
151
  </aside>
141
152
  </section>
@@ -145,7 +156,7 @@
145
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>
146
157
  <aside class="tsd-sources">
147
158
  <ul>
148
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li>
159
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li>
149
160
  </ul>
150
161
  </aside>
151
162
  </section>
@@ -155,7 +166,7 @@
155
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>
156
167
  <aside class="tsd-sources">
157
168
  <ul>
158
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li>
169
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li>
159
170
  </ul>
160
171
  </aside>
161
172
  </section>
@@ -165,7 +176,7 @@
165
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>
166
177
  <aside class="tsd-sources">
167
178
  <ul>
168
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/f3b17e3/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li>
179
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li>
169
180
  </ul>
170
181
  </aside>
171
182
  </section>
@@ -204,6 +215,9 @@
204
215
  <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
205
216
  <a href="ICON.html#config" class="tsd-kind-icon">config</a>
206
217
  </li>
218
+ <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
219
+ <a href="ICON.html#dots" class="tsd-kind-icon">dots</a>
220
+ </li>
207
221
  <li class=" tsd-kind-enum-member tsd-parent-kind-enum">
208
222
  <a href="ICON.html#forward" class="tsd-kind-icon">forward</a>
209
223
  </li>
@@ -220,6 +234,9 @@
220
234
  </li>
221
235
  </ul>
222
236
  <ul class="after-current">
237
+ <li class=" tsd-kind-class">
238
+ <a href="../classes/Drawer.html" class="tsd-kind-icon">Drawer</a>
239
+ </li>
223
240
  <li class=" tsd-kind-class">
224
241
  <a href="../classes/Pop.html" class="tsd-kind-icon">Pop</a>
225
242
  </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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="index.html" class="title">react-miui - v0.12.0</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.11.0</h1>
60
+ <h1>Project react-miui - v0.12.0</h1>
61
61
  </div>
62
62
  </div>
63
63
  </header>
@@ -120,6 +120,9 @@
120
120
  <li class=" tsd-kind-enum">
121
121
  <a href="enums/ICON.html" class="tsd-kind-icon">ICON</a>
122
122
  </li>
123
+ <li class=" tsd-kind-class">
124
+ <a href="classes/Drawer.html" class="tsd-kind-icon">Drawer</a>
125
+ </li>
123
126
  <li class=" tsd-kind-class">
124
127
  <a href="classes/Pop.html" class="tsd-kind-icon">Pop</a>
125
128
  </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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>Item | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>List | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>Modal | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>ModalButtons | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>Section | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</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.11.0</title>
7
- <meta name="description" content="Documentation for react-miui - v0.11.0">
6
+ <title>StickyHeader | react-miui - v0.12.0</title>
7
+ <meta name="description" content="Documentation for react-miui - v0.12.0">
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.11.0</a>
26
+ <a href="../index.html" class="title">react-miui - v0.12.0</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -86,24 +86,19 @@
86
86
  <a name="Content" class="tsd-anchor"></a>
87
87
  <h3>Content</h3>
88
88
  <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace">
89
- <li class="tsd-signature tsd-kind-icon">Content<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ReactNode</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Element</span></li>
89
+ <li class="tsd-signature tsd-kind-icon">Content<span class="tsd-signature-symbol">(</span>__namedParameters<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PropsWithChildren</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContentProps</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Element</span></li>
90
90
  </ul>
91
91
  <ul class="tsd-descriptions">
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/f3b17e3/src/components/layout/header/StickyHeader.tsx#L50">src/components/layout/header/StickyHeader.tsx:50</a></li>
95
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/b65ec4c/src/components/layout/header/StickyHeader.tsx#L60">src/components/layout/header/StickyHeader.tsx:60</a></li>
96
96
  </ul>
97
97
  </aside>
98
98
  <h4 class="tsd-parameters-title">Parameters</h4>
99
99
  <ul class="tsd-parameters">
100
100
  <li>
101
- <h5>__namedParameters: <span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ReactNode</span><span class="tsd-signature-symbol"> }</span></h5>
102
- <ul class="tsd-parameters">
103
- <li class="tsd-parameter">
104
- <h5><span class="tsd-flag ts-flagOptional">Optional</span> children<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ReactNode</span></h5>
105
- </li>
106
- </ul>
101
+ <h5>__namedParameters: <span class="tsd-signature-type">PropsWithChildren</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContentProps</span><span class="tsd-signature-symbol">&gt;</span></h5>
107
102
  </li>
108
103
  </ul>
109
104
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4>