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,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>ToasterProvider | 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>ToasterProvider | 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="ToasterProvider.html">ToasterProvider</a></li></ul>
17
17
  <h1>Class ToasterProvider</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">ToasterProvider</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/toaster/Toaster.tsx#L26">src/components/ui/toaster/Toaster.tsx:26</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/toaster/Toaster.tsx#L26">src/components/ui/toaster/Toaster.tsx:26</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">
@@ -78,7 +78,7 @@
78
78
  <h4 class="tsd-returns-title">Returns <a href="ToasterProvider.html" class="tsd-signature-type" data-tsd-kind="Class">ToasterProvider</a></h4><aside class="tsd-sources">
79
79
  <p>Overrides React.Component&lt;Props, State&gt;.constructor</p>
80
80
  <ul>
81
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/toaster/Toaster.tsx#L27">src/components/ui/toaster/Toaster.tsx:27</a></li></ul></aside></li></ul></section></section>
81
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/toaster/Toaster.tsx#L27">src/components/ui/toaster/Toaster.tsx:27</a></li></ul></aside></li></ul></section></section>
82
82
  <section class="tsd-panel-group tsd-member-group">
83
83
  <h2>Properties</h2>
84
84
  <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>
@@ -95,13 +95,13 @@ Should be used with type annotation or static contextType.</p>
95
95
  </div><aside class="tsd-sources">
96
96
  <p>Inherited from React.Component.context</p>
97
97
  <ul>
98
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1006</li></ul></aside></section>
98
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1013</li></ul></aside></section>
99
99
  <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>
100
100
  <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>
101
101
  <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">
102
102
  <p>Inherited from React.Component.props</p>
103
103
  <ul>
104
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1026</li></ul></aside></section>
104
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1033</li></ul></aside></section>
105
105
  <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>
106
106
  <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>
107
107
  <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>
@@ -116,13 +116,13 @@ Should be used with type annotation or static contextType.</p>
116
116
  <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">
117
117
  <p>Inherited from React.Component.refs</p>
118
118
  <ul>
119
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1033</li></ul></aside></section>
119
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1040</li></ul></aside></section>
120
120
  <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>
121
121
  <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>
122
122
  <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">
123
123
  <p>Inherited from React.Component.state</p>
124
124
  <ul>
125
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1027</li></ul></aside></section>
125
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1034</li></ul></aside></section>
126
126
  <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>
127
127
  <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>
128
128
  <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>
@@ -135,7 +135,7 @@ Should be used with type annotation or static contextType.</p>
135
135
  </div><aside class="tsd-sources">
136
136
  <p>Inherited from React.Component.contextType</p>
137
137
  <ul>
138
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:988</li></ul></aside></section></section>
138
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:995</li></ul></aside></section></section>
139
139
  <section class="tsd-panel-group tsd-member-group">
140
140
  <h2>Methods</h2>
141
141
  <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>
@@ -160,7 +160,7 @@ this from being invoked.</p>
160
160
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
161
161
  <p>Inherited from React.Component.UNSAFE_componentWillMount</p>
162
162
  <ul>
163
- <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>
163
+ <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>
164
164
  <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>
165
165
  <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>
166
166
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -192,7 +192,7 @@ this from being invoked.</p>
192
192
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
193
193
  <p>Inherited from React.Component.UNSAFE_componentWillReceiveProps</p>
194
194
  <ul>
195
- <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>
195
+ <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>
196
196
  <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>
197
197
  <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>
198
198
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -224,7 +224,7 @@ this from being invoked.</p>
224
224
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
225
225
  <p>Inherited from React.Component.UNSAFE_componentWillUpdate</p>
226
226
  <ul>
227
- <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>
227
+ <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>
228
228
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_add" class="tsd-anchor"></a>
229
229
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_add</span><a href="#_add" 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>
230
230
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -239,7 +239,7 @@ this from being invoked.</p>
239
239
  <h5>timeout: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = DEFAULT_TIMEOUT</span></h5></li></ul></div>
240
240
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
241
241
  <ul>
242
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/toaster/Toaster.tsx#L35">src/components/ui/toaster/Toaster.tsx:35</a></li></ul></aside></li></ul></section>
242
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/toaster/Toaster.tsx#L35">src/components/ui/toaster/Toaster.tsx:35</a></li></ul></aside></li></ul></section>
243
243
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_handleRemove" class="tsd-anchor"></a>
244
244
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_handle<wbr/>Remove</span><a href="#_handleRemove" 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>
245
245
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -252,7 +252,7 @@ this from being invoked.</p>
252
252
  <h5>id: <span class="tsd-signature-type">string</span></h5></li></ul></div>
253
253
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
254
254
  <ul>
255
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/toaster/Toaster.tsx#L66">src/components/ui/toaster/Toaster.tsx:66</a></li></ul></aside></li></ul></section>
255
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/toaster/Toaster.tsx#L66">src/components/ui/toaster/Toaster.tsx:66</a></li></ul></aside></li></ul></section>
256
256
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-private"><a id="_removeAllToasts" class="tsd-anchor"></a>
257
257
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>_remove<wbr/>All<wbr/>Toasts</span><a href="#_removeAllToasts" 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>
258
258
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-private">
@@ -260,7 +260,7 @@ this from being invoked.</p>
260
260
  <li class="tsd-description">
261
261
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
262
262
  <ul>
263
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/toaster/Toaster.tsx#L73">src/components/ui/toaster/Toaster.tsx:73</a></li></ul></aside></li></ul></section>
263
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/toaster/Toaster.tsx#L73">src/components/ui/toaster/Toaster.tsx:73</a></li></ul></aside></li></ul></section>
264
264
  <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>
265
265
  <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>
266
266
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -279,7 +279,7 @@ the entire component tree to unmount.</p>
279
279
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
280
280
  <p>Inherited from React.Component.componentDidCatch</p>
281
281
  <ul>
282
- <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>
282
+ <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>
283
283
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidMount" class="tsd-anchor"></a>
284
284
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <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>
285
285
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -290,7 +290,7 @@ the entire component tree to unmount.</p>
290
290
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
291
291
  <p>Inherited from React.Component.componentDidMount</p>
292
292
  <ul>
293
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1369</li></ul></aside></li></ul></section>
293
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1376</li></ul></aside></li></ul></section>
294
294
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentDidUpdate" class="tsd-anchor"></a>
295
295
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <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>
296
296
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -311,7 +311,7 @@ the entire component tree to unmount.</p>
311
311
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
312
312
  <p>Inherited from React.Component.componentDidUpdate</p>
313
313
  <ul>
314
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1432</li></ul></aside></li></ul></section>
314
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1439</li></ul></aside></li></ul></section>
315
315
  <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>
316
316
  <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>
317
317
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -333,7 +333,7 @@ this from being invoked.</p>
333
333
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
334
334
  <p>Inherited from React.Component.componentWillMount</p>
335
335
  <ul>
336
- <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>
336
+ <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>
337
337
  <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>
338
338
  <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>
339
339
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -364,7 +364,7 @@ this from being invoked.</p>
364
364
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
365
365
  <p>Inherited from React.Component.componentWillReceiveProps</p>
366
366
  <ul>
367
- <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>
367
+ <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>
368
368
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="componentWillUnmount" class="tsd-anchor"></a>
369
369
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <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>
370
370
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -376,7 +376,7 @@ cancelled network requests, or cleaning up any DOM elements created in <code>com
376
376
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
377
377
  <p>Inherited from React.Component.componentWillUnmount</p>
378
378
  <ul>
379
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1385</li></ul></aside></li></ul></section>
379
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1392</li></ul></aside></li></ul></section>
380
380
  <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>
381
381
  <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>
382
382
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -407,7 +407,7 @@ this from being invoked.</p>
407
407
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
408
408
  <p>Inherited from React.Component.componentWillUpdate</p>
409
409
  <ul>
410
- <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>
410
+ <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>
411
411
  <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>
412
412
  <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>
413
413
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -427,7 +427,7 @@ this from being invoked.</p>
427
427
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
428
428
  <p>Inherited from React.Component.forceUpdate</p>
429
429
  <ul>
430
- <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>
430
+ <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>
431
431
  <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>
432
432
  <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>
433
433
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -449,7 +449,7 @@ lifecycle events from running.</p>
449
449
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
450
450
  <p>Inherited from React.Component.getSnapshotBeforeUpdate</p>
451
451
  <ul>
452
- <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>
452
+ <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>
453
453
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="render" class="tsd-anchor"></a>
454
454
  <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>
455
455
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
@@ -458,7 +458,7 @@ lifecycle events from running.</p>
458
458
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Element</span></h4><aside class="tsd-sources">
459
459
  <p>Overrides React.Component.render</p>
460
460
  <ul>
461
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/ui/toaster/Toaster.tsx#L88">src/components/ui/toaster/Toaster.tsx:88</a></li></ul></aside></li></ul></section>
461
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/ui/toaster/Toaster.tsx#L88">src/components/ui/toaster/Toaster.tsx:88</a></li></ul></aside></li></ul></section>
462
462
  <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>
463
463
  <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>
464
464
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -485,7 +485,7 @@ lifecycle events from running.</p>
485
485
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
486
486
  <p>Inherited from React.Component.setState</p>
487
487
  <ul>
488
- <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>
488
+ <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>
489
489
  <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>
490
490
  <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>
491
491
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
@@ -510,7 +510,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
510
510
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
511
511
  <p>Inherited from React.Component.shouldComponentUpdate</p>
512
512
  <ul>
513
- <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>
513
+ <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>
514
514
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
515
515
  <div class="tsd-navigation settings">
516
516
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -530,7 +530,7 @@ and <code>componentDidUpdate</code> will not be called.</p>
530
530
  <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>
531
531
  <div class="tsd-accordion-details">
532
532
  <ul>
533
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.7</a>
533
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.9</a>
534
534
  <ul>
535
535
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
536
536
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
@@ -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>ICON | 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>ICON | 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,17 +6,17 @@
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="ICON.html">ICON</a></li></ul>
17
17
  <h1>Enumeration ICON</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L15">src/components/icons/Icon.tsx:15</a></li></ul></aside>
20
20
  <section class="tsd-panel-group tsd-index-group">
21
21
  <section class="tsd-panel tsd-index-panel">
22
22
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,47 +40,47 @@
40
40
  <h3 class="tsd-anchor-link"><span>back</span><a href="#back" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
41
41
  <div class="tsd-signature">back<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;back&quot;</span></div><aside class="tsd-sources">
42
42
  <ul>
43
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li></ul></aside></section>
43
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L17">src/components/icons/Icon.tsx:17</a></li></ul></aside></section>
44
44
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="battery" class="tsd-anchor"></a>
45
45
  <h3 class="tsd-anchor-link"><span>battery</span><a href="#battery" 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>
46
46
  <div class="tsd-signature">battery<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;battery&quot;</span></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li></ul></aside></section>
48
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L20">src/components/icons/Icon.tsx:20</a></li></ul></aside></section>
49
49
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="checkmark" class="tsd-anchor"></a>
50
50
  <h3 class="tsd-anchor-link"><span>checkmark</span><a href="#checkmark" 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>
51
51
  <div class="tsd-signature">checkmark<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;checkmark&quot;</span></div><aside class="tsd-sources">
52
52
  <ul>
53
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li></ul></aside></section>
53
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L16">src/components/icons/Icon.tsx:16</a></li></ul></aside></section>
54
54
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="config" class="tsd-anchor"></a>
55
55
  <h3 class="tsd-anchor-link"><span>config</span><a href="#config" 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>
56
56
  <div class="tsd-signature">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;config&quot;</span></div><aside class="tsd-sources">
57
57
  <ul>
58
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li></ul></aside></section>
58
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L23">src/components/icons/Icon.tsx:23</a></li></ul></aside></section>
59
59
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="dots" class="tsd-anchor"></a>
60
60
  <h3 class="tsd-anchor-link"><span>dots</span><a href="#dots" 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>
61
61
  <div class="tsd-signature">dots<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;dots&quot;</span></div><aside class="tsd-sources">
62
62
  <ul>
63
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L24">src/components/icons/Icon.tsx:24</a></li></ul></aside></section>
63
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L24">src/components/icons/Icon.tsx:24</a></li></ul></aside></section>
64
64
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="forward" class="tsd-anchor"></a>
65
65
  <h3 class="tsd-anchor-link"><span>forward</span><a href="#forward" 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>
66
66
  <div class="tsd-signature">forward<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;forward&quot;</span></div><aside class="tsd-sources">
67
67
  <ul>
68
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li></ul></aside></section>
68
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L18">src/components/icons/Icon.tsx:18</a></li></ul></aside></section>
69
69
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="heart" class="tsd-anchor"></a>
70
70
  <h3 class="tsd-anchor-link"><span>heart</span><a href="#heart" 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>
71
71
  <div class="tsd-signature">heart<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;heart&quot;</span></div><aside class="tsd-sources">
72
72
  <ul>
73
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li></ul></aside></section>
73
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L21">src/components/icons/Icon.tsx:21</a></li></ul></aside></section>
74
74
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="search" class="tsd-anchor"></a>
75
75
  <h3 class="tsd-anchor-link"><span>search</span><a href="#search" 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>
76
76
  <div class="tsd-signature">search<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;search&quot;</span></div><aside class="tsd-sources">
77
77
  <ul>
78
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li></ul></aside></section>
78
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L19">src/components/icons/Icon.tsx:19</a></li></ul></aside></section>
79
79
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="trash" class="tsd-anchor"></a>
80
80
  <h3 class="tsd-anchor-link"><span>trash</span><a href="#trash" 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>
81
81
  <div class="tsd-signature">trash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;trash&quot;</span></div><aside class="tsd-sources">
82
82
  <ul>
83
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/6705b3c/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li></ul></aside></section></section></div>
83
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/715c661/src/components/icons/Icon.tsx#L22">src/components/icons/Icon.tsx:22</a></li></ul></aside></section></section></div>
84
84
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
85
85
  <div class="tsd-navigation settings">
86
86
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -100,7 +100,7 @@
100
100
  <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>
101
101
  <div class="tsd-accordion-details">
102
102
  <ul>
103
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.7</a>
103
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.9</a>
104
104
  <ul>
105
105
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
106
106
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
@@ -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>Action | 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>Action | 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="Action.html">Action</a></li></ul>
17
17
  <h1>Function Action</h1></div>
18
18
  <section class="tsd-panel">
@@ -35,7 +35,7 @@
35
35
  </div></li></ul></div>
36
36
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ReactNode</span></h4><aside class="tsd-sources">
37
37
  <ul>
38
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:1120</li></ul></aside></li></ul></section></div>
38
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1127</li></ul></aside></li></ul></section></div>
39
39
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
40
40
  <div class="tsd-navigation settings">
41
41
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -55,7 +55,7 @@
55
55
  <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>
56
56
  <div class="tsd-accordion-details">
57
57
  <ul>
58
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.7</a>
58
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.9</a>
59
59
  <ul>
60
60
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
61
61
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
@@ -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>Button | 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>Button | 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="Button.html">Button</a></li></ul>
17
17
  <h1>Function Button</h1></div>
18
18
  <section class="tsd-panel">
@@ -61,7 +61,7 @@
61
61
  <h5>props: <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">DetailedHTMLProps</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ButtonHTMLAttributes</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;ref&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span>ref<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>instance<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">HTMLButtonElement</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">VoidOrUndefinedOnly</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">)</span><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">HTMLButtonElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;outline&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;inline&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;css&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">TransformProps</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{ </span><br/><span>    </span>inline<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;true&quot;</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>outline<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;true&quot;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{ </span><br/><span>    </span>css<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">CSS</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">DefaultThemeMap</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></h5></li></ul></div>
62
62
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ReactNode</span></h4><aside class="tsd-sources">
63
63
  <ul>
64
- <li>Defined in node_modules/.pnpm/@types+react@18.3.12/node_modules/@types/react/index.d.ts:635</li></ul></aside></li></ul></section></div>
64
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:642</li></ul></aside></li></ul></section></div>
65
65
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
66
66
  <div class="tsd-navigation settings">
67
67
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -81,7 +81,7 @@
81
81
  <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>
82
82
  <div class="tsd-accordion-details">
83
83
  <ul>
84
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.7</a>
84
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.9</a>
85
85
  <ul>
86
86
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
87
87
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>