react-miui 0.28.0 → 0.28.2

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 (262) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/components/form/ColorPicker.js +1 -3
  3. package/dist/components/form/ColorPicker.js.map +1 -1
  4. package/dist/components/form/choice/Choice.d.ts +4 -4
  5. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  6. package/dist/components/form/choice/Choice.js.map +1 -1
  7. package/dist/components/form/input/Input.d.ts +1 -1
  8. package/dist/components/form/input/Input.d.ts.map +1 -1
  9. package/dist/components/form/input/Input.js +3 -2
  10. package/dist/components/form/input/Input.js.map +1 -1
  11. package/dist/components/utils/Spacer.d.ts +83 -4
  12. package/dist/components/utils/Spacer.d.ts.map +1 -1
  13. package/dist/components/utils/Spacer.js +2 -8
  14. package/dist/components/utils/Spacer.js.map +1 -1
  15. package/dist/components/utils/colors.d.ts.map +1 -1
  16. package/dist/components/utils/colors.js +1 -1
  17. package/dist/components/utils/colors.js.map +1 -1
  18. package/docs/classes/Drawer.html +14 -14
  19. package/docs/classes/Pop.html +14 -14
  20. package/docs/classes/ToasterProvider.html +10 -10
  21. package/docs/enums/ICON.html +14 -14
  22. package/docs/functions/Action.html +4 -4
  23. package/docs/functions/Button.html +4 -4
  24. package/docs/functions/Card.html +4 -4
  25. package/docs/functions/Checkbox.html +4 -4
  26. package/docs/functions/Choice.html +13 -12
  27. package/docs/functions/ColorPicker.html +4 -4
  28. package/docs/functions/CoveringLoader.html +4 -4
  29. package/docs/functions/DirectionPad.html +4 -4
  30. package/docs/functions/EqualActions.html +4 -4
  31. package/docs/functions/FullLoader.html +4 -4
  32. package/docs/functions/HandleEsc.html +4 -4
  33. package/docs/functions/Header.html +4 -4
  34. package/docs/functions/HeaderIconAction.html +4 -4
  35. package/docs/functions/Icon-1.html +4 -4
  36. package/docs/functions/If.html +4 -4
  37. package/docs/functions/Input.html +8 -10
  38. package/docs/functions/KeyValue.html +4 -4
  39. package/docs/functions/Label.html +4 -4
  40. package/docs/functions/Line.html +4 -4
  41. package/docs/functions/List-1.html +4 -4
  42. package/docs/functions/Loader.html +4 -4
  43. package/docs/functions/Loading.html +4 -4
  44. package/docs/functions/Message.html +4 -4
  45. package/docs/functions/Modal-1.html +4 -4
  46. package/docs/functions/ModalButtons.html +4 -4
  47. package/docs/functions/PopLoader.html +4 -4
  48. package/docs/functions/PopOption.html +4 -4
  49. package/docs/functions/Progress.html +4 -4
  50. package/docs/functions/SearchContainer.html +4 -4
  51. package/docs/functions/Section.html +4 -4
  52. package/docs/functions/Select.html +4 -4
  53. package/docs/functions/Selector.html +5 -5
  54. package/docs/functions/Spacer.html +35 -12
  55. package/docs/functions/Stats.html +4 -4
  56. package/docs/functions/StickyHeader.html +4 -4
  57. package/docs/functions/Table.html +4 -4
  58. package/docs/functions/TextArea.html +4 -4
  59. package/docs/functions/Toggle.html +4 -4
  60. package/docs/functions/ToolButton.html +4 -4
  61. package/docs/functions/borderPxToRem.html +5 -5
  62. package/docs/functions/createTheme.html +4 -4
  63. package/docs/functions/css.html +4 -4
  64. package/docs/functions/dimensionsPxToRem.html +5 -5
  65. package/docs/functions/fontPxToRem.html +5 -5
  66. package/docs/functions/getCssText.html +4 -4
  67. package/docs/functions/globalCss.html +4 -4
  68. package/docs/functions/keyframes.html +4 -4
  69. package/docs/functions/pxToRem.html +5 -5
  70. package/docs/functions/styled.html +4 -4
  71. package/docs/functions/useToaster.html +5 -5
  72. package/docs/index.html +4 -4
  73. package/docs/interfaces/IconProps.html +7 -7
  74. package/docs/interfaces/InputCustomProps.html +11 -11
  75. package/docs/interfaces/LabelProps.html +8 -8
  76. package/docs/interfaces/StickyHeaderProps.html +9 -9
  77. package/docs/interfaces/ToggleProps.html +10 -10
  78. package/docs/modules/List.html +7 -7
  79. package/docs/modules/Modal.html +6 -6
  80. package/docs/modules.html +4 -4
  81. package/docs/pages/tutorials/Test.html +4 -4
  82. package/docs/types/ActionProps.html +5 -5
  83. package/docs/types/ChoiceProps.html +7 -12
  84. package/docs/types/InputProps.html +5 -5
  85. package/docs/types/OverwriteProps.html +5 -5
  86. package/docs/types/ThemeCSS.html +5 -5
  87. package/docs/variables/List.Header.html +5 -5
  88. package/docs/variables/List.Item.html +5 -5
  89. package/docs/variables/Modal.RemovePadding.html +5 -5
  90. package/docs/variables/config.html +5 -5
  91. package/docs/variables/cssReset.html +5 -5
  92. package/docs/variables/miuiScrollbars.html +5 -5
  93. package/docs/variables/theme.html +5 -5
  94. package/esm/components/form/Checkbox.stories.d.ts +9 -0
  95. package/esm/components/form/Checkbox.stories.d.ts.map +1 -0
  96. package/esm/components/form/Checkbox.stories.js +80 -0
  97. package/esm/components/form/Checkbox.stories.js.map +1 -0
  98. package/esm/components/form/ColorPicker.js +1 -3
  99. package/esm/components/form/ColorPicker.js.map +1 -1
  100. package/esm/components/form/ColorPicker.stories.d.ts +10 -0
  101. package/esm/components/form/ColorPicker.stories.d.ts.map +1 -0
  102. package/esm/components/form/ColorPicker.stories.js +75 -0
  103. package/esm/components/form/ColorPicker.stories.js.map +1 -0
  104. package/esm/components/form/Label.stories.d.ts +11 -0
  105. package/esm/components/form/Label.stories.d.ts.map +1 -0
  106. package/esm/components/form/Label.stories.js +43 -0
  107. package/esm/components/form/Label.stories.js.map +1 -0
  108. package/esm/components/form/Select.stories.d.ts +8 -0
  109. package/esm/components/form/Select.stories.d.ts.map +1 -0
  110. package/esm/components/form/Select.stories.js +24 -0
  111. package/esm/components/form/Select.stories.js.map +1 -0
  112. package/esm/components/form/Toggle.stories.d.ts +14 -0
  113. package/esm/components/form/Toggle.stories.d.ts.map +1 -0
  114. package/esm/components/form/Toggle.stories.js +76 -0
  115. package/esm/components/form/Toggle.stories.js.map +1 -0
  116. package/esm/components/form/choice/Choice.d.ts +4 -4
  117. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  118. package/esm/components/form/choice/Choice.js.map +1 -1
  119. package/esm/components/form/choice/Choice.stories.d.ts +10 -0
  120. package/esm/components/form/choice/Choice.stories.d.ts.map +1 -0
  121. package/esm/components/form/choice/Choice.stories.js +80 -0
  122. package/esm/components/form/choice/Choice.stories.js.map +1 -0
  123. package/esm/components/form/input/Input.d.ts +1 -1
  124. package/esm/components/form/input/Input.d.ts.map +1 -1
  125. package/esm/components/form/input/Input.js +3 -2
  126. package/esm/components/form/input/Input.js.map +1 -1
  127. package/esm/components/form/input/Input.stories.d.ts +10 -0
  128. package/esm/components/form/input/Input.stories.d.ts.map +1 -0
  129. package/esm/components/form/input/Input.stories.js +53 -0
  130. package/esm/components/form/input/Input.stories.js.map +1 -0
  131. package/esm/components/form/textarea/TextArea.stories.d.ts +8 -0
  132. package/esm/components/form/textarea/TextArea.stories.d.ts.map +1 -0
  133. package/esm/components/form/textarea/TextArea.stories.js +19 -0
  134. package/esm/components/form/textarea/TextArea.stories.js.map +1 -0
  135. package/esm/components/layout/header/Header.stories.d.ts +11 -0
  136. package/esm/components/layout/header/Header.stories.d.ts.map +1 -0
  137. package/esm/components/layout/header/Header.stories.js +56 -0
  138. package/esm/components/layout/header/Header.stories.js.map +1 -0
  139. package/esm/components/layout/header/HeaderIconAction.stories.d.ts +9 -0
  140. package/esm/components/layout/header/HeaderIconAction.stories.d.ts.map +1 -0
  141. package/esm/components/layout/header/HeaderIconAction.stories.js +24 -0
  142. package/esm/components/layout/header/HeaderIconAction.stories.js.map +1 -0
  143. package/esm/components/layout/header/StickyHeader.stories.d.ts +9 -0
  144. package/esm/components/layout/header/StickyHeader.stories.d.ts.map +1 -0
  145. package/esm/components/layout/header/StickyHeader.stories.js +60 -0
  146. package/esm/components/layout/header/StickyHeader.stories.js.map +1 -0
  147. package/esm/components/layout/list/Header.stories.d.ts +8 -0
  148. package/esm/components/layout/list/Header.stories.d.ts.map +1 -0
  149. package/esm/components/layout/list/Header.stories.js +27 -0
  150. package/esm/components/layout/list/Header.stories.js.map +1 -0
  151. package/esm/components/layout/list/Item.stories.d.ts +11 -0
  152. package/esm/components/layout/list/Item.stories.d.ts.map +1 -0
  153. package/esm/components/layout/list/Item.stories.js +100 -0
  154. package/esm/components/layout/list/Item.stories.js.map +1 -0
  155. package/esm/components/layout/list/Label.stories.d.ts +8 -0
  156. package/esm/components/layout/list/Label.stories.d.ts.map +1 -0
  157. package/esm/components/layout/list/Label.stories.js +29 -0
  158. package/esm/components/layout/list/Label.stories.js.map +1 -0
  159. package/esm/components/layout/list/List.stories.d.ts +9 -0
  160. package/esm/components/layout/list/List.stories.d.ts.map +1 -0
  161. package/esm/components/layout/list/List.stories.js +46 -0
  162. package/esm/components/layout/list/List.stories.js.map +1 -0
  163. package/esm/components/layout/list/Value.stories.d.ts +8 -0
  164. package/esm/components/layout/list/Value.stories.d.ts.map +1 -0
  165. package/esm/components/layout/list/Value.stories.js +23 -0
  166. package/esm/components/layout/list/Value.stories.js.map +1 -0
  167. package/esm/components/layout/section/Section.stories.d.ts +8 -0
  168. package/esm/components/layout/section/Section.stories.d.ts.map +1 -0
  169. package/esm/components/layout/section/Section.stories.js +31 -0
  170. package/esm/components/layout/section/Section.stories.js.map +1 -0
  171. package/esm/components/layout/table/Table.stories.d.ts +8 -0
  172. package/esm/components/layout/table/Table.stories.d.ts.map +1 -0
  173. package/esm/components/layout/table/Table.stories.js +49 -0
  174. package/esm/components/layout/table/Table.stories.js.map +1 -0
  175. package/esm/components/ui/action/Action.stories.d.ts +11 -0
  176. package/esm/components/ui/action/Action.stories.d.ts.map +1 -0
  177. package/esm/components/ui/action/Action.stories.js +58 -0
  178. package/esm/components/ui/action/Action.stories.js.map +1 -0
  179. package/esm/components/ui/button/Button.stories.d.ts +9 -0
  180. package/esm/components/ui/button/Button.stories.d.ts.map +1 -0
  181. package/esm/components/ui/button/Button.stories.js +35 -0
  182. package/esm/components/ui/button/Button.stories.js.map +1 -0
  183. package/esm/components/ui/line/Line.stories.d.ts +8 -0
  184. package/esm/components/ui/line/Line.stories.d.ts.map +1 -0
  185. package/esm/components/ui/line/Line.stories.js +27 -0
  186. package/esm/components/ui/line/Line.stories.js.map +1 -0
  187. package/esm/components/ui/loader/CoveringLoader.stories.d.ts +8 -0
  188. package/esm/components/ui/loader/CoveringLoader.stories.d.ts.map +1 -0
  189. package/esm/components/ui/loader/CoveringLoader.stories.js +25 -0
  190. package/esm/components/ui/loader/CoveringLoader.stories.js.map +1 -0
  191. package/esm/components/ui/loader/FullLoader.stories.d.ts +8 -0
  192. package/esm/components/ui/loader/FullLoader.stories.d.ts.map +1 -0
  193. package/esm/components/ui/loader/FullLoader.stories.js +19 -0
  194. package/esm/components/ui/loader/FullLoader.stories.js.map +1 -0
  195. package/esm/components/ui/loader/Loader.stories.d.ts +8 -0
  196. package/esm/components/ui/loader/Loader.stories.d.ts.map +1 -0
  197. package/esm/components/ui/loader/Loader.stories.js +23 -0
  198. package/esm/components/ui/loader/Loader.stories.js.map +1 -0
  199. package/esm/components/ui/loader/Loading.stories.d.ts +8 -0
  200. package/esm/components/ui/loader/Loading.stories.d.ts.map +1 -0
  201. package/esm/components/ui/loader/Loading.stories.js +32 -0
  202. package/esm/components/ui/loader/Loading.stories.js.map +1 -0
  203. package/esm/components/ui/loader/PopLoader.stories.d.ts +8 -0
  204. package/esm/components/ui/loader/PopLoader.stories.d.ts.map +1 -0
  205. package/esm/components/ui/loader/PopLoader.stories.js +24 -0
  206. package/esm/components/ui/loader/PopLoader.stories.js.map +1 -0
  207. package/esm/components/ui/message/Message.stories.d.ts +9 -0
  208. package/esm/components/ui/message/Message.stories.d.ts.map +1 -0
  209. package/esm/components/ui/message/Message.stories.js +43 -0
  210. package/esm/components/ui/message/Message.stories.js.map +1 -0
  211. package/esm/components/ui/modal/Modal.stories.d.ts +10 -0
  212. package/esm/components/ui/modal/Modal.stories.d.ts.map +1 -0
  213. package/esm/components/ui/modal/Modal.stories.js +84 -0
  214. package/esm/components/ui/modal/Modal.stories.js.map +1 -0
  215. package/esm/components/ui/modal/ModalButtons.stories.d.ts +8 -0
  216. package/esm/components/ui/modal/ModalButtons.stories.d.ts.map +1 -0
  217. package/esm/components/ui/modal/ModalButtons.stories.js +19 -0
  218. package/esm/components/ui/modal/ModalButtons.stories.js.map +1 -0
  219. package/esm/components/ui/pop/Pop.stories.d.ts +8 -0
  220. package/esm/components/ui/pop/Pop.stories.d.ts.map +1 -0
  221. package/esm/components/ui/pop/Pop.stories.js +65 -0
  222. package/esm/components/ui/pop/Pop.stories.js.map +1 -0
  223. package/esm/components/ui/progress/Progress.stories.d.ts +9 -0
  224. package/esm/components/ui/progress/Progress.stories.d.ts.map +1 -0
  225. package/esm/components/ui/progress/Progress.stories.js +29 -0
  226. package/esm/components/ui/progress/Progress.stories.js.map +1 -0
  227. package/esm/components/ui/toaster/Toaster.stories.d.ts +7 -0
  228. package/esm/components/ui/toaster/Toaster.stories.d.ts.map +1 -0
  229. package/esm/components/ui/toaster/Toaster.stories.js +39 -0
  230. package/esm/components/ui/toaster/Toaster.stories.js.map +1 -0
  231. package/esm/components/ui/toolButton/ToolButton.stories.d.ts +8 -0
  232. package/esm/components/ui/toolButton/ToolButton.stories.d.ts.map +1 -0
  233. package/esm/components/ui/toolButton/ToolButton.stories.js +29 -0
  234. package/esm/components/ui/toolButton/ToolButton.stories.js.map +1 -0
  235. package/esm/components/utils/Spacer.d.ts +83 -4
  236. package/esm/components/utils/Spacer.d.ts.map +1 -1
  237. package/esm/components/utils/Spacer.js +2 -5
  238. package/esm/components/utils/Spacer.js.map +1 -1
  239. package/esm/components/utils/colors.d.ts.map +1 -1
  240. package/esm/components/utils/colors.js +1 -1
  241. package/esm/components/utils/colors.js.map +1 -1
  242. package/package.json +1 -1
  243. package/src/components/form/ColorPicker.tsx +3 -3
  244. package/src/components/form/Label.styled.ts +1 -1
  245. package/src/components/form/choice/Choice.tsx +6 -6
  246. package/src/components/form/input/Input.stories.tsx +22 -2
  247. package/src/components/form/input/Input.tsx +8 -2
  248. package/src/components/ui/pop/Pop.stories.tsx +0 -1
  249. package/src/components/utils/Spacer.tsx +2 -8
  250. package/src/components/utils/colors.ts +3 -1
  251. package/src/demo/Main.tsx +1 -1
  252. package/dist/components/utils/Spacer.module.scss +0 -3
  253. package/esm/components/utils/Spacer.module.scss +0 -3
  254. package/src/components/form/choice/Choice.js +0 -32
  255. package/src/components/form/choice/Choice.styled.js +0 -65
  256. package/src/components/utils/Spacer.module.scss +0 -3
  257. package/src/theme.js +0 -98
  258. package/src/types/form.js +0 -2
  259. package/src/utils/index.js +0 -19
  260. package/src/utils/makeVariants.js +0 -13
  261. package/src/utils/toObjectValue.js +0 -7
  262. package/src/utils/useKeyPress.js +0 -29
@@ -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>LabelProps | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>LabelProps | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="LabelProps.html">LabelProps</a></li></ul>
17
17
  <h1>Interface LabelProps</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">LabelProps</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/52b2a95/src/components/form/Label.tsx#L7">src/components/form/Label.tsx:7</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Label.tsx#L7">src/components/form/Label.tsx:7</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">
@@ -42,7 +42,7 @@
42
42
  <h3 class="tsd-anchor-link"><span>children</span><a href="#children" 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>
43
43
  <div class="tsd-signature">children<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ReactNode</span></div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Label.tsx#L10">src/components/form/Label.tsx:10</a></li></ul></aside></section>
45
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Label.tsx#L10">src/components/form/Label.tsx:10</a></li></ul></aside></section>
46
46
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="className" class="tsd-anchor"></a>
47
47
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>class<wbr/>Name</span><a href="#className" 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>
48
48
  <div class="tsd-signature">class<wbr/>Name<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
@@ -59,12 +59,12 @@
59
59
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>label</span><a href="#label" 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>
60
60
  <div class="tsd-signature">label<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">ReactNode</span></div><aside class="tsd-sources">
61
61
  <ul>
62
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Label.tsx#L8">src/components/form/Label.tsx:8</a></li></ul></aside></section>
62
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Label.tsx#L8">src/components/form/Label.tsx:8</a></li></ul></aside></section>
63
63
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="variant" class="tsd-anchor"></a>
64
64
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>variant</span><a href="#variant" 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>
65
65
  <div class="tsd-signature">variant<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;big&quot;</span></div><aside class="tsd-sources">
66
66
  <ul>
67
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Label.tsx#L9">src/components/form/Label.tsx:9</a></li></ul></aside></section></section></div>
67
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Label.tsx#L9">src/components/form/Label.tsx:9</a></li></ul></aside></section></section></div>
68
68
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
69
69
  <div class="tsd-navigation settings">
70
70
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -84,7 +84,7 @@
84
84
  <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>
85
85
  <div class="tsd-accordion-details">
86
86
  <ul>
87
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
87
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
88
88
  <ul>
89
89
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
90
90
  <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>StickyHeaderProps | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>StickyHeaderProps | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="StickyHeaderProps.html">StickyHeaderProps</a></li></ul>
17
17
  <h1>Interface StickyHeaderProps</h1></div>
18
18
  <section class="tsd-panel tsd-hierarchy">
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">StickyHeaderProps</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/header/StickyHeader.tsx#L10">src/components/layout/header/StickyHeader.tsx:10</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/header/StickyHeader.tsx#L10">src/components/layout/header/StickyHeader.tsx:10</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -42,26 +42,26 @@
42
42
  to disable children type check.</p>
43
43
  </div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/header/StickyHeader.tsx#L23">src/components/layout/header/StickyHeader.tsx:23</a></li></ul></aside></section>
45
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/header/StickyHeader.tsx#L23">src/components/layout/header/StickyHeader.tsx:23</a></li></ul></aside></section>
46
46
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="children" class="tsd-anchor"></a>
47
47
  <h3 class="tsd-anchor-link"><span>children</span><a href="#children" 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>
48
48
  <div class="tsd-signature">children<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ReactNode</span></div><aside class="tsd-sources">
49
49
  <ul>
50
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/header/StickyHeader.tsx#L24">src/components/layout/header/StickyHeader.tsx:24</a></li></ul></aside></section>
50
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/header/StickyHeader.tsx#L24">src/components/layout/header/StickyHeader.tsx:24</a></li></ul></aside></section>
51
51
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="className" class="tsd-anchor"></a>
52
52
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>class<wbr/>Name</span><a href="#className" 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>
53
53
  <div class="tsd-signature">class<wbr/>Name<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
54
54
  <div class="tsd-comment tsd-typography"><p>Additional class name</p>
55
55
  </div><aside class="tsd-sources">
56
56
  <ul>
57
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/header/StickyHeader.tsx#L18">src/components/layout/header/StickyHeader.tsx:18</a></li></ul></aside></section>
57
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/header/StickyHeader.tsx#L18">src/components/layout/header/StickyHeader.tsx:18</a></li></ul></aside></section>
58
58
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="position" class="tsd-anchor"></a>
59
59
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>position</span><a href="#position" 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>
60
60
  <div class="tsd-signature">position<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">&quot;bottom&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span></div>
61
61
  <div class="tsd-comment tsd-typography"><p>Position of the header</p>
62
62
  </div><aside class="tsd-sources">
63
63
  <ul>
64
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/header/StickyHeader.tsx#L14">src/components/layout/header/StickyHeader.tsx:14</a></li></ul></aside></section></section></div>
64
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/header/StickyHeader.tsx#L14">src/components/layout/header/StickyHeader.tsx:14</a></li></ul></aside></section></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 @@ to disable children type check.</p>
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.28.0</a>
84
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</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>
@@ -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>ToggleProps | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>ToggleProps | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="ToggleProps.html">ToggleProps</a></li></ul>
17
17
  <h1>Interface ToggleProps</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">ToggleProps</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/52b2a95/src/components/form/Toggle.tsx#L8">src/components/form/Toggle.tsx:8</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Toggle.tsx#L8">src/components/form/Toggle.tsx:8</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">
@@ -58,7 +58,7 @@
58
58
  <div class="tsd-comment tsd-typography"><p>If true, the toggle is disabled and cannot be interacted with.</p>
59
59
  </div><aside class="tsd-sources">
60
60
  <ul>
61
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Toggle.tsx#L19">src/components/form/Toggle.tsx:19</a></li></ul></aside></section>
61
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Toggle.tsx#L19">src/components/form/Toggle.tsx:19</a></li></ul></aside></section>
62
62
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="onChange" class="tsd-anchor"></a>
63
63
  <h3 class="tsd-anchor-link"><span>on<wbr/>Change</span><a href="#onChange" 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>
64
64
  <div class="tsd-signature">on<wbr/>Change<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>newValue<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</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></div>
@@ -76,12 +76,12 @@
76
76
  <h5>newValue: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
77
77
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
78
78
  <ul>
79
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Toggle.tsx#L9">src/components/form/Toggle.tsx:9</a></li></ul></aside></section>
79
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Toggle.tsx#L9">src/components/form/Toggle.tsx:9</a></li></ul></aside></section>
80
80
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="onContextMenu" class="tsd-anchor"></a>
81
81
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>on<wbr/>Context<wbr/>Menu</span><a href="#onContextMenu" 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>
82
82
  <div class="tsd-signature">on<wbr/>Context<wbr/>Menu<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">MouseEventHandler</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
83
83
  <ul>
84
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Toggle.tsx#L10">src/components/form/Toggle.tsx:10</a></li></ul></aside></section>
84
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Toggle.tsx#L10">src/components/form/Toggle.tsx:10</a></li></ul></aside></section>
85
85
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="undeterminedClickValue" class="tsd-anchor"></a>
86
86
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>undetermined<wbr/>Click<wbr/>Value</span><a href="#undeterminedClickValue" 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>
87
87
  <div class="tsd-signature">undetermined<wbr/>Click<wbr/>Value<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
@@ -89,12 +89,12 @@
89
89
  clicking it will change the value to this.</p>
90
90
  </div><aside class="tsd-sources">
91
91
  <ul>
92
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Toggle.tsx#L15">src/components/form/Toggle.tsx:15</a></li></ul></aside></section>
92
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Toggle.tsx#L15">src/components/form/Toggle.tsx:15</a></li></ul></aside></section>
93
93
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="value" class="tsd-anchor"></a>
94
94
  <h3 class="tsd-anchor-link"><span>value</span><a href="#value" 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>
95
95
  <div class="tsd-signature">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
96
96
  <ul>
97
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/Toggle.tsx#L20">src/components/form/Toggle.tsx:20</a></li></ul></aside></section></section></div>
97
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/Toggle.tsx#L20">src/components/form/Toggle.tsx:20</a></li></ul></aside></section></section></div>
98
98
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
99
99
  <div class="tsd-navigation settings">
100
100
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -114,7 +114,7 @@ clicking it will change the value to this.</p>
114
114
  <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>
115
115
  <div class="tsd-accordion-details">
116
116
  <ul>
117
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
117
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
118
118
  <ul>
119
119
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
120
120
  <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>List | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>List | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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,19 +6,19 @@
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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="List.html">List</a></li></ul>
17
17
  <h1>Namespace List</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/list/List.tsx#L41">src/components/layout/list/List.tsx:41</a></li>
20
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/list/List.tsx#L55">src/components/layout/list/List.tsx:55</a></li>
21
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/layout/list/List.tsx#L56">src/components/layout/list/List.tsx:56</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/list/List.tsx#L41">src/components/layout/list/List.tsx:41</a></li>
20
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/list/List.tsx#L55">src/components/layout/list/List.tsx:55</a></li>
21
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/layout/list/List.tsx#L56">src/components/layout/list/List.tsx:56</a></li></ul></aside>
22
22
  <section class="tsd-panel-group tsd-index-group">
23
23
  <section class="tsd-panel tsd-index-panel">
24
24
  <h3 class="tsd-index-heading uppercase">Index</h3>
@@ -46,7 +46,7 @@
46
46
  <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>
47
47
  <div class="tsd-accordion-details">
48
48
  <ul>
49
- <li class="current"><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
49
+ <li class="current"><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
50
50
  <ul>
51
51
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
52
52
  <li class="current selected tsd-kind-namespace"><a href="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>Modal | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>Modal | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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,18 +6,18 @@
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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="Modal.html">Modal</a></li></ul>
17
17
  <h1>Namespace Modal</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/ui/modal/Modal.tsx#L33">src/components/ui/modal/Modal.tsx:33</a></li>
20
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/ui/modal/Modal.tsx#L169">src/components/ui/modal/Modal.tsx:169</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/modal/Modal.tsx#L33">src/components/ui/modal/Modal.tsx:33</a></li>
20
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/modal/Modal.tsx#L169">src/components/ui/modal/Modal.tsx:169</a></li></ul></aside>
21
21
  <section class="tsd-panel-group tsd-index-group">
22
22
  <section class="tsd-panel tsd-index-panel">
23
23
  <h3 class="tsd-index-heading uppercase">Index</h3>
@@ -44,7 +44,7 @@
44
44
  <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>
45
45
  <div class="tsd-accordion-details">
46
46
  <ul>
47
- <li class="current"><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
47
+ <li class="current"><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
48
48
  <ul>
49
49
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
50
50
  <li class="tsd-kind-namespace"><a href="List.html">List</a></li>
package/docs/modules.html CHANGED
@@ -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>react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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,12 +6,12 @@
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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">react-miui - v0.28.2</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
- <h2>react-miui - v0.28.0</h2></div>
14
+ <h2>react-miui - v0.28.2</h2></div>
15
15
  <section class="tsd-panel-group tsd-index-group">
16
16
  <section class="tsd-panel tsd-index-panel">
17
17
  <h3 class="tsd-index-heading uppercase">Index</h3>
@@ -125,7 +125,7 @@
125
125
  <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>
126
126
  <div class="tsd-accordion-details">
127
127
  <ul>
128
- <li class="current selected"><a href="modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
128
+ <li class="current selected"><a href="modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
129
129
  <ul>
130
130
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/tutorials/Test.html">Test</a></li>
131
131
  <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>Test | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>Test | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="Test.html">Test</a></li></ul>
17
17
  <h1> Test</h1></div>
18
18
  <div class="tsd-panel tsd-typography"><p>This is example tutorial page.</p>
@@ -36,7 +36,7 @@
36
36
  <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>
37
37
  <div class="tsd-accordion-details">
38
38
  <ul>
39
- <li class="current"><a href="../../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
39
+ <li class="current"><a href="../../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
40
40
  <ul>
41
41
  <li class="current selected pages-entry pages-entry-page pages-entry-depth-1"><a href="Test.html">Test</a></li>
42
42
  <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>ActionProps | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>ActionProps | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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,18 +6,18 @@
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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="ActionProps.html">ActionProps</a></li></ul>
17
17
  <h1>Type alias ActionProps</h1></div>
18
18
  <div class="tsd-signature">Action<wbr/>Props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">NativeLinkProps</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">RouterLinkProps</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ButtonProps</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type">CommonProps</span></div><aside class="tsd-sources">
19
19
  <ul>
20
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/ui/action/Action.tsx#L69">src/components/ui/action/Action.tsx:69</a></li></ul></aside></div>
20
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/ui/action/Action.tsx#L69">src/components/ui/action/Action.tsx:69</a></li></ul></aside></div>
21
21
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
22
22
  <div class="tsd-navigation settings">
23
23
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -37,7 +37,7 @@
37
37
  <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>
38
38
  <div class="tsd-accordion-details">
39
39
  <ul>
40
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
40
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
41
41
  <ul>
42
42
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
43
43
  <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>ChoiceProps | react-miui - v0.28.0</title><meta name="description" content="Documentation for react-miui - v0.28.0"/><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>ChoiceProps | react-miui - v0.28.2</title><meta name="description" content="Documentation for react-miui - v0.28.2"/><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,23 +6,18 @@
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.28.0</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.2</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.28.0</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.2</a></li>
16
16
  <li><a href="ChoiceProps.html">ChoiceProps</a></li></ul>
17
- <h1>Type alias ChoiceProps&lt;T&gt;</h1></div>
18
- <div class="tsd-signature">Choice<wbr/>Props<span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">StyledProps</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;onChange&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>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>onChange<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Exclude</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Value</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">ObjectValue</span><span class="tsd-signature-symbol">&gt;</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><br/><span>    </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Value</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>variant<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Variant</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Variant</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
19
- <section class="tsd-panel tsd-type-parameters">
20
- <h4>Type Parameters</h4>
21
- <ul class="tsd-type-parameters">
22
- <li>
23
- <h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">string</span></h4></li></ul></section><aside class="tsd-sources">
17
+ <h1>Type alias ChoiceProps</h1></div>
18
+ <div class="tsd-signature">Choice<wbr/>Props<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">StyledProps</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;onChange&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>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>onChange<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Exclude</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Value</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">ObjectValue</span><span class="tsd-signature-symbol">&gt;</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><br/><span>    </span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Value</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>variant<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Variant</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Variant</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources">
24
19
  <ul>
25
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/52b2a95/src/components/form/choice/Choice.tsx#L14">src/components/form/choice/Choice.tsx:14</a></li></ul></aside></div>
20
+ <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/73fc725/src/components/form/choice/Choice.tsx#L14">src/components/form/choice/Choice.tsx:14</a></li></ul></aside></div>
26
21
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
27
22
  <div class="tsd-navigation settings">
28
23
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -42,7 +37,7 @@
42
37
  <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>
43
38
  <div class="tsd-accordion-details">
44
39
  <ul>
45
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
40
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.2</a>
46
41
  <ul>
47
42
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
48
43
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>