react-miui 0.32.1 → 0.32.3

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 (687) hide show
  1. package/.claude/settings.local.json +8 -0
  2. package/CHANGELOG.md +23 -0
  3. package/CLAUDE.md +67 -0
  4. package/dist/components/form/Checkbox.d.ts.map +1 -1
  5. package/dist/components/form/Checkbox.js.map +1 -1
  6. package/dist/components/form/ColorPicker.d.ts.map +1 -1
  7. package/dist/components/form/ColorPicker.js.map +1 -1
  8. package/dist/components/form/Suggestions.d.ts +1 -1
  9. package/dist/components/form/Suggestions.d.ts.map +1 -1
  10. package/dist/components/form/Toggle.d.ts.map +1 -1
  11. package/dist/components/form/Toggle.js.map +1 -1
  12. package/dist/components/form/choice/Choice.d.ts +1 -1
  13. package/dist/components/form/choice/Choice.d.ts.map +1 -1
  14. package/dist/components/form/choice/Choice.js +1 -1
  15. package/dist/components/form/choice/Choice.js.map +1 -1
  16. package/dist/components/form/choice/ChoiceItem.d.ts.map +1 -1
  17. package/dist/components/form/choice/ChoiceItem.js +3 -2
  18. package/dist/components/form/choice/ChoiceItem.js.map +1 -1
  19. package/dist/components/form/input/Input.d.ts +5 -2
  20. package/dist/components/form/input/Input.d.ts.map +1 -1
  21. package/dist/components/form/input/Input.js +18 -9
  22. package/dist/components/form/input/Input.js.map +1 -1
  23. package/dist/components/form/input/Input.styled.d.ts.map +1 -1
  24. package/dist/components/form/input/Input.styled.js.map +1 -1
  25. package/dist/components/form/textarea/TextArea.styled.d.ts.map +1 -1
  26. package/dist/components/form/textarea/TextArea.styled.js +1 -1
  27. package/dist/components/form/textarea/TextArea.styled.js.map +1 -1
  28. package/dist/components/icons/Back.d.ts +1 -1
  29. package/dist/components/icons/Back.d.ts.map +1 -1
  30. package/dist/components/icons/Back.js +38 -7
  31. package/dist/components/icons/Back.js.map +1 -1
  32. package/dist/components/icons/Battery.d.ts +1 -1
  33. package/dist/components/icons/Battery.d.ts.map +1 -1
  34. package/dist/components/icons/Battery.js +38 -7
  35. package/dist/components/icons/Battery.js.map +1 -1
  36. package/dist/components/icons/Checkmark.d.ts +1 -1
  37. package/dist/components/icons/Checkmark.d.ts.map +1 -1
  38. package/dist/components/icons/Checkmark.js +38 -7
  39. package/dist/components/icons/Checkmark.js.map +1 -1
  40. package/dist/components/icons/Config.d.ts +1 -1
  41. package/dist/components/icons/Config.d.ts.map +1 -1
  42. package/dist/components/icons/Config.js +38 -7
  43. package/dist/components/icons/Config.js.map +1 -1
  44. package/dist/components/icons/Dots.d.ts +1 -1
  45. package/dist/components/icons/Dots.d.ts.map +1 -1
  46. package/dist/components/icons/Dots.js +38 -7
  47. package/dist/components/icons/Dots.js.map +1 -1
  48. package/dist/components/icons/Forward.d.ts +1 -1
  49. package/dist/components/icons/Forward.d.ts.map +1 -1
  50. package/dist/components/icons/Forward.js +38 -7
  51. package/dist/components/icons/Forward.js.map +1 -1
  52. package/dist/components/icons/Heart.d.ts +1 -1
  53. package/dist/components/icons/Heart.d.ts.map +1 -1
  54. package/dist/components/icons/Heart.js +38 -7
  55. package/dist/components/icons/Heart.js.map +1 -1
  56. package/dist/components/icons/Icon.d.ts +1 -1
  57. package/dist/components/icons/Icon.d.ts.map +1 -1
  58. package/dist/components/icons/Icon.js +43 -12
  59. package/dist/components/icons/Icon.js.map +1 -1
  60. package/dist/components/icons/Search.d.ts +1 -1
  61. package/dist/components/icons/Search.d.ts.map +1 -1
  62. package/dist/components/icons/Search.js +38 -7
  63. package/dist/components/icons/Search.js.map +1 -1
  64. package/dist/components/icons/Trash.d.ts +1 -1
  65. package/dist/components/icons/Trash.d.ts.map +1 -1
  66. package/dist/components/icons/Trash.js +38 -7
  67. package/dist/components/icons/Trash.js.map +1 -1
  68. package/dist/components/layout/header/Header.d.ts.map +1 -1
  69. package/dist/components/layout/header/Header.js.map +1 -1
  70. package/dist/components/layout/header/HeaderIconAction.d.ts +3 -2
  71. package/dist/components/layout/header/HeaderIconAction.d.ts.map +1 -1
  72. package/dist/components/layout/header/HeaderIconAction.js +45 -11
  73. package/dist/components/layout/header/HeaderIconAction.js.map +1 -1
  74. package/dist/components/layout/header/HeaderIconAction.styled.d.ts +87 -2
  75. package/dist/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  76. package/dist/components/layout/header/HeaderIconAction.styled.js +4 -3
  77. package/dist/components/layout/header/HeaderIconAction.styled.js.map +1 -1
  78. package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
  79. package/dist/components/layout/header/StickyHeader.js.map +1 -1
  80. package/dist/components/layout/list/Header.d.ts +96 -93
  81. package/dist/components/layout/list/Header.d.ts.map +1 -1
  82. package/dist/components/layout/list/Header.js +43 -9
  83. package/dist/components/layout/list/Header.js.map +1 -1
  84. package/dist/components/layout/list/Item.d.ts +273 -7
  85. package/dist/components/layout/list/Item.d.ts.map +1 -1
  86. package/dist/components/layout/list/Item.js +52 -17
  87. package/dist/components/layout/list/Item.js.map +1 -1
  88. package/dist/components/layout/list/Item.styled.d.ts +1 -1
  89. package/dist/components/layout/list/Label.d.ts.map +1 -1
  90. package/dist/components/layout/list/Label.js.map +1 -1
  91. package/dist/components/layout/list/List.d.ts +547 -94
  92. package/dist/components/layout/list/List.d.ts.map +1 -1
  93. package/dist/components/layout/list/List.js +46 -10
  94. package/dist/components/layout/list/List.js.map +1 -1
  95. package/dist/components/layout/section/Section.d.ts.map +1 -1
  96. package/dist/components/layout/section/Section.js.map +1 -1
  97. package/dist/components/ui/action/Action.d.ts +5 -3
  98. package/dist/components/ui/action/Action.d.ts.map +1 -1
  99. package/dist/components/ui/action/Action.js +46 -10
  100. package/dist/components/ui/action/Action.js.map +1 -1
  101. package/dist/components/ui/drawer/Drawer.d.ts.map +1 -1
  102. package/dist/components/ui/drawer/Drawer.js.map +1 -1
  103. package/dist/components/ui/keyValue/KeyValue.d.ts +2 -2
  104. package/dist/components/ui/keyValue/KeyValue.d.ts.map +1 -1
  105. package/dist/components/ui/keyValue/KeyValue.js +2 -2
  106. package/dist/components/ui/keyValue/KeyValue.js.map +1 -1
  107. package/dist/components/ui/loader/CoveringLoader.d.ts.map +1 -1
  108. package/dist/components/ui/loader/CoveringLoader.js +1 -1
  109. package/dist/components/ui/loader/CoveringLoader.js.map +1 -1
  110. package/dist/components/ui/loader/FullLoader.d.ts +1 -1
  111. package/dist/components/ui/loader/FullLoader.d.ts.map +1 -1
  112. package/dist/components/ui/loader/FullLoader.js +50 -6
  113. package/dist/components/ui/loader/FullLoader.js.map +1 -1
  114. package/dist/components/ui/loader/Loader.d.ts +2 -1
  115. package/dist/components/ui/loader/Loader.d.ts.map +1 -1
  116. package/dist/components/ui/loader/Loader.js +41 -9
  117. package/dist/components/ui/loader/Loader.js.map +1 -1
  118. package/dist/components/ui/loader/Loading.d.ts.map +1 -1
  119. package/dist/components/ui/loader/Loading.js +2 -1
  120. package/dist/components/ui/loader/Loading.js.map +1 -1
  121. package/dist/components/ui/loader/PopLoader.d.ts +2 -3
  122. package/dist/components/ui/loader/PopLoader.d.ts.map +1 -1
  123. package/dist/components/ui/loader/PopLoader.js +40 -8
  124. package/dist/components/ui/loader/PopLoader.js.map +1 -1
  125. package/dist/components/ui/message/Message.d.ts.map +1 -1
  126. package/dist/components/ui/message/Message.js.map +1 -1
  127. package/dist/components/ui/message/Message.styled.d.ts +1 -1
  128. package/dist/components/ui/modal/Modal.d.ts +92 -6
  129. package/dist/components/ui/modal/Modal.d.ts.map +1 -1
  130. package/dist/components/ui/modal/Modal.js +19 -7
  131. package/dist/components/ui/modal/Modal.js.map +1 -1
  132. package/dist/components/ui/modal/Modal.styled.d.ts.map +1 -1
  133. package/dist/components/ui/modal/Modal.styled.js +1 -0
  134. package/dist/components/ui/modal/Modal.styled.js.map +1 -1
  135. package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  136. package/dist/components/ui/modal/ModalButtons.styled.js.map +1 -1
  137. package/dist/components/ui/pop/OnButtonClick.d.ts.map +1 -1
  138. package/dist/components/ui/pop/OnButtonClick.js +3 -2
  139. package/dist/components/ui/pop/OnButtonClick.js.map +1 -1
  140. package/dist/components/ui/pop/Pop.d.ts +3 -1
  141. package/dist/components/ui/pop/Pop.d.ts.map +1 -1
  142. package/dist/components/ui/pop/Pop.js +7 -2
  143. package/dist/components/ui/pop/Pop.js.map +1 -1
  144. package/dist/components/ui/pop/PopOption.d.ts +4 -2
  145. package/dist/components/ui/pop/PopOption.d.ts.map +1 -1
  146. package/dist/components/ui/pop/PopOption.js +44 -8
  147. package/dist/components/ui/pop/PopOption.js.map +1 -1
  148. package/dist/components/ui/progress/Progress.d.ts.map +1 -1
  149. package/dist/components/ui/progress/Progress.js.map +1 -1
  150. package/dist/components/ui/progress/Progress.styled.js +1 -1
  151. package/dist/components/ui/stats/Stats.d.ts.map +1 -1
  152. package/dist/components/ui/tabs/Item.d.ts.map +1 -1
  153. package/dist/components/ui/tabs/Item.js +3 -2
  154. package/dist/components/ui/tabs/Item.js.map +1 -1
  155. package/dist/components/ui/tabs/Item.styled.d.ts.map +1 -1
  156. package/dist/components/ui/tabs/Item.styled.js +2 -0
  157. package/dist/components/ui/tabs/Item.styled.js.map +1 -1
  158. package/dist/components/ui/tabs/Selector.d.ts +2 -1
  159. package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
  160. package/dist/components/ui/tabs/Selector.js +60 -4
  161. package/dist/components/ui/tabs/Selector.js.map +1 -1
  162. package/dist/components/ui/tabs/Selector.styled.d.ts +9 -1
  163. package/dist/components/ui/tabs/Selector.styled.d.ts.map +1 -1
  164. package/dist/components/ui/tabs/Selector.styled.js +68 -2
  165. package/dist/components/ui/tabs/Selector.styled.js.map +1 -1
  166. package/dist/components/ui/toaster/Notification.d.ts.map +1 -1
  167. package/dist/components/ui/toaster/Notification.js +4 -2
  168. package/dist/components/ui/toaster/Notification.js.map +1 -1
  169. package/dist/components/utils/HandleEsc.d.ts.map +1 -1
  170. package/dist/components/utils/HandleEsc.js +5 -5
  171. package/dist/components/utils/HandleEsc.js.map +1 -1
  172. package/dist/utils/useTailSpin.js +1 -1
  173. package/dist/utils/useTailSpin.js.map +1 -1
  174. package/docs/assets/navigation.js +1 -1
  175. package/docs/assets/search.js +1 -1
  176. package/docs/classes/index.Pop.html +7 -7
  177. package/docs/classes/index.ToasterProvider.html +4 -4
  178. package/docs/documents/Test.html +2 -2
  179. package/docs/enums/index.ICON.html +2 -2
  180. package/docs/functions/index.Action.html +6 -25
  181. package/docs/functions/index.Button.html +3 -3
  182. package/docs/functions/index.Card.html +2 -2
  183. package/docs/functions/index.Checkbox.html +3 -3
  184. package/docs/functions/index.Choice.html +2 -2
  185. package/docs/functions/index.ColorPicker.html +3 -3
  186. package/docs/functions/index.CoveringLoader.html +3 -3
  187. package/docs/functions/index.DirectionPad.html +2 -2
  188. package/docs/functions/index.Drawer.html +2 -2
  189. package/docs/functions/index.EqualActions.html +2 -2
  190. package/docs/functions/index.FullLoader.html +6 -25
  191. package/docs/functions/index.Gap.html +2 -2
  192. package/docs/functions/index.HandleEsc.html +3 -3
  193. package/docs/functions/index.Header.html +3 -3
  194. package/docs/functions/index.HeaderIconAction.html +6 -25
  195. package/docs/functions/index.Icon-1.html +5 -24
  196. package/docs/functions/index.If.html +3 -3
  197. package/docs/functions/index.Input.html +1 -1
  198. package/docs/functions/index.KeyValue.html +2 -2
  199. package/docs/functions/index.Label.html +2 -2
  200. package/docs/functions/index.Line.html +3 -3
  201. package/docs/functions/index.List.html +5 -33
  202. package/docs/functions/index.Loader.html +6 -25
  203. package/docs/functions/index.Loading.html +3 -3
  204. package/docs/functions/index.Message.html +3 -3
  205. package/docs/functions/index.Modal.html +5 -24
  206. package/docs/functions/index.ModalButtons.html +3 -3
  207. package/docs/functions/index.PopLoader.html +6 -25
  208. package/docs/functions/index.PopOption.html +5 -24
  209. package/docs/functions/index.Progress.html +2 -2
  210. package/docs/functions/index.SearchContainer.html +2 -2
  211. package/docs/functions/index.Section.html +4 -4
  212. package/docs/functions/index.Select.html +2 -2
  213. package/docs/functions/index.Selector.html +2 -2
  214. package/docs/functions/index.Spacer.html +2 -2
  215. package/docs/functions/index.Stats.html +2 -2
  216. package/docs/functions/index.StickyHeader.html +4 -4
  217. package/docs/functions/index.Table.html +2 -2
  218. package/docs/functions/index.TextArea.html +2 -2
  219. package/docs/functions/index.Toggle.html +3 -3
  220. package/docs/functions/index.ToolButton.html +3 -3
  221. package/docs/functions/index.borderPxToRem.html +1 -1
  222. package/docs/functions/index.createTheme.html +1 -1
  223. package/docs/functions/index.css.html +1 -1
  224. package/docs/functions/index.dimensionsPxToRem.html +1 -1
  225. package/docs/functions/index.fontPxToRem.html +1 -1
  226. package/docs/functions/index.getCssText.html +1 -1
  227. package/docs/functions/index.globalCss.html +2 -2
  228. package/docs/functions/index.injectGlobalStyles.html +1 -1
  229. package/docs/functions/index.keyframes.html +1 -1
  230. package/docs/functions/index.pxToRem.html +1 -1
  231. package/docs/functions/index.styled.html +1 -1
  232. package/docs/functions/index.useToaster.html +1 -1
  233. package/docs/index.html +2 -2
  234. package/docs/interfaces/index.IconProps.html +2 -2
  235. package/docs/interfaces/index.InputCustomProps.html +2 -2
  236. package/docs/interfaces/index.LoaderProps.html +7 -6
  237. package/docs/interfaces/index.StickyHeaderProps.html +4 -4
  238. package/docs/modules/index.html +1 -1
  239. package/docs/modules.html +1 -1
  240. package/docs/types/index.ActionProps.html +1 -1
  241. package/docs/types/index.CardProps.html +1 -1
  242. package/docs/types/index.CheckboxProps.html +2 -2
  243. package/docs/types/index.ChoiceProps.html +1 -1
  244. package/docs/types/index.ColorPickerProps.html +1 -1
  245. package/docs/types/index.DirectionPadProps.html +1 -1
  246. package/docs/types/index.DrawerProps.html +1 -1
  247. package/docs/types/index.EqualActionsProps.html +1 -1
  248. package/docs/types/index.HeaderProps.html +1 -1
  249. package/docs/types/index.InputProps.html +1 -1
  250. package/docs/types/index.KeyValueProps.html +1 -1
  251. package/docs/types/index.LabelProps.html +1 -1
  252. package/docs/types/index.OverwriteProps.html +1 -1
  253. package/docs/types/index.ProgressProps.html +2 -2
  254. package/docs/types/index.SelectProps.html +1 -1
  255. package/docs/types/index.SelectorProps.html +1 -1
  256. package/docs/types/index.Stat.html +1 -1
  257. package/docs/types/index.StatsProps.html +1 -1
  258. package/docs/types/index.TextAreaProps.html +1 -1
  259. package/docs/types/index.ThemeCSS.html +1 -1
  260. package/docs/types/index.ToggleProps.html +2 -2
  261. package/docs/variables/index.ActionBadgeSelector.html +1 -0
  262. package/docs/variables/index.ActionCircleSelector.html +1 -0
  263. package/docs/variables/index.CheckboxCheckmarkWrapperSelector.html +1 -1
  264. package/docs/variables/index.CheckboxTextLabelSelector.html +1 -1
  265. package/docs/variables/index.ChoiceItemSelector.html +1 -1
  266. package/docs/variables/index.ColorPickerColorDisplaySelector.html +1 -1
  267. package/docs/variables/index.DirectionPadButtonDotSelector.html +1 -1
  268. package/docs/variables/index.DirectionPadButtonSelector.html +1 -1
  269. package/docs/variables/index.DirectionPadLineSelector.html +1 -1
  270. package/docs/variables/index.DirectionPadMiddleSelector.html +1 -1
  271. package/docs/variables/index.DrawerContentSelector.html +1 -1
  272. package/docs/variables/index.HeaderAfterSelector.html +1 -1
  273. package/docs/variables/index.HeaderBeforeSelector.html +1 -1
  274. package/docs/variables/index.HeaderContentsSelector.html +1 -1
  275. package/docs/variables/index.HeaderIconActionIconSelector.html +1 -0
  276. package/docs/variables/index.InputInputSelector.html +1 -0
  277. package/docs/variables/index.InputPrefixSelector.html +1 -0
  278. package/docs/variables/index.InputSuffixSelector.html +1 -0
  279. package/docs/variables/index.KeyValueIconSelector.html +1 -1
  280. package/docs/variables/index.KeyValueItemSelector.html +1 -1
  281. package/docs/variables/index.KeyValueKeySelector.html +1 -1
  282. package/docs/variables/index.KeyValuePairSelector.html +1 -1
  283. package/docs/variables/index.KeyValueValueSelector.html +1 -1
  284. package/docs/variables/index.LabelTextSelector.html +1 -1
  285. package/docs/variables/index.ListItemInnerContainerClassNameSelector.html +1 -0
  286. package/docs/variables/index.ModalContainerSelector.html +1 -0
  287. package/docs/variables/index.ModalRemovePaddingSelector.html +1 -0
  288. package/docs/variables/index.ModalTitleSelector.html +1 -0
  289. package/docs/variables/index.PopListSelector.html +1 -0
  290. package/docs/variables/index.PopOptionButtonSelector.html +1 -0
  291. package/docs/variables/index.PopOptionIconSelector.html +1 -0
  292. package/docs/variables/index.PopOverlaySelector.html +1 -0
  293. package/docs/variables/index.ProgressBackgroundSelector.html +1 -1
  294. package/docs/variables/index.ProgressValueSelector.html +1 -1
  295. package/docs/variables/index.SelectorItemSelector.html +1 -1
  296. package/docs/variables/index.StatsItemSelector.html +1 -1
  297. package/docs/variables/index.StatsLabelSelector.html +1 -1
  298. package/docs/variables/index.StatsSeparatorSelector.html +1 -1
  299. package/docs/variables/index.StatsValueSelector.html +1 -1
  300. package/docs/variables/index.ToggleStyledToggleSelector.html +1 -1
  301. package/docs/variables/index.config.html +1 -1
  302. package/docs/variables/index.cssReset.html +2 -2
  303. package/docs/variables/index.darkTheme.html +1 -1
  304. package/docs/variables/index.miuiScrollbars.html +1 -1
  305. package/docs/variables/index.theme.html +1 -1
  306. package/esm/components/form/Checkbox.d.ts.map +1 -1
  307. package/esm/components/form/Checkbox.js.map +1 -1
  308. package/esm/components/form/Checkbox.stories.d.ts +1 -1
  309. package/esm/components/form/Checkbox.stories.d.ts.map +1 -1
  310. package/esm/components/form/Checkbox.stories.js +1 -1
  311. package/esm/components/form/Checkbox.stories.js.map +1 -1
  312. package/esm/components/form/ColorPicker.d.ts.map +1 -1
  313. package/esm/components/form/ColorPicker.js.map +1 -1
  314. package/esm/components/form/ColorPicker.stories.d.ts +1 -1
  315. package/esm/components/form/ColorPicker.stories.d.ts.map +1 -1
  316. package/esm/components/form/ColorPicker.stories.js.map +1 -1
  317. package/esm/components/form/Label.stories.d.ts.map +1 -1
  318. package/esm/components/form/Label.stories.js.map +1 -1
  319. package/esm/components/form/Label.styled.js +1 -1
  320. package/esm/components/form/Label.styled.js.map +1 -1
  321. package/esm/components/form/Select.stories.d.ts +1 -1
  322. package/esm/components/form/Select.stories.d.ts.map +1 -1
  323. package/esm/components/form/Suggestions.d.ts +1 -1
  324. package/esm/components/form/Suggestions.d.ts.map +1 -1
  325. package/esm/components/form/Toggle.d.ts.map +1 -1
  326. package/esm/components/form/Toggle.js.map +1 -1
  327. package/esm/components/form/Toggle.styled.js +1 -1
  328. package/esm/components/form/Toggle.styled.js.map +1 -1
  329. package/esm/components/form/choice/Choice.d.ts +1 -1
  330. package/esm/components/form/choice/Choice.d.ts.map +1 -1
  331. package/esm/components/form/choice/Choice.js +1 -1
  332. package/esm/components/form/choice/Choice.js.map +1 -1
  333. package/esm/components/form/choice/Choice.stories.d.ts +1 -1
  334. package/esm/components/form/choice/Choice.stories.d.ts.map +1 -1
  335. package/esm/components/form/choice/Choice.stories.js.map +1 -1
  336. package/esm/components/form/choice/ChoiceItem.d.ts.map +1 -1
  337. package/esm/components/form/choice/ChoiceItem.js +3 -2
  338. package/esm/components/form/choice/ChoiceItem.js.map +1 -1
  339. package/esm/components/form/input/Input.d.ts +5 -2
  340. package/esm/components/form/input/Input.d.ts.map +1 -1
  341. package/esm/components/form/input/Input.js +17 -11
  342. package/esm/components/form/input/Input.js.map +1 -1
  343. package/esm/components/form/input/Input.stories.d.ts +1 -1
  344. package/esm/components/form/input/Input.stories.d.ts.map +1 -1
  345. package/esm/components/form/input/Input.stories.js +1 -1
  346. package/esm/components/form/input/Input.stories.js.map +1 -1
  347. package/esm/components/form/input/Input.styled.d.ts.map +1 -1
  348. package/esm/components/form/input/Input.styled.js.map +1 -1
  349. package/esm/components/form/textarea/TextArea.stories.d.ts +1 -1
  350. package/esm/components/form/textarea/TextArea.stories.d.ts.map +1 -1
  351. package/esm/components/form/textarea/TextArea.styled.d.ts.map +1 -1
  352. package/esm/components/form/textarea/TextArea.styled.js +1 -1
  353. package/esm/components/form/textarea/TextArea.styled.js.map +1 -1
  354. package/esm/components/icons/Back.d.ts +1 -1
  355. package/esm/components/icons/Back.d.ts.map +1 -1
  356. package/esm/components/icons/Back.js +5 -4
  357. package/esm/components/icons/Back.js.map +1 -1
  358. package/esm/components/icons/Battery.d.ts +1 -1
  359. package/esm/components/icons/Battery.d.ts.map +1 -1
  360. package/esm/components/icons/Battery.js +5 -4
  361. package/esm/components/icons/Battery.js.map +1 -1
  362. package/esm/components/icons/Checkmark.d.ts +1 -1
  363. package/esm/components/icons/Checkmark.d.ts.map +1 -1
  364. package/esm/components/icons/Checkmark.js +5 -4
  365. package/esm/components/icons/Checkmark.js.map +1 -1
  366. package/esm/components/icons/Config.d.ts +1 -1
  367. package/esm/components/icons/Config.d.ts.map +1 -1
  368. package/esm/components/icons/Config.js +5 -4
  369. package/esm/components/icons/Config.js.map +1 -1
  370. package/esm/components/icons/Dots.d.ts +1 -1
  371. package/esm/components/icons/Dots.d.ts.map +1 -1
  372. package/esm/components/icons/Dots.js +5 -4
  373. package/esm/components/icons/Dots.js.map +1 -1
  374. package/esm/components/icons/Forward.d.ts +1 -1
  375. package/esm/components/icons/Forward.d.ts.map +1 -1
  376. package/esm/components/icons/Forward.js +5 -4
  377. package/esm/components/icons/Forward.js.map +1 -1
  378. package/esm/components/icons/Heart.d.ts +1 -1
  379. package/esm/components/icons/Heart.d.ts.map +1 -1
  380. package/esm/components/icons/Heart.js +5 -4
  381. package/esm/components/icons/Heart.js.map +1 -1
  382. package/esm/components/icons/Icon.d.ts +1 -1
  383. package/esm/components/icons/Icon.d.ts.map +1 -1
  384. package/esm/components/icons/Icon.js +10 -9
  385. package/esm/components/icons/Icon.js.map +1 -1
  386. package/esm/components/icons/Icon.stories.d.ts.map +1 -1
  387. package/esm/components/icons/Icon.stories.js +1 -1
  388. package/esm/components/icons/Icon.stories.js.map +1 -1
  389. package/esm/components/icons/Search.d.ts +1 -1
  390. package/esm/components/icons/Search.d.ts.map +1 -1
  391. package/esm/components/icons/Search.js +5 -4
  392. package/esm/components/icons/Search.js.map +1 -1
  393. package/esm/components/icons/Trash.d.ts +1 -1
  394. package/esm/components/icons/Trash.d.ts.map +1 -1
  395. package/esm/components/icons/Trash.js +5 -4
  396. package/esm/components/icons/Trash.js.map +1 -1
  397. package/esm/components/layout/card/Card.stories.d.ts.map +1 -1
  398. package/esm/components/layout/card/Card.stories.js.map +1 -1
  399. package/esm/components/layout/header/Header.d.ts.map +1 -1
  400. package/esm/components/layout/header/Header.js.map +1 -1
  401. package/esm/components/layout/header/Header.stories.d.ts +1 -1
  402. package/esm/components/layout/header/Header.stories.d.ts.map +1 -1
  403. package/esm/components/layout/header/Header.stories.js.map +1 -1
  404. package/esm/components/layout/header/HeaderIconAction.d.ts +3 -2
  405. package/esm/components/layout/header/HeaderIconAction.d.ts.map +1 -1
  406. package/esm/components/layout/header/HeaderIconAction.js +12 -9
  407. package/esm/components/layout/header/HeaderIconAction.js.map +1 -1
  408. package/esm/components/layout/header/HeaderIconAction.stories.d.ts +5 -4
  409. package/esm/components/layout/header/HeaderIconAction.stories.d.ts.map +1 -1
  410. package/esm/components/layout/header/HeaderIconAction.stories.js +20 -1
  411. package/esm/components/layout/header/HeaderIconAction.stories.js.map +1 -1
  412. package/esm/components/layout/header/HeaderIconAction.styled.d.ts +87 -2
  413. package/esm/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
  414. package/esm/components/layout/header/HeaderIconAction.styled.js +4 -4
  415. package/esm/components/layout/header/HeaderIconAction.styled.js.map +1 -1
  416. package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
  417. package/esm/components/layout/header/StickyHeader.js +1 -1
  418. package/esm/components/layout/header/StickyHeader.js.map +1 -1
  419. package/esm/components/layout/header/StickyHeader.stories.d.ts +1 -1
  420. package/esm/components/layout/header/StickyHeader.stories.d.ts.map +1 -1
  421. package/esm/components/layout/header/StickyHeader.stories.js +1 -1
  422. package/esm/components/layout/header/StickyHeader.stories.js.map +1 -1
  423. package/esm/components/layout/list/Header.d.ts +96 -93
  424. package/esm/components/layout/list/Header.d.ts.map +1 -1
  425. package/esm/components/layout/list/Header.js +10 -7
  426. package/esm/components/layout/list/Header.js.map +1 -1
  427. package/esm/components/layout/list/Header.stories.d.ts +1 -1
  428. package/esm/components/layout/list/Header.stories.d.ts.map +1 -1
  429. package/esm/components/layout/list/Item.d.ts +273 -7
  430. package/esm/components/layout/list/Item.d.ts.map +1 -1
  431. package/esm/components/layout/list/Item.js +18 -13
  432. package/esm/components/layout/list/Item.js.map +1 -1
  433. package/esm/components/layout/list/Item.stories.d.ts +1 -1
  434. package/esm/components/layout/list/Item.stories.d.ts.map +1 -1
  435. package/esm/components/layout/list/Item.stories.js +1 -1
  436. package/esm/components/layout/list/Item.stories.js.map +1 -1
  437. package/esm/components/layout/list/Item.styled.d.ts +1 -1
  438. package/esm/components/layout/list/Label.d.ts.map +1 -1
  439. package/esm/components/layout/list/Label.js.map +1 -1
  440. package/esm/components/layout/list/Label.stories.d.ts +1 -1
  441. package/esm/components/layout/list/Label.stories.d.ts.map +1 -1
  442. package/esm/components/layout/list/Label.stories.js +1 -1
  443. package/esm/components/layout/list/Label.stories.js.map +1 -1
  444. package/esm/components/layout/list/List.d.ts +547 -94
  445. package/esm/components/layout/list/List.d.ts.map +1 -1
  446. package/esm/components/layout/list/List.js +13 -8
  447. package/esm/components/layout/list/List.js.map +1 -1
  448. package/esm/components/layout/list/List.stories.d.ts +1 -1
  449. package/esm/components/layout/list/List.stories.d.ts.map +1 -1
  450. package/esm/components/layout/list/List.stories.js +1 -1
  451. package/esm/components/layout/list/List.stories.js.map +1 -1
  452. package/esm/components/layout/list/Value.stories.d.ts +1 -1
  453. package/esm/components/layout/list/Value.stories.d.ts.map +1 -1
  454. package/esm/components/layout/list/Value.stories.js +2 -2
  455. package/esm/components/layout/list/Value.stories.js.map +1 -1
  456. package/esm/components/layout/section/Section.d.ts.map +1 -1
  457. package/esm/components/layout/section/Section.js.map +1 -1
  458. package/esm/components/layout/section/Section.stories.d.ts +1 -1
  459. package/esm/components/layout/section/Section.stories.d.ts.map +1 -1
  460. package/esm/components/layout/section/Section.stories.js +1 -1
  461. package/esm/components/layout/section/Section.stories.js.map +1 -1
  462. package/esm/components/layout/table/Table.stories.d.ts +1 -1
  463. package/esm/components/layout/table/Table.stories.d.ts.map +1 -1
  464. package/esm/components/ui/action/Action.d.ts +5 -3
  465. package/esm/components/ui/action/Action.d.ts.map +1 -1
  466. package/esm/components/ui/action/Action.js +11 -7
  467. package/esm/components/ui/action/Action.js.map +1 -1
  468. package/esm/components/ui/action/Action.stories.d.ts +1 -1
  469. package/esm/components/ui/action/Action.stories.d.ts.map +1 -1
  470. package/esm/components/ui/action/EqualActions.stories.d.ts.map +1 -1
  471. package/esm/components/ui/action/EqualActions.stories.js +1 -1
  472. package/esm/components/ui/action/EqualActions.stories.js.map +1 -1
  473. package/esm/components/ui/button/Button.stories.d.ts +1 -1
  474. package/esm/components/ui/button/Button.stories.d.ts.map +1 -1
  475. package/esm/components/ui/button/Button.stories.js.map +1 -1
  476. package/esm/components/ui/directionPad/Pad.js +1 -1
  477. package/esm/components/ui/directionPad/Pad.js.map +1 -1
  478. package/esm/components/ui/directionPad/Pad.stories.js +1 -1
  479. package/esm/components/ui/directionPad/Pad.stories.js.map +1 -1
  480. package/esm/components/ui/drawer/Drawer.d.ts.map +1 -1
  481. package/esm/components/ui/drawer/Drawer.js +1 -1
  482. package/esm/components/ui/drawer/Drawer.js.map +1 -1
  483. package/esm/components/ui/drawer/Drawer.stories.d.ts.map +1 -1
  484. package/esm/components/ui/drawer/Drawer.stories.js +3 -2
  485. package/esm/components/ui/drawer/Drawer.stories.js.map +1 -1
  486. package/esm/components/ui/keyValue/KeyValue.d.ts +2 -2
  487. package/esm/components/ui/keyValue/KeyValue.d.ts.map +1 -1
  488. package/esm/components/ui/keyValue/KeyValue.js +3 -3
  489. package/esm/components/ui/keyValue/KeyValue.js.map +1 -1
  490. package/esm/components/ui/keyValue/KeyValue.stories.d.ts.map +1 -1
  491. package/esm/components/ui/keyValue/KeyValue.stories.js +5 -5
  492. package/esm/components/ui/keyValue/KeyValue.stories.js.map +1 -1
  493. package/esm/components/ui/loader/CoveringLoader.d.ts.map +1 -1
  494. package/esm/components/ui/loader/CoveringLoader.js +1 -1
  495. package/esm/components/ui/loader/CoveringLoader.js.map +1 -1
  496. package/esm/components/ui/loader/FullLoader.d.ts +1 -1
  497. package/esm/components/ui/loader/FullLoader.d.ts.map +1 -1
  498. package/esm/components/ui/loader/FullLoader.js +6 -4
  499. package/esm/components/ui/loader/FullLoader.js.map +1 -1
  500. package/esm/components/ui/loader/FullLoader.stories.d.ts +1 -1
  501. package/esm/components/ui/loader/FullLoader.stories.d.ts.map +1 -1
  502. package/esm/components/ui/loader/Loader.d.ts +2 -1
  503. package/esm/components/ui/loader/Loader.d.ts.map +1 -1
  504. package/esm/components/ui/loader/Loader.js +7 -5
  505. package/esm/components/ui/loader/Loader.js.map +1 -1
  506. package/esm/components/ui/loader/Loading.d.ts.map +1 -1
  507. package/esm/components/ui/loader/Loading.js +2 -1
  508. package/esm/components/ui/loader/Loading.js.map +1 -1
  509. package/esm/components/ui/loader/Loading.stories.d.ts +1 -1
  510. package/esm/components/ui/loader/Loading.stories.d.ts.map +1 -1
  511. package/esm/components/ui/loader/Loading.stories.js.map +1 -1
  512. package/esm/components/ui/loader/PopLoader.d.ts +2 -3
  513. package/esm/components/ui/loader/PopLoader.d.ts.map +1 -1
  514. package/esm/components/ui/loader/PopLoader.js +6 -4
  515. package/esm/components/ui/loader/PopLoader.js.map +1 -1
  516. package/esm/components/ui/loader/PopLoader.stories.d.ts +1 -1
  517. package/esm/components/ui/loader/PopLoader.stories.d.ts.map +1 -1
  518. package/esm/components/ui/loader/PopLoader.stories.js.map +1 -1
  519. package/esm/components/ui/message/Message.d.ts.map +1 -1
  520. package/esm/components/ui/message/Message.js.map +1 -1
  521. package/esm/components/ui/message/Message.stories.d.ts.map +1 -1
  522. package/esm/components/ui/message/Message.stories.js.map +1 -1
  523. package/esm/components/ui/message/Message.styled.d.ts +1 -1
  524. package/esm/components/ui/modal/Modal.d.ts +92 -6
  525. package/esm/components/ui/modal/Modal.d.ts.map +1 -1
  526. package/esm/components/ui/modal/Modal.js +17 -8
  527. package/esm/components/ui/modal/Modal.js.map +1 -1
  528. package/esm/components/ui/modal/Modal.stories.d.ts +1 -1
  529. package/esm/components/ui/modal/Modal.stories.d.ts.map +1 -1
  530. package/esm/components/ui/modal/Modal.stories.js +4 -4
  531. package/esm/components/ui/modal/Modal.stories.js.map +1 -1
  532. package/esm/components/ui/modal/Modal.styled.d.ts.map +1 -1
  533. package/esm/components/ui/modal/Modal.styled.js +1 -0
  534. package/esm/components/ui/modal/Modal.styled.js.map +1 -1
  535. package/esm/components/ui/modal/ModalButtons.stories.d.ts +1 -1
  536. package/esm/components/ui/modal/ModalButtons.stories.d.ts.map +1 -1
  537. package/esm/components/ui/modal/ModalButtons.stories.js +1 -1
  538. package/esm/components/ui/modal/ModalButtons.stories.js.map +1 -1
  539. package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
  540. package/esm/components/ui/modal/ModalButtons.styled.js.map +1 -1
  541. package/esm/components/ui/pop/OnButtonClick.d.ts.map +1 -1
  542. package/esm/components/ui/pop/OnButtonClick.js +3 -2
  543. package/esm/components/ui/pop/OnButtonClick.js.map +1 -1
  544. package/esm/components/ui/pop/Pop.d.ts +3 -1
  545. package/esm/components/ui/pop/Pop.d.ts.map +1 -1
  546. package/esm/components/ui/pop/Pop.js +5 -2
  547. package/esm/components/ui/pop/Pop.js.map +1 -1
  548. package/esm/components/ui/pop/Pop.stories.d.ts.map +1 -1
  549. package/esm/components/ui/pop/Pop.stories.js +2 -2
  550. package/esm/components/ui/pop/Pop.stories.js.map +1 -1
  551. package/esm/components/ui/pop/PopOption.d.ts +4 -2
  552. package/esm/components/ui/pop/PopOption.d.ts.map +1 -1
  553. package/esm/components/ui/pop/PopOption.js +9 -5
  554. package/esm/components/ui/pop/PopOption.js.map +1 -1
  555. package/esm/components/ui/progress/Progress.d.ts.map +1 -1
  556. package/esm/components/ui/progress/Progress.js.map +1 -1
  557. package/esm/components/ui/progress/Progress.stories.d.ts.map +1 -1
  558. package/esm/components/ui/progress/Progress.stories.js.map +1 -1
  559. package/esm/components/ui/progress/Progress.styled.js +1 -1
  560. package/esm/components/ui/stats/Stats.d.ts.map +1 -1
  561. package/esm/components/ui/stats/Stats.js +1 -1
  562. package/esm/components/ui/stats/Stats.js.map +1 -1
  563. package/esm/components/ui/stats/Stats.stories.d.ts.map +1 -1
  564. package/esm/components/ui/stats/Stats.stories.js +1 -1
  565. package/esm/components/ui/stats/Stats.stories.js.map +1 -1
  566. package/esm/components/ui/tabs/Item.d.ts.map +1 -1
  567. package/esm/components/ui/tabs/Item.js +3 -2
  568. package/esm/components/ui/tabs/Item.js.map +1 -1
  569. package/esm/components/ui/tabs/Item.styled.d.ts.map +1 -1
  570. package/esm/components/ui/tabs/Item.styled.js +2 -0
  571. package/esm/components/ui/tabs/Item.styled.js.map +1 -1
  572. package/esm/components/ui/tabs/Selector.d.ts +2 -1
  573. package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
  574. package/esm/components/ui/tabs/Selector.js +62 -6
  575. package/esm/components/ui/tabs/Selector.js.map +1 -1
  576. package/esm/components/ui/tabs/Selector.stories.d.ts +4 -2
  577. package/esm/components/ui/tabs/Selector.stories.d.ts.map +1 -1
  578. package/esm/components/ui/tabs/Selector.stories.js +40 -2
  579. package/esm/components/ui/tabs/Selector.stories.js.map +1 -1
  580. package/esm/components/ui/tabs/Selector.styled.d.ts +9 -1
  581. package/esm/components/ui/tabs/Selector.styled.d.ts.map +1 -1
  582. package/esm/components/ui/tabs/Selector.styled.js +67 -3
  583. package/esm/components/ui/tabs/Selector.styled.js.map +1 -1
  584. package/esm/components/ui/toaster/Notification.d.ts.map +1 -1
  585. package/esm/components/ui/toaster/Notification.js +4 -2
  586. package/esm/components/ui/toaster/Notification.js.map +1 -1
  587. package/esm/components/ui/toaster/Toaster.stories.d.ts +1 -1
  588. package/esm/components/ui/toaster/Toaster.stories.d.ts.map +1 -1
  589. package/esm/components/ui/toaster/Toaster.stories.js.map +1 -1
  590. package/esm/components/utils/HandleEsc.d.ts.map +1 -1
  591. package/esm/components/utils/HandleEsc.js +3 -3
  592. package/esm/components/utils/HandleEsc.js.map +1 -1
  593. package/esm/utils/useTailSpin.js +1 -1
  594. package/esm/utils/useTailSpin.js.map +1 -1
  595. package/package.json +5 -7
  596. package/src/components/form/Checkbox.stories.tsx +2 -3
  597. package/src/components/form/Checkbox.tsx +1 -2
  598. package/src/components/form/ColorPicker.stories.tsx +1 -2
  599. package/src/components/form/ColorPicker.tsx +0 -1
  600. package/src/components/form/Label.stories.tsx +0 -1
  601. package/src/components/form/Label.styled.ts +1 -1
  602. package/src/components/form/Select.stories.tsx +1 -1
  603. package/src/components/form/Suggestions.tsx +1 -1
  604. package/src/components/form/Toggle.styled.ts +1 -1
  605. package/src/components/form/Toggle.tsx +2 -1
  606. package/src/components/form/choice/Choice.stories.tsx +1 -2
  607. package/src/components/form/choice/Choice.tsx +3 -4
  608. package/src/components/form/choice/ChoiceItem.tsx +4 -3
  609. package/src/components/form/input/Input.stories.tsx +2 -3
  610. package/src/components/form/input/Input.styled.ts +0 -1
  611. package/src/components/form/input/Input.tsx +23 -15
  612. package/src/components/form/textarea/TextArea.stories.tsx +1 -1
  613. package/src/components/form/textarea/TextArea.styled.ts +1 -2
  614. package/src/components/icons/Back.tsx +6 -3
  615. package/src/components/icons/Battery.tsx +6 -3
  616. package/src/components/icons/Checkmark.tsx +6 -3
  617. package/src/components/icons/Config.tsx +6 -3
  618. package/src/components/icons/Dots.tsx +6 -3
  619. package/src/components/icons/Forward.tsx +6 -3
  620. package/src/components/icons/Heart.tsx +6 -3
  621. package/src/components/icons/Icon.stories.tsx +1 -2
  622. package/src/components/icons/Icon.tsx +16 -12
  623. package/src/components/icons/Search.tsx +6 -3
  624. package/src/components/icons/Trash.tsx +6 -3
  625. package/src/components/layout/card/Card.stories.tsx +0 -1
  626. package/src/components/layout/header/Header.stories.tsx +1 -2
  627. package/src/components/layout/header/Header.tsx +1 -1
  628. package/src/components/layout/header/HeaderIconAction.stories.tsx +49 -2
  629. package/src/components/layout/header/HeaderIconAction.styled.ts +4 -5
  630. package/src/components/layout/header/HeaderIconAction.tsx +23 -10
  631. package/src/components/layout/header/StickyHeader.stories.tsx +3 -3
  632. package/src/components/layout/header/StickyHeader.tsx +2 -4
  633. package/src/components/layout/list/Header.stories.tsx +1 -1
  634. package/src/components/layout/list/Header.tsx +12 -8
  635. package/src/components/layout/list/Item.stories.tsx +2 -2
  636. package/src/components/layout/list/Item.tsx +33 -26
  637. package/src/components/layout/list/Label.stories.tsx +2 -2
  638. package/src/components/layout/list/Label.tsx +1 -0
  639. package/src/components/layout/list/List.stories.tsx +2 -3
  640. package/src/components/layout/list/List.tsx +14 -14
  641. package/src/components/layout/list/Value.stories.tsx +3 -3
  642. package/src/components/layout/section/Section.stories.tsx +2 -3
  643. package/src/components/layout/section/Section.tsx +0 -1
  644. package/src/components/layout/table/Table.stories.tsx +1 -1
  645. package/src/components/ui/action/Action.stories.tsx +1 -1
  646. package/src/components/ui/action/Action.tsx +35 -11
  647. package/src/components/ui/action/EqualActions.stories.tsx +1 -2
  648. package/src/components/ui/button/Button.stories.tsx +1 -2
  649. package/src/components/ui/directionPad/Pad.stories.tsx +1 -1
  650. package/src/components/ui/directionPad/Pad.tsx +1 -1
  651. package/src/components/ui/drawer/Drawer.stories.tsx +3 -5
  652. package/src/components/ui/drawer/Drawer.tsx +2 -2
  653. package/src/components/ui/keyValue/KeyValue.stories.tsx +5 -6
  654. package/src/components/ui/keyValue/KeyValue.tsx +6 -5
  655. package/src/components/ui/loader/CoveringLoader.tsx +2 -1
  656. package/src/components/ui/loader/FullLoader.stories.tsx +1 -1
  657. package/src/components/ui/loader/FullLoader.tsx +7 -4
  658. package/src/components/ui/loader/Loader.tsx +15 -6
  659. package/src/components/ui/loader/Loading.stories.tsx +1 -2
  660. package/src/components/ui/loader/Loading.tsx +3 -1
  661. package/src/components/ui/loader/PopLoader.stories.tsx +1 -2
  662. package/src/components/ui/loader/PopLoader.tsx +9 -6
  663. package/src/components/ui/message/Message.stories.tsx +0 -1
  664. package/src/components/ui/message/Message.tsx +1 -2
  665. package/src/components/ui/modal/Modal.stories.tsx +5 -9
  666. package/src/components/ui/modal/Modal.styled.ts +1 -0
  667. package/src/components/ui/modal/Modal.tsx +24 -14
  668. package/src/components/ui/modal/ModalButtons.stories.tsx +2 -2
  669. package/src/components/ui/modal/ModalButtons.styled.ts +0 -1
  670. package/src/components/ui/pop/OnButtonClick.tsx +4 -2
  671. package/src/components/ui/pop/Pop.stories.tsx +2 -4
  672. package/src/components/ui/pop/Pop.tsx +7 -3
  673. package/src/components/ui/pop/PopOption.tsx +11 -5
  674. package/src/components/ui/progress/Progress.stories.tsx +1 -2
  675. package/src/components/ui/progress/Progress.styled.ts +1 -1
  676. package/src/components/ui/progress/Progress.tsx +0 -1
  677. package/src/components/ui/stats/Stats.stories.tsx +2 -3
  678. package/src/components/ui/stats/Stats.tsx +1 -1
  679. package/src/components/ui/tabs/Item.styled.ts +2 -0
  680. package/src/components/ui/tabs/Item.tsx +4 -2
  681. package/src/components/ui/tabs/Selector.stories.tsx +63 -3
  682. package/src/components/ui/tabs/Selector.styled.ts +74 -3
  683. package/src/components/ui/tabs/Selector.tsx +82 -7
  684. package/src/components/ui/toaster/Notification.tsx +6 -2
  685. package/src/components/ui/toaster/Toaster.stories.tsx +1 -2
  686. package/src/components/utils/HandleEsc.tsx +5 -4
  687. package/src/utils/useTailSpin.ts +1 -1
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Checkmark = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Checkmark = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 26 18", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Checkmark = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 26 18", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "currentColor", d: "M26 1.6q0-.7-.4-1.15Q25.15 0 24.55 0q-.65 0-1.1.45L9.5 14.35l-6.95-7Q2.1 6.9 1.5 6.9q-.65 0-1.05.45Q0 7.8 0 8.4q0 .7.45 1.15l8 8.05q.45.4 1.05.4.6 0 1.05-.4l15-14.95Q26 2.2 26 1.6" })));
11
- };
41
+ });
12
42
  exports.Checkmark = Checkmark;
43
+ Checkmark.displayName = "Checkmark";
13
44
  //# sourceMappingURL=Checkmark.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkmark.js","sourceRoot":"","sources":["../../../src/components/icons/Checkmark.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,SAAS,GAAoB,CAAC,KAAK,EAAE,EAAE;IACzC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,qLAAqL,GAAI,CACtN,CACT,CAAC;AACN,CAAC,CAAC;AAEO,8BAAS"}
1
+ {"version":3,"file":"Checkmark.js","sourceRoot":"","sources":["../../../src/components/icons/Checkmark.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,SAAS,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC9D,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,qLAAqL,GAAI,CACtN,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,8BAAS;AAFlB,SAAS,CAAC,WAAW,GAAG,WAAW,CAAC"}
@@ -2,6 +2,6 @@ import React from "react";
2
2
  interface Props {
3
3
  className?: string;
4
4
  }
5
- declare const Config: React.FC<Props>;
5
+ declare const Config: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
6
6
  export { Config };
7
7
  //# sourceMappingURL=Config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Config.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAY3B,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Config.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,MAAM,6EAaV,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Config = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Config = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 90 90", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Config = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 90 90", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "currentColor", d: "M87.55 26.85 85.2 21.5l-5.25.6q-2.4.3-3.7.25-1.3-.05-2.35-.65-1-.6-2.5-1.95-1.55-1.3-2.25-2.3-.75-1-.95-2.5-.25-1.45-.25-4.25l-.1-6.15L56.65 0l-4.1 4.5q-1.7 1.8-2.85 2.75-1.25.95-2.35 1.3-1.15.3-2.7.3-1.5 0-2.6-.3-1.2-.35-2.35-1.25-1.2-.9-2.85-2.65L32.75.4 28 2.25q-2.05.8-3.65 1.65-1.6.75-2 1.15-.4.45-.6 2.15-.25 1.75-.1 4 .1 2.1-.05 3.45-.15 1.35-.65 2.4-.45 1-1.45 2.1-1 1.25-1.95 1.8-.9.6-2.4.8-1.45.2-4.15.25l-6.1.1L.1 33 4 36.9q1.55 1.6 2.8 3.4 1.2 1.8 1.5 2.9.5 2.7-.95 5.55Q6 51.55 3.1 53.8L0 56.35 4.9 67.7h4.85q6.5 0 9.4 3 2.95 2.95 2.5 9.1-.25 2.25.1 3.55.3 1.2 1.75 2.1 1.45.85 4.6 2l4.85 1.95 3.5-3.7q8.75-9.1 17.2.7l3 3.6 11.4-4.85-.3-4.2q-.45-6.55 2.7-9.85 3.15-3.35 9.9-3.2l5.35.2 4.1-11.4-3.7-3q-3.25-2.7-4.2-6.2-.95-3.5.35-6.85 1.3-3.25 4.85-5.35 1.2-.65 2-1.35.85-.65.9-.95-.05-.35-.75-2.1-.6-1.7-1.7-4.05m-28.25.8q2 1.5 3.5 3.55 1.45 2.05 2.75 4.9 1.95 4.4 1.9 8.95-.1 4.5-2.2 9.05-2 4.35-5 7.15-2.9 2.75-7.1 4.45-8.65 3.25-17.25-.8-2.9-1.3-4.9-2.8-2.05-1.55-3.5-3.6-1.45-2-2.75-4.9-1.9-4.2-1.9-8.75 0-4.5 1.9-8.75 1.3-2.85 2.75-4.9 1.45-2.05 3.5-3.55 2-1.55 4.9-2.85 4.65-2.3 9.25-2.3t9.25 2.3q2.9 1.3 4.9 2.85" })));
11
- };
41
+ });
12
42
  exports.Config = Config;
43
+ Config.displayName = "Config";
13
44
  //# sourceMappingURL=Config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Config.js","sourceRoot":"","sources":["../../../src/components/icons/Config.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,MAAM,GAAoB,CAAC,KAAK,EAAE,EAAE;IACtC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,8mCAA8mC,GAAI,CAC/oC,CACT,CAAC;AACN,CAAC,CAAC;AAEO,wBAAM"}
1
+ {"version":3,"file":"Config.js","sourceRoot":"","sources":["../../../src/components/icons/Config.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,MAAM,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC3D,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,8mCAA8mC,GAAI,CAC/oC,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,wBAAM;AAFf,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC"}
@@ -2,6 +2,6 @@ import React from "react";
2
2
  interface Props {
3
3
  className?: string;
4
4
  }
5
- declare const Dots: React.FC<Props>;
5
+ declare const Dots: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
6
6
  export { Dots };
7
7
  //# sourceMappingURL=Dots.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dots.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Dots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAYzB,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC"}
1
+ {"version":3,"file":"Dots.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Dots.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,IAAI,6EAaR,CAAC;AAIH,OAAO,EAAE,IAAI,EAAE,CAAC"}
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Dots = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Dots = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 72", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Dots = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 16 72", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "currentColor", d: "M13.65 13.65Q16 11.3 16 8q0-3.3-2.35-5.65Q11.3 0 8 0 4.7 0 2.35 2.35 0 4.7 0 8q0 3.3 2.35 5.65Q4.7 16 8 16q3.3 0 5.65-2.35M8 44q3.3 0 5.65-2.35Q16 39.3 16 36q0-3.3-2.35-5.65Q11.3 28 8 28q-3.3 0-5.65 2.35Q0 32.7 0 36q0 3.3 2.35 5.65Q4.7 44 8 44M8 72q3.3 0 5.65-2.35Q16 67.3 16 64q0-3.3-2.35-5.65Q11.3 56 8 56q-3.3 0-5.65 2.35Q0 60.7 0 64q0 3.3 2.35 5.65Q4.7 72 8 72" })));
11
- };
41
+ });
12
42
  exports.Dots = Dots;
43
+ Dots.displayName = "Dots";
13
44
  //# sourceMappingURL=Dots.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Dots.js","sourceRoot":"","sources":["../../../src/components/icons/Dots.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,IAAI,GAAoB,CAAC,KAAK,EAAE,EAAE;IACpC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,8WAA8W,GAAI,CAC/Y,CACT,CAAC;AACN,CAAC,CAAC;AAEO,oBAAI"}
1
+ {"version":3,"file":"Dots.js","sourceRoot":"","sources":["../../../src/components/icons/Dots.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,IAAI,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IACzD,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,8WAA8W,GAAI,CAC/Y,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,oBAAI;AAFb,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC"}
@@ -2,6 +2,6 @@ import React from "react";
2
2
  interface Props {
3
3
  className?: string;
4
4
  }
5
- declare const Forward: React.FC<Props>;
5
+ declare const Forward: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
6
6
  export { Forward };
7
7
  //# sourceMappingURL=Forward.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Forward.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Forward.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAY5B,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"Forward.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Forward.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,OAAO,6EAaX,CAAC;AAIH,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Forward = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Forward = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 9 16", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Forward = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 9 16", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "currentColor", d: "M.95.15Q.8 0 .55 0t-.4.15Q0 .3 0 .55t.15.4L7.35 8l-7.2 7.05Q0 15.2 0 15.4q0 .25.2.4.15.2.4.2.2 0 .35-.15L9 8 1 .2Q1 .15.95.15" })));
11
- };
41
+ });
12
42
  exports.Forward = Forward;
43
+ Forward.displayName = "Forward";
13
44
  //# sourceMappingURL=Forward.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Forward.js","sourceRoot":"","sources":["../../../src/components/icons/Forward.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,OAAO,GAAoB,CAAC,KAAK,EAAE,EAAE;IACvC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,UAAU,EACnB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,+HAA+H,GAAI,CAChK,CACT,CAAC;AACN,CAAC,CAAC;AAEO,0BAAO"}
1
+ {"version":3,"file":"Forward.js","sourceRoot":"","sources":["../../../src/components/icons/Forward.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,OAAO,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC5D,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,UAAU,EACnB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,+HAA+H,GAAI,CAChK,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,0BAAO;AAFhB,OAAO,CAAC,WAAW,GAAG,SAAS,CAAC"}
@@ -2,6 +2,6 @@ import React from "react";
2
2
  interface Props {
3
3
  className?: string;
4
4
  }
5
- declare const Heart: React.FC<Props>;
5
+ declare const Heart: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
6
6
  export { Heart };
7
7
  //# sourceMappingURL=Heart.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heart.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Heart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAY1B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"Heart.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Heart.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,KAAK,6EAaT,CAAC;AAIH,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Heart = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Heart = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 55 46", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Heart = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 55 46", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "currentColor", d: "M54 8.5q-1.1-2.35-2.15-3.35Q50.9 4.2 49.4 3 47.75 1.65 44.9.75h-.05q-2.7-.85-5.55-.7-.05 0-.1.05-2.9.35-5.3 1.7-.8.35-1.9 1.15l.05-.05q-1.15.7-2.1 1.55-.75.55-1.55 1-.45.2-.9.15-.15-.05-.25-.05-.35-.05-.75-.35-.1-.05-.15-.1-.7-.4-1.35-.95l-.05-.05q-.85-.75-1.75-1.25-2.15-1.6-4.65-2.25Q15.9-.1 13.2.05q-.05 0-.15.05Q9.9.6 7 2.4h-.05q-2.7 1.75-4.5 4.45v.05Q.7 9.6.15 12.85q-.05.05-.05.1-.4 3.3 1.1 6.75v.1q1.25 2.45 3.2 4.6 1.6 2.05 3.55 4l3.8 3.8q0 .05.05.05 1.9 1.8 3.7 3.65v.05q3.9 3.75 6.05 5.8l.05.05q2.25 2.25 3.1 2.75l-.05-.05 1 .75q.85.75 2.05.75.3 0 .55-.1 1-.4 2-1.3.75-.75 2.1-1.85h.05q1.35-1.25 3-2.75h.05q1.6-1.55 3.35-3.2 1.75-1.65 3.7-3.7v.05l4.1-4 .05-.05q2.15-2.2 4-4.55v-.05q1.9-2.55 3.1-5.1h-.05q1.3-2.7 1.3-5.65 0-3-1-5.25m-4.25-1.25q.75.8 1.5 2.5t.75 4q0 2.25-1 4.35v.05q-1.05 2.25-2.7 4.55h-.05Q46.5 24.9 44.5 27l-4.1 4q-1.95 1.9-3.65 3.6-1.75 1.6-3.35 3.2-.05 0-.05.05-1.6 1.45-2.9 2.6-1.45 1.2-2.25 1.95-.35.3-.7.55-.5-.45-1.25-.95-.7-.45-2.6-2.35-2.15-2.1-6.05-5.9-1.8-1.8-3.75-3.7v.05l-3.8-3.8h.05q-1.85-1.9-3.4-3.85-.05-.1-.1-.1-1.65-1.8-2.7-3.9-1.1-2.6-.8-5.1.4-2.65 1.85-4.8 1.5-2.2 3.65-3.65 2.3-1.4 4.8-1.85 2.2-.15 4.35.45h.05q2 .55 3.7 1.8l.1.1q.7.45 1.45 1.05.85.65 1.65 1.15 1.25.95 2.4.95 1.4.25 2.75-.5l-.05.05q1.05-.6 2.1-1.35 0-.05.05-.05.75-.7 1.7-1.25 0-.05.05-.05.85-.6 1.45-.85.05-.05.15-.1 1.95-1.1 4.3-1.4h-.1q2.25-.15 4.45.55 2.3.75 3.6 1.75 1.35 1.05 2.2 1.9" })));
11
- };
41
+ });
12
42
  exports.Heart = Heart;
43
+ Heart.displayName = "Heart";
13
44
  //# sourceMappingURL=Heart.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Heart.js","sourceRoot":"","sources":["../../../src/components/icons/Heart.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,KAAK,GAAoB,CAAC,KAAK,EAAE,EAAE;IACrC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,83CAA83C,GAAI,CAC/5C,CACT,CAAC;AACN,CAAC,CAAC;AAEO,sBAAK"}
1
+ {"version":3,"file":"Heart.js","sourceRoot":"","sources":["../../../src/components/icons/Heart.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,KAAK,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC1D,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,83CAA83C,GAAI,CAC/5C,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,sBAAK;AAFd,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC"}
@@ -14,7 +14,7 @@ interface Props {
14
14
  name: ICON;
15
15
  className?: string;
16
16
  }
17
- declare const Icon: React.FC<Props>;
17
+ declare const Icon: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
18
18
  export { Icon, ICON };
19
19
  export type { Props as IconProps, };
20
20
  //# sourceMappingURL=Icon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,aAAK,IAAI;IACL,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED,UAAU,KAAK;IACX,IAAI,EAAE,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAcD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAMzB,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;AAEtB,YAAY,EACR,KAAK,IAAI,SAAS,GACrB,CAAC"}
1
+ {"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAY1C,aAAK,IAAI;IACL,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;CAChB;AAED,UAAU,KAAK;IACX,IAAI,EAAE,IAAI,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAgBD,QAAA,MAAM,IAAI,6EAQR,CAAC;AAIH,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;AAEtB,YAAY,EACR,KAAK,IAAI,SAAS,GACrB,CAAC"}
@@ -1,4 +1,37 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
2
35
  var __rest = (this && this.__rest) || function (s, e) {
3
36
  var t = {};
4
37
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -10,21 +43,18 @@ var __rest = (this && this.__rest) || function (s, e) {
10
43
  }
11
44
  return t;
12
45
  };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
46
  Object.defineProperty(exports, "__esModule", { value: true });
17
47
  exports.ICON = exports.Icon = void 0;
18
- const react_1 = __importDefault(require("react"));
19
- const Checkmark_1 = require("./Checkmark");
48
+ const react_1 = __importStar(require("react"));
20
49
  const Back_1 = require("./Back");
21
- const Forward_1 = require("./Forward");
22
- const Search_1 = require("./Search");
23
50
  const Battery_1 = require("./Battery");
24
- const Heart_1 = require("./Heart");
25
- const Trash_1 = require("./Trash");
51
+ const Checkmark_1 = require("./Checkmark");
26
52
  const Config_1 = require("./Config");
27
53
  const Dots_1 = require("./Dots");
54
+ const Forward_1 = require("./Forward");
55
+ const Heart_1 = require("./Heart");
56
+ const Search_1 = require("./Search");
57
+ const Trash_1 = require("./Trash");
28
58
  var ICON;
29
59
  (function (ICON) {
30
60
  ICON["checkmark"] = "checkmark";
@@ -48,13 +78,14 @@ const iconsMap = new Map([
48
78
  [ICON.config, Config_1.Config],
49
79
  [ICON.dots, Dots_1.Dots],
50
80
  ]);
51
- const Icon = (_a) => {
81
+ const Icon = (0, react_1.forwardRef)((_a, ref) => {
52
82
  var { name: iconName } = _a, props = __rest(_a, ["name"]);
53
83
  const C = iconsMap.get(iconName);
54
84
  if (!C) {
55
85
  throw new TypeError("Unknown icon: " + iconName);
56
86
  }
57
- return react_1.default.createElement(C, Object.assign({}, props));
58
- };
87
+ return react_1.default.createElement(C, Object.assign({ ref: ref }, props));
88
+ });
59
89
  exports.Icon = Icon;
90
+ Icon.displayName = "Icon";
60
91
  //# sourceMappingURL=Icon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../../src/components/icons/Icon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAI1B,2CAAwC;AACxC,iCAA8B;AAC9B,uCAAoC;AACpC,qCAAkC;AAClC,uCAAoC;AACpC,mCAAgC;AAChC,mCAAgC;AAChC,qCAAkC;AAClC,iCAA8B;AAE9B,IAAK,IAUJ;AAVD,WAAK,IAAI;IACL,+BAAuB,CAAA;IACvB,qBAAa,CAAA;IACb,2BAAmB,CAAA;IACnB,yBAAiB,CAAA;IACjB,2BAAmB,CAAA;IACnB,uBAAe,CAAA;IACf,uBAAe,CAAA;IACf,yBAAiB,CAAA;IACjB,qBAAa,CAAA;AACjB,CAAC,EAVI,IAAI,oBAAJ,IAAI,QAUR;AAOD,MAAM,QAAQ,GAAG,IAAI,GAAG,CAA6C;IACjE,CAAC,IAAI,CAAC,SAAS,EAAE,qBAAS,CAAC;IAC3B,CAAC,IAAI,CAAC,IAAI,EAAE,WAAI,CAAC;IACjB,CAAC,IAAI,CAAC,OAAO,EAAE,iBAAO,CAAC;IACvB,CAAC,IAAI,CAAC,MAAM,EAAE,eAAM,CAAC;IACrB,CAAC,IAAI,CAAC,OAAO,EAAE,iBAAO,CAAC;IACvB,CAAC,IAAI,CAAC,KAAK,EAAE,aAAK,CAAC;IACnB,CAAC,IAAI,CAAC,KAAK,EAAE,aAAK,CAAC;IACnB,CAAC,IAAI,CAAC,MAAM,EAAE,eAAM,CAAC;IACrB,CAAC,IAAI,CAAC,IAAI,EAAE,WAAI,CAAC;CACpB,CAAC,CAAC;AAEH,MAAM,IAAI,GAAoB,CAAC,EAA4B,EAAE,EAAE;QAAhC,EAAE,IAAI,EAAE,QAAQ,OAAY,EAAP,KAAK,cAA1B,QAA4B,CAAF;IACrD,MAAM,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACjC,IAAI,CAAC,CAAC,EAAE,CAAC;QACL,MAAM,IAAI,SAAS,CAAC,gBAAgB,GAAG,QAAQ,CAAC,CAAC;IACrD,CAAC;IACD,OAAO,8BAAC,CAAC,oBAAK,KAAK,EAAI,CAAC;AAC5B,CAAC,CAAC;AAEO,oBAAI"}
1
+ {"version":3,"file":"Icon.js","sourceRoot":"","sources":["../../../src/components/icons/Icon.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAE1C,iCAA8B;AAC9B,uCAAoC;AACpC,2CAAwC;AACxC,qCAAkC;AAClC,iCAA8B;AAC9B,uCAAoC;AACpC,mCAAgC;AAChC,qCAAkC;AAClC,mCAAgC;AAEhC,IAAK,IAUJ;AAVD,WAAK,IAAI;IACL,+BAAuB,CAAA;IACvB,qBAAa,CAAA;IACb,2BAAmB,CAAA;IACnB,yBAAiB,CAAA;IACjB,2BAAmB,CAAA;IACnB,uBAAe,CAAA;IACf,uBAAe,CAAA;IACf,yBAAiB,CAAA;IACjB,qBAAa,CAAA;AACjB,CAAC,EAVI,IAAI,oBAAJ,IAAI,QAUR;AASD,MAAM,QAAQ,GAAG,IAAI,GAAG,CAAsB;IAC1C,CAAC,IAAI,CAAC,SAAS,EAAE,qBAAS,CAAC;IAC3B,CAAC,IAAI,CAAC,IAAI,EAAE,WAAI,CAAC;IACjB,CAAC,IAAI,CAAC,OAAO,EAAE,iBAAO,CAAC;IACvB,CAAC,IAAI,CAAC,MAAM,EAAE,eAAM,CAAC;IACrB,CAAC,IAAI,CAAC,OAAO,EAAE,iBAAO,CAAC;IACvB,CAAC,IAAI,CAAC,KAAK,EAAE,aAAK,CAAC;IACnB,CAAC,IAAI,CAAC,KAAK,EAAE,aAAK,CAAC;IACnB,CAAC,IAAI,CAAC,MAAM,EAAE,eAAM,CAAC;IACrB,CAAC,IAAI,CAAC,IAAI,EAAE,WAAI,CAAC;CACpB,CAAC,CAAC;AAEH,MAAM,IAAI,GAAG,IAAA,kBAAU,EAAuB,CAAC,EAA4B,EAAE,GAAG,EAAE,EAAE;QAArC,EAAE,IAAI,EAAE,QAAQ,OAAY,EAAP,KAAK,cAA1B,QAA4B,CAAF;IACrE,MAAM,CAAC,GAAG,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACjC,IAAI,CAAC,CAAC,EAAE,CAAC;QACL,MAAM,IAAI,SAAS,CAAC,gBAAgB,GAAG,QAAQ,CAAC,CAAC;IACrD,CAAC;IAGD,OAAO,8BAAC,CAAC,kBAAC,GAAG,EAAE,GAAG,IAAM,KAAK,EAAI,CAAC;AACtC,CAAC,CAAC,CAAC;AAIM,oBAAI;AAFb,IAAI,CAAC,WAAW,GAAG,MAAM,CAAC"}
@@ -2,6 +2,6 @@ import React from "react";
2
2
  interface Props {
3
3
  className?: string;
4
4
  }
5
- declare const Search: React.FC<Props>;
5
+ declare const Search: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
6
6
  export { Search };
7
7
  //# sourceMappingURL=Search.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAoB3B,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,MAAM,6EAqBV,CAAC;AAIH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Search = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Search = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Search = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", d: "M11.95 6.6q0 2.1-1.5 3.6m0-7.2q1.5 1.55 1.5 3.6M6.9 1.5q2.05 0 3.55 1.5m-7.2 0q1.5-1.5 3.65-1.5M1.75 6.6q0-2.05 1.5-3.6m0 7.2q-1.5-1.5-1.5-3.6m5.15 5.1q-2.15 0-3.65-1.5m6.95.2q-1.4 1.3-3.3 1.3m3.3-1.3l4.1 4.1m-3.85-4.3q-.1.1-.25.2" })));
11
- };
41
+ });
12
42
  exports.Search = Search;
43
+ Search.displayName = "Search";
13
44
  //# sourceMappingURL=Search.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Search.js","sourceRoot":"","sources":["../../../src/components/icons/Search.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,MAAM,GAAoB,CAAC,KAAK,EAAE,EAAE;IACtC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCACI,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,cAAc,EACtB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAE,OAAO,EACtB,cAAc,EAAE,OAAO,EACvB,CAAC,EAAE,wOAAwO,GAC7O,CACA,CAET,CAAC;AACN,CAAC,CAAC;AAEO,wBAAM"}
1
+ {"version":3,"file":"Search.js","sourceRoot":"","sources":["../../../src/components/icons/Search.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,MAAM,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC3D,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCACI,IAAI,EAAE,MAAM,EACZ,MAAM,EAAE,cAAc,EACtB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAE,OAAO,EACtB,cAAc,EAAE,OAAO,EACvB,CAAC,EAAE,wOAAwO,GAC7O,CACA,CAET,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,wBAAM;AAFf,MAAM,CAAC,WAAW,GAAG,QAAQ,CAAC"}
@@ -2,6 +2,6 @@ import React from "react";
2
2
  interface Props {
3
3
  className?: string;
4
4
  }
5
- declare const Trash: React.FC<Props>;
5
+ declare const Trash: React.ForwardRefExoticComponent<Props & React.RefAttributes<SVGSVGElement>>;
6
6
  export { Trash };
7
7
  //# sourceMappingURL=Trash.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Trash.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Trash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAY1B,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"Trash.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Trash.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,UAAU,KAAK;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,KAAK,6EAaT,CAAC;AAIH,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,13 +1,44 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
5
35
  Object.defineProperty(exports, "__esModule", { value: true });
6
36
  exports.Trash = void 0;
7
- const react_1 = __importDefault(require("react"));
8
- const Trash = (props) => {
9
- return (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 41 37", xmlns: "http://www.w3.org/2000/svg", className: props.className },
37
+ const react_1 = __importStar(require("react"));
38
+ const Trash = (0, react_1.forwardRef)((props, ref) => {
39
+ return (react_1.default.createElement("svg", { ref: ref, width: "16", height: "16", viewBox: "0 0 41 37", xmlns: "http://www.w3.org/2000/svg", className: props.className },
10
40
  react_1.default.createElement("path", { fill: "currentColor", d: "M35.7 9.25h3.95q1.4-.4 1.35-1.6-.1-1.2-1.35-1.45H25.6V1.25Q25.6 0 24.4 0h-8.7q-1.1-.05-1.2 1.25V6.2H1.35Q-.1 6.6 0 7.75.1 9 1.35 9.25H5.4v26.5q.15 1.2 1.25 1.25H34.5q1.1-.1 1.2-1.25V9.25M22.6 6.2h-5.05V3.1h5.05v3.1M8.45 33.9V9.25H32.7V33.9H8.45" })));
11
- };
41
+ });
12
42
  exports.Trash = Trash;
43
+ Trash.displayName = "Trash";
13
44
  //# sourceMappingURL=Trash.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Trash.js","sourceRoot":"","sources":["../../../src/components/icons/Trash.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAM1B,MAAM,KAAK,GAAoB,CAAC,KAAK,EAAE,EAAE;IACrC,OAAO,CACH,uCACI,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,sPAAsP,GAAI,CACvR,CACT,CAAC;AACN,CAAC,CAAC;AAEO,sBAAK"}
1
+ {"version":3,"file":"Trash.js","sourceRoot":"","sources":["../../../src/components/icons/Trash.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAA0C;AAM1C,MAAM,KAAK,GAAG,IAAA,kBAAU,EAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC1D,OAAO,CACH,uCACI,GAAG,EAAE,GAAG,EACR,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,OAAO,EAAE,WAAW,EACpB,KAAK,EAAE,4BAA4B,EACnC,SAAS,EAAE,KAAK,CAAC,SAAS;QAE1B,wCAAM,IAAI,EAAE,cAAc,EAAE,CAAC,EAAE,sPAAsP,GAAI,CACvR,CACT,CAAC;AACN,CAAC,CAAC,CAAC;AAIM,sBAAK;AAFd,KAAK,CAAC,WAAW,GAAG,OAAO,CAAC"}