react-miui 0.27.7 → 0.27.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.
Files changed (215) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/form/Checkbox.js +17 -7
  3. package/dist/components/form/Checkbox.js.map +1 -1
  4. package/dist/components/form/Checkbox.stories.js +17 -7
  5. package/dist/components/form/Checkbox.stories.js.map +1 -1
  6. package/dist/components/form/Checkbox.styled.d.ts +174 -174
  7. package/dist/components/form/Select.styled.d.ts +58 -58
  8. package/dist/components/form/Suggestions.d.ts.map +1 -1
  9. package/dist/components/form/Toggle.js +17 -7
  10. package/dist/components/form/Toggle.js.map +1 -1
  11. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  12. package/dist/components/form/choice/ChoiceItem.d.ts.map +1 -1
  13. package/dist/components/form/choice/ChoiceItem.js +17 -7
  14. package/dist/components/form/choice/ChoiceItem.js.map +1 -1
  15. package/dist/components/form/input/Input.d.ts.map +1 -1
  16. package/dist/components/form/input/Input.js +17 -7
  17. package/dist/components/form/input/Input.js.map +1 -1
  18. package/dist/components/form/input/Input.styled.d.ts +232 -232
  19. package/dist/components/form/textarea/TextArea.js +17 -7
  20. package/dist/components/form/textarea/TextArea.js.map +1 -1
  21. package/dist/components/form/textarea/TextArea.styled.d.ts +58 -58
  22. package/dist/components/layout/header/Header.styled.d.ts +232 -232
  23. package/dist/components/layout/header/HeaderIconAction.styled.d.ts +174 -174
  24. package/dist/components/layout/header/StickyHeader.js +17 -7
  25. package/dist/components/layout/header/StickyHeader.js.map +1 -1
  26. package/dist/components/layout/header/StickyHeader.stories.js +17 -7
  27. package/dist/components/layout/header/StickyHeader.stories.js.map +1 -1
  28. package/dist/components/layout/header/StickyHeader.styled.d.ts +116 -116
  29. package/dist/components/layout/list/Header.d.ts +116 -116
  30. package/dist/components/layout/list/Item.d.ts +4 -87
  31. package/dist/components/layout/list/Item.d.ts.map +1 -1
  32. package/dist/components/layout/list/Item.js +40 -71
  33. package/dist/components/layout/list/Item.js.map +1 -1
  34. package/dist/components/layout/list/Item.stories.d.ts +2 -1
  35. package/dist/components/layout/list/Item.stories.d.ts.map +1 -1
  36. package/dist/components/layout/list/Item.stories.js +49 -9
  37. package/dist/components/layout/list/Item.stories.js.map +1 -1
  38. package/dist/components/layout/list/Item.styled.d.ts +337 -0
  39. package/dist/components/layout/list/Item.styled.d.ts.map +1 -0
  40. package/dist/components/layout/list/Item.styled.js +55 -0
  41. package/dist/components/layout/list/Item.styled.js.map +1 -0
  42. package/dist/components/layout/list/Label.d.ts +58 -58
  43. package/dist/components/layout/list/List.d.ts +58 -58
  44. package/dist/components/layout/list/Value.d.ts +58 -58
  45. package/dist/components/layout/section/Section.d.ts +58 -58
  46. package/dist/components/layout/section/SectionContainer.d.ts +58 -58
  47. package/dist/components/layout/table/Table.styled.d.ts +58 -58
  48. package/dist/components/native/index.d.ts +58 -58
  49. package/dist/components/ui/action/Action.styled.d.ts +232 -232
  50. package/dist/components/ui/button/Button.stories.js +17 -7
  51. package/dist/components/ui/button/Button.stories.js.map +1 -1
  52. package/dist/components/ui/button/Button.styled.d.ts +58 -58
  53. package/dist/components/ui/drawer/Drawer.js +17 -7
  54. package/dist/components/ui/drawer/Drawer.js.map +1 -1
  55. package/dist/components/ui/line/Line.d.ts +58 -58
  56. package/dist/components/ui/loader/Loader.js +17 -7
  57. package/dist/components/ui/loader/Loader.js.map +1 -1
  58. package/dist/components/ui/message/Message.styled.d.ts +58 -58
  59. package/dist/components/ui/modal/Modal.js +17 -7
  60. package/dist/components/ui/modal/Modal.js.map +1 -1
  61. package/dist/components/ui/modal/Modal.stories.js +17 -7
  62. package/dist/components/ui/modal/Modal.stories.js.map +1 -1
  63. package/dist/components/ui/modal/Modal.styled.d.ts +232 -232
  64. package/dist/components/ui/modal/ModalButtons.styled.d.ts +116 -116
  65. package/dist/components/ui/pop/OnButtonClick.js +17 -7
  66. package/dist/components/ui/pop/OnButtonClick.js.map +1 -1
  67. package/dist/components/ui/pop/Pop.js +17 -7
  68. package/dist/components/ui/pop/Pop.js.map +1 -1
  69. package/dist/components/ui/pop/Pop.stories.js +17 -7
  70. package/dist/components/ui/pop/Pop.stories.js.map +1 -1
  71. package/dist/components/ui/pop/Pop.styled.d.ts +348 -348
  72. package/dist/components/ui/progress/Progress.styled.d.ts +174 -174
  73. package/dist/components/ui/tabs/Item.js +17 -7
  74. package/dist/components/ui/tabs/Item.js.map +1 -1
  75. package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
  76. package/dist/components/ui/tabs/Selector.js +17 -7
  77. package/dist/components/ui/tabs/Selector.js.map +1 -1
  78. package/dist/components/ui/toaster/Notification.js +17 -7
  79. package/dist/components/ui/toaster/Notification.js.map +1 -1
  80. package/dist/components/ui/toaster/Toaster.js +17 -7
  81. package/dist/components/ui/toaster/Toaster.js.map +1 -1
  82. package/dist/components/ui/toaster/Toaster.styled.d.ts +58 -58
  83. package/dist/components/ui/toolButton/ToolButton.styled.d.ts +58 -58
  84. package/dist/theme.d.ts +406 -406
  85. package/dist/theme.d.ts.map +1 -1
  86. package/dist/utils/makeVariants.d.ts.map +1 -1
  87. package/dist/utils/toObjectValue.d.ts.map +1 -1
  88. package/dist/utils/useKeyPress.d.ts.map +1 -1
  89. package/docs/classes/Drawer.html +30 -30
  90. package/docs/classes/Pop.html +32 -32
  91. package/docs/classes/ToasterProvider.html +29 -29
  92. package/docs/enums/ICON.html +14 -14
  93. package/docs/functions/Action.html +5 -5
  94. package/docs/functions/Button.html +5 -5
  95. package/docs/functions/Card.html +5 -5
  96. package/docs/functions/Checkbox.html +5 -5
  97. package/docs/functions/Choice.html +5 -5
  98. package/docs/functions/CoveringLoader.html +5 -5
  99. package/docs/functions/DirectionPad.html +5 -5
  100. package/docs/functions/EqualActions.html +5 -5
  101. package/docs/functions/FullLoader.html +5 -5
  102. package/docs/functions/HandleEsc.html +5 -5
  103. package/docs/functions/Header.html +5 -5
  104. package/docs/functions/HeaderIconAction.html +5 -5
  105. package/docs/functions/Icon-1.html +5 -5
  106. package/docs/functions/If.html +5 -5
  107. package/docs/functions/Input.html +5 -5
  108. package/docs/functions/KeyValue.html +5 -5
  109. package/docs/functions/Label.html +5 -5
  110. package/docs/functions/Line.html +5 -5
  111. package/docs/functions/List-1.html +5 -5
  112. package/docs/functions/Loader.html +5 -5
  113. package/docs/functions/Loading.html +5 -5
  114. package/docs/functions/Message.html +5 -5
  115. package/docs/functions/Modal-1.html +5 -5
  116. package/docs/functions/ModalButtons.html +5 -5
  117. package/docs/functions/PopLoader.html +5 -5
  118. package/docs/functions/PopOption.html +5 -5
  119. package/docs/functions/Progress.html +5 -5
  120. package/docs/functions/SearchContainer.html +5 -5
  121. package/docs/functions/Section.html +5 -5
  122. package/docs/functions/Select.html +5 -5
  123. package/docs/functions/Selector.html +5 -5
  124. package/docs/functions/Spacer.html +5 -5
  125. package/docs/functions/Stats.html +5 -5
  126. package/docs/functions/StickyHeader.html +5 -5
  127. package/docs/functions/Table.html +5 -5
  128. package/docs/functions/TextArea.html +5 -5
  129. package/docs/functions/Toggle.html +5 -5
  130. package/docs/functions/ToolButton.html +5 -5
  131. package/docs/functions/borderPxToRem.html +5 -5
  132. package/docs/functions/createTheme.html +4 -4
  133. package/docs/functions/css.html +4 -4
  134. package/docs/functions/dimensionsPxToRem.html +5 -5
  135. package/docs/functions/fontPxToRem.html +5 -5
  136. package/docs/functions/getCssText.html +4 -4
  137. package/docs/functions/globalCss.html +4 -4
  138. package/docs/functions/keyframes.html +4 -4
  139. package/docs/functions/pxToRem.html +5 -5
  140. package/docs/functions/styled.html +4 -4
  141. package/docs/functions/useToaster.html +5 -5
  142. package/docs/index.html +4 -4
  143. package/docs/interfaces/ChoiceProps.html +11 -11
  144. package/docs/interfaces/IconProps.html +7 -7
  145. package/docs/interfaces/InputCustomProps.html +11 -11
  146. package/docs/interfaces/StickyHeaderProps.html +9 -9
  147. package/docs/modules/List.html +7 -7
  148. package/docs/modules/Modal.html +6 -6
  149. package/docs/modules.html +4 -4
  150. package/docs/pages/tutorials/Test.html +4 -4
  151. package/docs/types/ActionProps.html +5 -5
  152. package/docs/types/InputProps.html +5 -5
  153. package/docs/types/OverwriteProps.html +5 -5
  154. package/docs/types/ThemeCSS.html +5 -5
  155. package/docs/variables/BackgroundClassName.html +5 -5
  156. package/docs/variables/List.Header.html +5 -5
  157. package/docs/variables/List.Item.html +5 -5
  158. package/docs/variables/Modal.RemovePadding.html +5 -5
  159. package/docs/variables/ValueClassName.html +5 -5
  160. package/docs/variables/config.html +5 -5
  161. package/docs/variables/cssReset.html +5 -5
  162. package/docs/variables/miuiScrollbars.html +5 -5
  163. package/docs/variables/theme.html +5 -5
  164. package/esm/components/form/Checkbox.styled.d.ts +174 -174
  165. package/esm/components/form/Select.styled.d.ts +58 -58
  166. package/esm/components/form/Suggestions.d.ts.map +1 -1
  167. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  168. package/esm/components/form/choice/ChoiceItem.d.ts.map +1 -1
  169. package/esm/components/form/input/Input.d.ts.map +1 -1
  170. package/esm/components/form/input/Input.styled.d.ts +232 -232
  171. package/esm/components/form/textarea/TextArea.styled.d.ts +58 -58
  172. package/esm/components/layout/header/Header.styled.d.ts +232 -232
  173. package/esm/components/layout/header/HeaderIconAction.styled.d.ts +174 -174
  174. package/esm/components/layout/header/StickyHeader.styled.d.ts +116 -116
  175. package/esm/components/layout/list/Header.d.ts +116 -116
  176. package/esm/components/layout/list/Item.d.ts +4 -87
  177. package/esm/components/layout/list/Item.d.ts.map +1 -1
  178. package/esm/components/layout/list/Item.js +34 -65
  179. package/esm/components/layout/list/Item.js.map +1 -1
  180. package/esm/components/layout/list/Item.stories.d.ts +2 -1
  181. package/esm/components/layout/list/Item.stories.d.ts.map +1 -1
  182. package/esm/components/layout/list/Item.stories.js +52 -9
  183. package/esm/components/layout/list/Item.stories.js.map +1 -1
  184. package/esm/components/layout/list/Item.styled.d.ts +337 -0
  185. package/esm/components/layout/list/Item.styled.d.ts.map +1 -0
  186. package/esm/components/layout/list/Item.styled.js +49 -0
  187. package/esm/components/layout/list/Item.styled.js.map +1 -0
  188. package/esm/components/layout/list/Label.d.ts +58 -58
  189. package/esm/components/layout/list/List.d.ts +58 -58
  190. package/esm/components/layout/list/Value.d.ts +58 -58
  191. package/esm/components/layout/section/Section.d.ts +58 -58
  192. package/esm/components/layout/section/SectionContainer.d.ts +58 -58
  193. package/esm/components/layout/table/Table.styled.d.ts +58 -58
  194. package/esm/components/native/index.d.ts +58 -58
  195. package/esm/components/ui/action/Action.styled.d.ts +232 -232
  196. package/esm/components/ui/button/Button.styled.d.ts +58 -58
  197. package/esm/components/ui/line/Line.d.ts +58 -58
  198. package/esm/components/ui/message/Message.styled.d.ts +58 -58
  199. package/esm/components/ui/modal/Modal.styled.d.ts +232 -232
  200. package/esm/components/ui/modal/ModalButtons.styled.d.ts +116 -116
  201. package/esm/components/ui/pop/Pop.styled.d.ts +348 -348
  202. package/esm/components/ui/progress/Progress.styled.d.ts +174 -174
  203. package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
  204. package/esm/components/ui/toaster/Toaster.styled.d.ts +58 -58
  205. package/esm/components/ui/toolButton/ToolButton.styled.d.ts +58 -58
  206. package/esm/theme.d.ts +406 -406
  207. package/esm/theme.d.ts.map +1 -1
  208. package/esm/utils/makeVariants.d.ts.map +1 -1
  209. package/esm/utils/toObjectValue.d.ts.map +1 -1
  210. package/esm/utils/useKeyPress.d.ts.map +1 -1
  211. package/package.json +3 -3
  212. package/pnpm-lock.yaml +7530 -6066
  213. package/src/components/layout/list/Item.stories.tsx +72 -5
  214. package/src/components/layout/list/Item.styled.ts +61 -0
  215. package/src/components/layout/list/Item.tsx +41 -79
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"makeVariants.d.ts","sourceRoot":"","sources":["../../src/utils/makeVariants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,YAAY,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,KAAG,CAAC,EAQxE,CAAC;AAEF,OAAO,EACH,YAAY,GACf,CAAC"}
1
+ {"version":3,"file":"makeVariants.d.ts","sourceRoot":"","sources":["../../src/utils/makeVariants.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY,GAAI,CAAC,SAAS,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC,EAAE,GAAG,SAAS,KAAG,CAAC,EAQxE,CAAC;AAEF,OAAO,EACH,YAAY,GACf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"toObjectValue.d.ts","sourceRoot":"","sources":["../../src/utils/toObjectValue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAExD,QAAA,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,KAAK,KAAK,CAAC,CAAC,CAAC,KAAG,WAEtD,CAAC;AAEF,OAAO,EACH,aAAa,GAChB,CAAC"}
1
+ {"version":3,"file":"toObjectValue.d.ts","sourceRoot":"","sources":["../../src/utils/toObjectValue.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAExD,QAAA,MAAM,aAAa,GAAI,CAAC,SAAS,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,CAAC,KAAG,WAEtD,CAAC;AAEF,OAAO,EACH,aAAa,GAChB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useKeyPress.d.ts","sourceRoot":"","sources":["../../src/utils/useKeyPress.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,cAAe,MAAM,YAyBrC,CAAC;AAEF,OAAO,EACH,WAAW,GACd,CAAC"}
1
+ {"version":3,"file":"useKeyPress.d.ts","sourceRoot":"","sources":["../../src/utils/useKeyPress.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW,GAAI,WAAW,MAAM,YAyBrC,CAAC;AAEF,OAAO,EACH,WAAW,GACd,CAAC"}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Drawer | react-miui - v0.27.7</title><meta name="description" content="Documentation for react-miui - v0.27.7"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Drawer | react-miui - v0.27.9</title><meta name="description" content="Documentation for react-miui - v0.27.9"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.7</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.27.9</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">react-miui - v0.27.7</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.27.9</a></li>
16
16
  <li><a href="Drawer.html">Drawer</a></li></ul>
17
17
  <h1>Class Drawer</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -22,7 +22,7 @@
22
22
  <ul class="tsd-hierarchy">
23
23
  <li><span class="target">Drawer</span></li></ul></li></ul></section><aside class="tsd-sources">
24
24
  <ul>
25
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L24">src/components/ui/drawer/Drawer.tsx:24</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L24">src/components/ui/drawer/Drawer.tsx:24</a></li></ul></aside>
26
26
  <section class="tsd-panel-group tsd-index-group">
27
27
  <section class="tsd-panel tsd-index-panel">
28
28
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -77,7 +77,7 @@
77
77
  <h4 class="tsd-returns-title">Returns <a href="Drawer.html" class="tsd-signature-type" data-tsd-kind="Class">Drawer</a></h4><aside class="tsd-sources">
78
78
  <p>Overrides Component&lt;Props, State&gt;.constructor</p>
79
79
  <ul>
80
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L25">src/components/ui/drawer/Drawer.tsx:25</a></li></ul></aside></li></ul></section></section>
80
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L25">src/components/ui/drawer/Drawer.tsx:25</a></li></ul></aside></li></ul></section></section>
81
81
  <section class="tsd-panel-group tsd-member-group">
82
82
  <h2>Properties</h2>
83
83
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="context" class="tsd-anchor"></a>
@@ -94,13 +94,13 @@ Should be used with type annotation or static contextType.</p>
94
94
  </div><aside class="tsd-sources">
95
95
  <p>Inherited from Component.context</p>
96
96
  <ul>
97
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1006</li></ul></aside></section>
97
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1013</li></ul></aside></section>
98
98
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="props" class="tsd-anchor"></a>
99
99
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>props</span><a href="#props" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
100
100
  <div class="tsd-signature">props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Props</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
101
101
  <p>Inherited from Component.props</p>
102
102
  <ul>
103
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1026</li></ul></aside></section>
103
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1033</li></ul></aside></section>
104
104
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="refs" class="tsd-anchor"></a>
105
105
  <h3 class="tsd-anchor-link"><span class="deprecated">refs</span><a href="#refs" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
106
106
  <div class="tsd-signature">refs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>[key: <span class="tsd-signature-type">string</span>]<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactInstance</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
@@ -115,18 +115,18 @@ Should be used with type annotation or static contextType.</p>
115
115
  <h5><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">ReactInstance</span></h5></li></ul></div><aside class="tsd-sources">
116
116
  <p>Inherited from Component.refs</p>
117
117
  <ul>
118
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1033</li></ul></aside></section>
118
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1040</li></ul></aside></section>
119
119
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="state" class="tsd-anchor"></a>
120
120
  <h3 class="tsd-anchor-link"><span>state</span><a href="#state" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
121
121
  <div class="tsd-signature">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readonly</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">State</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
122
122
  <p>Inherited from Component.state</p>
123
123
  <ul>
124
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1027</li></ul></aside></section>
124
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1034</li></ul></aside></section>
125
125
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private"><a id="timeout" class="tsd-anchor"></a>
126
126
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>timeout</span><a href="#timeout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
127
127
  <div class="tsd-signature">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><aside class="tsd-sources">
128
128
  <ul>
129
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L54">src/components/ui/drawer/Drawer.tsx:54</a></li></ul></aside></section>
129
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L54">src/components/ui/drawer/Drawer.tsx:54</a></li></ul></aside></section>
130
130
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="contextType" class="tsd-anchor"></a>
131
131
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>context<wbr/>Type</span><a href="#contextType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
132
132
  <div class="tsd-signature">context<wbr/>Type<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">Context</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div>
@@ -139,7 +139,7 @@ Should be used with type annotation or static contextType.</p>
139
139
  </div><aside class="tsd-sources">
140
140
  <p>Inherited from Component.contextType</p>
141
141
  <ul>
142
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:988</li></ul></aside></section></section>
142
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:995</li></ul></aside></section></section>
143
143
  <section class="tsd-panel-group tsd-member-group">
144
144
  <h2>Methods</h2>
145
145
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillMount" class="tsd-anchor"></a>
@@ -164,7 +164,7 @@ this from being invoked.</p>
164
164
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
165
165
  <p>Inherited from Component.UNSAFE_componentWillMount</p>
166
166
  <ul>
167
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1463</li></ul></aside></li></ul></section>
167
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1470</li></ul></aside></li></ul></section>
168
168
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillReceiveProps" class="tsd-anchor"></a>
169
169
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Receive<wbr/>Props</span><a href="#UNSAFE_componentWillReceiveProps" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
170
170
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -196,7 +196,7 @@ this from being invoked.</p>
196
196
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
197
197
  <p>Inherited from Component.UNSAFE_componentWillReceiveProps</p>
198
198
  <ul>
199
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1497</li></ul></aside></li></ul></section>
199
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1504</li></ul></aside></li></ul></section>
200
200
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="UNSAFE_componentWillUpdate" class="tsd-anchor"></a>
201
201
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>UNSAFE_<wbr/>component<wbr/>Will<wbr/>Update</span><a href="#UNSAFE_componentWillUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
202
202
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -228,7 +228,7 @@ this from being invoked.</p>
228
228
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
229
229
  <p>Inherited from Component.UNSAFE_componentWillUpdate</p>
230
230
  <ul>
231
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1527</li></ul></aside></li></ul></section>
231
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1534</li></ul></aside></li></ul></section>
232
232
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidCatch" class="tsd-anchor"></a>
233
233
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Did<wbr/>Catch</span><a href="#componentDidCatch" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
234
234
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -247,7 +247,7 @@ the entire component tree to unmount.</p>
247
247
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
248
248
  <p>Inherited from Component.componentDidCatch</p>
249
249
  <ul>
250
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1390</li></ul></aside></li></ul></section>
250
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1397</li></ul></aside></li></ul></section>
251
251
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidMount" class="tsd-anchor"></a>
252
252
  <h3 class="tsd-anchor-link"><span>component<wbr/>Did<wbr/>Mount</span><a href="#componentDidMount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
253
253
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -256,7 +256,7 @@ the entire component tree to unmount.</p>
256
256
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
257
257
  <p>Overrides Component.componentDidMount</p>
258
258
  <ul>
259
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
259
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L33">src/components/ui/drawer/Drawer.tsx:33</a></li></ul></aside></li></ul></section>
260
260
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentDidUpdate" class="tsd-anchor"></a>
261
261
  <h3 class="tsd-anchor-link"><span>component<wbr/>Did<wbr/>Update</span><a href="#componentDidUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
262
262
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -270,7 +270,7 @@ the entire component tree to unmount.</p>
270
270
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
271
271
  <p>Overrides Component.componentDidUpdate</p>
272
272
  <ul>
273
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L39">src/components/ui/drawer/Drawer.tsx:39</a></li></ul></aside></li></ul></section>
273
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L39">src/components/ui/drawer/Drawer.tsx:39</a></li></ul></aside></li></ul></section>
274
274
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillMount" class="tsd-anchor"></a>
275
275
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Mount</span><a href="#componentWillMount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
276
276
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -292,7 +292,7 @@ this from being invoked.</p>
292
292
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
293
293
  <p>Inherited from Component.componentWillMount</p>
294
294
  <ul>
295
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1448</li></ul></aside></li></ul></section>
295
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1455</li></ul></aside></li></ul></section>
296
296
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillReceiveProps" class="tsd-anchor"></a>
297
297
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Receive<wbr/>Props</span><a href="#componentWillReceiveProps" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
298
298
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -323,7 +323,7 @@ this from being invoked.</p>
323
323
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
324
324
  <p>Inherited from Component.componentWillReceiveProps</p>
325
325
  <ul>
326
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1479</li></ul></aside></li></ul></section>
326
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1486</li></ul></aside></li></ul></section>
327
327
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="componentWillUnmount" class="tsd-anchor"></a>
328
328
  <h3 class="tsd-anchor-link"><span>component<wbr/>Will<wbr/>Unmount</span><a href="#componentWillUnmount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
329
329
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -332,7 +332,7 @@ this from being invoked.</p>
332
332
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
333
333
  <p>Overrides Component.componentWillUnmount</p>
334
334
  <ul>
335
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L49">src/components/ui/drawer/Drawer.tsx:49</a></li></ul></aside></li></ul></section>
335
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L49">src/components/ui/drawer/Drawer.tsx:49</a></li></ul></aside></li></ul></section>
336
336
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUpdate" class="tsd-anchor"></a>
337
337
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>component<wbr/>Will<wbr/>Update</span><a href="#componentWillUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
338
338
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -363,7 +363,7 @@ this from being invoked.</p>
363
363
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
364
364
  <p>Inherited from Component.componentWillUpdate</p>
365
365
  <ul>
366
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1511</li></ul></aside></li></ul></section>
366
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1518</li></ul></aside></li></ul></section>
367
367
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="forceUpdate" class="tsd-anchor"></a>
368
368
  <h3 class="tsd-anchor-link"><span>force<wbr/>Update</span><a href="#forceUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
369
369
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -383,7 +383,7 @@ this from being invoked.</p>
383
383
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
384
384
  <p>Inherited from Component.forceUpdate</p>
385
385
  <ul>
386
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1023</li></ul></aside></li></ul></section>
386
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1030</li></ul></aside></li></ul></section>
387
387
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="getSnapshotBeforeUpdate" class="tsd-anchor"></a>
388
388
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>get<wbr/>Snapshot<wbr/>Before<wbr/>Update</span><a href="#getSnapshotBeforeUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
389
389
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -405,7 +405,7 @@ lifecycle events from running.</p>
405
405
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
406
406
  <p>Inherited from Component.getSnapshotBeforeUpdate</p>
407
407
  <ul>
408
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1426</li></ul></aside></li></ul></section>
408
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1433</li></ul></aside></li></ul></section>
409
409
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="handleEsc" class="tsd-anchor"></a>
410
410
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>handle<wbr/>Esc</span><a href="#handleEsc" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
411
411
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -413,7 +413,7 @@ lifecycle events from running.</p>
413
413
  <li class="tsd-description">
414
414
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
415
415
  <ul>
416
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li></ul></aside></li></ul></section>
416
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L65">src/components/ui/drawer/Drawer.tsx:65</a></li></ul></aside></li></ul></section>
417
417
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onClose" class="tsd-anchor"></a>
418
418
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>on<wbr/>Close</span><a href="#onClose" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
419
419
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -421,7 +421,7 @@ lifecycle events from running.</p>
421
421
  <li class="tsd-description">
422
422
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
423
423
  <ul>
424
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li></ul></aside></li></ul></section>
424
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L61">src/components/ui/drawer/Drawer.tsx:61</a></li></ul></aside></li></ul></section>
425
425
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="onOpen" class="tsd-anchor"></a>
426
426
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>on<wbr/>Open</span><a href="#onOpen" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
427
427
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -429,7 +429,7 @@ lifecycle events from running.</p>
429
429
  <li class="tsd-description">
430
430
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
431
431
  <ul>
432
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L56">src/components/ui/drawer/Drawer.tsx:56</a></li></ul></aside></li></ul></section>
432
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L56">src/components/ui/drawer/Drawer.tsx:56</a></li></ul></aside></li></ul></section>
433
433
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
434
434
  <h3 class="tsd-anchor-link"><span>render</span><a href="#render" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
435
435
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -438,7 +438,7 @@ lifecycle events from running.</p>
438
438
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
439
439
  <p>Overrides Component.render</p>
440
440
  <ul>
441
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/drawer/Drawer.tsx#L69">src/components/ui/drawer/Drawer.tsx:69</a></li></ul></aside></li></ul></section>
441
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/drawer/Drawer.tsx#L69">src/components/ui/drawer/Drawer.tsx:69</a></li></ul></aside></li></ul></section>
442
442
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="setState" class="tsd-anchor"></a>
443
443
  <h3 class="tsd-anchor-link"><span>set<wbr/>State</span><a href="#setState" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
444
444
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -465,7 +465,7 @@ lifecycle events from running.</p>
465
465
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
466
466
  <p>Inherited from Component.setState</p>
467
467
  <ul>
468
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1018</li></ul></aside></li></ul></section>
468
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1025</li></ul></aside></li></ul></section>
469
469
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="shouldComponentUpdate" class="tsd-anchor"></a>
470
470
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>should<wbr/>Component<wbr/>Update</span><a href="#shouldComponentUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
471
471
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -490,7 +490,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
490
490
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
491
491
  <p>Inherited from Component.shouldComponentUpdate</p>
492
492
  <ul>
493
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1380</li></ul></aside></li></ul></section></section></div>
493
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1387</li></ul></aside></li></ul></section></section></div>
494
494
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
495
495
  <div class="tsd-navigation settings">
496
496
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -510,7 +510,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
510
510
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
511
511
  <div class="tsd-accordion-details">
512
512
  <ul>
513
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.7</a>
513
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.9</a>
514
514
  <ul>
515
515
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
516
516
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>