@app-studio/components 0.10.17

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 (1648) hide show
  1. package/LICENSE +448 -0
  2. package/README.md +236 -0
  3. package/dist/assets/apple-logo.png +0 -0
  4. package/dist/assets/maskable_icon.png +0 -0
  5. package/dist/assets/orange.png +0 -0
  6. package/dist/favicon.ico +0 -0
  7. package/dist/files/media/Accordion.mdx +333 -0
  8. package/dist/files/media/Alert.mdx +353 -0
  9. package/dist/files/media/AspectRatio.mdx +64 -0
  10. package/dist/files/media/AudioInput.mdx +78 -0
  11. package/dist/files/media/AudioWaveform.mdx +9 -0
  12. package/dist/files/media/Avatar.mdx +301 -0
  13. package/dist/files/media/Background.mdx +610 -0
  14. package/dist/files/media/Badge.mdx +503 -0
  15. package/dist/files/media/Button.mdx +688 -0
  16. package/dist/files/media/Card.mdx +560 -0
  17. package/dist/files/media/Carousel.mdx +605 -0
  18. package/dist/files/media/Chart.mdx +871 -0
  19. package/dist/files/media/ChatInput.mdx +540 -0
  20. package/dist/files/media/ChatWidget.mdx +403 -0
  21. package/dist/files/media/Checkbox.mdx +463 -0
  22. package/dist/files/media/ColorInput.mdx +217 -0
  23. package/dist/files/media/ColorPicker.mdx +259 -0
  24. package/dist/files/media/ComboBox.mdx +376 -0
  25. package/dist/files/media/Command.mdx +496 -0
  26. package/dist/files/media/ContextMenu.mdx +411 -0
  27. package/dist/files/media/CookieConsent.mdx +263 -0
  28. package/dist/files/media/CountryPicker.mdx +349 -0
  29. package/dist/files/media/DatePicker.mdx +217 -0
  30. package/dist/files/media/DragAndDrop.mdx +34 -0
  31. package/dist/files/media/Drawer.mdx +233 -0
  32. package/dist/files/media/DropZone.mdx +9 -0
  33. package/dist/files/media/DropdownMenu.mdx +403 -0
  34. package/dist/files/media/EmojiPicker.mdx +314 -0
  35. package/dist/files/media/Gradient.mdx +604 -0
  36. package/dist/files/media/HoverCard.mdx +144 -0
  37. package/dist/files/media/IconPicker.mdx +9 -0
  38. package/dist/files/media/Label.mdx +9 -0
  39. package/dist/files/media/Link.mdx +142 -0
  40. package/dist/files/media/Loader.mdx +161 -0
  41. package/dist/files/media/Menubar.mdx +496 -0
  42. package/dist/files/media/Message.mdx +299 -0
  43. package/dist/files/media/Modal.mdx +795 -0
  44. package/dist/files/media/NavigationMenu.mdx +728 -0
  45. package/dist/files/media/OTPInput.mdx +450 -0
  46. package/dist/files/media/Pagination.mdx +356 -0
  47. package/dist/files/media/ProgressBar.mdx +119 -0
  48. package/dist/files/media/Radio.mdx +314 -0
  49. package/dist/files/media/RadioGroup.mdx +9 -0
  50. package/dist/files/media/Resizable.mdx +873 -0
  51. package/dist/files/media/Select.mdx +689 -0
  52. package/dist/files/media/Selector.mdx +9 -0
  53. package/dist/files/media/Separator.mdx +741 -0
  54. package/dist/files/media/ShareButton.mdx +29 -0
  55. package/dist/files/media/Sidebar.mdx +1237 -0
  56. package/dist/files/media/Slider.mdx +513 -0
  57. package/dist/files/media/StatusIndicator.mdx +43 -0
  58. package/dist/files/media/Switch.mdx +521 -0
  59. package/dist/files/media/Table.mdx +827 -0
  60. package/dist/files/media/Tabs.mdx +524 -0
  61. package/dist/files/media/TagInput.mdx +372 -0
  62. package/dist/files/media/TextArea.mdx +724 -0
  63. package/dist/files/media/TextField.mdx +830 -0
  64. package/dist/files/media/Title.mdx +1081 -0
  65. package/dist/files/media/Toast.mdx +802 -0
  66. package/dist/files/media/Toggle.mdx +159 -0
  67. package/dist/files/media/ToggleGroup.mdx +180 -0
  68. package/dist/files/media/Tooltip.mdx +307 -0
  69. package/dist/files/media/Uploader.mdx +9 -0
  70. package/dist/index.d.ts +4551 -0
  71. package/dist/manifest.json +22 -0
  72. package/dist/native/components/Accordion/Accordion/Accordion.props.d.ts +50 -0
  73. package/dist/native/components/Accordion/Accordion/Accordion.props.js +2 -0
  74. package/dist/native/components/Accordion/Accordion/Accordion.props.js.map +1 -0
  75. package/dist/native/components/Accordion/Accordion/Accordion.state.d.ts +9 -0
  76. package/dist/native/components/Accordion/Accordion/Accordion.state.js +83 -0
  77. package/dist/native/components/Accordion/Accordion/Accordion.state.js.map +1 -0
  78. package/dist/native/components/Accordion/Accordion/Accordion.style.d.ts +6 -0
  79. package/dist/native/components/Accordion/Accordion/Accordion.style.js +54 -0
  80. package/dist/native/components/Accordion/Accordion/Accordion.style.js.map +1 -0
  81. package/dist/native/components/Accordion/Accordion/Accordion.type.d.ts +20 -0
  82. package/dist/native/components/Accordion/Accordion/Accordion.type.js +2 -0
  83. package/dist/native/components/Accordion/Accordion/Accordion.type.js.map +1 -0
  84. package/dist/native/components/Accordion/Accordion/Accordion.view.d.ts +32 -0
  85. package/dist/native/components/Accordion/Accordion/Accordion.view.js +156 -0
  86. package/dist/native/components/Accordion/Accordion/Accordion.view.js.map +1 -0
  87. package/dist/native/components/Accordion/Accordion/Accordion.view.native.d.ts +32 -0
  88. package/dist/native/components/Accordion/Accordion/Accordion.view.native.js +100 -0
  89. package/dist/native/components/Accordion/Accordion/Accordion.view.native.js.map +1 -0
  90. package/dist/native/components/Accordion/Accordion.d.ts +2 -0
  91. package/dist/native/components/Accordion/Accordion.js +38 -0
  92. package/dist/native/components/Accordion/Accordion.js.map +1 -0
  93. package/dist/native/components/Alert/Alert/Alert.props.d.ts +14 -0
  94. package/dist/native/components/Alert/Alert/Alert.props.js +2 -0
  95. package/dist/native/components/Alert/Alert/Alert.props.js.map +1 -0
  96. package/dist/native/components/Alert/Alert/Alert.state.d.ts +5 -0
  97. package/dist/native/components/Alert/Alert/Alert.state.js +9 -0
  98. package/dist/native/components/Alert/Alert/Alert.state.js.map +1 -0
  99. package/dist/native/components/Alert/Alert/Alert.style.d.ts +28 -0
  100. package/dist/native/components/Alert/Alert/Alert.style.js +98 -0
  101. package/dist/native/components/Alert/Alert/Alert.style.js.map +1 -0
  102. package/dist/native/components/Alert/Alert/Alert.type.d.ts +8 -0
  103. package/dist/native/components/Alert/Alert/Alert.type.js +2 -0
  104. package/dist/native/components/Alert/Alert/Alert.type.js.map +1 -0
  105. package/dist/native/components/Alert/Alert/Alert.view.d.ts +11 -0
  106. package/dist/native/components/Alert/Alert/Alert.view.js +68 -0
  107. package/dist/native/components/Alert/Alert/Alert.view.js.map +1 -0
  108. package/dist/native/components/Alert/Alert/Alert.view.native.d.ts +3 -0
  109. package/dist/native/components/Alert/Alert/Alert.view.native.js +22 -0
  110. package/dist/native/components/Alert/Alert/Alert.view.native.js.map +1 -0
  111. package/dist/native/components/Alert/Alert.d.ts +3 -0
  112. package/dist/native/components/Alert/Alert.js +11 -0
  113. package/dist/native/components/Alert/Alert.js.map +1 -0
  114. package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.d.ts +9 -0
  115. package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.js +2 -0
  116. package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.props.js.map +1 -0
  117. package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.d.ts +3 -0
  118. package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.js +15 -0
  119. package/dist/native/components/AspectRatio/AspectRatio/AspectRatio.view.js.map +1 -0
  120. package/dist/native/components/AspectRatio/AspectRatio.d.ts +3 -0
  121. package/dist/native/components/AspectRatio/AspectRatio.js +11 -0
  122. package/dist/native/components/AspectRatio/AspectRatio.js.map +1 -0
  123. package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.d.ts +18 -0
  124. package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.js +111 -0
  125. package/dist/native/components/AttachmentGroup/AttachmentGroup/AttachmentGroup.js.map +1 -0
  126. package/dist/native/components/AttachmentGroup/AttachmentGroup.d.ts +2 -0
  127. package/dist/native/components/AttachmentGroup/AttachmentGroup.js +3 -0
  128. package/dist/native/components/AttachmentGroup/AttachmentGroup.js.map +1 -0
  129. package/dist/native/components/AudioInput/AudioInput/AudioInput.props.d.ts +18 -0
  130. package/dist/native/components/AudioInput/AudioInput/AudioInput.props.js +2 -0
  131. package/dist/native/components/AudioInput/AudioInput/AudioInput.props.js.map +1 -0
  132. package/dist/native/components/AudioInput/AudioInput/AudioInput.state.d.ts +15 -0
  133. package/dist/native/components/AudioInput/AudioInput/AudioInput.state.js +36 -0
  134. package/dist/native/components/AudioInput/AudioInput/AudioInput.state.js.map +1 -0
  135. package/dist/native/components/AudioInput/AudioInput/AudioInput.view.d.ts +4 -0
  136. package/dist/native/components/AudioInput/AudioInput/AudioInput.view.js +150 -0
  137. package/dist/native/components/AudioInput/AudioInput/AudioInput.view.js.map +1 -0
  138. package/dist/native/components/AudioInput/AudioInput.d.ts +4 -0
  139. package/dist/native/components/AudioInput/AudioInput.js +10 -0
  140. package/dist/native/components/AudioInput/AudioInput.js.map +1 -0
  141. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.d.ts +3 -0
  142. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.js +46 -0
  143. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.js.map +1 -0
  144. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.d.ts +9 -0
  145. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.js +2 -0
  146. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.props.js.map +1 -0
  147. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.d.ts +4 -0
  148. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.js +28 -0
  149. package/dist/native/components/AudioInput/AudioWaveform/AudioWaveform.view.js.map +1 -0
  150. package/dist/native/components/AudioInput/useAudioRecording.d.ts +13 -0
  151. package/dist/native/components/AudioInput/useAudioRecording.js +232 -0
  152. package/dist/native/components/AudioInput/useAudioRecording.js.map +1 -0
  153. package/dist/native/components/Avatar/Avatar/Avatar.props.d.ts +13 -0
  154. package/dist/native/components/Avatar/Avatar/Avatar.props.js +2 -0
  155. package/dist/native/components/Avatar/Avatar/Avatar.props.js.map +1 -0
  156. package/dist/native/components/Avatar/Avatar/Avatar.state.d.ts +4 -0
  157. package/dist/native/components/Avatar/Avatar/Avatar.state.js +8 -0
  158. package/dist/native/components/Avatar/Avatar/Avatar.state.js.map +1 -0
  159. package/dist/native/components/Avatar/Avatar/Avatar.style.d.ts +24 -0
  160. package/dist/native/components/Avatar/Avatar/Avatar.style.js +44 -0
  161. package/dist/native/components/Avatar/Avatar/Avatar.style.js.map +1 -0
  162. package/dist/native/components/Avatar/Avatar/Avatar.type.d.ts +7 -0
  163. package/dist/native/components/Avatar/Avatar/Avatar.type.js +2 -0
  164. package/dist/native/components/Avatar/Avatar/Avatar.type.js.map +1 -0
  165. package/dist/native/components/Avatar/Avatar/Avatar.view.d.ts +9 -0
  166. package/dist/native/components/Avatar/Avatar/Avatar.view.js +29 -0
  167. package/dist/native/components/Avatar/Avatar/Avatar.view.js.map +1 -0
  168. package/dist/native/components/Avatar/Avatar.d.ts +3 -0
  169. package/dist/native/components/Avatar/Avatar.js +19 -0
  170. package/dist/native/components/Avatar/Avatar.js.map +1 -0
  171. package/dist/native/components/Background/Background/Background.props.d.ts +98 -0
  172. package/dist/native/components/Background/Background/Background.props.js +2 -0
  173. package/dist/native/components/Background/Background/Background.props.js.map +1 -0
  174. package/dist/native/components/Background/Background/Background.style.d.ts +24 -0
  175. package/dist/native/components/Background/Background/Background.style.js +125 -0
  176. package/dist/native/components/Background/Background/Background.style.js.map +1 -0
  177. package/dist/native/components/Background/Background/Background.type.d.ts +28 -0
  178. package/dist/native/components/Background/Background/Background.type.js +2 -0
  179. package/dist/native/components/Background/Background/Background.type.js.map +1 -0
  180. package/dist/native/components/Background/Background/Background.view.d.ts +18 -0
  181. package/dist/native/components/Background/Background/Background.view.js +365 -0
  182. package/dist/native/components/Background/Background/Background.view.js.map +1 -0
  183. package/dist/native/components/Background/Background/Background.view.native.d.ts +18 -0
  184. package/dist/native/components/Background/Background/Background.view.native.js +79 -0
  185. package/dist/native/components/Background/Background/Background.view.native.js.map +1 -0
  186. package/dist/native/components/Background/Background.d.ts +15 -0
  187. package/dist/native/components/Background/Background.js +20 -0
  188. package/dist/native/components/Background/Background.js.map +1 -0
  189. package/dist/native/components/Background/index.d.ts +3 -0
  190. package/dist/native/components/Background/index.js +3 -0
  191. package/dist/native/components/Background/index.js.map +1 -0
  192. package/dist/native/components/Badge/Badge/Badge.props.d.ts +21 -0
  193. package/dist/native/components/Badge/Badge/Badge.props.js +2 -0
  194. package/dist/native/components/Badge/Badge/Badge.props.js.map +1 -0
  195. package/dist/native/components/Badge/Badge/Badge.style.d.ts +38 -0
  196. package/dist/native/components/Badge/Badge/Badge.style.js +240 -0
  197. package/dist/native/components/Badge/Badge/Badge.style.js.map +1 -0
  198. package/dist/native/components/Badge/Badge/Badge.type.d.ts +13 -0
  199. package/dist/native/components/Badge/Badge/Badge.type.js +2 -0
  200. package/dist/native/components/Badge/Badge/Badge.type.js.map +1 -0
  201. package/dist/native/components/Badge/Badge/Badge.view.d.ts +12 -0
  202. package/dist/native/components/Badge/Badge/Badge.view.js +115 -0
  203. package/dist/native/components/Badge/Badge/Badge.view.js.map +1 -0
  204. package/dist/native/components/Badge/Badge.d.ts +3 -0
  205. package/dist/native/components/Badge/Badge.js +9 -0
  206. package/dist/native/components/Badge/Badge.js.map +1 -0
  207. package/dist/native/components/Button/Button/Button.props.d.ts +49 -0
  208. package/dist/native/components/Button/Button/Button.props.js +2 -0
  209. package/dist/native/components/Button/Button/Button.props.js.map +1 -0
  210. package/dist/native/components/Button/Button/Button.state.d.ts +5 -0
  211. package/dist/native/components/Button/Button/Button.state.js +10 -0
  212. package/dist/native/components/Button/Button/Button.state.js.map +1 -0
  213. package/dist/native/components/Button/Button/Button.style.d.ts +33 -0
  214. package/dist/native/components/Button/Button/Button.style.js +256 -0
  215. package/dist/native/components/Button/Button/Button.style.js.map +1 -0
  216. package/dist/native/components/Button/Button/Button.view.d.ts +9 -0
  217. package/dist/native/components/Button/Button/Button.view.js +245 -0
  218. package/dist/native/components/Button/Button/Button.view.js.map +1 -0
  219. package/dist/native/components/Button/Button/Button.view.native.d.ts +11 -0
  220. package/dist/native/components/Button/Button/Button.view.native.js +73 -0
  221. package/dist/native/components/Button/Button/Button.view.native.js.map +1 -0
  222. package/dist/native/components/Button/Button.d.ts +3 -0
  223. package/dist/native/components/Button/Button.js +13 -0
  224. package/dist/native/components/Button/Button.js.map +1 -0
  225. package/dist/native/components/Card/Card/Card.context.d.ts +6 -0
  226. package/dist/native/components/Card/Card/Card.context.js +7 -0
  227. package/dist/native/components/Card/Card/Card.context.js.map +1 -0
  228. package/dist/native/components/Card/Card/Card.props.d.ts +30 -0
  229. package/dist/native/components/Card/Card/Card.props.js +2 -0
  230. package/dist/native/components/Card/Card/Card.props.js.map +1 -0
  231. package/dist/native/components/Card/Card/Card.state.d.ts +4 -0
  232. package/dist/native/components/Card/Card/Card.state.js +7 -0
  233. package/dist/native/components/Card/Card/Card.state.js.map +1 -0
  234. package/dist/native/components/Card/Card/Card.style.d.ts +6 -0
  235. package/dist/native/components/Card/Card/Card.style.js +90 -0
  236. package/dist/native/components/Card/Card/Card.style.js.map +1 -0
  237. package/dist/native/components/Card/Card/Card.type.d.ts +10 -0
  238. package/dist/native/components/Card/Card/Card.type.js +2 -0
  239. package/dist/native/components/Card/Card/Card.type.js.map +1 -0
  240. package/dist/native/components/Card/Card/Card.view.d.ts +6 -0
  241. package/dist/native/components/Card/Card/Card.view.js +118 -0
  242. package/dist/native/components/Card/Card/Card.view.js.map +1 -0
  243. package/dist/native/components/Card/Card.d.ts +2 -0
  244. package/dist/native/components/Card/Card.js +13 -0
  245. package/dist/native/components/Card/Card.js.map +1 -0
  246. package/dist/native/components/Carousel/Carousel/Carousel.context.d.ts +3 -0
  247. package/dist/native/components/Carousel/Carousel/Carousel.context.js +13 -0
  248. package/dist/native/components/Carousel/Carousel/Carousel.context.js.map +1 -0
  249. package/dist/native/components/Carousel/Carousel/Carousel.props.d.ts +51 -0
  250. package/dist/native/components/Carousel/Carousel/Carousel.props.js +2 -0
  251. package/dist/native/components/Carousel/Carousel/Carousel.props.js.map +1 -0
  252. package/dist/native/components/Carousel/Carousel/Carousel.state.d.ts +29 -0
  253. package/dist/native/components/Carousel/Carousel/Carousel.state.js +170 -0
  254. package/dist/native/components/Carousel/Carousel/Carousel.state.js.map +1 -0
  255. package/dist/native/components/Carousel/Carousel/Carousel.style.d.ts +6 -0
  256. package/dist/native/components/Carousel/Carousel/Carousel.style.js +107 -0
  257. package/dist/native/components/Carousel/Carousel/Carousel.style.js.map +1 -0
  258. package/dist/native/components/Carousel/Carousel/Carousel.type.d.ts +32 -0
  259. package/dist/native/components/Carousel/Carousel/Carousel.type.js +2 -0
  260. package/dist/native/components/Carousel/Carousel/Carousel.type.js.map +1 -0
  261. package/dist/native/components/Carousel/Carousel/Carousel.view.d.ts +8 -0
  262. package/dist/native/components/Carousel/Carousel/Carousel.view.js +173 -0
  263. package/dist/native/components/Carousel/Carousel/Carousel.view.js.map +1 -0
  264. package/dist/native/components/Carousel/Carousel/Carousel.view.native.d.ts +8 -0
  265. package/dist/native/components/Carousel/Carousel/Carousel.view.native.js +153 -0
  266. package/dist/native/components/Carousel/Carousel/Carousel.view.native.js.map +1 -0
  267. package/dist/native/components/Carousel/Carousel.d.ts +2 -0
  268. package/dist/native/components/Carousel/Carousel.js +13 -0
  269. package/dist/native/components/Carousel/Carousel.js.map +1 -0
  270. package/dist/native/components/Chart/Chart/BarChart.d.ts +15 -0
  271. package/dist/native/components/Chart/Chart/BarChart.js +144 -0
  272. package/dist/native/components/Chart/Chart/BarChart.js.map +1 -0
  273. package/dist/native/components/Chart/Chart/Chart.props.d.ts +28 -0
  274. package/dist/native/components/Chart/Chart/Chart.props.js +2 -0
  275. package/dist/native/components/Chart/Chart/Chart.props.js.map +1 -0
  276. package/dist/native/components/Chart/Chart/Chart.state.d.ts +40 -0
  277. package/dist/native/components/Chart/Chart/Chart.state.js +102 -0
  278. package/dist/native/components/Chart/Chart/Chart.state.js.map +1 -0
  279. package/dist/native/components/Chart/Chart/Chart.style.d.ts +20 -0
  280. package/dist/native/components/Chart/Chart/Chart.style.js +155 -0
  281. package/dist/native/components/Chart/Chart/Chart.style.js.map +1 -0
  282. package/dist/native/components/Chart/Chart/Chart.type.d.ts +36 -0
  283. package/dist/native/components/Chart/Chart/Chart.type.js +2 -0
  284. package/dist/native/components/Chart/Chart/Chart.type.js.map +1 -0
  285. package/dist/native/components/Chart/Chart/Chart.view.d.ts +3 -0
  286. package/dist/native/components/Chart/Chart/Chart.view.js +122 -0
  287. package/dist/native/components/Chart/Chart/Chart.view.js.map +1 -0
  288. package/dist/native/components/Chart/Chart/ChartColors.d.ts +13 -0
  289. package/dist/native/components/Chart/Chart/ChartColors.js +27 -0
  290. package/dist/native/components/Chart/Chart/ChartColors.js.map +1 -0
  291. package/dist/native/components/Chart/Chart/ChartTooltip.d.ts +14 -0
  292. package/dist/native/components/Chart/Chart/ChartTooltip.js +75 -0
  293. package/dist/native/components/Chart/Chart/ChartTooltip.js.map +1 -0
  294. package/dist/native/components/Chart/Chart/LineChart.d.ts +15 -0
  295. package/dist/native/components/Chart/Chart/LineChart.js +187 -0
  296. package/dist/native/components/Chart/Chart/LineChart.js.map +1 -0
  297. package/dist/native/components/Chart/Chart/PieChart.d.ts +15 -0
  298. package/dist/native/components/Chart/Chart/PieChart.js +222 -0
  299. package/dist/native/components/Chart/Chart/PieChart.js.map +1 -0
  300. package/dist/native/components/Chart/Chart.d.ts +3 -0
  301. package/dist/native/components/Chart/Chart.js +8 -0
  302. package/dist/native/components/Chart/Chart.js.map +1 -0
  303. package/dist/native/components/ChatInput/AttachmentGroup.d.ts +18 -0
  304. package/dist/native/components/ChatInput/AttachmentGroup.js +93 -0
  305. package/dist/native/components/ChatInput/AttachmentGroup.js.map +1 -0
  306. package/dist/native/components/ChatInput/AudioRecorder.d.ts +10 -0
  307. package/dist/native/components/ChatInput/AudioRecorder.js +52 -0
  308. package/dist/native/components/ChatInput/AudioRecorder.js.map +1 -0
  309. package/dist/native/components/ChatInput/ChatInput/ChatInput.props.d.ts +317 -0
  310. package/dist/native/components/ChatInput/ChatInput/ChatInput.props.js +2 -0
  311. package/dist/native/components/ChatInput/ChatInput/ChatInput.props.js.map +1 -0
  312. package/dist/native/components/ChatInput/ChatInput/ChatInput.state.d.ts +43 -0
  313. package/dist/native/components/ChatInput/ChatInput/ChatInput.state.js +227 -0
  314. package/dist/native/components/ChatInput/ChatInput/ChatInput.state.js.map +1 -0
  315. package/dist/native/components/ChatInput/ChatInput/ChatInput.style.d.ts +164 -0
  316. package/dist/native/components/ChatInput/ChatInput/ChatInput.style.js +398 -0
  317. package/dist/native/components/ChatInput/ChatInput/ChatInput.style.js.map +1 -0
  318. package/dist/native/components/ChatInput/ChatInput/ChatInput.type.d.ts +56 -0
  319. package/dist/native/components/ChatInput/ChatInput/ChatInput.type.js +2 -0
  320. package/dist/native/components/ChatInput/ChatInput/ChatInput.type.js.map +1 -0
  321. package/dist/native/components/ChatInput/ChatInput/ChatInput.view.d.ts +4 -0
  322. package/dist/native/components/ChatInput/ChatInput/ChatInput.view.js +186 -0
  323. package/dist/native/components/ChatInput/ChatInput/ChatInput.view.js.map +1 -0
  324. package/dist/native/components/ChatInput/ChatInput.d.ts +3 -0
  325. package/dist/native/components/ChatInput/ChatInput.js +10 -0
  326. package/dist/native/components/ChatInput/ChatInput.js.map +1 -0
  327. package/dist/native/components/ChatInput/ChatUploader.d.ts +20 -0
  328. package/dist/native/components/ChatInput/ChatUploader.js +64 -0
  329. package/dist/native/components/ChatInput/ChatUploader.js.map +1 -0
  330. package/dist/native/components/ChatInput/EditableInput.d.ts +38 -0
  331. package/dist/native/components/ChatInput/EditableInput.js +351 -0
  332. package/dist/native/components/ChatInput/EditableInput.js.map +1 -0
  333. package/dist/native/components/ChatInput/GuideTip.d.ts +12 -0
  334. package/dist/native/components/ChatInput/GuideTip.js +21 -0
  335. package/dist/native/components/ChatInput/GuideTip.js.map +1 -0
  336. package/dist/native/components/ChatInput/MessageInput.d.ts +36 -0
  337. package/dist/native/components/ChatInput/MessageInput.js +65 -0
  338. package/dist/native/components/ChatInput/MessageInput.js.map +1 -0
  339. package/dist/native/components/ChatInput/PromptExamples.d.ts +13 -0
  340. package/dist/native/components/ChatInput/PromptExamples.js +22 -0
  341. package/dist/native/components/ChatInput/PromptExamples.js.map +1 -0
  342. package/dist/native/components/ChatInput/index.d.ts +7 -0
  343. package/dist/native/components/ChatInput/index.js +15 -0
  344. package/dist/native/components/ChatInput/index.js.map +1 -0
  345. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.d.ts +32 -0
  346. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.js +2 -0
  347. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.props.js.map +1 -0
  348. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.d.ts +8 -0
  349. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.js +46 -0
  350. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.state.js.map +1 -0
  351. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.d.ts +81 -0
  352. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.js +155 -0
  353. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.style.js.map +1 -0
  354. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.d.ts +47 -0
  355. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.js +2 -0
  356. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.type.js.map +1 -0
  357. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.d.ts +4 -0
  358. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.js +227 -0
  359. package/dist/native/components/ChatWidget/ChatWidget/ChatWidget.view.js.map +1 -0
  360. package/dist/native/components/ChatWidget/ChatWidget.d.ts +4 -0
  361. package/dist/native/components/ChatWidget/ChatWidget.js +11 -0
  362. package/dist/native/components/ChatWidget/ChatWidget.js.map +1 -0
  363. package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.d.ts +14 -0
  364. package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.js +131 -0
  365. package/dist/native/components/ChatWidget/Widget/ChatWidgetWidget.js.map +1 -0
  366. package/dist/native/components/ChatWidget/Widget/index.d.ts +2 -0
  367. package/dist/native/components/ChatWidget/Widget/index.js +3 -0
  368. package/dist/native/components/ChatWidget/Widget/index.js.map +1 -0
  369. package/dist/native/components/ChatWidget/Widget/useContextSelector.d.ts +22 -0
  370. package/dist/native/components/ChatWidget/Widget/useContextSelector.js +121 -0
  371. package/dist/native/components/ChatWidget/Widget/useContextSelector.js.map +1 -0
  372. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.d.ts +44 -0
  373. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.js +2 -0
  374. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.props.js.map +1 -0
  375. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.d.ts +14 -0
  376. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.js +102 -0
  377. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.state.js.map +1 -0
  378. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.d.ts +19 -0
  379. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.js +128 -0
  380. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.style.js.map +1 -0
  381. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.d.ts +34 -0
  382. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.js +2 -0
  383. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.type.js.map +1 -0
  384. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.d.ts +4 -0
  385. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.js +110 -0
  386. package/dist/native/components/ColorPicker/ColorPicker/ColorPicker.view.js.map +1 -0
  387. package/dist/native/components/ColorPicker/ColorPicker.d.ts +3 -0
  388. package/dist/native/components/ColorPicker/ColorPicker.js +10 -0
  389. package/dist/native/components/ColorPicker/ColorPicker.js.map +1 -0
  390. package/dist/native/components/Command/Command/Command.props.d.ts +66 -0
  391. package/dist/native/components/Command/Command/Command.props.js +2 -0
  392. package/dist/native/components/Command/Command/Command.props.js.map +1 -0
  393. package/dist/native/components/Command/Command/Command.state.d.ts +17 -0
  394. package/dist/native/components/Command/Command/Command.state.js +99 -0
  395. package/dist/native/components/Command/Command/Command.state.js.map +1 -0
  396. package/dist/native/components/Command/Command/Command.style.d.ts +19 -0
  397. package/dist/native/components/Command/Command/Command.style.js +154 -0
  398. package/dist/native/components/Command/Command/Command.style.js.map +1 -0
  399. package/dist/native/components/Command/Command/Command.type.d.ts +42 -0
  400. package/dist/native/components/Command/Command/Command.type.js +2 -0
  401. package/dist/native/components/Command/Command/Command.type.js.map +1 -0
  402. package/dist/native/components/Command/Command/Command.view.d.ts +31 -0
  403. package/dist/native/components/Command/Command/Command.view.js +140 -0
  404. package/dist/native/components/Command/Command/Command.view.js.map +1 -0
  405. package/dist/native/components/Command/Command.d.ts +2 -0
  406. package/dist/native/components/Command/Command.js +21 -0
  407. package/dist/native/components/Command/Command.js.map +1 -0
  408. package/dist/native/components/Command/index.d.ts +1 -0
  409. package/dist/native/components/Command/index.js +3 -0
  410. package/dist/native/components/Command/index.js.map +1 -0
  411. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.d.ts +71 -0
  412. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.js +2 -0
  413. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.props.js.map +1 -0
  414. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.d.ts +27 -0
  415. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.js +74 -0
  416. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.state.js.map +1 -0
  417. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.d.ts +16 -0
  418. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.js +50 -0
  419. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.style.js.map +1 -0
  420. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.d.ts +52 -0
  421. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.js +2 -0
  422. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.type.js.map +1 -0
  423. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.d.ts +23 -0
  424. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.js +221 -0
  425. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.js.map +1 -0
  426. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.d.ts +23 -0
  427. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.js +120 -0
  428. package/dist/native/components/ContextMenu/ContextMenu/ContextMenu.view.native.js.map +1 -0
  429. package/dist/native/components/ContextMenu/ContextMenu.d.ts +2 -0
  430. package/dist/native/components/ContextMenu/ContextMenu.js +41 -0
  431. package/dist/native/components/ContextMenu/ContextMenu.js.map +1 -0
  432. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.d.ts +15 -0
  433. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.js +2 -0
  434. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.props.js.map +1 -0
  435. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.d.ts +7 -0
  436. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.js +39 -0
  437. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.state.js.map +1 -0
  438. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.d.ts +65 -0
  439. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.js +89 -0
  440. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.style.js.map +1 -0
  441. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.d.ts +10 -0
  442. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.js +2 -0
  443. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.type.js.map +1 -0
  444. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.d.ts +3 -0
  445. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.js +59 -0
  446. package/dist/native/components/CookieConsent/CookieConsent/CookieConsent.view.js.map +1 -0
  447. package/dist/native/components/CookieConsent/CookieConsent.d.ts +3 -0
  448. package/dist/native/components/CookieConsent/CookieConsent.js +8 -0
  449. package/dist/native/components/CookieConsent/CookieConsent.js.map +1 -0
  450. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.d.ts +18 -0
  451. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.js +2 -0
  452. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.props.js.map +1 -0
  453. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.d.ts +8 -0
  454. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.js +79 -0
  455. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.state.js.map +1 -0
  456. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.d.ts +3 -0
  457. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.js +11 -0
  458. package/dist/native/components/DragAndDrop/DragAndDrop/DragAndDrop.view.js.map +1 -0
  459. package/dist/native/components/DragAndDrop/DragAndDrop.d.ts +4 -0
  460. package/dist/native/components/DragAndDrop/DragAndDrop.js +10 -0
  461. package/dist/native/components/DragAndDrop/DragAndDrop.js.map +1 -0
  462. package/dist/native/components/Drawer/Drawer/Drawer.layout.d.ts +3 -0
  463. package/dist/native/components/Drawer/Drawer/Drawer.layout.js +51 -0
  464. package/dist/native/components/Drawer/Drawer/Drawer.layout.js.map +1 -0
  465. package/dist/native/components/Drawer/Drawer/Drawer.props.d.ts +51 -0
  466. package/dist/native/components/Drawer/Drawer/Drawer.props.js +2 -0
  467. package/dist/native/components/Drawer/Drawer/Drawer.props.js.map +1 -0
  468. package/dist/native/components/Drawer/Drawer/Drawer.store.d.ts +19 -0
  469. package/dist/native/components/Drawer/Drawer/Drawer.store.js +64 -0
  470. package/dist/native/components/Drawer/Drawer/Drawer.store.js.map +1 -0
  471. package/dist/native/components/Drawer/Drawer/Drawer.style.d.ts +4 -0
  472. package/dist/native/components/Drawer/Drawer/Drawer.style.js +49 -0
  473. package/dist/native/components/Drawer/Drawer/Drawer.style.js.map +1 -0
  474. package/dist/native/components/Drawer/Drawer/Drawer.view.d.ts +7 -0
  475. package/dist/native/components/Drawer/Drawer/Drawer.view.js +95 -0
  476. package/dist/native/components/Drawer/Drawer/Drawer.view.js.map +1 -0
  477. package/dist/native/components/Drawer/Drawer/Drawer.view.native.d.ts +14 -0
  478. package/dist/native/components/Drawer/Drawer/Drawer.view.native.js +73 -0
  479. package/dist/native/components/Drawer/Drawer/Drawer.view.native.js.map +1 -0
  480. package/dist/native/components/Drawer/Drawer.d.ts +3 -0
  481. package/dist/native/components/Drawer/Drawer.js +20 -0
  482. package/dist/native/components/Drawer/Drawer.js.map +1 -0
  483. package/dist/native/components/DropZone/DropZone/DropZone.props.d.ts +25 -0
  484. package/dist/native/components/DropZone/DropZone/DropZone.props.js +2 -0
  485. package/dist/native/components/DropZone/DropZone/DropZone.props.js.map +1 -0
  486. package/dist/native/components/DropZone/DropZone/DropZone.state.d.ts +2 -0
  487. package/dist/native/components/DropZone/DropZone/DropZone.state.js +99 -0
  488. package/dist/native/components/DropZone/DropZone/DropZone.state.js.map +1 -0
  489. package/dist/native/components/DropZone/DropZone/DropZone.view.d.ts +3 -0
  490. package/dist/native/components/DropZone/DropZone/DropZone.view.js +47 -0
  491. package/dist/native/components/DropZone/DropZone/DropZone.view.js.map +1 -0
  492. package/dist/native/components/DropZone/DropZone.d.ts +3 -0
  493. package/dist/native/components/DropZone/DropZone.js +9 -0
  494. package/dist/native/components/DropZone/DropZone.js.map +1 -0
  495. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.d.ts +51 -0
  496. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.js +2 -0
  497. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.props.js.map +1 -0
  498. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.d.ts +6 -0
  499. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.js +43 -0
  500. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.state.js.map +1 -0
  501. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.d.ts +17 -0
  502. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.js +84 -0
  503. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.style.js.map +1 -0
  504. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.d.ts +35 -0
  505. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.js +2 -0
  506. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.type.js.map +1 -0
  507. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.d.ts +20 -0
  508. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.js +192 -0
  509. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.js.map +1 -0
  510. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.d.ts +20 -0
  511. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.js +77 -0
  512. package/dist/native/components/DropdownMenu/DropdownMenu/DropdownMenu.view.native.js.map +1 -0
  513. package/dist/native/components/DropdownMenu/DropdownMenu.d.ts +2 -0
  514. package/dist/native/components/DropdownMenu/DropdownMenu.js +25 -0
  515. package/dist/native/components/DropdownMenu/DropdownMenu.js.map +1 -0
  516. package/dist/native/components/EditComponent/EditComponent.d.ts +14 -0
  517. package/dist/native/components/EditComponent/EditComponent.js +185 -0
  518. package/dist/native/components/EditComponent/EditComponent.js.map +1 -0
  519. package/dist/native/components/EditComponent/EditPanel.d.ts +7 -0
  520. package/dist/native/components/EditComponent/EditPanel.js +72 -0
  521. package/dist/native/components/EditComponent/EditPanel.js.map +1 -0
  522. package/dist/native/components/EditComponent/EditToolbar.d.ts +16 -0
  523. package/dist/native/components/EditComponent/EditToolbar.js +26 -0
  524. package/dist/native/components/EditComponent/EditToolbar.js.map +1 -0
  525. package/dist/native/components/EditComponent/index.d.ts +3 -0
  526. package/dist/native/components/EditComponent/index.js +4 -0
  527. package/dist/native/components/EditComponent/index.js.map +1 -0
  528. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.d.ts +47 -0
  529. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.js +2 -0
  530. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.props.js.map +1 -0
  531. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.d.ts +17 -0
  532. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.js +143 -0
  533. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.state.js.map +1 -0
  534. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.d.ts +18 -0
  535. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.js +2371 -0
  536. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.style.js.map +1 -0
  537. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.d.ts +28 -0
  538. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.js +2 -0
  539. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.type.js.map +1 -0
  540. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.d.ts +4 -0
  541. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.js +113 -0
  542. package/dist/native/components/EmojiPicker/EmojiPicker/EmojiPicker.view.js.map +1 -0
  543. package/dist/native/components/EmojiPicker/EmojiPicker.d.ts +3 -0
  544. package/dist/native/components/EmojiPicker/EmojiPicker.js +10 -0
  545. package/dist/native/components/EmojiPicker/EmojiPicker.js.map +1 -0
  546. package/dist/native/components/File/File.d.ts +14 -0
  547. package/dist/native/components/File/File.js +18 -0
  548. package/dist/native/components/File/File.js.map +1 -0
  549. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.d.ts +32 -0
  550. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.js +2 -0
  551. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.props.js.map +1 -0
  552. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.d.ts +8 -0
  553. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.js +12 -0
  554. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.state.js.map +1 -0
  555. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.d.ts +89 -0
  556. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.js +125 -0
  557. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.style.js.map +1 -0
  558. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.d.ts +10 -0
  559. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.js +128 -0
  560. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.js.map +1 -0
  561. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.d.ts +12 -0
  562. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.js +80 -0
  563. package/dist/native/components/Form/Checkbox/Checkbox/Checkbox.view.native.js.map +1 -0
  564. package/dist/native/components/Form/Checkbox/Checkbox.d.ts +6 -0
  565. package/dist/native/components/Form/Checkbox/Checkbox.js +14 -0
  566. package/dist/native/components/Form/Checkbox/Checkbox.js.map +1 -0
  567. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.d.ts +54 -0
  568. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.js +2 -0
  569. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.props.js.map +1 -0
  570. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.d.ts +19 -0
  571. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.js +120 -0
  572. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.state.js.map +1 -0
  573. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.d.ts +16 -0
  574. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.js +150 -0
  575. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.style.js.map +1 -0
  576. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.d.ts +36 -0
  577. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.js +2 -0
  578. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.type.js.map +1 -0
  579. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.d.ts +4 -0
  580. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.js +114 -0
  581. package/dist/native/components/Form/ColorInput/ColorInput/ColorInput.view.js.map +1 -0
  582. package/dist/native/components/Form/ColorInput/ColorInput.d.ts +3 -0
  583. package/dist/native/components/Form/ColorInput/ColorInput.js +10 -0
  584. package/dist/native/components/Form/ColorInput/ColorInput.js.map +1 -0
  585. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.d.ts +8 -0
  586. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.js +5 -0
  587. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.context.js.map +1 -0
  588. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.d.ts +39 -0
  589. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.js +2 -0
  590. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.props.js.map +1 -0
  591. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.d.ts +2 -0
  592. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.js +15 -0
  593. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.provider.js.map +1 -0
  594. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.d.ts +2 -0
  595. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.js +33 -0
  596. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.state.js.map +1 -0
  597. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.d.ts +116 -0
  598. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.js +170 -0
  599. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.style.js.map +1 -0
  600. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.d.ts +11 -0
  601. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.js +2 -0
  602. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.type.js.map +1 -0
  603. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.d.ts +4 -0
  604. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.js +228 -0
  605. package/dist/native/components/Form/ComboBox/ComboBox/ComboBox.view.js.map +1 -0
  606. package/dist/native/components/Form/ComboBox/ComboBox.d.ts +3 -0
  607. package/dist/native/components/Form/ComboBox/ComboBox.js +26 -0
  608. package/dist/native/components/Form/ComboBox/ComboBox.js.map +1 -0
  609. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.d.ts +48 -0
  610. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.js +2 -0
  611. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.props.js.map +1 -0
  612. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.d.ts +15 -0
  613. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.js +23 -0
  614. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.state.js.map +1 -0
  615. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.d.ts +3 -0
  616. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.js +17 -0
  617. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.style.js.map +1 -0
  618. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.d.ts +5 -0
  619. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.js +109 -0
  620. package/dist/native/components/Form/CountryPicker/CountryPicker/CountryPicker.view.js.map +1 -0
  621. package/dist/native/components/Form/CountryPicker/CountryPicker.d.ts +3 -0
  622. package/dist/native/components/Form/CountryPicker/CountryPicker.js +14 -0
  623. package/dist/native/components/Form/CountryPicker/CountryPicker.js.map +1 -0
  624. package/dist/native/components/Form/CountryPicker/countries.json +1453 -0
  625. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.d.ts +95 -0
  626. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.js +2 -0
  627. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.props.js.map +1 -0
  628. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.d.ts +9 -0
  629. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.js +16 -0
  630. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.state.js.map +1 -0
  631. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.d.ts +3 -0
  632. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.js +15 -0
  633. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.style.js.map +1 -0
  634. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.d.ts +4 -0
  635. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.js +64 -0
  636. package/dist/native/components/Form/DatePicker/DatePicker/DatePicker.view.js.map +1 -0
  637. package/dist/native/components/Form/DatePicker/DatePicker.d.ts +6 -0
  638. package/dist/native/components/Form/DatePicker/DatePicker.js +12 -0
  639. package/dist/native/components/Form/DatePicker/DatePicker.js.map +1 -0
  640. package/dist/native/components/Form/Form.d.ts +12 -0
  641. package/dist/native/components/Form/Form.js +13 -0
  642. package/dist/native/components/Form/Form.js.map +1 -0
  643. package/dist/native/components/Form/Label/Label/Label.props.d.ts +17 -0
  644. package/dist/native/components/Form/Label/Label/Label.props.js +2 -0
  645. package/dist/native/components/Form/Label/Label/Label.props.js.map +1 -0
  646. package/dist/native/components/Form/Label/Label/Label.style.d.ts +2 -0
  647. package/dist/native/components/Form/Label/Label/Label.style.js +36 -0
  648. package/dist/native/components/Form/Label/Label/Label.style.js.map +1 -0
  649. package/dist/native/components/Form/Label/Label/Label.type.d.ts +3 -0
  650. package/dist/native/components/Form/Label/Label/Label.type.js +2 -0
  651. package/dist/native/components/Form/Label/Label/Label.type.js.map +1 -0
  652. package/dist/native/components/Form/Label/Label/Label.view.d.ts +4 -0
  653. package/dist/native/components/Form/Label/Label/Label.view.js +31 -0
  654. package/dist/native/components/Form/Label/Label/Label.view.js.map +1 -0
  655. package/dist/native/components/Form/Label/Label/Label.view.native.d.ts +12 -0
  656. package/dist/native/components/Form/Label/Label/Label.view.native.js +24 -0
  657. package/dist/native/components/Form/Label/Label/Label.view.native.js.map +1 -0
  658. package/dist/native/components/Form/Label/Label.d.ts +3 -0
  659. package/dist/native/components/Form/Label/Label.js +12 -0
  660. package/dist/native/components/Form/Label/Label.js.map +1 -0
  661. package/dist/native/components/Form/Password/Password/Password.props.d.ts +37 -0
  662. package/dist/native/components/Form/Password/Password/Password.props.js +2 -0
  663. package/dist/native/components/Form/Password/Password/Password.props.js.map +1 -0
  664. package/dist/native/components/Form/Password/Password/Password.state.d.ts +1736 -0
  665. package/dist/native/components/Form/Password/Password/Password.state.js +8 -0
  666. package/dist/native/components/Form/Password/Password/Password.state.js.map +1 -0
  667. package/dist/native/components/Form/Password/Password.d.ts +6 -0
  668. package/dist/native/components/Form/Password/Password.js +20 -0
  669. package/dist/native/components/Form/Password/Password.js.map +1 -0
  670. package/dist/native/components/Form/Password/example/Default.d.ts +2 -0
  671. package/dist/native/components/Form/Password/example/Default.js +4 -0
  672. package/dist/native/components/Form/Password/example/Default.js.map +1 -0
  673. package/dist/native/components/Form/Password/example/DisabledInput.d.ts +2 -0
  674. package/dist/native/components/Form/Password/example/DisabledInput.js +6 -0
  675. package/dist/native/components/Form/Password/example/DisabledInput.js.map +1 -0
  676. package/dist/native/components/Form/Password/example/ErrorInput.d.ts +2 -0
  677. package/dist/native/components/Form/Password/example/ErrorInput.js +44 -0
  678. package/dist/native/components/Form/Password/example/ErrorInput.js.map +1 -0
  679. package/dist/native/components/Form/Password/example/HelperText.d.ts +2 -0
  680. package/dist/native/components/Form/Password/example/HelperText.js +43 -0
  681. package/dist/native/components/Form/Password/example/HelperText.js.map +1 -0
  682. package/dist/native/components/Form/Radio/Radio/Radio.props.d.ts +30 -0
  683. package/dist/native/components/Form/Radio/Radio/Radio.props.js +2 -0
  684. package/dist/native/components/Form/Radio/Radio/Radio.props.js.map +1 -0
  685. package/dist/native/components/Form/Radio/Radio/Radio.state.d.ts +8 -0
  686. package/dist/native/components/Form/Radio/Radio/Radio.state.js +18 -0
  687. package/dist/native/components/Form/Radio/Radio/Radio.state.js.map +1 -0
  688. package/dist/native/components/Form/Radio/Radio/Radio.style.d.ts +68 -0
  689. package/dist/native/components/Form/Radio/Radio/Radio.style.js +98 -0
  690. package/dist/native/components/Form/Radio/Radio/Radio.style.js.map +1 -0
  691. package/dist/native/components/Form/Radio/Radio/Radio.view.d.ts +4 -0
  692. package/dist/native/components/Form/Radio/Radio/Radio.view.js +142 -0
  693. package/dist/native/components/Form/Radio/Radio/Radio.view.js.map +1 -0
  694. package/dist/native/components/Form/Radio/Radio/Radio.view.native.d.ts +11 -0
  695. package/dist/native/components/Form/Radio/Radio/Radio.view.native.js +86 -0
  696. package/dist/native/components/Form/Radio/Radio/Radio.view.native.js.map +1 -0
  697. package/dist/native/components/Form/Radio/Radio.d.ts +3 -0
  698. package/dist/native/components/Form/Radio/Radio.js +12 -0
  699. package/dist/native/components/Form/Radio/Radio.js.map +1 -0
  700. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.d.ts +22 -0
  701. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.js +2 -0
  702. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.props.js.map +1 -0
  703. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.d.ts +5 -0
  704. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.js +23 -0
  705. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.state.js.map +1 -0
  706. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.d.ts +4 -0
  707. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.js +42 -0
  708. package/dist/native/components/Form/Radio/RadioGroup/RadioGroup.view.js.map +1 -0
  709. package/dist/native/components/Form/Radio/RadioGroup.d.ts +3 -0
  710. package/dist/native/components/Form/Radio/RadioGroup.js +13 -0
  711. package/dist/native/components/Form/Radio/RadioGroup.js.map +1 -0
  712. package/dist/native/components/Form/Radio/index.d.ts +2 -0
  713. package/dist/native/components/Form/Radio/index.js +5 -0
  714. package/dist/native/components/Form/Radio/index.js.map +1 -0
  715. package/dist/native/components/Form/Select/Select/Select.props.d.ts +78 -0
  716. package/dist/native/components/Form/Select/Select/Select.props.js +2 -0
  717. package/dist/native/components/Form/Select/Select/Select.props.js.map +1 -0
  718. package/dist/native/components/Form/Select/Select/Select.state.d.ts +19 -0
  719. package/dist/native/components/Form/Select/Select/Select.state.js +46 -0
  720. package/dist/native/components/Form/Select/Select/Select.state.js.map +1 -0
  721. package/dist/native/components/Form/Select/Select/Select.style.d.ts +90 -0
  722. package/dist/native/components/Form/Select/Select/Select.style.js +127 -0
  723. package/dist/native/components/Form/Select/Select/Select.style.js.map +1 -0
  724. package/dist/native/components/Form/Select/Select/Select.view.d.ts +10 -0
  725. package/dist/native/components/Form/Select/Select/Select.view.js +335 -0
  726. package/dist/native/components/Form/Select/Select/Select.view.js.map +1 -0
  727. package/dist/native/components/Form/Select/Select/Select.view.native.d.ts +21 -0
  728. package/dist/native/components/Form/Select/Select/Select.view.native.js +167 -0
  729. package/dist/native/components/Form/Select/Select/Select.view.native.js.map +1 -0
  730. package/dist/native/components/Form/Select/Select.d.ts +3 -0
  731. package/dist/native/components/Form/Select/Select.js +25 -0
  732. package/dist/native/components/Form/Select/Select.js.map +1 -0
  733. package/dist/native/components/Form/Selector/Selector/Selector.props.d.ts +68 -0
  734. package/dist/native/components/Form/Selector/Selector/Selector.props.js +2 -0
  735. package/dist/native/components/Form/Selector/Selector/Selector.props.js.map +1 -0
  736. package/dist/native/components/Form/Selector/Selector/Selector.state.d.ts +19 -0
  737. package/dist/native/components/Form/Selector/Selector/Selector.state.js +36 -0
  738. package/dist/native/components/Form/Selector/Selector/Selector.state.js.map +1 -0
  739. package/dist/native/components/Form/Selector/Selector/Selector.style.d.ts +6 -0
  740. package/dist/native/components/Form/Selector/Selector/Selector.style.js +48 -0
  741. package/dist/native/components/Form/Selector/Selector/Selector.style.js.map +1 -0
  742. package/dist/native/components/Form/Selector/Selector/Selector.view.d.ts +4 -0
  743. package/dist/native/components/Form/Selector/Selector/Selector.view.js +35 -0
  744. package/dist/native/components/Form/Selector/Selector/Selector.view.js.map +1 -0
  745. package/dist/native/components/Form/Selector/Selector.d.ts +3 -0
  746. package/dist/native/components/Form/Selector/Selector.js +20 -0
  747. package/dist/native/components/Form/Selector/Selector.js.map +1 -0
  748. package/dist/native/components/Form/Switch/Switch/Switch.props.d.ts +28 -0
  749. package/dist/native/components/Form/Switch/Switch/Switch.props.js +2 -0
  750. package/dist/native/components/Form/Switch/Switch/Switch.props.js.map +1 -0
  751. package/dist/native/components/Form/Switch/Switch/Switch.state.d.ts +10 -0
  752. package/dist/native/components/Form/Switch/Switch/Switch.state.js +24 -0
  753. package/dist/native/components/Form/Switch/Switch/Switch.state.js.map +1 -0
  754. package/dist/native/components/Form/Switch/Switch/Switch.style.d.ts +76 -0
  755. package/dist/native/components/Form/Switch/Switch/Switch.style.js +137 -0
  756. package/dist/native/components/Form/Switch/Switch/Switch.style.js.map +1 -0
  757. package/dist/native/components/Form/Switch/Switch/Switch.view.d.ts +10 -0
  758. package/dist/native/components/Form/Switch/Switch/Switch.view.js +113 -0
  759. package/dist/native/components/Form/Switch/Switch/Switch.view.js.map +1 -0
  760. package/dist/native/components/Form/Switch/Switch/Switch.view.native.d.ts +15 -0
  761. package/dist/native/components/Form/Switch/Switch/Switch.view.native.js +48 -0
  762. package/dist/native/components/Form/Switch/Switch/Switch.view.native.js.map +1 -0
  763. package/dist/native/components/Form/Switch/Switch.d.ts +3 -0
  764. package/dist/native/components/Form/Switch/Switch.js +15 -0
  765. package/dist/native/components/Form/Switch/Switch.js.map +1 -0
  766. package/dist/native/components/Form/TagInput/TagInput/TagInput.props.d.ts +59 -0
  767. package/dist/native/components/Form/TagInput/TagInput/TagInput.props.js +2 -0
  768. package/dist/native/components/Form/TagInput/TagInput/TagInput.props.js.map +1 -0
  769. package/dist/native/components/Form/TagInput/TagInput/TagInput.state.d.ts +19 -0
  770. package/dist/native/components/Form/TagInput/TagInput/TagInput.state.js +158 -0
  771. package/dist/native/components/Form/TagInput/TagInput/TagInput.state.js.map +1 -0
  772. package/dist/native/components/Form/TagInput/TagInput/TagInput.type.d.ts +25 -0
  773. package/dist/native/components/Form/TagInput/TagInput/TagInput.type.js +2 -0
  774. package/dist/native/components/Form/TagInput/TagInput/TagInput.type.js.map +1 -0
  775. package/dist/native/components/Form/TagInput/TagInput/TagInput.view.d.ts +4 -0
  776. package/dist/native/components/Form/TagInput/TagInput/TagInput.view.js +84 -0
  777. package/dist/native/components/Form/TagInput/TagInput/TagInput.view.js.map +1 -0
  778. package/dist/native/components/Form/TagInput/TagInput/index.d.ts +4 -0
  779. package/dist/native/components/Form/TagInput/TagInput/index.js +9 -0
  780. package/dist/native/components/Form/TagInput/TagInput/index.js.map +1 -0
  781. package/dist/native/components/Form/TagInput/TagInput.d.ts +3 -0
  782. package/dist/native/components/Form/TagInput/TagInput.js +11 -0
  783. package/dist/native/components/Form/TagInput/TagInput.js.map +1 -0
  784. package/dist/native/components/Form/TagInput/index.d.ts +2 -0
  785. package/dist/native/components/Form/TagInput/index.js +3 -0
  786. package/dist/native/components/Form/TagInput/index.js.map +1 -0
  787. package/dist/native/components/Form/TextArea/TextArea/TextArea.props.d.ts +46 -0
  788. package/dist/native/components/Form/TextArea/TextArea/TextArea.props.js +2 -0
  789. package/dist/native/components/Form/TextArea/TextArea/TextArea.props.js.map +1 -0
  790. package/dist/native/components/Form/TextArea/TextArea/TextArea.state.d.ts +11 -0
  791. package/dist/native/components/Form/TextArea/TextArea/TextArea.state.js +28 -0
  792. package/dist/native/components/Form/TextArea/TextArea/TextArea.state.js.map +1 -0
  793. package/dist/native/components/Form/TextArea/TextArea/TextArea.type.d.ts +13 -0
  794. package/dist/native/components/Form/TextArea/TextArea/TextArea.type.js +2 -0
  795. package/dist/native/components/Form/TextArea/TextArea/TextArea.type.js.map +1 -0
  796. package/dist/native/components/Form/TextArea/TextArea/TextArea.view.d.ts +10 -0
  797. package/dist/native/components/Form/TextArea/TextArea/TextArea.view.js +144 -0
  798. package/dist/native/components/Form/TextArea/TextArea/TextArea.view.js.map +1 -0
  799. package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.d.ts +12 -0
  800. package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.js +81 -0
  801. package/dist/native/components/Form/TextArea/TextArea/TextArea.view.native.js.map +1 -0
  802. package/dist/native/components/Form/TextArea/TextArea.d.ts +3 -0
  803. package/dist/native/components/Form/TextArea/TextArea.js +15 -0
  804. package/dist/native/components/Form/TextArea/TextArea.js.map +1 -0
  805. package/dist/native/components/Form/TextField/TextField/TextField.props.d.ts +46 -0
  806. package/dist/native/components/Form/TextField/TextField/TextField.props.js +2 -0
  807. package/dist/native/components/Form/TextField/TextField/TextField.props.js.map +1 -0
  808. package/dist/native/components/Form/TextField/TextField/TextField.state.d.ts +11 -0
  809. package/dist/native/components/Form/TextField/TextField/TextField.state.js +30 -0
  810. package/dist/native/components/Form/TextField/TextField/TextField.state.js.map +1 -0
  811. package/dist/native/components/Form/TextField/TextField/TextField.view.d.ts +10 -0
  812. package/dist/native/components/Form/TextField/TextField/TextField.view.js +166 -0
  813. package/dist/native/components/Form/TextField/TextField/TextField.view.js.map +1 -0
  814. package/dist/native/components/Form/TextField/TextField/TextField.view.native.d.ts +14 -0
  815. package/dist/native/components/Form/TextField/TextField/TextField.view.native.js +100 -0
  816. package/dist/native/components/Form/TextField/TextField/TextField.view.native.js.map +1 -0
  817. package/dist/native/components/Form/TextField/TextField.d.ts +3 -0
  818. package/dist/native/components/Form/TextField/TextField.js +14 -0
  819. package/dist/native/components/Form/TextField/TextField.js.map +1 -0
  820. package/dist/native/components/Formik/AttachmentPreview.d.ts +19 -0
  821. package/dist/native/components/Formik/AttachmentPreview.js +62 -0
  822. package/dist/native/components/Formik/AttachmentPreview.js.map +1 -0
  823. package/dist/native/components/Formik/Formik.ChatInput.d.ts +12 -0
  824. package/dist/native/components/Formik/Formik.ChatInput.js +46 -0
  825. package/dist/native/components/Formik/Formik.ChatInput.js.map +1 -0
  826. package/dist/native/components/Formik/Formik.Checkbox.d.ts +6 -0
  827. package/dist/native/components/Formik/Formik.Checkbox.js +15 -0
  828. package/dist/native/components/Formik/Formik.Checkbox.js.map +1 -0
  829. package/dist/native/components/Formik/Formik.ColorInput.d.ts +6 -0
  830. package/dist/native/components/Formik/Formik.ColorInput.js +14 -0
  831. package/dist/native/components/Formik/Formik.ColorInput.js.map +1 -0
  832. package/dist/native/components/Formik/Formik.ComboBox.d.ts +6 -0
  833. package/dist/native/components/Formik/Formik.ComboBox.js +34 -0
  834. package/dist/native/components/Formik/Formik.ComboBox.js.map +1 -0
  835. package/dist/native/components/Formik/Formik.CountryPicker.d.ts +6 -0
  836. package/dist/native/components/Formik/Formik.CountryPicker.js +14 -0
  837. package/dist/native/components/Formik/Formik.CountryPicker.js.map +1 -0
  838. package/dist/native/components/Formik/Formik.DatePicker.d.ts +6 -0
  839. package/dist/native/components/Formik/Formik.DatePicker.js +14 -0
  840. package/dist/native/components/Formik/Formik.DatePicker.js.map +1 -0
  841. package/dist/native/components/Formik/Formik.EmojiPicker.d.ts +6 -0
  842. package/dist/native/components/Formik/Formik.EmojiPicker.js +25 -0
  843. package/dist/native/components/Formik/Formik.EmojiPicker.js.map +1 -0
  844. package/dist/native/components/Formik/Formik.Form.d.ts +26 -0
  845. package/dist/native/components/Formik/Formik.Form.js +69 -0
  846. package/dist/native/components/Formik/Formik.Form.js.map +1 -0
  847. package/dist/native/components/Formik/Formik.Hook.d.ts +1 -0
  848. package/dist/native/components/Formik/Formik.Hook.js +70 -0
  849. package/dist/native/components/Formik/Formik.Hook.js.map +1 -0
  850. package/dist/native/components/Formik/Formik.IconPicker.d.ts +6 -0
  851. package/dist/native/components/Formik/Formik.IconPicker.js +24 -0
  852. package/dist/native/components/Formik/Formik.IconPicker.js.map +1 -0
  853. package/dist/native/components/Formik/Formik.OTPInput.d.ts +8 -0
  854. package/dist/native/components/Formik/Formik.OTPInput.js +45 -0
  855. package/dist/native/components/Formik/Formik.OTPInput.js.map +1 -0
  856. package/dist/native/components/Formik/Formik.Password.d.ts +6 -0
  857. package/dist/native/components/Formik/Formik.Password.js +22 -0
  858. package/dist/native/components/Formik/Formik.Password.js.map +1 -0
  859. package/dist/native/components/Formik/Formik.Radio.d.ts +6 -0
  860. package/dist/native/components/Formik/Formik.Radio.js +15 -0
  861. package/dist/native/components/Formik/Formik.Radio.js.map +1 -0
  862. package/dist/native/components/Formik/Formik.Select.d.ts +6 -0
  863. package/dist/native/components/Formik/Formik.Select.js +15 -0
  864. package/dist/native/components/Formik/Formik.Select.js.map +1 -0
  865. package/dist/native/components/Formik/Formik.Selector.d.ts +6 -0
  866. package/dist/native/components/Formik/Formik.Selector.js +15 -0
  867. package/dist/native/components/Formik/Formik.Selector.js.map +1 -0
  868. package/dist/native/components/Formik/Formik.Slider.d.ts +7 -0
  869. package/dist/native/components/Formik/Formik.Slider.js +27 -0
  870. package/dist/native/components/Formik/Formik.Slider.js.map +1 -0
  871. package/dist/native/components/Formik/Formik.Switch.d.ts +3 -0
  872. package/dist/native/components/Formik/Formik.Switch.js +11 -0
  873. package/dist/native/components/Formik/Formik.Switch.js.map +1 -0
  874. package/dist/native/components/Formik/Formik.TagInput.d.ts +9 -0
  875. package/dist/native/components/Formik/Formik.TagInput.js +46 -0
  876. package/dist/native/components/Formik/Formik.TagInput.js.map +1 -0
  877. package/dist/native/components/Formik/Formik.TextArea.d.ts +6 -0
  878. package/dist/native/components/Formik/Formik.TextArea.js +14 -0
  879. package/dist/native/components/Formik/Formik.TextArea.js.map +1 -0
  880. package/dist/native/components/Formik/Formik.TextField.d.ts +6 -0
  881. package/dist/native/components/Formik/Formik.TextField.js +14 -0
  882. package/dist/native/components/Formik/Formik.TextField.js.map +1 -0
  883. package/dist/native/components/Formik/Formik.Toggle.d.ts +6 -0
  884. package/dist/native/components/Formik/Formik.Toggle.js +26 -0
  885. package/dist/native/components/Formik/Formik.Toggle.js.map +1 -0
  886. package/dist/native/components/Formik/Formik.ToggleGroup.d.ts +6 -0
  887. package/dist/native/components/Formik/Formik.ToggleGroup.js +26 -0
  888. package/dist/native/components/Formik/Formik.ToggleGroup.js.map +1 -0
  889. package/dist/native/components/Formik/Formik.Uploader.d.ts +38 -0
  890. package/dist/native/components/Formik/Formik.Uploader.js +70 -0
  891. package/dist/native/components/Formik/Formik.Uploader.js.map +1 -0
  892. package/dist/native/components/Formik/index.d.ts +23 -0
  893. package/dist/native/components/Formik/index.js +24 -0
  894. package/dist/native/components/Formik/index.js.map +1 -0
  895. package/dist/native/components/Gradient/Gradient/Gradient.props.d.ts +15 -0
  896. package/dist/native/components/Gradient/Gradient/Gradient.props.js +2 -0
  897. package/dist/native/components/Gradient/Gradient/Gradient.props.js.map +1 -0
  898. package/dist/native/components/Gradient/Gradient/Gradient.style.d.ts +55 -0
  899. package/dist/native/components/Gradient/Gradient/Gradient.style.js +114 -0
  900. package/dist/native/components/Gradient/Gradient/Gradient.style.js.map +1 -0
  901. package/dist/native/components/Gradient/Gradient/Gradient.type.d.ts +13 -0
  902. package/dist/native/components/Gradient/Gradient/Gradient.type.js +2 -0
  903. package/dist/native/components/Gradient/Gradient/Gradient.type.js.map +1 -0
  904. package/dist/native/components/Gradient/Gradient/Gradient.view.d.ts +3 -0
  905. package/dist/native/components/Gradient/Gradient/Gradient.view.js +46 -0
  906. package/dist/native/components/Gradient/Gradient/Gradient.view.js.map +1 -0
  907. package/dist/native/components/Gradient/Gradient/Gradient.view.native.d.ts +13 -0
  908. package/dist/native/components/Gradient/Gradient/Gradient.view.native.js +109 -0
  909. package/dist/native/components/Gradient/Gradient/Gradient.view.native.js.map +1 -0
  910. package/dist/native/components/Gradient/Gradient.d.ts +3 -0
  911. package/dist/native/components/Gradient/Gradient.js +7 -0
  912. package/dist/native/components/Gradient/Gradient.js.map +1 -0
  913. package/dist/native/components/Gradient/index.d.ts +1 -0
  914. package/dist/native/components/Gradient/index.js +3 -0
  915. package/dist/native/components/Gradient/index.js.map +1 -0
  916. package/dist/native/components/HoverCard/HoverCard/HoverCard.props.d.ts +33 -0
  917. package/dist/native/components/HoverCard/HoverCard/HoverCard.props.js +2 -0
  918. package/dist/native/components/HoverCard/HoverCard/HoverCard.props.js.map +1 -0
  919. package/dist/native/components/HoverCard/HoverCard/HoverCard.state.d.ts +11 -0
  920. package/dist/native/components/HoverCard/HoverCard/HoverCard.state.js +58 -0
  921. package/dist/native/components/HoverCard/HoverCard/HoverCard.state.js.map +1 -0
  922. package/dist/native/components/HoverCard/HoverCard/HoverCard.style.d.ts +5 -0
  923. package/dist/native/components/HoverCard/HoverCard/HoverCard.style.js +126 -0
  924. package/dist/native/components/HoverCard/HoverCard/HoverCard.style.js.map +1 -0
  925. package/dist/native/components/HoverCard/HoverCard/HoverCard.type.d.ts +12 -0
  926. package/dist/native/components/HoverCard/HoverCard/HoverCard.type.js +2 -0
  927. package/dist/native/components/HoverCard/HoverCard/HoverCard.type.js.map +1 -0
  928. package/dist/native/components/HoverCard/HoverCard/HoverCard.view.d.ts +10 -0
  929. package/dist/native/components/HoverCard/HoverCard/HoverCard.view.js +145 -0
  930. package/dist/native/components/HoverCard/HoverCard/HoverCard.view.js.map +1 -0
  931. package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.d.ts +10 -0
  932. package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.js +50 -0
  933. package/dist/native/components/HoverCard/HoverCard/HoverCard.view.native.js.map +1 -0
  934. package/dist/native/components/HoverCard/HoverCard.d.ts +2 -0
  935. package/dist/native/components/HoverCard/HoverCard.js +17 -0
  936. package/dist/native/components/HoverCard/HoverCard.js.map +1 -0
  937. package/dist/native/components/Icon/Icon.d.ts +110 -0
  938. package/dist/native/components/Icon/Icon.js +178 -0
  939. package/dist/native/components/Icon/Icon.js.map +1 -0
  940. package/dist/native/components/Icon/Icon.native.d.ts +118 -0
  941. package/dist/native/components/Icon/Icon.native.js +160 -0
  942. package/dist/native/components/Icon/Icon.native.js.map +1 -0
  943. package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.d.ts +2 -0
  944. package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.js +1670 -0
  945. package/dist/native/components/IconPicker/IconPicker/IconPicker.constants.js.map +1 -0
  946. package/dist/native/components/IconPicker/IconPicker/IconPicker.props.d.ts +37 -0
  947. package/dist/native/components/IconPicker/IconPicker/IconPicker.props.js +2 -0
  948. package/dist/native/components/IconPicker/IconPicker/IconPicker.props.js.map +1 -0
  949. package/dist/native/components/IconPicker/IconPicker/IconPicker.state.d.ts +14 -0
  950. package/dist/native/components/IconPicker/IconPicker/IconPicker.state.js +87 -0
  951. package/dist/native/components/IconPicker/IconPicker/IconPicker.state.js.map +1 -0
  952. package/dist/native/components/IconPicker/IconPicker/IconPicker.style.d.ts +13 -0
  953. package/dist/native/components/IconPicker/IconPicker/IconPicker.style.js +126 -0
  954. package/dist/native/components/IconPicker/IconPicker/IconPicker.style.js.map +1 -0
  955. package/dist/native/components/IconPicker/IconPicker/IconPicker.type.d.ts +14 -0
  956. package/dist/native/components/IconPicker/IconPicker/IconPicker.type.js +2 -0
  957. package/dist/native/components/IconPicker/IconPicker/IconPicker.type.js.map +1 -0
  958. package/dist/native/components/IconPicker/IconPicker/IconPicker.view.d.ts +4 -0
  959. package/dist/native/components/IconPicker/IconPicker/IconPicker.view.js +78 -0
  960. package/dist/native/components/IconPicker/IconPicker/IconPicker.view.js.map +1 -0
  961. package/dist/native/components/IconPicker/IconPicker.d.ts +3 -0
  962. package/dist/native/components/IconPicker/IconPicker.js +10 -0
  963. package/dist/native/components/IconPicker/IconPicker.js.map +1 -0
  964. package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.d.ts +22 -0
  965. package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.js +2 -0
  966. package/dist/native/components/Input/FieldContainer/FieldContainer/FieldContainer.props.js.map +1 -0
  967. package/dist/native/components/Input/FieldContainer/FieldContainer.d.ts +9 -0
  968. package/dist/native/components/Input/FieldContainer/FieldContainer.js +23 -0
  969. package/dist/native/components/Input/FieldContainer/FieldContainer.js.map +1 -0
  970. package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.d.ts +70 -0
  971. package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.js +2 -0
  972. package/dist/native/components/Input/FieldContent/FieldContent/FieldContent.props.js.map +1 -0
  973. package/dist/native/components/Input/FieldContent/FieldContent.d.ts +9 -0
  974. package/dist/native/components/Input/FieldContent/FieldContent.js +25 -0
  975. package/dist/native/components/Input/FieldContent/FieldContent.js.map +1 -0
  976. package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.d.ts +3 -0
  977. package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.js +2 -0
  978. package/dist/native/components/Input/FieldIcons/FieldIcons/FieldIcons.props.js.map +1 -0
  979. package/dist/native/components/Input/FieldIcons/FieldIcons.d.ts +3 -0
  980. package/dist/native/components/Input/FieldIcons/FieldIcons.js +6 -0
  981. package/dist/native/components/Input/FieldIcons/FieldIcons.js.map +1 -0
  982. package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.d.ts +31 -0
  983. package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.js +2 -0
  984. package/dist/native/components/Input/FieldLabel/FieldLabel/FieldLabel.props.js.map +1 -0
  985. package/dist/native/components/Input/FieldLabel/FieldLabel.d.ts +9 -0
  986. package/dist/native/components/Input/FieldLabel/FieldLabel.js +13 -0
  987. package/dist/native/components/Input/FieldLabel/FieldLabel.js.map +1 -0
  988. package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.d.ts +25 -0
  989. package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.js +2 -0
  990. package/dist/native/components/Input/FieldLayout/FieldLayout/FieldLayout.props.js.map +1 -0
  991. package/dist/native/components/Input/FieldLayout/FieldLayout.d.ts +3 -0
  992. package/dist/native/components/Input/FieldLayout/FieldLayout.js +7 -0
  993. package/dist/native/components/Input/FieldLayout/FieldLayout.js.map +1 -0
  994. package/dist/native/components/Input/FieldWrapper/FieldWrapper.d.ts +9 -0
  995. package/dist/native/components/Input/FieldWrapper/FieldWrapper.js +12 -0
  996. package/dist/native/components/Input/FieldWrapper/FieldWrapper.js.map +1 -0
  997. package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.d.ts +3 -0
  998. package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.js +2 -0
  999. package/dist/native/components/Input/FieldWrapper/FieldWrapper.props.js.map +1 -0
  1000. package/dist/native/components/Input/HelperText/HelperText.d.ts +9 -0
  1001. package/dist/native/components/Input/HelperText/HelperText.js +12 -0
  1002. package/dist/native/components/Input/HelperText/HelperText.js.map +1 -0
  1003. package/dist/native/components/Input/HelperText/HelperText.props.d.ts +17 -0
  1004. package/dist/native/components/Input/HelperText/HelperText.props.js +2 -0
  1005. package/dist/native/components/Input/HelperText/HelperText.props.js.map +1 -0
  1006. package/dist/native/components/Input/Input.style.d.ts +62 -0
  1007. package/dist/native/components/Input/Input.style.js +130 -0
  1008. package/dist/native/components/Input/Input.style.js.map +1 -0
  1009. package/dist/native/components/Input/Input.type.d.ts +13 -0
  1010. package/dist/native/components/Input/Input.type.js +2 -0
  1011. package/dist/native/components/Input/Input.type.js.map +1 -0
  1012. package/dist/native/components/Input/index.d.ts +7 -0
  1013. package/dist/native/components/Input/index.js +8 -0
  1014. package/dist/native/components/Input/index.js.map +1 -0
  1015. package/dist/native/components/Link/Link/Link.props.d.ts +15 -0
  1016. package/dist/native/components/Link/Link/Link.props.js +2 -0
  1017. package/dist/native/components/Link/Link/Link.props.js.map +1 -0
  1018. package/dist/native/components/Link/Link/Link.state.d.ts +4 -0
  1019. package/dist/native/components/Link/Link/Link.state.js +7 -0
  1020. package/dist/native/components/Link/Link/Link.state.js.map +1 -0
  1021. package/dist/native/components/Link/Link/Link.style.d.ts +7 -0
  1022. package/dist/native/components/Link/Link/Link.style.js +29 -0
  1023. package/dist/native/components/Link/Link/Link.style.js.map +1 -0
  1024. package/dist/native/components/Link/Link/Link.view.d.ts +4 -0
  1025. package/dist/native/components/Link/Link/Link.view.js +33 -0
  1026. package/dist/native/components/Link/Link/Link.view.js.map +1 -0
  1027. package/dist/native/components/Link/Link/Link.view.native.d.ts +11 -0
  1028. package/dist/native/components/Link/Link/Link.view.native.js +33 -0
  1029. package/dist/native/components/Link/Link/Link.view.native.js.map +1 -0
  1030. package/dist/native/components/Link/Link.d.ts +3 -0
  1031. package/dist/native/components/Link/Link.js +10 -0
  1032. package/dist/native/components/Link/Link.js.map +1 -0
  1033. package/dist/native/components/Loader/Loader/Loader.props.d.ts +27 -0
  1034. package/dist/native/components/Loader/Loader/Loader.props.js +2 -0
  1035. package/dist/native/components/Loader/Loader/Loader.props.js.map +1 -0
  1036. package/dist/native/components/Loader/Loader/Loader.style.d.ts +4 -0
  1037. package/dist/native/components/Loader/Loader/Loader.style.js +21 -0
  1038. package/dist/native/components/Loader/Loader/Loader.style.js.map +1 -0
  1039. package/dist/native/components/Loader/Loader/Loader.view.d.ts +11 -0
  1040. package/dist/native/components/Loader/Loader/Loader.view.js +87 -0
  1041. package/dist/native/components/Loader/Loader/Loader.view.js.map +1 -0
  1042. package/dist/native/components/Loader/Loader/Loader.view.native.d.ts +18 -0
  1043. package/dist/native/components/Loader/Loader/Loader.view.native.js +106 -0
  1044. package/dist/native/components/Loader/Loader/Loader.view.native.js.map +1 -0
  1045. package/dist/native/components/Loader/Loader.d.ts +3 -0
  1046. package/dist/native/components/Loader/Loader.js +12 -0
  1047. package/dist/native/components/Loader/Loader.js.map +1 -0
  1048. package/dist/native/components/MediaPreview.d.ts +14 -0
  1049. package/dist/native/components/MediaPreview.js +30 -0
  1050. package/dist/native/components/MediaPreview.js.map +1 -0
  1051. package/dist/native/components/Menubar/Menubar/Menubar.props.d.ts +71 -0
  1052. package/dist/native/components/Menubar/Menubar/Menubar.props.js +2 -0
  1053. package/dist/native/components/Menubar/Menubar/Menubar.props.js.map +1 -0
  1054. package/dist/native/components/Menubar/Menubar/Menubar.state.d.ts +8 -0
  1055. package/dist/native/components/Menubar/Menubar/Menubar.state.js +43 -0
  1056. package/dist/native/components/Menubar/Menubar/Menubar.state.js.map +1 -0
  1057. package/dist/native/components/Menubar/Menubar/Menubar.style.d.ts +19 -0
  1058. package/dist/native/components/Menubar/Menubar/Menubar.style.js +70 -0
  1059. package/dist/native/components/Menubar/Menubar/Menubar.style.js.map +1 -0
  1060. package/dist/native/components/Menubar/Menubar/Menubar.type.d.ts +36 -0
  1061. package/dist/native/components/Menubar/Menubar/Menubar.type.js +2 -0
  1062. package/dist/native/components/Menubar/Menubar/Menubar.type.js.map +1 -0
  1063. package/dist/native/components/Menubar/Menubar/Menubar.view.d.ts +22 -0
  1064. package/dist/native/components/Menubar/Menubar/Menubar.view.js +242 -0
  1065. package/dist/native/components/Menubar/Menubar/Menubar.view.js.map +1 -0
  1066. package/dist/native/components/Menubar/Menubar/Menubar.view.native.d.ts +22 -0
  1067. package/dist/native/components/Menubar/Menubar/Menubar.view.native.js +105 -0
  1068. package/dist/native/components/Menubar/Menubar/Menubar.view.native.js.map +1 -0
  1069. package/dist/native/components/Menubar/Menubar.d.ts +2 -0
  1070. package/dist/native/components/Menubar/Menubar.js +30 -0
  1071. package/dist/native/components/Menubar/Menubar.js.map +1 -0
  1072. package/dist/native/components/Menubar/index.d.ts +1 -0
  1073. package/dist/native/components/Menubar/index.js +3 -0
  1074. package/dist/native/components/Menubar/index.js.map +1 -0
  1075. package/dist/native/components/Message/Message/Message.layout.d.ts +3 -0
  1076. package/dist/native/components/Message/Message/Message.layout.js +32 -0
  1077. package/dist/native/components/Message/Message/Message.layout.js.map +1 -0
  1078. package/dist/native/components/Message/Message/Message.props.d.ts +39 -0
  1079. package/dist/native/components/Message/Message/Message.props.js +2 -0
  1080. package/dist/native/components/Message/Message/Message.props.js.map +1 -0
  1081. package/dist/native/components/Message/Message/Message.store.d.ts +5 -0
  1082. package/dist/native/components/Message/Message/Message.store.js +37 -0
  1083. package/dist/native/components/Message/Message/Message.store.js.map +1 -0
  1084. package/dist/native/components/Message/Message/Message.style.d.ts +5 -0
  1085. package/dist/native/components/Message/Message/Message.style.js +82 -0
  1086. package/dist/native/components/Message/Message/Message.style.js.map +1 -0
  1087. package/dist/native/components/Message/Message/Message.type.d.ts +48 -0
  1088. package/dist/native/components/Message/Message/Message.type.js +2 -0
  1089. package/dist/native/components/Message/Message/Message.type.js.map +1 -0
  1090. package/dist/native/components/Message/Message/Message.view.d.ts +3 -0
  1091. package/dist/native/components/Message/Message/Message.view.js +69 -0
  1092. package/dist/native/components/Message/Message/Message.view.js.map +1 -0
  1093. package/dist/native/components/Message/Message.d.ts +5 -0
  1094. package/dist/native/components/Message/Message.js +4 -0
  1095. package/dist/native/components/Message/Message.js.map +1 -0
  1096. package/dist/native/components/Modal/Modal/Modal.layout.d.ts +3 -0
  1097. package/dist/native/components/Modal/Modal/Modal.layout.js +43 -0
  1098. package/dist/native/components/Modal/Modal/Modal.layout.js.map +1 -0
  1099. package/dist/native/components/Modal/Modal/Modal.props.d.ts +88 -0
  1100. package/dist/native/components/Modal/Modal/Modal.props.js +2 -0
  1101. package/dist/native/components/Modal/Modal/Modal.props.js.map +1 -0
  1102. package/dist/native/components/Modal/Modal/Modal.store.d.ts +19 -0
  1103. package/dist/native/components/Modal/Modal/Modal.store.js +60 -0
  1104. package/dist/native/components/Modal/Modal/Modal.store.js.map +1 -0
  1105. package/dist/native/components/Modal/Modal/Modal.style.d.ts +33 -0
  1106. package/dist/native/components/Modal/Modal/Modal.style.js +77 -0
  1107. package/dist/native/components/Modal/Modal/Modal.style.js.map +1 -0
  1108. package/dist/native/components/Modal/Modal/Modal.view.d.ts +21 -0
  1109. package/dist/native/components/Modal/Modal/Modal.view.js +86 -0
  1110. package/dist/native/components/Modal/Modal/Modal.view.js.map +1 -0
  1111. package/dist/native/components/Modal/Modal/Modal.view.native.d.ts +29 -0
  1112. package/dist/native/components/Modal/Modal/Modal.view.native.js +62 -0
  1113. package/dist/native/components/Modal/Modal/Modal.view.native.js.map +1 -0
  1114. package/dist/native/components/Modal/Modal.d.ts +3 -0
  1115. package/dist/native/components/Modal/Modal.js +13 -0
  1116. package/dist/native/components/Modal/Modal.js.map +1 -0
  1117. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.d.ts +68 -0
  1118. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.js +2 -0
  1119. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.props.js.map +1 -0
  1120. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.d.ts +8 -0
  1121. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.js +30 -0
  1122. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.state.js.map +1 -0
  1123. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.d.ts +32 -0
  1124. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.js +117 -0
  1125. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.style.js.map +1 -0
  1126. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.d.ts +35 -0
  1127. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.js +2 -0
  1128. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.type.js.map +1 -0
  1129. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.d.ts +26 -0
  1130. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.js +295 -0
  1131. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.js.map +1 -0
  1132. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.d.ts +26 -0
  1133. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.js +146 -0
  1134. package/dist/native/components/NavigationMenu/NavigationMenu/NavigationMenu.view.native.js.map +1 -0
  1135. package/dist/native/components/NavigationMenu/NavigationMenu.d.ts +2 -0
  1136. package/dist/native/components/NavigationMenu/NavigationMenu.js +31 -0
  1137. package/dist/native/components/NavigationMenu/NavigationMenu.js.map +1 -0
  1138. package/dist/native/components/OTPInput/OTPInput/OTPInput.props.d.ts +44 -0
  1139. package/dist/native/components/OTPInput/OTPInput/OTPInput.props.js +2 -0
  1140. package/dist/native/components/OTPInput/OTPInput/OTPInput.props.js.map +1 -0
  1141. package/dist/native/components/OTPInput/OTPInput/OTPInput.state.d.ts +23 -0
  1142. package/dist/native/components/OTPInput/OTPInput/OTPInput.state.js +260 -0
  1143. package/dist/native/components/OTPInput/OTPInput/OTPInput.state.js.map +1 -0
  1144. package/dist/native/components/OTPInput/OTPInput/OTPInput.type.d.ts +9 -0
  1145. package/dist/native/components/OTPInput/OTPInput/OTPInput.type.js +2 -0
  1146. package/dist/native/components/OTPInput/OTPInput/OTPInput.type.js.map +1 -0
  1147. package/dist/native/components/OTPInput/OTPInput/OTPInput.view.d.ts +29 -0
  1148. package/dist/native/components/OTPInput/OTPInput/OTPInput.view.js +191 -0
  1149. package/dist/native/components/OTPInput/OTPInput/OTPInput.view.js.map +1 -0
  1150. package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.d.ts +29 -0
  1151. package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.js +49 -0
  1152. package/dist/native/components/OTPInput/OTPInput/OTPInput.view.native.js.map +1 -0
  1153. package/dist/native/components/OTPInput/OTPInput/sync-timeouts.d.ts +1 -0
  1154. package/dist/native/components/OTPInput/OTPInput/sync-timeouts.js +12 -0
  1155. package/dist/native/components/OTPInput/OTPInput/sync-timeouts.js.map +1 -0
  1156. package/dist/native/components/OTPInput/OTPInput.d.ts +3 -0
  1157. package/dist/native/components/OTPInput/OTPInput.js +12 -0
  1158. package/dist/native/components/OTPInput/OTPInput.js.map +1 -0
  1159. package/dist/native/components/Pagination/Pagination/Pagination.props.d.ts +19 -0
  1160. package/dist/native/components/Pagination/Pagination/Pagination.props.js +2 -0
  1161. package/dist/native/components/Pagination/Pagination/Pagination.props.js.map +1 -0
  1162. package/dist/native/components/Pagination/Pagination/Pagination.state.d.ts +3 -0
  1163. package/dist/native/components/Pagination/Pagination/Pagination.state.js +40 -0
  1164. package/dist/native/components/Pagination/Pagination/Pagination.state.js.map +1 -0
  1165. package/dist/native/components/Pagination/Pagination/Pagination.style.d.ts +7 -0
  1166. package/dist/native/components/Pagination/Pagination/Pagination.style.js +111 -0
  1167. package/dist/native/components/Pagination/Pagination/Pagination.style.js.map +1 -0
  1168. package/dist/native/components/Pagination/Pagination/Pagination.type.d.ts +17 -0
  1169. package/dist/native/components/Pagination/Pagination/Pagination.type.js +2 -0
  1170. package/dist/native/components/Pagination/Pagination/Pagination.type.js.map +1 -0
  1171. package/dist/native/components/Pagination/Pagination/Pagination.view.d.ts +3 -0
  1172. package/dist/native/components/Pagination/Pagination/Pagination.view.js +72 -0
  1173. package/dist/native/components/Pagination/Pagination/Pagination.view.js.map +1 -0
  1174. package/dist/native/components/Pagination/Pagination/Pagination.view.native.d.ts +3 -0
  1175. package/dist/native/components/Pagination/Pagination/Pagination.view.native.js +47 -0
  1176. package/dist/native/components/Pagination/Pagination/Pagination.view.native.js.map +1 -0
  1177. package/dist/native/components/Pagination/Pagination.d.ts +3 -0
  1178. package/dist/native/components/Pagination/Pagination.js +10 -0
  1179. package/dist/native/components/Pagination/Pagination.js.map +1 -0
  1180. package/dist/native/components/Pagination/index.d.ts +1 -0
  1181. package/dist/native/components/Pagination/index.js +3 -0
  1182. package/dist/native/components/Pagination/index.js.map +1 -0
  1183. package/dist/native/components/Portal/Portal.d.ts +7 -0
  1184. package/dist/native/components/Portal/Portal.js +32 -0
  1185. package/dist/native/components/Portal/Portal.js.map +1 -0
  1186. package/dist/native/components/Portal/Portal.native.d.ts +13 -0
  1187. package/dist/native/components/Portal/Portal.native.js +10 -0
  1188. package/dist/native/components/Portal/Portal.native.js.map +1 -0
  1189. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.d.ts +24 -0
  1190. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.js +2 -0
  1191. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.props.js.map +1 -0
  1192. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.d.ts +4 -0
  1193. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.js +112 -0
  1194. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.js.map +1 -0
  1195. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.d.ts +9 -0
  1196. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.js +64 -0
  1197. package/dist/native/components/ProgressBar/ProgressBar/ProgressBar.view.native.js.map +1 -0
  1198. package/dist/native/components/ProgressBar/ProgressBar.d.ts +4 -0
  1199. package/dist/native/components/ProgressBar/ProgressBar.js +11 -0
  1200. package/dist/native/components/ProgressBar/ProgressBar.js.map +1 -0
  1201. package/dist/native/components/Resizable/Resizable/Resizable.props.d.ts +52 -0
  1202. package/dist/native/components/Resizable/Resizable/Resizable.props.js +2 -0
  1203. package/dist/native/components/Resizable/Resizable/Resizable.props.js.map +1 -0
  1204. package/dist/native/components/Resizable/Resizable/Resizable.state.d.ts +16 -0
  1205. package/dist/native/components/Resizable/Resizable/Resizable.state.js +318 -0
  1206. package/dist/native/components/Resizable/Resizable/Resizable.state.js.map +1 -0
  1207. package/dist/native/components/Resizable/Resizable/Resizable.style.d.ts +7 -0
  1208. package/dist/native/components/Resizable/Resizable/Resizable.style.js +81 -0
  1209. package/dist/native/components/Resizable/Resizable/Resizable.style.js.map +1 -0
  1210. package/dist/native/components/Resizable/Resizable/Resizable.type.d.ts +44 -0
  1211. package/dist/native/components/Resizable/Resizable/Resizable.type.js +2 -0
  1212. package/dist/native/components/Resizable/Resizable/Resizable.type.js.map +1 -0
  1213. package/dist/native/components/Resizable/Resizable/Resizable.view.d.ts +13 -0
  1214. package/dist/native/components/Resizable/Resizable/Resizable.view.js +145 -0
  1215. package/dist/native/components/Resizable/Resizable/Resizable.view.js.map +1 -0
  1216. package/dist/native/components/Resizable/Resizable/Resizable.view.native.d.ts +13 -0
  1217. package/dist/native/components/Resizable/Resizable/Resizable.view.native.js +98 -0
  1218. package/dist/native/components/Resizable/Resizable/Resizable.view.native.js.map +1 -0
  1219. package/dist/native/components/Resizable/Resizable.d.ts +2 -0
  1220. package/dist/native/components/Resizable/Resizable.js +31 -0
  1221. package/dist/native/components/Resizable/Resizable.js.map +1 -0
  1222. package/dist/native/components/Resizable/index.d.ts +1 -0
  1223. package/dist/native/components/Resizable/index.js +3 -0
  1224. package/dist/native/components/Resizable/index.js.map +1 -0
  1225. package/dist/native/components/Separator/Separator/Separator.props.d.ts +12 -0
  1226. package/dist/native/components/Separator/Separator/Separator.props.js +2 -0
  1227. package/dist/native/components/Separator/Separator/Separator.props.js.map +1 -0
  1228. package/dist/native/components/Separator/Separator/Separator.style.d.ts +23 -0
  1229. package/dist/native/components/Separator/Separator/Separator.style.js +46 -0
  1230. package/dist/native/components/Separator/Separator/Separator.style.js.map +1 -0
  1231. package/dist/native/components/Separator/Separator/Separator.type.d.ts +8 -0
  1232. package/dist/native/components/Separator/Separator/Separator.type.js +2 -0
  1233. package/dist/native/components/Separator/Separator/Separator.type.js.map +1 -0
  1234. package/dist/native/components/Separator/Separator/Separator.view.d.ts +3 -0
  1235. package/dist/native/components/Separator/Separator/Separator.view.js +42 -0
  1236. package/dist/native/components/Separator/Separator/Separator.view.js.map +1 -0
  1237. package/dist/native/components/Separator/Separator/Separator.view.native.d.ts +3 -0
  1238. package/dist/native/components/Separator/Separator/Separator.view.native.js +30 -0
  1239. package/dist/native/components/Separator/Separator/Separator.view.native.js.map +1 -0
  1240. package/dist/native/components/Separator/Separator.d.ts +4 -0
  1241. package/dist/native/components/Separator/Separator.js +11 -0
  1242. package/dist/native/components/Separator/Separator.js.map +1 -0
  1243. package/dist/native/components/Separator/index.d.ts +1 -0
  1244. package/dist/native/components/Separator/index.js +3 -0
  1245. package/dist/native/components/Separator/index.js.map +1 -0
  1246. package/dist/native/components/ShareButton/ShareButton/ShareButton.props.d.ts +19 -0
  1247. package/dist/native/components/ShareButton/ShareButton/ShareButton.props.js +2 -0
  1248. package/dist/native/components/ShareButton/ShareButton/ShareButton.props.js.map +1 -0
  1249. package/dist/native/components/ShareButton/ShareButton/ShareButton.state.d.ts +6 -0
  1250. package/dist/native/components/ShareButton/ShareButton/ShareButton.state.js +90 -0
  1251. package/dist/native/components/ShareButton/ShareButton/ShareButton.state.js.map +1 -0
  1252. package/dist/native/components/ShareButton/ShareButton/ShareButton.view.d.ts +4 -0
  1253. package/dist/native/components/ShareButton/ShareButton/ShareButton.view.js +49 -0
  1254. package/dist/native/components/ShareButton/ShareButton/ShareButton.view.js.map +1 -0
  1255. package/dist/native/components/ShareButton/ShareButton.d.ts +3 -0
  1256. package/dist/native/components/ShareButton/ShareButton.js +11 -0
  1257. package/dist/native/components/ShareButton/ShareButton.js.map +1 -0
  1258. package/dist/native/components/Sidebar/Sidebar/Sidebar.props.d.ts +54 -0
  1259. package/dist/native/components/Sidebar/Sidebar/Sidebar.props.js +2 -0
  1260. package/dist/native/components/Sidebar/Sidebar/Sidebar.props.js.map +1 -0
  1261. package/dist/native/components/Sidebar/Sidebar/Sidebar.state.d.ts +7 -0
  1262. package/dist/native/components/Sidebar/Sidebar/Sidebar.state.js +44 -0
  1263. package/dist/native/components/Sidebar/Sidebar/Sidebar.state.js.map +1 -0
  1264. package/dist/native/components/Sidebar/Sidebar/Sidebar.style.d.ts +13 -0
  1265. package/dist/native/components/Sidebar/Sidebar/Sidebar.style.js +106 -0
  1266. package/dist/native/components/Sidebar/Sidebar/Sidebar.style.js.map +1 -0
  1267. package/dist/native/components/Sidebar/Sidebar/Sidebar.type.d.ts +32 -0
  1268. package/dist/native/components/Sidebar/Sidebar/Sidebar.type.js +2 -0
  1269. package/dist/native/components/Sidebar/Sidebar/Sidebar.type.js.map +1 -0
  1270. package/dist/native/components/Sidebar/Sidebar/Sidebar.view.d.ts +21 -0
  1271. package/dist/native/components/Sidebar/Sidebar/Sidebar.view.js +95 -0
  1272. package/dist/native/components/Sidebar/Sidebar/Sidebar.view.js.map +1 -0
  1273. package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.d.ts +21 -0
  1274. package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.js +82 -0
  1275. package/dist/native/components/Sidebar/Sidebar/Sidebar.view.native.js.map +1 -0
  1276. package/dist/native/components/Sidebar/Sidebar.d.ts +2 -0
  1277. package/dist/native/components/Sidebar/Sidebar.js +27 -0
  1278. package/dist/native/components/Sidebar/Sidebar.js.map +1 -0
  1279. package/dist/native/components/Sidebar/index.d.ts +1 -0
  1280. package/dist/native/components/Sidebar/index.js +3 -0
  1281. package/dist/native/components/Sidebar/index.js.map +1 -0
  1282. package/dist/native/components/Slider/Slider/Slider.props.d.ts +36 -0
  1283. package/dist/native/components/Slider/Slider/Slider.props.js +2 -0
  1284. package/dist/native/components/Slider/Slider/Slider.props.js.map +1 -0
  1285. package/dist/native/components/Slider/Slider/Slider.state.d.ts +14 -0
  1286. package/dist/native/components/Slider/Slider/Slider.state.js +146 -0
  1287. package/dist/native/components/Slider/Slider/Slider.state.js.map +1 -0
  1288. package/dist/native/components/Slider/Slider/Slider.style.d.ts +15 -0
  1289. package/dist/native/components/Slider/Slider/Slider.style.js +127 -0
  1290. package/dist/native/components/Slider/Slider/Slider.style.js.map +1 -0
  1291. package/dist/native/components/Slider/Slider/Slider.type.d.ts +18 -0
  1292. package/dist/native/components/Slider/Slider/Slider.type.js +2 -0
  1293. package/dist/native/components/Slider/Slider/Slider.type.js.map +1 -0
  1294. package/dist/native/components/Slider/Slider/Slider.view.d.ts +3 -0
  1295. package/dist/native/components/Slider/Slider/Slider.view.js +144 -0
  1296. package/dist/native/components/Slider/Slider/Slider.view.js.map +1 -0
  1297. package/dist/native/components/Slider/Slider/Slider.view.native.d.ts +3 -0
  1298. package/dist/native/components/Slider/Slider/Slider.view.native.js +40 -0
  1299. package/dist/native/components/Slider/Slider/Slider.view.native.js.map +1 -0
  1300. package/dist/native/components/Slider/Slider.d.ts +3 -0
  1301. package/dist/native/components/Slider/Slider.js +12 -0
  1302. package/dist/native/components/Slider/Slider.js.map +1 -0
  1303. package/dist/native/components/Slider/index.d.ts +1 -0
  1304. package/dist/native/components/Slider/index.js +3 -0
  1305. package/dist/native/components/Slider/index.js.map +1 -0
  1306. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.d.ts +12 -0
  1307. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.js +2 -0
  1308. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.props.js.map +1 -0
  1309. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.d.ts +10 -0
  1310. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.js +32 -0
  1311. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.style.js.map +1 -0
  1312. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.d.ts +7 -0
  1313. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.js +2 -0
  1314. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.type.js.map +1 -0
  1315. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.d.ts +3 -0
  1316. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.js +30 -0
  1317. package/dist/native/components/StatusIndicator/StatusIndicator/StatusIndicator.view.js.map +1 -0
  1318. package/dist/native/components/StatusIndicator/StatusIndicator.d.ts +3 -0
  1319. package/dist/native/components/StatusIndicator/StatusIndicator.js +9 -0
  1320. package/dist/native/components/StatusIndicator/StatusIndicator.js.map +1 -0
  1321. package/dist/native/components/Table/Table/Table.context.d.ts +23 -0
  1322. package/dist/native/components/Table/Table/Table.context.js +15 -0
  1323. package/dist/native/components/Table/Table/Table.context.js.map +1 -0
  1324. package/dist/native/components/Table/Table/Table.props.d.ts +24 -0
  1325. package/dist/native/components/Table/Table/Table.props.js +2 -0
  1326. package/dist/native/components/Table/Table/Table.props.js.map +1 -0
  1327. package/dist/native/components/Table/Table/Table.state.d.ts +5 -0
  1328. package/dist/native/components/Table/Table/Table.state.js +6 -0
  1329. package/dist/native/components/Table/Table/Table.state.js.map +1 -0
  1330. package/dist/native/components/Table/Table/Table.style.d.ts +32 -0
  1331. package/dist/native/components/Table/Table/Table.style.js +176 -0
  1332. package/dist/native/components/Table/Table/Table.style.js.map +1 -0
  1333. package/dist/native/components/Table/Table/Table.type.d.ts +19 -0
  1334. package/dist/native/components/Table/Table/Table.type.js +2 -0
  1335. package/dist/native/components/Table/Table/Table.type.js.map +1 -0
  1336. package/dist/native/components/Table/Table/Table.view.d.ts +20 -0
  1337. package/dist/native/components/Table/Table/Table.view.js +70 -0
  1338. package/dist/native/components/Table/Table/Table.view.js.map +1 -0
  1339. package/dist/native/components/Table/Table.d.ts +16 -0
  1340. package/dist/native/components/Table/Table.js +23 -0
  1341. package/dist/native/components/Table/Table.js.map +1 -0
  1342. package/dist/native/components/Tabs/Tabs/TabHeader.d.ts +22 -0
  1343. package/dist/native/components/Tabs/Tabs/TabHeader.js +56 -0
  1344. package/dist/native/components/Tabs/Tabs/TabHeader.js.map +1 -0
  1345. package/dist/native/components/Tabs/Tabs/Tabs.props.d.ts +98 -0
  1346. package/dist/native/components/Tabs/Tabs/Tabs.props.js +2 -0
  1347. package/dist/native/components/Tabs/Tabs/Tabs.props.js.map +1 -0
  1348. package/dist/native/components/Tabs/Tabs/Tabs.state.d.ts +22 -0
  1349. package/dist/native/components/Tabs/Tabs/Tabs.state.js +88 -0
  1350. package/dist/native/components/Tabs/Tabs/Tabs.state.js.map +1 -0
  1351. package/dist/native/components/Tabs/Tabs/Tabs.view.d.ts +12 -0
  1352. package/dist/native/components/Tabs/Tabs/Tabs.view.js +230 -0
  1353. package/dist/native/components/Tabs/Tabs/Tabs.view.js.map +1 -0
  1354. package/dist/native/components/Tabs/Tabs/Tabs.view.native.d.ts +9 -0
  1355. package/dist/native/components/Tabs/Tabs/Tabs.view.native.js +151 -0
  1356. package/dist/native/components/Tabs/Tabs/Tabs.view.native.js.map +1 -0
  1357. package/dist/native/components/Tabs/Tabs.d.ts +10 -0
  1358. package/dist/native/components/Tabs/Tabs.js +53 -0
  1359. package/dist/native/components/Tabs/Tabs.js.map +1 -0
  1360. package/dist/native/components/TextArea/TextArea.d.ts +22 -0
  1361. package/dist/native/components/TextArea/TextArea.js +31 -0
  1362. package/dist/native/components/TextArea/TextArea.js.map +1 -0
  1363. package/dist/native/components/Title/Title/SlideEffect.d.ts +16 -0
  1364. package/dist/native/components/Title/Title/SlideEffect.js +195 -0
  1365. package/dist/native/components/Title/Title/SlideEffect.js.map +1 -0
  1366. package/dist/native/components/Title/Title/SlideEffect.native.d.ts +26 -0
  1367. package/dist/native/components/Title/Title/SlideEffect.native.js +127 -0
  1368. package/dist/native/components/Title/Title/SlideEffect.native.js.map +1 -0
  1369. package/dist/native/components/Title/Title/Title.props.d.ts +28 -0
  1370. package/dist/native/components/Title/Title/Title.props.js +2 -0
  1371. package/dist/native/components/Title/Title/Title.props.js.map +1 -0
  1372. package/dist/native/components/Title/Title/Title.state.d.ts +10 -0
  1373. package/dist/native/components/Title/Title/Title.state.js +52 -0
  1374. package/dist/native/components/Title/Title/Title.state.js.map +1 -0
  1375. package/dist/native/components/Title/Title/Title.style.d.ts +29 -0
  1376. package/dist/native/components/Title/Title/Title.style.js +85 -0
  1377. package/dist/native/components/Title/Title/Title.style.js.map +1 -0
  1378. package/dist/native/components/Title/Title/Title.type.d.ts +8 -0
  1379. package/dist/native/components/Title/Title/Title.type.js +2 -0
  1380. package/dist/native/components/Title/Title/Title.type.js.map +1 -0
  1381. package/dist/native/components/Title/Title/Title.view.d.ts +4 -0
  1382. package/dist/native/components/Title/Title/Title.view.js +154 -0
  1383. package/dist/native/components/Title/Title/Title.view.js.map +1 -0
  1384. package/dist/native/components/Title/Title/Title.view.native.d.ts +18 -0
  1385. package/dist/native/components/Title/Title/Title.view.native.js +129 -0
  1386. package/dist/native/components/Title/Title/Title.view.native.js.map +1 -0
  1387. package/dist/native/components/Title/Title/TypewriterEffect.d.ts +15 -0
  1388. package/dist/native/components/Title/Title/TypewriterEffect.js +86 -0
  1389. package/dist/native/components/Title/Title/TypewriterEffect.js.map +1 -0
  1390. package/dist/native/components/Title/Title/TypewriterEffect.native.d.ts +22 -0
  1391. package/dist/native/components/Title/Title/TypewriterEffect.native.js +80 -0
  1392. package/dist/native/components/Title/Title/TypewriterEffect.native.js.map +1 -0
  1393. package/dist/native/components/Title/Title.d.ts +3 -0
  1394. package/dist/native/components/Title/Title.js +8 -0
  1395. package/dist/native/components/Title/Title.js.map +1 -0
  1396. package/dist/native/components/Title/index.d.ts +1 -0
  1397. package/dist/native/components/Title/index.js +3 -0
  1398. package/dist/native/components/Title/index.js.map +1 -0
  1399. package/dist/native/components/Toast/Toast/Toast.hook.d.ts +10 -0
  1400. package/dist/native/components/Toast/Toast/Toast.hook.js +21 -0
  1401. package/dist/native/components/Toast/Toast/Toast.hook.js.map +1 -0
  1402. package/dist/native/components/Toast/Toast/Toast.props.d.ts +34 -0
  1403. package/dist/native/components/Toast/Toast/Toast.props.js +2 -0
  1404. package/dist/native/components/Toast/Toast/Toast.props.js.map +1 -0
  1405. package/dist/native/components/Toast/Toast/Toast.store.d.ts +10 -0
  1406. package/dist/native/components/Toast/Toast/Toast.store.js +113 -0
  1407. package/dist/native/components/Toast/Toast/Toast.store.js.map +1 -0
  1408. package/dist/native/components/Toast/Toast/Toast.style.d.ts +17 -0
  1409. package/dist/native/components/Toast/Toast/Toast.style.js +103 -0
  1410. package/dist/native/components/Toast/Toast/Toast.style.js.map +1 -0
  1411. package/dist/native/components/Toast/Toast/Toast.type.d.ts +53 -0
  1412. package/dist/native/components/Toast/Toast/Toast.type.js +2 -0
  1413. package/dist/native/components/Toast/Toast/Toast.type.js.map +1 -0
  1414. package/dist/native/components/Toast/Toast/Toast.view.d.ts +4 -0
  1415. package/dist/native/components/Toast/Toast/Toast.view.js +100 -0
  1416. package/dist/native/components/Toast/Toast/Toast.view.js.map +1 -0
  1417. package/dist/native/components/Toast/Toast/Toast.view.native.d.ts +4 -0
  1418. package/dist/native/components/Toast/Toast/Toast.view.native.js +63 -0
  1419. package/dist/native/components/Toast/Toast/Toast.view.native.js.map +1 -0
  1420. package/dist/native/components/Toast/Toast.d.ts +23 -0
  1421. package/dist/native/components/Toast/Toast.js +21 -0
  1422. package/dist/native/components/Toast/Toast.js.map +1 -0
  1423. package/dist/native/components/Toast/index.d.ts +1 -0
  1424. package/dist/native/components/Toast/index.js +3 -0
  1425. package/dist/native/components/Toast/index.js.map +1 -0
  1426. package/dist/native/components/Toggle/Toggle/Toggle.props.d.ts +17 -0
  1427. package/dist/native/components/Toggle/Toggle/Toggle.props.js +2 -0
  1428. package/dist/native/components/Toggle/Toggle/Toggle.props.js.map +1 -0
  1429. package/dist/native/components/Toggle/Toggle/Toggle.state.d.ts +6 -0
  1430. package/dist/native/components/Toggle/Toggle/Toggle.state.js +11 -0
  1431. package/dist/native/components/Toggle/Toggle/Toggle.state.js.map +1 -0
  1432. package/dist/native/components/Toggle/Toggle/Toggle.style.d.ts +8 -0
  1433. package/dist/native/components/Toggle/Toggle/Toggle.style.js +58 -0
  1434. package/dist/native/components/Toggle/Toggle/Toggle.style.js.map +1 -0
  1435. package/dist/native/components/Toggle/Toggle/Toggle.type.d.ts +2 -0
  1436. package/dist/native/components/Toggle/Toggle/Toggle.type.js +2 -0
  1437. package/dist/native/components/Toggle/Toggle/Toggle.type.js.map +1 -0
  1438. package/dist/native/components/Toggle/Toggle/Toggle.view.d.ts +12 -0
  1439. package/dist/native/components/Toggle/Toggle/Toggle.view.js +52 -0
  1440. package/dist/native/components/Toggle/Toggle/Toggle.view.js.map +1 -0
  1441. package/dist/native/components/Toggle/Toggle/Toggle.view.native.d.ts +12 -0
  1442. package/dist/native/components/Toggle/Toggle/Toggle.view.native.js +37 -0
  1443. package/dist/native/components/Toggle/Toggle/Toggle.view.native.js.map +1 -0
  1444. package/dist/native/components/Toggle/Toggle.d.ts +3 -0
  1445. package/dist/native/components/Toggle/Toggle.js +20 -0
  1446. package/dist/native/components/Toggle/Toggle.js.map +1 -0
  1447. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.d.ts +19 -0
  1448. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.js +2 -0
  1449. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.props.js.map +1 -0
  1450. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.d.ts +4 -0
  1451. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.js +7 -0
  1452. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.state.js.map +1 -0
  1453. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.d.ts +2 -0
  1454. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.js +6 -0
  1455. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.style.js.map +1 -0
  1456. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.d.ts +9 -0
  1457. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.js +2 -0
  1458. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.type.js.map +1 -0
  1459. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.d.ts +3 -0
  1460. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.js +40 -0
  1461. package/dist/native/components/ToggleGroup/ToggleGroup/ToggleGroup.view.js.map +1 -0
  1462. package/dist/native/components/ToggleGroup/ToggleGroup.d.ts +3 -0
  1463. package/dist/native/components/ToggleGroup/ToggleGroup.js +20 -0
  1464. package/dist/native/components/ToggleGroup/ToggleGroup.js.map +1 -0
  1465. package/dist/native/components/Tooltip/Tooltip/Tooltip.props.d.ts +38 -0
  1466. package/dist/native/components/Tooltip/Tooltip/Tooltip.props.js +2 -0
  1467. package/dist/native/components/Tooltip/Tooltip/Tooltip.props.js.map +1 -0
  1468. package/dist/native/components/Tooltip/Tooltip/Tooltip.state.d.ts +17 -0
  1469. package/dist/native/components/Tooltip/Tooltip/Tooltip.state.js +76 -0
  1470. package/dist/native/components/Tooltip/Tooltip/Tooltip.state.js.map +1 -0
  1471. package/dist/native/components/Tooltip/Tooltip/Tooltip.style.d.ts +7 -0
  1472. package/dist/native/components/Tooltip/Tooltip/Tooltip.style.js +162 -0
  1473. package/dist/native/components/Tooltip/Tooltip/Tooltip.style.js.map +1 -0
  1474. package/dist/native/components/Tooltip/Tooltip/Tooltip.type.d.ts +20 -0
  1475. package/dist/native/components/Tooltip/Tooltip/Tooltip.type.js +2 -0
  1476. package/dist/native/components/Tooltip/Tooltip/Tooltip.type.js.map +1 -0
  1477. package/dist/native/components/Tooltip/Tooltip/Tooltip.view.d.ts +21 -0
  1478. package/dist/native/components/Tooltip/Tooltip/Tooltip.view.js +170 -0
  1479. package/dist/native/components/Tooltip/Tooltip/Tooltip.view.js.map +1 -0
  1480. package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.d.ts +21 -0
  1481. package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.js +53 -0
  1482. package/dist/native/components/Tooltip/Tooltip/Tooltip.view.native.js.map +1 -0
  1483. package/dist/native/components/Tooltip/Tooltip.d.ts +2 -0
  1484. package/dist/native/components/Tooltip/Tooltip.js +21 -0
  1485. package/dist/native/components/Tooltip/Tooltip.js.map +1 -0
  1486. package/dist/native/components/Tooltip/index.d.ts +1 -0
  1487. package/dist/native/components/Tooltip/index.js +3 -0
  1488. package/dist/native/components/Tooltip/index.js.map +1 -0
  1489. package/dist/native/components/Uploader/Uploader/Uploader.props.d.ts +61 -0
  1490. package/dist/native/components/Uploader/Uploader/Uploader.props.js +2 -0
  1491. package/dist/native/components/Uploader/Uploader/Uploader.props.js.map +1 -0
  1492. package/dist/native/components/Uploader/Uploader/Uploader.state.d.ts +14 -0
  1493. package/dist/native/components/Uploader/Uploader/Uploader.state.js +114 -0
  1494. package/dist/native/components/Uploader/Uploader/Uploader.state.js.map +1 -0
  1495. package/dist/native/components/Uploader/Uploader/Uploader.view.d.ts +3 -0
  1496. package/dist/native/components/Uploader/Uploader/Uploader.view.js +72 -0
  1497. package/dist/native/components/Uploader/Uploader/Uploader.view.js.map +1 -0
  1498. package/dist/native/components/Uploader/Uploader.d.ts +3 -0
  1499. package/dist/native/components/Uploader/Uploader.js +35 -0
  1500. package/dist/native/components/Uploader/Uploader.js.map +1 -0
  1501. package/dist/native/components/index.d.ts +125 -0
  1502. package/dist/native/components/index.js +126 -0
  1503. package/dist/native/components/index.js.map +1 -0
  1504. package/dist/native/design-system/DesignSystemProvider.d.ts +12 -0
  1505. package/dist/native/design-system/DesignSystemProvider.js +39 -0
  1506. package/dist/native/design-system/DesignSystemProvider.js.map +1 -0
  1507. package/dist/native/design-system/configs/airbnb.json +724 -0
  1508. package/dist/native/design-system/configs/apple.json +742 -0
  1509. package/dist/native/design-system/configs/coinbase.json +735 -0
  1510. package/dist/native/design-system/configs/figma.json +721 -0
  1511. package/dist/native/design-system/configs/index.d.ts +21 -0
  1512. package/dist/native/design-system/configs/index.js +35 -0
  1513. package/dist/native/design-system/configs/index.js.map +1 -0
  1514. package/dist/native/design-system/configs/linear.json +714 -0
  1515. package/dist/native/design-system/configs/nike.json +742 -0
  1516. package/dist/native/design-system/configs/notion.json +847 -0
  1517. package/dist/native/design-system/configs/revolut.json +807 -0
  1518. package/dist/native/design-system/configs/shopify.json +710 -0
  1519. package/dist/native/design-system/configs/spacex.json +619 -0
  1520. package/dist/native/design-system/configs/spotify.json +710 -0
  1521. package/dist/native/design-system/configs/stripe.json +777 -0
  1522. package/dist/native/design-system/configs/tesla.json +669 -0
  1523. package/dist/native/design-system/configs/uber.json +725 -0
  1524. package/dist/native/design-system/configs/vercel.json +737 -0
  1525. package/dist/native/design-system/index.d.ts +4 -0
  1526. package/dist/native/design-system/index.js +5 -0
  1527. package/dist/native/design-system/index.js.map +1 -0
  1528. package/dist/native/design-system/types.d.ts +82 -0
  1529. package/dist/native/design-system/types.js +2 -0
  1530. package/dist/native/design-system/types.js.map +1 -0
  1531. package/dist/native/design-system/utils.d.ts +5 -0
  1532. package/dist/native/design-system/utils.js +61 -0
  1533. package/dist/native/design-system/utils.js.map +1 -0
  1534. package/dist/native/pages/designSystem.page.d.ts +7 -0
  1535. package/dist/native/pages/designSystem.page.js +2235 -0
  1536. package/dist/native/pages/designSystem.page.js.map +1 -0
  1537. package/dist/native/utils/elevation.d.ts +3 -0
  1538. package/dist/native/utils/elevation.js +2 -0
  1539. package/dist/native/utils/elevation.js.map +1 -0
  1540. package/dist/native/utils/generateId.d.ts +5 -0
  1541. package/dist/native/utils/generateId.js +8 -0
  1542. package/dist/native/utils/generateId.js.map +1 -0
  1543. package/dist/native/utils/id.d.ts +6 -0
  1544. package/dist/native/utils/id.js +7 -0
  1545. package/dist/native/utils/id.js.map +1 -0
  1546. package/dist/orange.webp +0 -0
  1547. package/dist/robots.txt +3 -0
  1548. package/dist/web.cjs.js +36 -0
  1549. package/dist/web.cjs.js.map +1 -0
  1550. package/dist/web.esm.js +43415 -0
  1551. package/dist/web.esm.js.map +1 -0
  1552. package/dist/web.umd.js +36 -0
  1553. package/dist/web.umd.js.map +1 -0
  1554. package/docs/README.md +67 -0
  1555. package/docs/api-integration.md +801 -0
  1556. package/docs/app-studio/Animation.md +241 -0
  1557. package/docs/app-studio/Components.md +192 -0
  1558. package/docs/app-studio/Design.md +121 -0
  1559. package/docs/app-studio/Events.md +296 -0
  1560. package/docs/app-studio/Hooks.md +469 -0
  1561. package/docs/app-studio/Providers.md +186 -0
  1562. package/docs/app-studio/README.md +781 -0
  1563. package/docs/app-studio/Responsive.md +135 -0
  1564. package/docs/app-studio/Theming.md +489 -0
  1565. package/docs/app-studio.md +302 -0
  1566. package/docs/component-development/guide.md +546 -0
  1567. package/docs/components/Accordion.mdx +111 -0
  1568. package/docs/components/Alert.mdx +72 -0
  1569. package/docs/components/AspectRatio.mdx +57 -0
  1570. package/docs/components/AttachmentGroup.md +45 -0
  1571. package/docs/components/AudioInput.mdx +43 -0
  1572. package/docs/components/Avatar.mdx +60 -0
  1573. package/docs/components/Background.mdx +144 -0
  1574. package/docs/components/Badge.mdx +190 -0
  1575. package/docs/components/Button.mdx +243 -0
  1576. package/docs/components/Card.mdx +298 -0
  1577. package/docs/components/Carousel.mdx +184 -0
  1578. package/docs/components/Center.mdx +474 -0
  1579. package/docs/components/Chart.mdx +136 -0
  1580. package/docs/components/ChatWidget.mdx +106 -0
  1581. package/docs/components/Checkbox.mdx +64 -0
  1582. package/docs/components/ColorInput.mdx +209 -0
  1583. package/docs/components/ColorPicker.mdx +452 -0
  1584. package/docs/components/ComboBox.mdx +366 -0
  1585. package/docs/components/Command.mdx +204 -0
  1586. package/docs/components/ContextMenu.mdx +95 -0
  1587. package/docs/components/CookieConsent.mdx +53 -0
  1588. package/docs/components/CountryPicker.mdx +123 -0
  1589. package/docs/components/DatePicker.mdx +77 -0
  1590. package/docs/components/DragAndDrop.mdx +355 -0
  1591. package/docs/components/Drawer.mdx +573 -0
  1592. package/docs/components/DropZone.md +82 -0
  1593. package/docs/components/DropdownMenu.mdx +87 -0
  1594. package/docs/components/EditComponent.mdx +76 -0
  1595. package/docs/components/EmojiPicker.mdx +84 -0
  1596. package/docs/components/File.mdx +134 -0
  1597. package/docs/components/Form.mdx +681 -0
  1598. package/docs/components/Formik.mdx +890 -0
  1599. package/docs/components/Gradient.mdx +448 -0
  1600. package/docs/components/Horizontal.mdx +39 -0
  1601. package/docs/components/HoverCard.mdx +72 -0
  1602. package/docs/components/Icon.mdx +306 -0
  1603. package/docs/components/IconPicker.mdx +106 -0
  1604. package/docs/components/Label.mdx +438 -0
  1605. package/docs/components/Link.mdx +75 -0
  1606. package/docs/components/Loader.mdx +344 -0
  1607. package/docs/components/Menubar.mdx +128 -0
  1608. package/docs/components/Message.mdx +256 -0
  1609. package/docs/components/Modal.mdx +409 -0
  1610. package/docs/components/NavigationMenu.mdx +165 -0
  1611. package/docs/components/OTPInput.mdx +194 -0
  1612. package/docs/components/Pagination.mdx +494 -0
  1613. package/docs/components/Password.mdx +121 -0
  1614. package/docs/components/ProgressBar.mdx +143 -0
  1615. package/docs/components/Resizable.mdx +149 -0
  1616. package/docs/components/Select.mdx +126 -0
  1617. package/docs/components/Selector.mdx +78 -0
  1618. package/docs/components/Separator.mdx +34 -0
  1619. package/docs/components/ShareButton.mdx +29 -0
  1620. package/docs/components/Sidebar.mdx +86 -0
  1621. package/docs/components/Slider.mdx +146 -0
  1622. package/docs/components/StatusIndicator.mdx +373 -0
  1623. package/docs/components/Switch.mdx +62 -0
  1624. package/docs/components/Table.mdx +329 -0
  1625. package/docs/components/Tabs.mdx +112 -0
  1626. package/docs/components/TagInput.mdx +528 -0
  1627. package/docs/components/Text.mdx +163 -0
  1628. package/docs/components/TextArea.mdx +136 -0
  1629. package/docs/components/TextField.mdx +225 -0
  1630. package/docs/components/Title.mdx +183 -0
  1631. package/docs/components/Toast.mdx +88 -0
  1632. package/docs/components/Toggle.mdx +129 -0
  1633. package/docs/components/ToggleGroup.mdx +144 -0
  1634. package/docs/components/Tooltip.mdx +554 -0
  1635. package/docs/components/Uploader.mdx +280 -0
  1636. package/docs/components/Vertical.mdx +566 -0
  1637. package/docs/components.md +299 -0
  1638. package/docs/contributing/documentation.md +153 -0
  1639. package/docs/conventions.md +536 -0
  1640. package/docs/design-system/component-library.md +894 -0
  1641. package/docs/design-system/theming.md +336 -0
  1642. package/docs/documentation-system.md +233 -0
  1643. package/docs/getting-started/component-usage.md +211 -0
  1644. package/docs/getting-started/introduction.md +136 -0
  1645. package/docs/getting-started/react-native.md +243 -0
  1646. package/docs/tutorials/README.md +51 -0
  1647. package/docs/tutorials/basic/creating-a-simple-form.md +566 -0
  1648. package/package.json +258 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.constants.js","sourceRoot":"","sources":["../../../../../src/components/IconPicker/IconPicker/IconPicker.constants.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,37 @@
1
+ import { ViewProps } from 'app-studio';
2
+ import { Variant, Shape, Size, IconPickerStyles } from './IconPicker.type';
3
+ import { IconName } from '../../Icon/Icon';
4
+ export interface IconPickerProps extends Omit<ViewProps, 'onChange'> {
5
+ id?: string;
6
+ name?: string;
7
+ label?: string;
8
+ placeholder?: string;
9
+ helperText?: string;
10
+ value?: IconName;
11
+ defaultValue?: IconName;
12
+ onChange?: (iconName: IconName) => void;
13
+ views?: IconPickerStyles;
14
+ size?: Size;
15
+ shape?: Shape;
16
+ variant?: Variant;
17
+ error?: boolean;
18
+ isDisabled?: boolean;
19
+ isReadOnly?: boolean;
20
+ showSearch?: boolean;
21
+ isOpen?: boolean;
22
+ onOpen?: () => void;
23
+ onClose?: () => void;
24
+ closeOnSelect?: boolean;
25
+ }
26
+ export interface IconPickerViewProps extends IconPickerProps {
27
+ isOpen: boolean;
28
+ selectedIcon?: IconName;
29
+ searchQuery: string;
30
+ filteredIcons: IconName[];
31
+ handleToggle: () => void;
32
+ handleIconSelect: (iconName: IconName) => void;
33
+ handleSearchChange: (query: string) => void;
34
+ handleClose: () => void;
35
+ triggerRef: React.RefObject<HTMLDivElement | null>;
36
+ dropdownRef: React.RefObject<HTMLDivElement | null>;
37
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IconPicker.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.props.js","sourceRoot":"","sources":["../../../../../src/components/IconPicker/IconPicker/IconPicker.props.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import { IconPickerProps } from './IconPicker.props';
2
+ import { IconName } from '../../Icon/Icon';
3
+ export declare const useIconPickerState: (props: IconPickerProps) => {
4
+ isOpen: boolean;
5
+ selectedIcon: string | undefined;
6
+ searchQuery: string;
7
+ filteredIcons: string[];
8
+ handleToggle: () => void;
9
+ handleIconSelect: (iconName: IconName) => void;
10
+ handleSearchChange: (query: string) => void;
11
+ handleClose: () => void;
12
+ triggerRef: import("react").RefObject<HTMLDivElement | null>;
13
+ dropdownRef: import("react").RefObject<HTMLDivElement | null>;
14
+ };
@@ -0,0 +1,87 @@
1
+ import { useState, useRef, useEffect, useCallback, useMemo } from 'react';
2
+ import { ICON_LIST } from './IconPicker.constants';
3
+ // This file defines the `useIconPickerState` custom hook, which encapsulates all the state management and core logic for the `IconPicker` component, including opening/closing, icon selection, search functionality, and handling external interactions.
4
+ export const useIconPickerState = (props) => {
5
+ const { value, defaultValue, onChange, isOpen: controlledIsOpen, onOpen, onClose, closeOnSelect = true, } = props;
6
+ const [isOpen, setIsOpen] = useState(controlledIsOpen ?? false);
7
+ const [selectedIcon, setSelectedIcon] = useState(value ?? defaultValue);
8
+ const [searchQuery, setSearchQuery] = useState('');
9
+ const triggerRef = useRef(null);
10
+ const dropdownRef = useRef(null);
11
+ useEffect(() => {
12
+ if (value !== undefined) {
13
+ setSelectedIcon(value);
14
+ }
15
+ }, [value]);
16
+ useEffect(() => {
17
+ if (controlledIsOpen !== undefined) {
18
+ setIsOpen(controlledIsOpen);
19
+ }
20
+ }, [controlledIsOpen]);
21
+ const filteredIcons = useMemo(() => {
22
+ if (!searchQuery)
23
+ return ICON_LIST.slice(0, 100);
24
+ return ICON_LIST.filter((icon) => icon.toLowerCase().includes(searchQuery.toLowerCase())).slice(0, 100);
25
+ }, [searchQuery]);
26
+ useEffect(() => {
27
+ const handleClickOutside = (event) => {
28
+ if (isOpen &&
29
+ triggerRef.current &&
30
+ dropdownRef.current &&
31
+ !triggerRef.current.contains(event.target) &&
32
+ !dropdownRef.current.contains(event.target)) {
33
+ handleClose();
34
+ }
35
+ };
36
+ document.addEventListener('mousedown', handleClickOutside);
37
+ return () => document.removeEventListener('mousedown', handleClickOutside);
38
+ }, [isOpen]);
39
+ const handleClose = useCallback(() => {
40
+ if (controlledIsOpen === undefined) {
41
+ setIsOpen(false);
42
+ }
43
+ if (onClose)
44
+ onClose();
45
+ }, [onClose, controlledIsOpen]);
46
+ const handleToggle = useCallback(() => {
47
+ const newIsOpen = !isOpen;
48
+ if (controlledIsOpen === undefined) {
49
+ setIsOpen(newIsOpen);
50
+ }
51
+ if (newIsOpen) {
52
+ if (onOpen)
53
+ onOpen();
54
+ setSearchQuery('');
55
+ }
56
+ else {
57
+ if (onClose)
58
+ onClose();
59
+ }
60
+ }, [isOpen, onOpen, onClose, controlledIsOpen]);
61
+ const handleIconSelect = useCallback((iconName) => {
62
+ if (value === undefined) {
63
+ setSelectedIcon(iconName);
64
+ }
65
+ if (onChange)
66
+ onChange(iconName);
67
+ if (closeOnSelect) {
68
+ handleClose();
69
+ }
70
+ }, [onChange, closeOnSelect, handleClose, value]);
71
+ const handleSearchChange = useCallback((query) => {
72
+ setSearchQuery(query);
73
+ }, []);
74
+ return {
75
+ isOpen,
76
+ selectedIcon,
77
+ searchQuery,
78
+ filteredIcons,
79
+ handleToggle,
80
+ handleIconSelect,
81
+ handleSearchChange,
82
+ handleClose,
83
+ triggerRef,
84
+ dropdownRef,
85
+ };
86
+ };
87
+ //# sourceMappingURL=IconPicker.state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.state.js","sourceRoot":"","sources":["../../../../../src/components/IconPicker/IconPicker/IconPicker.state.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,13 @@
1
+ import { ViewProps } from 'app-studio';
2
+ import { Size, Variant, Shape } from './IconPicker.type';
3
+ export declare const DefaultIconPickerStyles: {
4
+ container: ViewProps;
5
+ trigger: ViewProps;
6
+ dropdown: ViewProps;
7
+ searchInput: ViewProps;
8
+ iconGrid: ViewProps;
9
+ iconItem: ViewProps;
10
+ };
11
+ export declare const Sizes: Record<Size, ViewProps>;
12
+ export declare const Shapes: Record<Shape, ViewProps>;
13
+ export declare const Variants: Record<Variant, ViewProps>;
@@ -0,0 +1,126 @@
1
+ // Defines the default set of styles for various structural parts of the IconPicker component, including the container, trigger, dropdown, search input, icon grid, and individual icon items.
2
+ export const DefaultIconPickerStyles = {
3
+ container: {
4
+ position: 'relative',
5
+ display: 'inline-block',
6
+ width: '100%',
7
+ },
8
+ trigger: {
9
+ display: 'flex',
10
+ alignItems: 'center',
11
+ justifyContent: 'space-between',
12
+ cursor: 'pointer',
13
+ transition: 'all 0.2s ease-in-out',
14
+ },
15
+ dropdown: {
16
+ position: 'absolute',
17
+ mixBlendMode: 'normal',
18
+ top: 'calc(100% + 4px)',
19
+ left: 0,
20
+ right: 0,
21
+ zIndex: 1000,
22
+ backgroundColor: 'color-white',
23
+ borderRadius: 12,
24
+ borderWidth: '1px',
25
+ borderStyle: 'solid',
26
+ borderColor: 'color-gray-200',
27
+ boxShadow: '0 4px 12px rgba(0, 0, 0, 0.1)',
28
+ padding: '16px',
29
+ minWidth: '280px',
30
+ maxHeight: '320px',
31
+ overflow: 'hidden',
32
+ display: 'flex',
33
+ flexDirection: 'column',
34
+ },
35
+ searchInput: {
36
+ marginBottom: '12px',
37
+ flexShrink: 0,
38
+ },
39
+ iconGrid: {
40
+ display: 'grid',
41
+ gridTemplateColumns: 'repeat(6, 1fr)',
42
+ gap: '8px',
43
+ overflowY: 'auto',
44
+ padding: '4px',
45
+ color: 'color-black',
46
+ flexGrow: 1,
47
+ },
48
+ iconItem: {
49
+ width: '32px',
50
+ height: '32px',
51
+ display: 'flex',
52
+ alignItems: 'center',
53
+ justifyContent: 'center',
54
+ cursor: 'pointer',
55
+ borderRadius: 8,
56
+ transition: 'all 0.2s ease-in-out',
57
+ },
58
+ };
59
+ // A collection of predefined style objects, each representing a distinct size variant for the IconPicker component, such as extra small (xs) to extra large (xl).
60
+ export const Sizes = {
61
+ xs: {
62
+ height: '28px',
63
+ fontSize: '12px',
64
+ padding: '4px 8px',
65
+ },
66
+ sm: {
67
+ height: '32px',
68
+ fontSize: '12px',
69
+ padding: '6px 10px',
70
+ },
71
+ md: {
72
+ height: '40px',
73
+ fontSize: '14px',
74
+ padding: '8px 12px',
75
+ },
76
+ lg: {
77
+ height: '48px',
78
+ fontSize: '14px',
79
+ padding: '10px 14px',
80
+ },
81
+ xl: {
82
+ height: '56px',
83
+ fontSize: '16px',
84
+ padding: '12px 16px',
85
+ },
86
+ };
87
+ // A collection of predefined style objects, each representing a distinct shape variant for the IconPicker component, primarily affecting border-radius.
88
+ export const Shapes = {
89
+ default: {
90
+ borderRadius: 8,
91
+ },
92
+ square: {
93
+ borderRadius: 0,
94
+ },
95
+ rounded: {
96
+ borderRadius: 8,
97
+ },
98
+ pill: {
99
+ borderRadius: 9999,
100
+ },
101
+ };
102
+ // A collection of predefined style objects, each representing a distinct visual variant for the IconPicker component, affecting background, borders, and text color.
103
+ export const Variants = {
104
+ default: {
105
+ backgroundColor: 'color-white',
106
+ borderWidth: '1px',
107
+ borderStyle: 'solid',
108
+ borderColor: 'color-gray-200',
109
+ color: 'color-gray-800',
110
+ },
111
+ outline: {
112
+ backgroundColor: 'transparent',
113
+ borderWidth: '1px',
114
+ borderStyle: 'solid',
115
+ borderColor: 'color-gray-200',
116
+ color: 'color-gray-800',
117
+ },
118
+ filled: {
119
+ backgroundColor: 'color-gray-50',
120
+ borderWidth: '1px',
121
+ borderStyle: 'solid',
122
+ borderColor: 'color-gray-200',
123
+ color: 'color-gray-800',
124
+ },
125
+ };
126
+ //# sourceMappingURL=IconPicker.style.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.style.js","sourceRoot":"","sources":["../../../../../src/components/IconPicker/IconPicker/IconPicker.style.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ import { ViewProps } from 'app-studio';
2
+ export type Variant = 'outline' | 'default' | 'filled';
3
+ export type Shape = 'default' | 'square' | 'rounded' | 'pill';
4
+ export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
+ export type IconPickerStyles = {
6
+ container?: ViewProps;
7
+ trigger?: ViewProps;
8
+ dropdown?: ViewProps;
9
+ searchInput?: ViewProps;
10
+ iconGrid?: ViewProps;
11
+ iconItem?: ViewProps;
12
+ label?: ViewProps;
13
+ helperText?: ViewProps;
14
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IconPicker.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.type.js","sourceRoot":"","sources":["../../../../../src/components/IconPicker/IconPicker/IconPicker.type.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { IconPickerViewProps } from './IconPicker.props';
3
+ declare const IconPickerView: React.FC<IconPickerViewProps>;
4
+ export default IconPickerView;
@@ -0,0 +1,78 @@
1
+ import React from 'react';
2
+ import { View, Horizontal, Text, useTheme } from 'app-studio';
3
+ import { DefaultIconPickerStyles, Sizes, Shapes, Variants, } from './IconPicker.style';
4
+ import { TextField } from '../../Form/TextField/TextField';
5
+ import { Icon, ChevronIcon } from '../../Icon/Icon';
6
+ const IconPickerView = ({ label, placeholder = 'Select an icon', helperText, views = {}, size = 'md', shape = 'default', variant = 'default', error = false, isDisabled = false, isReadOnly = false, showSearch = true, isOpen, selectedIcon, searchQuery, filteredIcons, handleToggle, handleIconSelect, handleSearchChange, triggerRef, dropdownRef, handleClose, onChange, value, defaultValue, onOpen, onClose, closeOnSelect, ...props }) => {
7
+ const { getColor } = useTheme();
8
+ const containerStyles = {
9
+ ...DefaultIconPickerStyles.container,
10
+ ...views?.container,
11
+ };
12
+ const triggerStyles = {
13
+ ...DefaultIconPickerStyles.trigger,
14
+ ...Sizes[size],
15
+ ...Shapes[shape],
16
+ ...Variants[variant],
17
+ ...(error && { borderColor: 'color-red-500' }),
18
+ ...(isDisabled && { opacity: 0.6, cursor: 'not-allowed' }),
19
+ ...(!isDisabled &&
20
+ !isReadOnly && {
21
+ _hover: {
22
+ borderColor: 'rgba(148, 163, 184, 0.9)',
23
+ },
24
+ }),
25
+ ...views?.trigger,
26
+ };
27
+ const dropdownStyles = {
28
+ ...DefaultIconPickerStyles.dropdown,
29
+ ...views?.dropdown,
30
+ };
31
+ const iconGridStyles = {
32
+ ...DefaultIconPickerStyles.iconGrid,
33
+ ...views?.iconGrid,
34
+ };
35
+ return (<View {...containerStyles} {...props}>
36
+ {label && (<Text fontSize={size === 'xs' ? '12px' : size === 'sm' ? '14px' : '16px'} fontWeight="500" color="color-gray-700" marginBottom="4px" {...views?.label}>
37
+ {label}
38
+ </Text>)}
39
+ <View ref={triggerRef} onClick={isDisabled || isReadOnly ? undefined : handleToggle} {...triggerStyles}>
40
+ <Horizontal alignItems="center" gap={8} width="100%">
41
+ {selectedIcon ? (<Horizontal alignItems="center" gap={8} width="100%">
42
+ <Icon name={selectedIcon} widthHeight={16}/>
43
+ <Text color="color-gray-800" fontSize="inherit" style={{
44
+ flex: 1,
45
+ overflow: 'hidden',
46
+ textOverflow: 'ellipsis',
47
+ whiteSpace: 'nowrap',
48
+ }}>
49
+ {selectedIcon}
50
+ </Text>
51
+ </Horizontal>) : (<Text color="color-gray-500" fontSize="inherit">
52
+ {placeholder}
53
+ </Text>)}
54
+ </Horizontal>
55
+ {!isReadOnly && !isDisabled && (<ChevronIcon widthHeight={16} color="color-gray-500" orientation={isOpen ? 'up' : 'down'}/>)}
56
+ </View>
57
+ {isOpen && (<View ref={dropdownRef} {...dropdownStyles}>
58
+ {showSearch && (<View {...DefaultIconPickerStyles.searchInput} {...views?.searchInput}>
59
+ <TextField placeholder="Search icons..." value={searchQuery} onChange={(value) => handleSearchChange(value)} size="sm" autoFocus/>
60
+ </View>)}
61
+ <View {...iconGridStyles}>
62
+ {filteredIcons.length > 0 ? (filteredIcons.map((iconName) => (<View key={iconName} {...DefaultIconPickerStyles.iconItem} onClick={() => handleIconSelect(iconName)} title={iconName} _hover={{
63
+ backgroundColor: '#F8FAFC',
64
+ transform: 'scale(1.05)',
65
+ }} backgroundColor={selectedIcon === iconName ? '#EFF6FF' : 'transparent'} borderWidth={selectedIcon === iconName ? '1px' : '0px'} borderStyle="solid" borderColor={selectedIcon === iconName ? '#BFDBFE' : 'transparent'} {...views?.iconItem}>
66
+ <Icon name={iconName} widthHeight={20}/>
67
+ </View>))) : (<View gridColumn="1 / -1" padding="20px" textAlign="center" color="color-gray-500">
68
+ <Text fontSize="14px">No icons found</Text>
69
+ </View>)}
70
+ </View>
71
+ </View>)}
72
+ {helperText && (<Text color={error ? 'color-red-500' : 'color-gray-600'} marginTop="4px" {...views?.helperText}>
73
+ {helperText}
74
+ </Text>)}
75
+ </View>);
76
+ };
77
+ export default IconPickerView;
78
+ //# sourceMappingURL=IconPicker.view.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.view.js","sourceRoot":"","sources":["../../../../../src/components/IconPicker/IconPicker/IconPicker.view.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IconPickerProps } from './IconPicker/IconPicker.props';
3
+ export declare const IconPicker: React.FC<IconPickerProps>;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { useIconPickerState } from './IconPicker/IconPicker.state';
3
+ import IconPickerView from './IconPicker/IconPicker.view';
4
+ // This file defines the main `IconPicker` functional component. It integrates state management through `useIconPickerState` and renders the component's UI by composing `IconPickerView` with both internal state and external props.
5
+ const IconPickerComponent = (props) => {
6
+ const iconPickerStates = useIconPickerState(props);
7
+ return <IconPickerView {...iconPickerStates} {...props}/>;
8
+ };
9
+ export const IconPicker = IconPickerComponent;
10
+ //# sourceMappingURL=IconPicker.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconPicker.js","sourceRoot":"","sources":["../../../../src/components/IconPicker/IconPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,cAAc,MAAM,8BAA8B,CAAC;AAC1D,sOAAsO;AACtO,MAAM,mBAAmB,GAA8B,CACrD,KAAsB,EACtB,EAAE;IACF,MAAM,gBAAgB,GAAG,kBAAkB,CAAC,KAAK,CAAC,CAAC;IACnD,OAAO,CAAC,cAAc,CAAC,IAAI,gBAAgB,CAAC,CAAC,IAAI,KAAK,CAAC,EAAG,CAAC;AAC7D,CAAC,CAAC;AACF,MAAM,CAAC,MAAM,UAAU,GAAG,mBAAmB,CAAC"}
@@ -0,0 +1,22 @@
1
+ import React from 'react';
2
+ import { TextFieldStyles } from '../../Input.type';
3
+ import { ViewProps } from 'app-studio';
4
+ export interface ContainerProps extends ViewProps {
5
+ /**
6
+ * The content to be rendered inside the container.
7
+ */
8
+ children?: React.ReactNode;
9
+ /**
10
+ * Specifies whether the input field should display an error state.
11
+ * Accepts a boolean flag or an error message string.
12
+ */
13
+ error?: boolean | string;
14
+ /**
15
+ * Provides additional information or instructions about the field.
16
+ */
17
+ helperText?: string;
18
+ /**
19
+ * CSS styles for the select box and dropdown.
20
+ */
21
+ views?: TextFieldStyles;
22
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FieldContainer.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldContainer.props.js","sourceRoot":"","sources":["../../../../../../src/components/Input/FieldContainer/FieldContainer/FieldContainer.props.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * FieldContainer Component
3
+ *
4
+ * Renders a container for a form field with helper text and error handling
5
+ * according to the design guidelines.
6
+ */
7
+ import React from 'react';
8
+ import { ContainerProps } from './FieldContainer/FieldContainer.props';
9
+ export declare const FieldContainer: React.ForwardRefExoticComponent<ContainerProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,23 @@
1
+ /**
2
+ * FieldContainer Component
3
+ *
4
+ * Renders a container for a form field with helper text and error handling
5
+ * according to the design guidelines.
6
+ */
7
+ import React from 'react';
8
+ import { HelperText } from '../HelperText/HelperText';
9
+ import { Text } from 'app-studio';
10
+ import { Vertical } from 'app-studio';
11
+ export const FieldContainer = React.forwardRef(({ children, helperText, error = false, views, ...props }, ref) => (<Vertical ref={ref} gap={4} position="relative" width="100%" marginVertical={0} {...props} {...views?.container}>
12
+ {children}
13
+
14
+ {!error && helperText && (<HelperText marginTop={0} {...views?.helperText}>
15
+ {helperText}
16
+ </HelperText>)}
17
+
18
+ {error && (<Text fontSize="11px" lineHeight="16px" marginTop={0} marginHorizontal={0} fontWeight="500" color="color-red-500" transition="color 0.2s ease, opacity 0.2s ease" {...views?.error}>
19
+ {error}
20
+ </Text>)}
21
+ </Vertical>));
22
+ FieldContainer.displayName = 'FieldContainer';
23
+ //# sourceMappingURL=FieldContainer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldContainer.js","sourceRoot":"","sources":["../../../../../src/components/Input/FieldContainer/FieldContainer.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAGtD,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,CAAC,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAC5C,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,KAAK,GAAG,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CACjE,CAAC,QAAQ,CACP,GAAG,CAAC,CAAC,GAAG,CAAC,CACT,GAAG,CAAC,CAAC,CAAC,CAAC,CACP,QAAQ,CAAC,UAAU,CACnB,KAAK,CAAC,MAAM,CACZ,cAAc,CAAC,CAAC,CAAC,CAAC,CAClB,IAAI,KAAK,CAAC,CACV,IAAI,KAAK,EAAE,SAAS,CAAC,CAErB;MAAA,CAAC,QAAQ,CAET;;MAAA,CAAC,CAAC,KAAK,IAAI,UAAU,IAAI,CACvB,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,EAAE,UAAU,CAAC,CAC9C;UAAA,CAAC,UAAU,CACb;QAAA,EAAE,UAAU,CAAC,CACd,CAED;;MAAA,CAAC,KAAK,IAAI,CACR,CAAC,IAAI,CACH,QAAQ,CAAC,MAAM,CACf,UAAU,CAAC,MAAM,CACjB,SAAS,CAAC,CAAC,CAAC,CAAC,CACb,gBAAgB,CAAC,CAAC,CAAC,CAAC,CACpB,UAAU,CAAC,KAAK,CAChB,KAAK,CAAC,eAAe,CACrB,UAAU,CAAC,oCAAoC,CAC/C,IAAI,KAAK,EAAE,KAAK,CAAC,CAEjB;UAAA,CAAC,KAAK,CACR;QAAA,EAAE,IAAI,CAAC,CACR,CACH;IAAA,EAAE,QAAQ,CAAC,CACZ,CACF,CAAC;AAEF,cAAc,CAAC,WAAW,GAAG,gBAAgB,CAAC"}
@@ -0,0 +1,70 @@
1
+ import React from 'react';
2
+ import { Shape, Size, TextFieldStyles, Variant } from '../../Input.type';
3
+ import { Shadow, ViewProps } from 'app-studio';
4
+ import { Elevation } from '../../../../utils/elevation';
5
+ export interface ContentProps extends Omit<ViewProps, 'size' | 'shadow'> {
6
+ /**
7
+ * Shadow applied to the field shell. Accepts the design-system primitives
8
+ * (boolean / number / Shadow), the consumer's elevation token, or a raw
9
+ * ViewProps-shaped style object used as a shadow descriptor.
10
+ */
11
+ shadow?: boolean | number | Shadow | Elevation | ViewProps;
12
+ /**
13
+ * The color of the Content component.
14
+ */
15
+ color?: string;
16
+ /**
17
+ * The content to be rendered inside the Content component.
18
+ */
19
+ children?: React.ReactNode;
20
+ /**
21
+ * Indicates whether the field has an error.
22
+ */
23
+ error?: boolean;
24
+ /**
25
+ * Indicates whether the field has label
26
+ */
27
+ showLabel?: boolean;
28
+ /**
29
+ * Determines whether the Content component is disabled. Default value is false.
30
+ */
31
+ isDisabled?: boolean;
32
+ /**
33
+ * Determines wheter the field is focused or not.
34
+ */
35
+ isFocused?: boolean;
36
+ /**
37
+ * Determines whether the Content component is currently being hovered over.
38
+ */
39
+ isHovered?: boolean;
40
+ /**
41
+ * Determines whether the Content component is read-only. Default value is false.
42
+ */
43
+ isReadOnly?: boolean;
44
+ /**
45
+ * The label associated with the Content component.
46
+ */
47
+ label?: string;
48
+ /**
49
+ * The default value of the field. Accepts the same shape as
50
+ * HTMLInputElement.value (including `readonly string[]` for compatibility
51
+ * with React 19's stricter Input typing).
52
+ */
53
+ value?: string | number | readonly string[];
54
+ /**
55
+ * Changes the Input style
56
+ */
57
+ variant?: Variant;
58
+ /**
59
+ * The shape of the Content component.
60
+ */
61
+ shape?: Shape;
62
+ /**
63
+ * The size of the Content component. Default value is "md".
64
+ */
65
+ size?: Size;
66
+ /**
67
+ * CSS styles applied to the Content component. Default value is an empty object.
68
+ */
69
+ views?: TextFieldStyles;
70
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=FieldContent.props.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldContent.props.js","sourceRoot":"","sources":["../../../../../../src/components/Input/FieldContent/FieldContent/FieldContent.props.ts"],"names":[],"mappings":""}