react-miui 0.27.11 → 0.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (434) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/form/ColorPicker.d.ts +14 -0
  3. package/dist/components/form/ColorPicker.d.ts.map +1 -0
  4. package/dist/components/form/ColorPicker.js +71 -0
  5. package/dist/components/form/ColorPicker.js.map +1 -0
  6. package/dist/components/form/ColorPicker.styled.d.ts +170 -0
  7. package/dist/components/form/ColorPicker.styled.d.ts.map +1 -0
  8. package/dist/components/form/ColorPicker.styled.js +62 -0
  9. package/dist/components/form/ColorPicker.styled.js.map +1 -0
  10. package/dist/components/form/Label.d.ts +4 -2
  11. package/dist/components/form/Label.d.ts.map +1 -1
  12. package/dist/components/form/Label.js +19 -12
  13. package/dist/components/form/Label.js.map +1 -1
  14. package/dist/components/form/Label.styled.d.ts +170 -0
  15. package/dist/components/form/Label.styled.d.ts.map +1 -0
  16. package/dist/components/form/Label.styled.js +25 -0
  17. package/dist/components/form/Label.styled.js.map +1 -0
  18. package/dist/components/form/Toggle.d.ts +4 -2
  19. package/dist/components/form/Toggle.d.ts.map +1 -1
  20. package/dist/components/form/Toggle.js +20 -15
  21. package/dist/components/form/Toggle.js.map +1 -1
  22. package/dist/components/form/Toggle.styled.d.ts +170 -0
  23. package/dist/components/form/Toggle.styled.d.ts.map +1 -0
  24. package/dist/components/form/Toggle.styled.js +58 -0
  25. package/dist/components/form/Toggle.styled.js.map +1 -0
  26. package/dist/components/form/choice/Choice.d.ts +5 -4
  27. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  28. package/dist/components/form/choice/Choice.js +17 -8
  29. package/dist/components/form/choice/Choice.js.map +1 -1
  30. package/dist/components/form/choice/Choice.styled.d.ts +88 -0
  31. package/dist/components/form/choice/Choice.styled.d.ts.map +1 -0
  32. package/dist/components/form/choice/Choice.styled.js +66 -0
  33. package/dist/components/form/choice/Choice.styled.js.map +1 -0
  34. package/dist/components/layout/header/Header.styled.d.ts +1 -1
  35. package/dist/components/layout/header/StickyHeader.d.ts +1 -1
  36. package/dist/components/layout/header/StickyHeader.styled.d.ts +2 -2
  37. package/dist/components/utils/colors.d.ts +4 -0
  38. package/dist/components/utils/colors.d.ts.map +1 -0
  39. package/dist/components/utils/colors.js +19 -0
  40. package/dist/components/utils/colors.js.map +1 -0
  41. package/dist/index.d.ts +1 -0
  42. package/dist/index.d.ts.map +1 -1
  43. package/dist/index.js +1 -0
  44. package/dist/index.js.map +1 -1
  45. package/docs/assets/search.js +1 -1
  46. package/docs/classes/Drawer.html +14 -14
  47. package/docs/classes/Pop.html +14 -14
  48. package/docs/classes/ToasterProvider.html +10 -10
  49. package/docs/enums/ICON.html +14 -14
  50. package/docs/functions/Action.html +9 -6
  51. package/docs/functions/Button.html +9 -6
  52. package/docs/functions/Card.html +9 -6
  53. package/docs/functions/Checkbox.html +9 -6
  54. package/docs/functions/Choice.html +12 -9
  55. package/docs/functions/ColorPicker.html +134 -0
  56. package/docs/functions/CoveringLoader.html +9 -6
  57. package/docs/functions/DirectionPad.html +9 -6
  58. package/docs/functions/EqualActions.html +9 -6
  59. package/docs/functions/FullLoader.html +9 -6
  60. package/docs/functions/HandleEsc.html +9 -6
  61. package/docs/functions/Header.html +9 -6
  62. package/docs/functions/HeaderIconAction.html +9 -6
  63. package/docs/functions/Icon-1.html +9 -6
  64. package/docs/functions/If.html +9 -6
  65. package/docs/functions/Input.html +10 -7
  66. package/docs/functions/KeyValue.html +9 -6
  67. package/docs/functions/Label.html +11 -8
  68. package/docs/functions/Line.html +9 -6
  69. package/docs/functions/List-1.html +9 -6
  70. package/docs/functions/Loader.html +9 -6
  71. package/docs/functions/Loading.html +9 -6
  72. package/docs/functions/Message.html +9 -6
  73. package/docs/functions/Modal-1.html +9 -6
  74. package/docs/functions/ModalButtons.html +9 -6
  75. package/docs/functions/PopLoader.html +9 -6
  76. package/docs/functions/PopOption.html +9 -6
  77. package/docs/functions/Progress.html +9 -6
  78. package/docs/functions/SearchContainer.html +9 -6
  79. package/docs/functions/Section.html +9 -6
  80. package/docs/functions/Select.html +13 -10
  81. package/docs/functions/Selector.html +10 -7
  82. package/docs/functions/Spacer.html +9 -6
  83. package/docs/functions/Stats.html +9 -6
  84. package/docs/functions/StickyHeader.html +9 -6
  85. package/docs/functions/Table.html +9 -6
  86. package/docs/functions/TextArea.html +9 -6
  87. package/docs/functions/Toggle.html +11 -8
  88. package/docs/functions/ToolButton.html +9 -6
  89. package/docs/functions/borderPxToRem.html +10 -7
  90. package/docs/functions/createTheme.html +9 -6
  91. package/docs/functions/css.html +9 -6
  92. package/docs/functions/dimensionsPxToRem.html +10 -7
  93. package/docs/functions/fontPxToRem.html +10 -7
  94. package/docs/functions/getCssText.html +9 -6
  95. package/docs/functions/globalCss.html +9 -6
  96. package/docs/functions/keyframes.html +9 -6
  97. package/docs/functions/pxToRem.html +10 -7
  98. package/docs/functions/styled.html +9 -6
  99. package/docs/functions/useToaster.html +10 -7
  100. package/docs/index.html +9 -6
  101. package/docs/interfaces/IconProps.html +7 -7
  102. package/docs/interfaces/InputCustomProps.html +11 -11
  103. package/docs/interfaces/LabelProps.html +103 -0
  104. package/docs/interfaces/StickyHeaderProps.html +9 -9
  105. package/docs/interfaces/{ChoiceProps.html → ToggleProps.html} +59 -48
  106. package/docs/modules/List.html +7 -7
  107. package/docs/modules/Modal.html +6 -6
  108. package/docs/modules.html +13 -7
  109. package/docs/pages/tutorials/Test.html +9 -6
  110. package/docs/types/ActionProps.html +10 -7
  111. package/docs/types/ChoiceProps.html +122 -0
  112. package/docs/types/InputProps.html +10 -7
  113. package/docs/types/OverwriteProps.html +10 -7
  114. package/docs/types/ThemeCSS.html +10 -7
  115. package/docs/variables/List.Header.html +5 -5
  116. package/docs/variables/List.Item.html +5 -5
  117. package/docs/variables/Modal.RemovePadding.html +5 -5
  118. package/docs/variables/config.html +10 -7
  119. package/docs/variables/cssReset.html +10 -7
  120. package/docs/variables/miuiScrollbars.html +10 -7
  121. package/docs/variables/theme.html +10 -7
  122. package/esm/components/form/ColorPicker.d.ts +14 -0
  123. package/esm/components/form/ColorPicker.d.ts.map +1 -0
  124. package/esm/components/form/ColorPicker.js +26 -0
  125. package/esm/components/form/ColorPicker.js.map +1 -0
  126. package/esm/components/form/ColorPicker.styled.d.ts +170 -0
  127. package/esm/components/form/ColorPicker.styled.d.ts.map +1 -0
  128. package/esm/components/form/ColorPicker.styled.js +58 -0
  129. package/esm/components/form/ColorPicker.styled.js.map +1 -0
  130. package/esm/components/form/Label.d.ts +4 -2
  131. package/esm/components/form/Label.d.ts.map +1 -1
  132. package/esm/components/form/Label.js +8 -12
  133. package/esm/components/form/Label.js.map +1 -1
  134. package/esm/components/form/Label.styled.d.ts +170 -0
  135. package/esm/components/form/Label.styled.d.ts.map +1 -0
  136. package/esm/components/form/Label.styled.js +21 -0
  137. package/esm/components/form/Label.styled.js.map +1 -0
  138. package/esm/components/form/Toggle.d.ts +4 -2
  139. package/esm/components/form/Toggle.d.ts.map +1 -1
  140. package/esm/components/form/Toggle.js +10 -13
  141. package/esm/components/form/Toggle.js.map +1 -1
  142. package/esm/components/form/Toggle.styled.d.ts +170 -0
  143. package/esm/components/form/Toggle.styled.d.ts.map +1 -0
  144. package/esm/components/form/Toggle.styled.js +54 -0
  145. package/esm/components/form/Toggle.styled.js.map +1 -0
  146. package/esm/components/form/choice/Choice.d.ts +5 -4
  147. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  148. package/esm/components/form/choice/Choice.js +6 -9
  149. package/esm/components/form/choice/Choice.js.map +1 -1
  150. package/esm/components/form/choice/Choice.styled.d.ts +88 -0
  151. package/esm/components/form/choice/Choice.styled.d.ts.map +1 -0
  152. package/esm/components/form/choice/Choice.styled.js +63 -0
  153. package/esm/components/form/choice/Choice.styled.js.map +1 -0
  154. package/esm/components/layout/header/Header.styled.d.ts +1 -1
  155. package/esm/components/layout/header/StickyHeader.d.ts +1 -1
  156. package/esm/components/layout/header/StickyHeader.styled.d.ts +2 -2
  157. package/esm/components/utils/colors.d.ts +4 -0
  158. package/esm/components/utils/colors.d.ts.map +1 -0
  159. package/esm/components/utils/colors.js +15 -0
  160. package/esm/components/utils/colors.js.map +1 -0
  161. package/esm/index.d.ts +1 -0
  162. package/esm/index.d.ts.map +1 -1
  163. package/esm/index.js +1 -0
  164. package/esm/index.js.map +1 -1
  165. package/package.json +28 -31
  166. package/src/components/form/ColorPicker.stories.tsx +169 -0
  167. package/src/components/form/ColorPicker.styled.ts +69 -0
  168. package/src/components/form/ColorPicker.tsx +71 -0
  169. package/src/components/form/Label.stories.tsx +66 -0
  170. package/src/components/form/Label.styled.ts +27 -0
  171. package/src/components/form/Label.tsx +19 -18
  172. package/src/components/form/Toggle.stories.tsx +119 -0
  173. package/src/components/form/Toggle.styled.ts +64 -0
  174. package/src/components/form/Toggle.tsx +32 -20
  175. package/src/components/form/choice/Choice.js +32 -0
  176. package/src/components/form/choice/Choice.stories.tsx +146 -0
  177. package/src/components/form/choice/Choice.styled.js +65 -0
  178. package/src/components/form/choice/Choice.styled.ts +73 -0
  179. package/src/components/form/choice/Choice.tsx +17 -21
  180. package/src/components/utils/colors.ts +22 -0
  181. package/src/demo/componentsMap.ts +0 -21
  182. package/src/index.ts +1 -0
  183. package/src/theme.js +98 -0
  184. package/src/types/form.js +2 -0
  185. package/src/utils/index.js +19 -0
  186. package/src/utils/makeVariants.js +13 -0
  187. package/src/utils/toObjectValue.js +7 -0
  188. package/src/utils/useKeyPress.js +29 -0
  189. package/dist/components/form/Checkbox.stories.d.ts +0 -9
  190. package/dist/components/form/Checkbox.stories.d.ts.map +0 -1
  191. package/dist/components/form/Checkbox.stories.js +0 -117
  192. package/dist/components/form/Checkbox.stories.js.map +0 -1
  193. package/dist/components/form/Label.module.scss +0 -15
  194. package/dist/components/form/Select.stories.d.ts +0 -8
  195. package/dist/components/form/Select.stories.d.ts.map +0 -1
  196. package/dist/components/form/Select.stories.js +0 -30
  197. package/dist/components/form/Select.stories.js.map +0 -1
  198. package/dist/components/form/Toggle.module.scss +0 -55
  199. package/dist/components/form/choice/Choice.module.scss +0 -56
  200. package/dist/components/form/input/Input.stories.d.ts +0 -9
  201. package/dist/components/form/input/Input.stories.d.ts.map +0 -1
  202. package/dist/components/form/input/Input.stories.js +0 -46
  203. package/dist/components/form/input/Input.stories.js.map +0 -1
  204. package/dist/components/form/textarea/TextArea.stories.d.ts +0 -8
  205. package/dist/components/form/textarea/TextArea.stories.d.ts.map +0 -1
  206. package/dist/components/form/textarea/TextArea.stories.js +0 -22
  207. package/dist/components/form/textarea/TextArea.stories.js.map +0 -1
  208. package/dist/components/layout/header/Header.stories.d.ts +0 -11
  209. package/dist/components/layout/header/Header.stories.d.ts.map +0 -1
  210. package/dist/components/layout/header/Header.stories.js +0 -65
  211. package/dist/components/layout/header/Header.stories.js.map +0 -1
  212. package/dist/components/layout/header/HeaderIconAction.stories.d.ts +0 -9
  213. package/dist/components/layout/header/HeaderIconAction.stories.d.ts.map +0 -1
  214. package/dist/components/layout/header/HeaderIconAction.stories.js +0 -43
  215. package/dist/components/layout/header/HeaderIconAction.stories.js.map +0 -1
  216. package/dist/components/layout/header/StickyHeader.stories.d.ts +0 -9
  217. package/dist/components/layout/header/StickyHeader.stories.d.ts.map +0 -1
  218. package/dist/components/layout/header/StickyHeader.stories.js +0 -97
  219. package/dist/components/layout/header/StickyHeader.stories.js.map +0 -1
  220. package/dist/components/layout/list/Header.stories.d.ts +0 -8
  221. package/dist/components/layout/list/Header.stories.d.ts.map +0 -1
  222. package/dist/components/layout/list/Header.stories.js +0 -33
  223. package/dist/components/layout/list/Header.stories.js.map +0 -1
  224. package/dist/components/layout/list/Item.stories.d.ts +0 -11
  225. package/dist/components/layout/list/Item.stories.d.ts.map +0 -1
  226. package/dist/components/layout/list/Item.stories.js +0 -105
  227. package/dist/components/layout/list/Item.stories.js.map +0 -1
  228. package/dist/components/layout/list/Label.stories.d.ts +0 -8
  229. package/dist/components/layout/list/Label.stories.d.ts.map +0 -1
  230. package/dist/components/layout/list/Label.stories.js +0 -35
  231. package/dist/components/layout/list/Label.stories.js.map +0 -1
  232. package/dist/components/layout/list/List.stories.d.ts +0 -9
  233. package/dist/components/layout/list/List.stories.d.ts.map +0 -1
  234. package/dist/components/layout/list/List.stories.js +0 -53
  235. package/dist/components/layout/list/List.stories.js.map +0 -1
  236. package/dist/components/layout/list/Value.stories.d.ts +0 -8
  237. package/dist/components/layout/list/Value.stories.d.ts.map +0 -1
  238. package/dist/components/layout/list/Value.stories.js +0 -29
  239. package/dist/components/layout/list/Value.stories.js.map +0 -1
  240. package/dist/components/layout/section/Section.stories.d.ts +0 -8
  241. package/dist/components/layout/section/Section.stories.d.ts.map +0 -1
  242. package/dist/components/layout/section/Section.stories.js +0 -37
  243. package/dist/components/layout/section/Section.stories.js.map +0 -1
  244. package/dist/components/layout/table/Table.stories.d.ts +0 -8
  245. package/dist/components/layout/table/Table.stories.d.ts.map +0 -1
  246. package/dist/components/layout/table/Table.stories.js +0 -55
  247. package/dist/components/layout/table/Table.stories.js.map +0 -1
  248. package/dist/components/ui/action/Action.stories.d.ts +0 -11
  249. package/dist/components/ui/action/Action.stories.d.ts.map +0 -1
  250. package/dist/components/ui/action/Action.stories.js +0 -67
  251. package/dist/components/ui/action/Action.stories.js.map +0 -1
  252. package/dist/components/ui/button/Button.stories.d.ts +0 -9
  253. package/dist/components/ui/button/Button.stories.d.ts.map +0 -1
  254. package/dist/components/ui/button/Button.stories.js +0 -72
  255. package/dist/components/ui/button/Button.stories.js.map +0 -1
  256. package/dist/components/ui/line/Line.stories.d.ts +0 -8
  257. package/dist/components/ui/line/Line.stories.d.ts.map +0 -1
  258. package/dist/components/ui/line/Line.stories.js +0 -33
  259. package/dist/components/ui/line/Line.stories.js.map +0 -1
  260. package/dist/components/ui/loader/CoveringLoader.stories.d.ts +0 -8
  261. package/dist/components/ui/loader/CoveringLoader.stories.d.ts.map +0 -1
  262. package/dist/components/ui/loader/CoveringLoader.stories.js +0 -31
  263. package/dist/components/ui/loader/CoveringLoader.stories.js.map +0 -1
  264. package/dist/components/ui/loader/FullLoader.stories.d.ts +0 -8
  265. package/dist/components/ui/loader/FullLoader.stories.d.ts.map +0 -1
  266. package/dist/components/ui/loader/FullLoader.stories.js +0 -25
  267. package/dist/components/ui/loader/FullLoader.stories.js.map +0 -1
  268. package/dist/components/ui/loader/Loader.stories.d.ts +0 -8
  269. package/dist/components/ui/loader/Loader.stories.d.ts.map +0 -1
  270. package/dist/components/ui/loader/Loader.stories.js +0 -26
  271. package/dist/components/ui/loader/Loader.stories.js.map +0 -1
  272. package/dist/components/ui/loader/Loading.stories.d.ts +0 -8
  273. package/dist/components/ui/loader/Loading.stories.d.ts.map +0 -1
  274. package/dist/components/ui/loader/Loading.stories.js +0 -38
  275. package/dist/components/ui/loader/Loading.stories.js.map +0 -1
  276. package/dist/components/ui/loader/PopLoader.stories.d.ts +0 -8
  277. package/dist/components/ui/loader/PopLoader.stories.d.ts.map +0 -1
  278. package/dist/components/ui/loader/PopLoader.stories.js +0 -30
  279. package/dist/components/ui/loader/PopLoader.stories.js.map +0 -1
  280. package/dist/components/ui/message/Message.stories.d.ts +0 -9
  281. package/dist/components/ui/message/Message.stories.d.ts.map +0 -1
  282. package/dist/components/ui/message/Message.stories.js +0 -50
  283. package/dist/components/ui/message/Message.stories.js.map +0 -1
  284. package/dist/components/ui/modal/Modal.stories.d.ts +0 -10
  285. package/dist/components/ui/modal/Modal.stories.d.ts.map +0 -1
  286. package/dist/components/ui/modal/Modal.stories.js +0 -122
  287. package/dist/components/ui/modal/Modal.stories.js.map +0 -1
  288. package/dist/components/ui/modal/ModalButtons.stories.d.ts +0 -8
  289. package/dist/components/ui/modal/ModalButtons.stories.d.ts.map +0 -1
  290. package/dist/components/ui/modal/ModalButtons.stories.js +0 -25
  291. package/dist/components/ui/modal/ModalButtons.stories.js.map +0 -1
  292. package/dist/components/ui/pop/Pop.stories.d.ts +0 -8
  293. package/dist/components/ui/pop/Pop.stories.d.ts.map +0 -1
  294. package/dist/components/ui/pop/Pop.stories.js +0 -101
  295. package/dist/components/ui/pop/Pop.stories.js.map +0 -1
  296. package/dist/components/ui/progress/Progress.stories.d.ts +0 -9
  297. package/dist/components/ui/progress/Progress.stories.d.ts.map +0 -1
  298. package/dist/components/ui/progress/Progress.stories.js +0 -36
  299. package/dist/components/ui/progress/Progress.stories.js.map +0 -1
  300. package/dist/components/ui/toaster/Toaster.stories.d.ts +0 -7
  301. package/dist/components/ui/toaster/Toaster.stories.d.ts.map +0 -1
  302. package/dist/components/ui/toaster/Toaster.stories.js +0 -45
  303. package/dist/components/ui/toaster/Toaster.stories.js.map +0 -1
  304. package/dist/components/ui/toolButton/ToolButton.stories.d.ts +0 -8
  305. package/dist/components/ui/toolButton/ToolButton.stories.d.ts.map +0 -1
  306. package/dist/components/ui/toolButton/ToolButton.stories.js +0 -35
  307. package/dist/components/ui/toolButton/ToolButton.stories.js.map +0 -1
  308. package/esm/components/form/Checkbox.stories.d.ts +0 -9
  309. package/esm/components/form/Checkbox.stories.d.ts.map +0 -1
  310. package/esm/components/form/Checkbox.stories.js +0 -80
  311. package/esm/components/form/Checkbox.stories.js.map +0 -1
  312. package/esm/components/form/Label.module.scss +0 -15
  313. package/esm/components/form/Select.stories.d.ts +0 -8
  314. package/esm/components/form/Select.stories.d.ts.map +0 -1
  315. package/esm/components/form/Select.stories.js +0 -24
  316. package/esm/components/form/Select.stories.js.map +0 -1
  317. package/esm/components/form/Toggle.module.scss +0 -55
  318. package/esm/components/form/choice/Choice.module.scss +0 -56
  319. package/esm/components/form/input/Input.stories.d.ts +0 -9
  320. package/esm/components/form/input/Input.stories.d.ts.map +0 -1
  321. package/esm/components/form/input/Input.stories.js +0 -39
  322. package/esm/components/form/input/Input.stories.js.map +0 -1
  323. package/esm/components/form/textarea/TextArea.stories.d.ts +0 -8
  324. package/esm/components/form/textarea/TextArea.stories.d.ts.map +0 -1
  325. package/esm/components/form/textarea/TextArea.stories.js +0 -19
  326. package/esm/components/form/textarea/TextArea.stories.js.map +0 -1
  327. package/esm/components/layout/header/Header.stories.d.ts +0 -11
  328. package/esm/components/layout/header/Header.stories.d.ts.map +0 -1
  329. package/esm/components/layout/header/Header.stories.js +0 -56
  330. package/esm/components/layout/header/Header.stories.js.map +0 -1
  331. package/esm/components/layout/header/HeaderIconAction.stories.d.ts +0 -9
  332. package/esm/components/layout/header/HeaderIconAction.stories.d.ts.map +0 -1
  333. package/esm/components/layout/header/HeaderIconAction.stories.js +0 -24
  334. package/esm/components/layout/header/HeaderIconAction.stories.js.map +0 -1
  335. package/esm/components/layout/header/StickyHeader.stories.d.ts +0 -9
  336. package/esm/components/layout/header/StickyHeader.stories.d.ts.map +0 -1
  337. package/esm/components/layout/header/StickyHeader.stories.js +0 -60
  338. package/esm/components/layout/header/StickyHeader.stories.js.map +0 -1
  339. package/esm/components/layout/list/Header.stories.d.ts +0 -8
  340. package/esm/components/layout/list/Header.stories.d.ts.map +0 -1
  341. package/esm/components/layout/list/Header.stories.js +0 -27
  342. package/esm/components/layout/list/Header.stories.js.map +0 -1
  343. package/esm/components/layout/list/Item.stories.d.ts +0 -11
  344. package/esm/components/layout/list/Item.stories.d.ts.map +0 -1
  345. package/esm/components/layout/list/Item.stories.js +0 -100
  346. package/esm/components/layout/list/Item.stories.js.map +0 -1
  347. package/esm/components/layout/list/Label.stories.d.ts +0 -8
  348. package/esm/components/layout/list/Label.stories.d.ts.map +0 -1
  349. package/esm/components/layout/list/Label.stories.js +0 -29
  350. package/esm/components/layout/list/Label.stories.js.map +0 -1
  351. package/esm/components/layout/list/List.stories.d.ts +0 -9
  352. package/esm/components/layout/list/List.stories.d.ts.map +0 -1
  353. package/esm/components/layout/list/List.stories.js +0 -46
  354. package/esm/components/layout/list/List.stories.js.map +0 -1
  355. package/esm/components/layout/list/Value.stories.d.ts +0 -8
  356. package/esm/components/layout/list/Value.stories.d.ts.map +0 -1
  357. package/esm/components/layout/list/Value.stories.js +0 -23
  358. package/esm/components/layout/list/Value.stories.js.map +0 -1
  359. package/esm/components/layout/section/Section.stories.d.ts +0 -8
  360. package/esm/components/layout/section/Section.stories.d.ts.map +0 -1
  361. package/esm/components/layout/section/Section.stories.js +0 -31
  362. package/esm/components/layout/section/Section.stories.js.map +0 -1
  363. package/esm/components/layout/table/Table.stories.d.ts +0 -8
  364. package/esm/components/layout/table/Table.stories.d.ts.map +0 -1
  365. package/esm/components/layout/table/Table.stories.js +0 -49
  366. package/esm/components/layout/table/Table.stories.js.map +0 -1
  367. package/esm/components/ui/action/Action.stories.d.ts +0 -11
  368. package/esm/components/ui/action/Action.stories.d.ts.map +0 -1
  369. package/esm/components/ui/action/Action.stories.js +0 -58
  370. package/esm/components/ui/action/Action.stories.js.map +0 -1
  371. package/esm/components/ui/button/Button.stories.d.ts +0 -9
  372. package/esm/components/ui/button/Button.stories.d.ts.map +0 -1
  373. package/esm/components/ui/button/Button.stories.js +0 -35
  374. package/esm/components/ui/button/Button.stories.js.map +0 -1
  375. package/esm/components/ui/line/Line.stories.d.ts +0 -8
  376. package/esm/components/ui/line/Line.stories.d.ts.map +0 -1
  377. package/esm/components/ui/line/Line.stories.js +0 -27
  378. package/esm/components/ui/line/Line.stories.js.map +0 -1
  379. package/esm/components/ui/loader/CoveringLoader.stories.d.ts +0 -8
  380. package/esm/components/ui/loader/CoveringLoader.stories.d.ts.map +0 -1
  381. package/esm/components/ui/loader/CoveringLoader.stories.js +0 -25
  382. package/esm/components/ui/loader/CoveringLoader.stories.js.map +0 -1
  383. package/esm/components/ui/loader/FullLoader.stories.d.ts +0 -8
  384. package/esm/components/ui/loader/FullLoader.stories.d.ts.map +0 -1
  385. package/esm/components/ui/loader/FullLoader.stories.js +0 -19
  386. package/esm/components/ui/loader/FullLoader.stories.js.map +0 -1
  387. package/esm/components/ui/loader/Loader.stories.d.ts +0 -8
  388. package/esm/components/ui/loader/Loader.stories.d.ts.map +0 -1
  389. package/esm/components/ui/loader/Loader.stories.js +0 -23
  390. package/esm/components/ui/loader/Loader.stories.js.map +0 -1
  391. package/esm/components/ui/loader/Loading.stories.d.ts +0 -8
  392. package/esm/components/ui/loader/Loading.stories.d.ts.map +0 -1
  393. package/esm/components/ui/loader/Loading.stories.js +0 -32
  394. package/esm/components/ui/loader/Loading.stories.js.map +0 -1
  395. package/esm/components/ui/loader/PopLoader.stories.d.ts +0 -8
  396. package/esm/components/ui/loader/PopLoader.stories.d.ts.map +0 -1
  397. package/esm/components/ui/loader/PopLoader.stories.js +0 -24
  398. package/esm/components/ui/loader/PopLoader.stories.js.map +0 -1
  399. package/esm/components/ui/message/Message.stories.d.ts +0 -9
  400. package/esm/components/ui/message/Message.stories.d.ts.map +0 -1
  401. package/esm/components/ui/message/Message.stories.js +0 -43
  402. package/esm/components/ui/message/Message.stories.js.map +0 -1
  403. package/esm/components/ui/modal/Modal.stories.d.ts +0 -10
  404. package/esm/components/ui/modal/Modal.stories.d.ts.map +0 -1
  405. package/esm/components/ui/modal/Modal.stories.js +0 -84
  406. package/esm/components/ui/modal/Modal.stories.js.map +0 -1
  407. package/esm/components/ui/modal/ModalButtons.stories.d.ts +0 -8
  408. package/esm/components/ui/modal/ModalButtons.stories.d.ts.map +0 -1
  409. package/esm/components/ui/modal/ModalButtons.stories.js +0 -19
  410. package/esm/components/ui/modal/ModalButtons.stories.js.map +0 -1
  411. package/esm/components/ui/pop/Pop.stories.d.ts +0 -8
  412. package/esm/components/ui/pop/Pop.stories.d.ts.map +0 -1
  413. package/esm/components/ui/pop/Pop.stories.js +0 -65
  414. package/esm/components/ui/pop/Pop.stories.js.map +0 -1
  415. package/esm/components/ui/progress/Progress.stories.d.ts +0 -9
  416. package/esm/components/ui/progress/Progress.stories.d.ts.map +0 -1
  417. package/esm/components/ui/progress/Progress.stories.js +0 -29
  418. package/esm/components/ui/progress/Progress.stories.js.map +0 -1
  419. package/esm/components/ui/toaster/Toaster.stories.d.ts +0 -7
  420. package/esm/components/ui/toaster/Toaster.stories.d.ts.map +0 -1
  421. package/esm/components/ui/toaster/Toaster.stories.js +0 -39
  422. package/esm/components/ui/toaster/Toaster.stories.js.map +0 -1
  423. package/esm/components/ui/toolButton/ToolButton.stories.d.ts +0 -8
  424. package/esm/components/ui/toolButton/ToolButton.stories.d.ts.map +0 -1
  425. package/esm/components/ui/toolButton/ToolButton.stories.js +0 -29
  426. package/esm/components/ui/toolButton/ToolButton.stories.js.map +0 -1
  427. package/pnpm-lock.yaml +0 -11119
  428. package/src/components/form/Label.module.scss +0 -15
  429. package/src/components/form/Toggle.module.scss +0 -55
  430. package/src/components/form/choice/Choice.module.scss +0 -56
  431. package/src/demo/components/form/Choice.module.scss +0 -7
  432. package/src/demo/components/form/Choice.tsx +0 -63
  433. package/src/demo/components/form/Label.tsx +0 -13
  434. package/src/demo/components/form/Toggle.tsx +0 -60
@@ -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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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.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">
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,26 +6,23 @@
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.11</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.0</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.11</a></li>
16
- <li><a href="ChoiceProps.html">ChoiceProps</a></li></ul>
17
- <h1>Interface ChoiceProps&lt;T&gt;</h1></div>
18
- <section class="tsd-panel tsd-type-parameters">
19
- <h4>Type Parameters</h4>
20
- <ul class="tsd-type-parameters">
21
- <li>
22
- <h4>T<span class="tsd-signature-symbol"> extends </span><span class="tsd-signature-type">string</span></h4></li></ul></section>
15
+ <li><a href="../modules.html">react-miui - v0.28.0</a></li>
16
+ <li><a href="ToggleProps.html">ToggleProps</a></li></ul>
17
+ <h1>Interface ToggleProps</h1></div>
23
18
  <section class="tsd-panel tsd-hierarchy">
24
19
  <h4>Hierarchy</h4>
25
20
  <ul class="tsd-hierarchy">
26
- <li><span class="target">ChoiceProps</span></li></ul></section><aside class="tsd-sources">
21
+ <li><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Pick</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ContainerProps</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;css&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;className&quot;</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">&gt;</span>
22
+ <ul class="tsd-hierarchy">
23
+ <li><span class="target">ToggleProps</span></li></ul></li></ul></section><aside class="tsd-sources">
27
24
  <ul>
28
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L15">src/components/form/choice/Choice.tsx:15</a></li></ul></aside>
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>
29
26
  <section class="tsd-panel-group tsd-index-group">
30
27
  <section class="tsd-panel tsd-index-panel">
31
28
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -33,58 +30,71 @@
33
30
  <div class="tsd-accordion-details">
34
31
  <section class="tsd-index-section">
35
32
  <h3 class="tsd-index-heading">Properties</h3>
36
- <div class="tsd-index-list"><a href="ChoiceProps.html#className" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>class<wbr/>Name?</span></a>
37
- <a href="ChoiceProps.html#name" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>name</span></a>
38
- <a href="ChoiceProps.html#onChange" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Change</span></a>
39
- <a href="ChoiceProps.html#value" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>value</span></a>
40
- <a href="ChoiceProps.html#values" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>values</span></a>
41
- <a href="ChoiceProps.html#variant" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>variant?</span></a>
33
+ <div class="tsd-index-list"><a href="ToggleProps.html#className" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>class<wbr/>Name?</span></a>
34
+ <a href="ToggleProps.html#css" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>css?</span></a>
35
+ <a href="ToggleProps.html#disabled" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>disabled?</span></a>
36
+ <a href="ToggleProps.html#onChange" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Change</span></a>
37
+ <a href="ToggleProps.html#onContextMenu" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>on<wbr/>Context<wbr/>Menu?</span></a>
38
+ <a href="ToggleProps.html#undeterminedClickValue" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>undetermined<wbr/>Click<wbr/>Value?</span></a>
39
+ <a href="ToggleProps.html#value" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>value</span></a>
42
40
  </div></section></div></details></section></section>
43
41
  <section class="tsd-panel-group tsd-member-group">
44
42
  <h2>Properties</h2>
45
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="className" class="tsd-anchor"></a>
43
+ <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>
46
44
  <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"><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>
47
45
  <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">
46
+ <p>Inherited from Partial.className</p>
48
47
  <ul>
49
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L20">src/components/form/choice/Choice.tsx:20</a></li></ul></aside></section>
50
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="name" class="tsd-anchor"></a>
51
- <h3 class="tsd-anchor-link"><span>name</span><a href="#name" 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>
52
- <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
48
+ <li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:2909</li></ul></aside></section>
49
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a id="css" class="tsd-anchor"></a>
50
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>css</span><a href="#css" 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
+ <div class="tsd-signature">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></div><aside class="tsd-sources">
52
+ <p>Inherited from Partial.css</p>
53
53
  <ul>
54
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L18">src/components/form/choice/Choice.tsx:18</a></li></ul></aside></section>
54
+ <li>Defined in node_modules/.pnpm/@stitches+react@1.2.8_react@18.3.1/node_modules/@stitches/react/types/styled-component.d.ts:18</li></ul></aside></section>
55
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="disabled" class="tsd-anchor"></a>
56
+ <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>disabled</span><a href="#disabled" 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>
57
+ <div class="tsd-signature">disabled<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
58
+ <div class="tsd-comment tsd-typography"><p>If true, the toggle is disabled and cannot be interacted with.</p>
59
+ </div><aside class="tsd-sources">
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>
55
62
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="onChange" class="tsd-anchor"></a>
56
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>
57
- <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>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" data-tsd-kind="Type parameter">T</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></div>
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>
58
65
  <div class="tsd-type-declaration">
59
66
  <h4>Type declaration</h4>
60
67
  <ul class="tsd-parameters">
61
68
  <li class="tsd-parameter-signature">
62
69
  <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property">
63
- <li class="tsd-signature" id="onChange.__type.__type-1"><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" data-tsd-kind="Type parameter">T</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">: </span><span class="tsd-signature-type">void</span></li>
70
+ <li class="tsd-signature" id="onChange.__type.__type-1"><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">: </span><span class="tsd-signature-type">void</span></li>
64
71
  <li class="tsd-description">
65
72
  <div class="tsd-parameters">
66
73
  <h4 class="tsd-parameters-title">Parameters</h4>
67
74
  <ul class="tsd-parameter-list">
68
75
  <li>
69
- <h5>value: <span class="tsd-signature-type">Exclude</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">, </span><span class="tsd-signature-type">ObjectValue</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
76
+ <h5>newValue: <span class="tsd-signature-type">boolean</span></h5></li></ul></div>
70
77
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div><aside class="tsd-sources">
71
78
  <ul>
72
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L19">src/components/form/choice/Choice.tsx:19</a></li></ul></aside></section>
73
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="value" class="tsd-anchor"></a>
74
- <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>
75
- <div class="tsd-signature">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
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>
80
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="onContextMenu" class="tsd-anchor"></a>
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
+ <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">
76
83
  <ul>
77
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L17">src/components/form/choice/Choice.tsx:17</a></li></ul></aside></section>
78
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="values" class="tsd-anchor"></a>
79
- <h3 class="tsd-anchor-link"><span>values</span><a href="#values" 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>
80
- <div class="tsd-signature">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></div><aside class="tsd-sources">
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>
85
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="undeterminedClickValue" class="tsd-anchor"></a>
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
+ <div class="tsd-signature">undetermined<wbr/>Click<wbr/>Value<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div>
88
+ <div class="tsd-comment tsd-typography"><p>If the toggle is in an undetermined state (value is null),
89
+ clicking it will change the value to this.</p>
90
+ </div><aside class="tsd-sources">
81
91
  <ul>
82
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L16">src/components/form/choice/Choice.tsx:16</a></li></ul></aside></section>
83
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="variant" class="tsd-anchor"></a>
84
- <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>
85
- <div class="tsd-signature">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></div><aside class="tsd-sources">
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>
93
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="value" class="tsd-anchor"></a>
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
+ <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">
86
96
  <ul>
87
- <li>Defined in <a href="https://github.com/dzek69/react-miui/blob/109bd4a/src/components/form/choice/Choice.tsx#L21">src/components/form/choice/Choice.tsx:21</a></li></ul></aside></section></section></div>
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>
88
98
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
89
99
  <div class="tsd-navigation settings">
90
100
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -104,21 +114,22 @@
104
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>
105
115
  <div class="tsd-accordion-details">
106
116
  <ul>
107
- <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.27.11</a>
117
+ <li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
108
118
  <ul>
109
119
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
110
120
  <li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
111
121
  <li class="tsd-kind-namespace"><a href="../modules/Modal.html">Modal</a></li></ul></li></ul></div></details></nav>
112
122
  <nav class="tsd-navigation secondary menu-sticky">
113
123
  <ul>
114
- <li class="current tsd-kind-interface"><a href="ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Choice<wbr/>Props</span></a>
124
+ <li class="current tsd-kind-interface"><a href="ToggleProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Toggle<wbr/>Props</span></a>
115
125
  <ul>
116
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ChoiceProps.html#className" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>class<wbr/>Name?</a></li>
117
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ChoiceProps.html#name" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>name</a></li>
118
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ChoiceProps.html#onChange" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>on<wbr/>Change</a></li>
119
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ChoiceProps.html#value" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>value</a></li>
120
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ChoiceProps.html#values" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>values</a></li>
121
- <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ChoiceProps.html#variant" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>variant?</a></li></ul></li></ul></nav></div></div>
126
+ <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="ToggleProps.html#className" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>class<wbr/>Name?</a></li>
127
+ <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="ToggleProps.html#css" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>css?</a></li>
128
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ToggleProps.html#disabled" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>disabled?</a></li>
129
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ToggleProps.html#onChange" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>on<wbr/>Change</a></li>
130
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ToggleProps.html#onContextMenu" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>on<wbr/>Context<wbr/>Menu?</a></li>
131
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ToggleProps.html#undeterminedClickValue" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>undetermined<wbr/>Click<wbr/>Value?</a></li>
132
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="ToggleProps.html#value" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>value</a></li></ul></li></ul></nav></div></div>
122
133
  <div class="container tsd-generator">
123
134
  <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
124
135
  <div class="overlay"></div><script src="../assets/main.js"></script></body></html>
@@ -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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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.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">
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.27.11</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.0</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.11</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.0</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/109bd4a/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/109bd4a/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/109bd4a/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/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>
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.27.11</a>
49
+ <li class="current"><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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.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">
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.27.11</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.0</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.11</a></li>
15
+ <li><a href="../modules.html">react-miui - v0.28.0</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/109bd4a/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/109bd4a/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/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>
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.27.11</a>
47
+ <li class="current"><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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.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">
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.27.11</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.0</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.27.11</h2></div>
14
+ <h2>react-miui - v0.28.0</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>
@@ -32,14 +32,16 @@
32
32
  </div></section>
33
33
  <section class="tsd-index-section">
34
34
  <h3 class="tsd-index-heading">Interfaces</h3>
35
- <div class="tsd-index-list"><a href="interfaces/ChoiceProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Choice<wbr/>Props</span></a>
36
- <a href="interfaces/IconProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Icon<wbr/>Props</span></a>
35
+ <div class="tsd-index-list"><a href="interfaces/IconProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg><span>Icon<wbr/>Props</span></a>
37
36
  <a href="interfaces/InputCustomProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Input<wbr/>Custom<wbr/>Props</span></a>
37
+ <a href="interfaces/LabelProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Label<wbr/>Props</span></a>
38
38
  <a href="interfaces/StickyHeaderProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Sticky<wbr/>Header<wbr/>Props</span></a>
39
+ <a href="interfaces/ToggleProps.html" class="tsd-index-link tsd-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>Toggle<wbr/>Props</span></a>
39
40
  </div></section>
40
41
  <section class="tsd-index-section">
41
42
  <h3 class="tsd-index-heading">Type Aliases</h3>
42
43
  <div class="tsd-index-list"><a href="types/ActionProps.html" class="tsd-index-link tsd-kind-type-alias"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg><span>Action<wbr/>Props</span></a>
44
+ <a href="types/ChoiceProps.html" class="tsd-index-link tsd-kind-type-alias"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Choice<wbr/>Props</span></a>
43
45
  <a href="types/InputProps.html" class="tsd-index-link tsd-kind-type-alias"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Input<wbr/>Props</span></a>
44
46
  <a href="types/OverwriteProps.html" class="tsd-index-link tsd-kind-type-alias"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>Overwrite<wbr/>Props</span></a>
45
47
  <a href="types/ThemeCSS.html" class="tsd-index-link tsd-kind-type-alias"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>ThemeCSS</span></a>
@@ -58,6 +60,7 @@
58
60
  <a href="functions/Card.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Card</span></a>
59
61
  <a href="functions/Checkbox.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Checkbox</span></a>
60
62
  <a href="functions/Choice.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Choice</span></a>
63
+ <a href="functions/ColorPicker.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Color<wbr/>Picker</span></a>
61
64
  <a href="functions/CoveringLoader.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Covering<wbr/>Loader</span></a>
62
65
  <a href="functions/DirectionPad.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Direction<wbr/>Pad</span></a>
63
66
  <a href="functions/EqualActions.html" class="tsd-index-link tsd-kind-function"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>Equal<wbr/>Actions</span></a>
@@ -122,7 +125,7 @@
122
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>
123
126
  <div class="tsd-accordion-details">
124
127
  <ul>
125
- <li class="current selected"><a href="modules.html">react-<wbr/>miui -<wbr/> v0.27.11</a>
128
+ <li class="current selected"><a href="modules.html">react-<wbr/>miui -<wbr/> v0.28.0</a>
126
129
  <ul>
127
130
  <li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="pages/tutorials/Test.html">Test</a></li>
128
131
  <li class="tsd-kind-namespace"><a href="modules/List.html">List</a></li>
@@ -133,11 +136,13 @@
133
136
  <li class="tsd-kind-class"><a href="classes/Drawer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Drawer</a></li>
134
137
  <li class="tsd-kind-class"><a href="classes/Pop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Pop</a></li>
135
138
  <li class="tsd-kind-class"><a href="classes/ToasterProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Toaster<wbr/>Provider</a></li>
136
- <li class="tsd-kind-interface"><a href="interfaces/ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Choice<wbr/>Props</a></li>
137
139
  <li class="tsd-kind-interface"><a href="interfaces/IconProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Icon<wbr/>Props</a></li>
138
140
  <li class="tsd-kind-interface"><a href="interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
141
+ <li class="tsd-kind-interface"><a href="interfaces/LabelProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Label<wbr/>Props</a></li>
139
142
  <li class="tsd-kind-interface"><a href="interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
143
+ <li class="tsd-kind-interface"><a href="interfaces/ToggleProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Toggle<wbr/>Props</a></li>
140
144
  <li class="tsd-kind-type-alias"><a href="types/ActionProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Action<wbr/>Props</a></li>
145
+ <li class="tsd-kind-type-alias"><a href="types/ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Choice<wbr/>Props</a></li>
141
146
  <li class="tsd-kind-type-alias"><a href="types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
142
147
  <li class="tsd-kind-type-alias"><a href="types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
143
148
  <li class="tsd-kind-type-alias"><a href="types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
@@ -150,6 +155,7 @@
150
155
  <li class="tsd-kind-function"><a href="functions/Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
151
156
  <li class="tsd-kind-function"><a href="functions/Checkbox.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Checkbox</a></li>
152
157
  <li class="tsd-kind-function"><a href="functions/Choice.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Choice</a></li>
158
+ <li class="tsd-kind-function"><a href="functions/ColorPicker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Color<wbr/>Picker</a></li>
153
159
  <li class="tsd-kind-function"><a href="functions/CoveringLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Covering<wbr/>Loader</a></li>
154
160
  <li class="tsd-kind-function"><a href="functions/DirectionPad.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Direction<wbr/>Pad</a></li>
155
161
  <li class="tsd-kind-function"><a href="functions/EqualActions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Equal<wbr/>Actions</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.27.11</title><meta name="description" content="Documentation for react-miui - v0.27.11"/><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.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">
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.11</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.0</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.11</a></li>
15
+ <li><a href="../../modules.html">react-miui - v0.28.0</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.27.11</a>
39
+ <li class="current"><a href="../../modules.html">react-<wbr/>miui -<wbr/> v0.28.0</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>
@@ -47,11 +47,13 @@
47
47
  <li class="tsd-kind-class"><a href="../../classes/Drawer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Drawer</a></li>
48
48
  <li class="tsd-kind-class"><a href="../../classes/Pop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Pop</a></li>
49
49
  <li class="tsd-kind-class"><a href="../../classes/ToasterProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Toaster<wbr/>Provider</a></li>
50
- <li class="tsd-kind-interface"><a href="../../interfaces/ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Choice<wbr/>Props</a></li>
51
- <li class="tsd-kind-interface"><a href="../../interfaces/IconProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Icon<wbr/>Props</a></li>
50
+ <li class="tsd-kind-interface"><a href="../../interfaces/IconProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Icon<wbr/>Props</a></li>
52
51
  <li class="tsd-kind-interface"><a href="../../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
52
+ <li class="tsd-kind-interface"><a href="../../interfaces/LabelProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Label<wbr/>Props</a></li>
53
53
  <li class="tsd-kind-interface"><a href="../../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
54
+ <li class="tsd-kind-interface"><a href="../../interfaces/ToggleProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Toggle<wbr/>Props</a></li>
54
55
  <li class="tsd-kind-type-alias"><a href="../../types/ActionProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Action<wbr/>Props</a></li>
56
+ <li class="tsd-kind-type-alias"><a href="../../types/ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Choice<wbr/>Props</a></li>
55
57
  <li class="tsd-kind-type-alias"><a href="../../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
56
58
  <li class="tsd-kind-type-alias"><a href="../../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
57
59
  <li class="tsd-kind-type-alias"><a href="../../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
@@ -64,6 +66,7 @@
64
66
  <li class="tsd-kind-function"><a href="../../functions/Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
65
67
  <li class="tsd-kind-function"><a href="../../functions/Checkbox.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Checkbox</a></li>
66
68
  <li class="tsd-kind-function"><a href="../../functions/Choice.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Choice</a></li>
69
+ <li class="tsd-kind-function"><a href="../../functions/ColorPicker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Color<wbr/>Picker</a></li>
67
70
  <li class="tsd-kind-function"><a href="../../functions/CoveringLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Covering<wbr/>Loader</a></li>
68
71
  <li class="tsd-kind-function"><a href="../../functions/DirectionPad.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Direction<wbr/>Pad</a></li>
69
72
  <li class="tsd-kind-function"><a href="../../functions/EqualActions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Equal<wbr/>Actions</a></li>