@adiraku/react-native-ui 1.2.9-canary-2 → 1.2.9-canary-4

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 (451) hide show
  1. package/lib/commonjs/components/BottomTabBar/BottomTabBar.component.js +151 -0
  2. package/lib/commonjs/components/BottomTabBar/BottomTabBar.component.js.map +1 -0
  3. package/lib/commonjs/components/BottomTabBar/BottomTabBar.style.js +51 -0
  4. package/lib/commonjs/components/BottomTabBar/BottomTabBar.style.js.map +1 -0
  5. package/lib/commonjs/components/BottomTabBar/BottomTabBar.type.js +6 -0
  6. package/lib/commonjs/components/BottomTabBar/BottomTabBar.type.js.map +1 -0
  7. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js +13 -5
  8. package/lib/commonjs/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -1
  9. package/lib/commonjs/components/Chips/Chips.component.js +58 -0
  10. package/lib/commonjs/components/Chips/Chips.component.js.map +1 -0
  11. package/lib/commonjs/components/Chips/Chips.style.js +67 -0
  12. package/lib/commonjs/components/Chips/Chips.style.js.map +1 -0
  13. package/lib/commonjs/components/Chips/Chips.type.js +6 -0
  14. package/lib/commonjs/components/Chips/Chips.type.js.map +1 -0
  15. package/lib/commonjs/components/Loader/loader.component.js +112 -0
  16. package/lib/commonjs/components/Loader/loader.component.js.map +1 -0
  17. package/lib/commonjs/components/Loader/loader.style.js +13 -0
  18. package/lib/commonjs/components/Loader/loader.style.js.map +1 -0
  19. package/lib/commonjs/components/Loader/loader.type.js +2 -0
  20. package/lib/commonjs/components/Loader/loader.type.js.map +1 -0
  21. package/lib/commonjs/components/Notification/notification.component.js +49 -0
  22. package/lib/commonjs/components/Notification/notification.component.js.map +1 -0
  23. package/lib/commonjs/components/Notification/notification.style.js +14 -0
  24. package/lib/commonjs/components/Notification/notification.style.js.map +1 -0
  25. package/lib/commonjs/components/Notification/notification.type.js +6 -0
  26. package/lib/commonjs/components/Notification/notification.type.js.map +1 -0
  27. package/lib/commonjs/components/RadioInput/RadioInput.component.js +14 -6
  28. package/lib/commonjs/components/RadioInput/RadioInput.component.js.map +1 -1
  29. package/lib/commonjs/components/Snackbar/Snackbar.component.js +2 -0
  30. package/lib/commonjs/components/Snackbar/Snackbar.component.js.map +1 -1
  31. package/lib/commonjs/components/TextInput/TextInput.component.js +9 -7
  32. package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -1
  33. package/lib/commonjs/components/coachmark/coachmark.component.js +72 -10
  34. package/lib/commonjs/components/coachmark/coachmark.component.js.map +1 -1
  35. package/lib/commonjs/components/coachmark/coachmark.style.js +31 -34
  36. package/lib/commonjs/components/coachmark/coachmark.style.js.map +1 -1
  37. package/lib/commonjs/components/index.js +40 -0
  38. package/lib/commonjs/components/index.js.map +1 -1
  39. package/lib/commonjs/components/label/label.component.js +15 -4
  40. package/lib/commonjs/components/label/label.component.js.map +1 -1
  41. package/lib/commonjs/components/label/label.style.js +41 -3
  42. package/lib/commonjs/components/label/label.style.js.map +1 -1
  43. package/lib/commonjs/components/search-input/search-input.component.js +8 -4
  44. package/lib/commonjs/components/search-input/search-input.component.js.map +1 -1
  45. package/lib/commonjs/components/typography/typography.component.js.map +1 -1
  46. package/lib/commonjs/icons/actions/IconThreeDot.js +31 -0
  47. package/lib/commonjs/icons/actions/IconThreeDot.js.map +1 -0
  48. package/lib/commonjs/icons/index.js +31 -0
  49. package/lib/commonjs/icons/index.js.map +1 -1
  50. package/lib/commonjs/icons/navs/IconNavAdiraku.js +40 -22
  51. package/lib/commonjs/icons/navs/IconNavAdiraku.js.map +1 -1
  52. package/lib/commonjs/icons/navs/IconNavDocument.js +30 -6
  53. package/lib/commonjs/icons/navs/IconNavDocument.js.map +1 -1
  54. package/lib/commonjs/icons/navs/IconNavHome.js +27 -9
  55. package/lib/commonjs/icons/navs/IconNavHome.js.map +1 -1
  56. package/lib/commonjs/icons/navs/IconNavProfile.js +20 -5
  57. package/lib/commonjs/icons/navs/IconNavProfile.js.map +1 -1
  58. package/lib/commonjs/themes/border.js +11 -0
  59. package/lib/commonjs/themes/border.js.map +1 -0
  60. package/lib/commonjs/themes/index.js +11 -0
  61. package/lib/commonjs/themes/index.js.map +1 -1
  62. package/lib/module/components/BottomTabBar/BottomTabBar.component.js +143 -0
  63. package/lib/module/components/BottomTabBar/BottomTabBar.component.js.map +1 -0
  64. package/lib/module/components/BottomTabBar/BottomTabBar.style.js +44 -0
  65. package/lib/module/components/BottomTabBar/BottomTabBar.style.js.map +1 -0
  66. package/lib/module/components/BottomTabBar/BottomTabBar.type.js +2 -0
  67. package/lib/module/components/BottomTabBar/BottomTabBar.type.js.map +1 -0
  68. package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js +13 -5
  69. package/lib/module/components/CheckBoxInput/CheckBoxInput.component.js.map +1 -1
  70. package/lib/module/components/Chips/Chips.component.js +45 -0
  71. package/lib/module/components/Chips/Chips.component.js.map +1 -0
  72. package/lib/module/components/Chips/Chips.style.js +60 -0
  73. package/lib/module/components/Chips/Chips.style.js.map +1 -0
  74. package/lib/module/components/Chips/Chips.type.js +2 -0
  75. package/lib/module/components/Chips/Chips.type.js.map +1 -0
  76. package/lib/module/components/Loader/loader.component.js +104 -0
  77. package/lib/module/components/Loader/loader.component.js.map +1 -0
  78. package/lib/module/components/Loader/loader.style.js +6 -0
  79. package/lib/module/components/Loader/loader.style.js.map +1 -0
  80. package/lib/module/components/Loader/loader.type.js +2 -0
  81. package/lib/module/components/Loader/loader.type.js.map +1 -0
  82. package/lib/module/components/Notification/notification.component.js +41 -0
  83. package/lib/module/components/Notification/notification.component.js.map +1 -0
  84. package/lib/module/components/Notification/notification.style.js +7 -0
  85. package/lib/module/components/Notification/notification.style.js.map +1 -0
  86. package/lib/module/components/Notification/notification.type.js +2 -0
  87. package/lib/module/components/Notification/notification.type.js.map +1 -0
  88. package/lib/module/components/RadioInput/RadioInput.component.js +14 -6
  89. package/lib/module/components/RadioInput/RadioInput.component.js.map +1 -1
  90. package/lib/module/components/Snackbar/Snackbar.component.js +1 -1
  91. package/lib/module/components/Snackbar/Snackbar.component.js.map +1 -1
  92. package/lib/module/components/TextInput/TextInput.component.js +9 -7
  93. package/lib/module/components/TextInput/TextInput.component.js.map +1 -1
  94. package/lib/module/components/coachmark/coachmark.component.js +69 -9
  95. package/lib/module/components/coachmark/coachmark.component.js.map +1 -1
  96. package/lib/module/components/coachmark/coachmark.style.js +31 -34
  97. package/lib/module/components/coachmark/coachmark.style.js.map +1 -1
  98. package/lib/module/components/index.js +6 -2
  99. package/lib/module/components/index.js.map +1 -1
  100. package/lib/module/components/label/label.component.js +15 -5
  101. package/lib/module/components/label/label.component.js.map +1 -1
  102. package/lib/module/components/label/label.style.js +41 -3
  103. package/lib/module/components/label/label.style.js.map +1 -1
  104. package/lib/module/components/search-input/search-input.component.js +9 -5
  105. package/lib/module/components/search-input/search-input.component.js.map +1 -1
  106. package/lib/module/components/typography/typography.component.js.map +1 -1
  107. package/lib/module/icons/actions/IconThreeDot.js +22 -0
  108. package/lib/module/icons/actions/IconThreeDot.js.map +1 -0
  109. package/lib/module/icons/index.js +5 -4
  110. package/lib/module/icons/index.js.map +1 -1
  111. package/lib/module/icons/navs/IconNavAdiraku.js +39 -22
  112. package/lib/module/icons/navs/IconNavAdiraku.js.map +1 -1
  113. package/lib/module/icons/navs/IconNavDocument.js +28 -5
  114. package/lib/module/icons/navs/IconNavDocument.js.map +1 -1
  115. package/lib/module/icons/navs/IconNavHome.js +25 -8
  116. package/lib/module/icons/navs/IconNavHome.js.map +1 -1
  117. package/lib/module/icons/navs/IconNavProfile.js +18 -4
  118. package/lib/module/icons/navs/IconNavProfile.js.map +1 -1
  119. package/lib/module/themes/border.js +6 -0
  120. package/lib/module/themes/border.js.map +1 -0
  121. package/lib/module/themes/index.js +1 -0
  122. package/lib/module/themes/index.js.map +1 -1
  123. package/lib/typescript/components/BottomTabBar/BottomTabBar.component.d.ts +4 -0
  124. package/lib/typescript/components/BottomTabBar/BottomTabBar.component.d.ts.map +1 -0
  125. package/lib/typescript/components/BottomTabBar/BottomTabBar.style.d.ts +11 -0
  126. package/lib/typescript/components/BottomTabBar/BottomTabBar.style.d.ts.map +1 -0
  127. package/lib/typescript/components/BottomTabBar/BottomTabBar.type.d.ts +47 -0
  128. package/lib/typescript/components/BottomTabBar/BottomTabBar.type.d.ts.map +1 -0
  129. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.component.d.ts.map +1 -1
  130. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.type.d.ts +1 -0
  131. package/lib/typescript/components/CheckBoxInput/CheckBoxInput.type.d.ts.map +1 -1
  132. package/lib/typescript/components/Chips/Chips.component.d.ts +5 -0
  133. package/lib/typescript/components/Chips/Chips.component.d.ts.map +1 -0
  134. package/lib/typescript/components/Chips/Chips.style.d.ts +11 -0
  135. package/lib/typescript/components/Chips/Chips.style.d.ts.map +1 -0
  136. package/lib/typescript/components/Chips/Chips.type.d.ts +32 -0
  137. package/lib/typescript/components/Chips/Chips.type.d.ts.map +1 -0
  138. package/lib/typescript/components/Loader/loader.component.d.ts +5 -0
  139. package/lib/typescript/components/Loader/loader.component.d.ts.map +1 -0
  140. package/lib/typescript/components/Loader/loader.style.d.ts +5 -0
  141. package/lib/typescript/components/Loader/loader.style.d.ts.map +1 -0
  142. package/lib/typescript/components/Loader/loader.type.d.ts +8 -0
  143. package/lib/typescript/components/Loader/loader.type.d.ts.map +1 -0
  144. package/lib/typescript/components/Notification/notification.component.d.ts +5 -0
  145. package/lib/typescript/components/Notification/notification.component.d.ts.map +1 -0
  146. package/lib/typescript/components/Notification/notification.style.d.ts +6 -0
  147. package/lib/typescript/components/Notification/notification.style.d.ts.map +1 -0
  148. package/lib/typescript/components/Notification/notification.type.d.ts +21 -0
  149. package/lib/typescript/components/Notification/notification.type.d.ts.map +1 -0
  150. package/lib/typescript/components/RadioInput/RadioInput.component.d.ts.map +1 -1
  151. package/lib/typescript/components/RadioInput/RadioInput.type.d.ts +1 -0
  152. package/lib/typescript/components/RadioInput/RadioInput.type.d.ts.map +1 -1
  153. package/lib/typescript/components/Snackbar/Snackbar.component.d.ts +4 -2
  154. package/lib/typescript/components/Snackbar/Snackbar.component.d.ts.map +1 -1
  155. package/lib/typescript/components/Snackbar/Snackbar.type.d.ts +13 -0
  156. package/lib/typescript/components/Snackbar/Snackbar.type.d.ts.map +1 -1
  157. package/lib/typescript/components/TextArea/TextArea.type.d.ts +8 -0
  158. package/lib/typescript/components/TextArea/TextArea.type.d.ts.map +1 -1
  159. package/lib/typescript/components/TextInput/TextInput.component.d.ts.map +1 -1
  160. package/lib/typescript/components/TextInput/TextInput.type.d.ts +1 -6
  161. package/lib/typescript/components/TextInput/TextInput.type.d.ts.map +1 -1
  162. package/lib/typescript/components/calendars/calendars.component.d.ts +2 -2
  163. package/lib/typescript/components/calendars/calendars.component.d.ts.map +1 -1
  164. package/lib/typescript/components/calendars/month-picker-modal.component.d.ts +3 -3
  165. package/lib/typescript/components/calendars/month-picker-modal.component.d.ts.map +1 -1
  166. package/lib/typescript/components/coachmark/coachmark.component.d.ts +4 -3
  167. package/lib/typescript/components/coachmark/coachmark.component.d.ts.map +1 -1
  168. package/lib/typescript/components/coachmark/coachmark.style.d.ts +6 -3
  169. package/lib/typescript/components/coachmark/coachmark.style.d.ts.map +1 -1
  170. package/lib/typescript/components/coachmark/coachmark.type.d.ts +75 -9
  171. package/lib/typescript/components/coachmark/coachmark.type.d.ts.map +1 -1
  172. package/lib/typescript/components/index.d.ts +7 -2
  173. package/lib/typescript/components/index.d.ts.map +1 -1
  174. package/lib/typescript/components/label/label.component.d.ts.map +1 -1
  175. package/lib/typescript/components/label/label.style.d.ts +9 -1
  176. package/lib/typescript/components/label/label.style.d.ts.map +1 -1
  177. package/lib/typescript/components/label/label.type.d.ts +14 -3
  178. package/lib/typescript/components/label/label.type.d.ts.map +1 -1
  179. package/lib/typescript/components/search-input/search-input.component.d.ts +2 -2
  180. package/lib/typescript/components/search-input/search-input.component.d.ts.map +1 -1
  181. package/lib/typescript/components/search-input/search-input.type.d.ts +20 -1
  182. package/lib/typescript/components/search-input/search-input.type.d.ts.map +1 -1
  183. package/lib/typescript/components/selection-card/SelectionCard.component.d.ts +2 -2
  184. package/lib/typescript/components/selection-card/SelectionCard.component.d.ts.map +1 -1
  185. package/lib/typescript/components/textlink/textlink.type.d.ts +9 -0
  186. package/lib/typescript/components/textlink/textlink.type.d.ts.map +1 -1
  187. package/lib/typescript/components/typography/typography.component.d.ts +2 -2
  188. package/lib/typescript/components/typography/typography.component.d.ts.map +1 -1
  189. package/lib/typescript/icons/actions/IconAddMinus.d.ts +2 -2
  190. package/lib/typescript/icons/actions/IconAddMinus.d.ts.map +1 -1
  191. package/lib/typescript/icons/actions/IconAddPlus.d.ts +2 -2
  192. package/lib/typescript/icons/actions/IconAddPlus.d.ts.map +1 -1
  193. package/lib/typescript/icons/actions/IconAddRemove.d.ts +2 -2
  194. package/lib/typescript/icons/actions/IconAddRemove.d.ts.map +1 -1
  195. package/lib/typescript/icons/actions/IconAttach.d.ts +2 -2
  196. package/lib/typescript/icons/actions/IconAttach.d.ts.map +1 -1
  197. package/lib/typescript/icons/actions/IconBeliMobil.d.ts +3 -3
  198. package/lib/typescript/icons/actions/IconBeliMobil.d.ts.map +1 -1
  199. package/lib/typescript/icons/actions/IconCamera.d.ts +3 -3
  200. package/lib/typescript/icons/actions/IconCamera.d.ts.map +1 -1
  201. package/lib/typescript/icons/actions/IconChat.d.ts +3 -3
  202. package/lib/typescript/icons/actions/IconChat.d.ts.map +1 -1
  203. package/lib/typescript/icons/actions/IconCopy.d.ts +3 -3
  204. package/lib/typescript/icons/actions/IconCopy.d.ts.map +1 -1
  205. package/lib/typescript/icons/actions/IconCustomerService.d.ts +2 -2
  206. package/lib/typescript/icons/actions/IconCustomerService.d.ts.map +1 -1
  207. package/lib/typescript/icons/actions/IconDot.d.ts +3 -3
  208. package/lib/typescript/icons/actions/IconDot.d.ts.map +1 -1
  209. package/lib/typescript/icons/actions/IconDownload.d.ts +2 -2
  210. package/lib/typescript/icons/actions/IconDownload.d.ts.map +1 -1
  211. package/lib/typescript/icons/actions/IconEdit.d.ts +3 -3
  212. package/lib/typescript/icons/actions/IconEdit.d.ts.map +1 -1
  213. package/lib/typescript/icons/actions/IconEmail.d.ts +3 -3
  214. package/lib/typescript/icons/actions/IconEmail.d.ts.map +1 -1
  215. package/lib/typescript/icons/actions/IconFilter.d.ts +3 -3
  216. package/lib/typescript/icons/actions/IconFilter.d.ts.map +1 -1
  217. package/lib/typescript/icons/actions/IconGallery.d.ts +3 -3
  218. package/lib/typescript/icons/actions/IconGallery.d.ts.map +1 -1
  219. package/lib/typescript/icons/actions/IconHamburger.d.ts +2 -2
  220. package/lib/typescript/icons/actions/IconHamburger.d.ts.map +1 -1
  221. package/lib/typescript/icons/actions/IconHeartEmpty.d.ts +2 -2
  222. package/lib/typescript/icons/actions/IconHeartEmpty.d.ts.map +1 -1
  223. package/lib/typescript/icons/actions/IconHeartFilled.d.ts +2 -2
  224. package/lib/typescript/icons/actions/IconHeartFilled.d.ts.map +1 -1
  225. package/lib/typescript/icons/actions/IconHeartOutline.d.ts +2 -2
  226. package/lib/typescript/icons/actions/IconHeartOutline.d.ts.map +1 -1
  227. package/lib/typescript/icons/actions/IconHelp.d.ts +3 -3
  228. package/lib/typescript/icons/actions/IconHelp.d.ts.map +1 -1
  229. package/lib/typescript/icons/actions/IconInfo.d.ts +3 -3
  230. package/lib/typescript/icons/actions/IconInfo.d.ts.map +1 -1
  231. package/lib/typescript/icons/actions/IconJualMobil.d.ts +3 -3
  232. package/lib/typescript/icons/actions/IconJualMobil.d.ts.map +1 -1
  233. package/lib/typescript/icons/actions/IconLike.d.ts +3 -3
  234. package/lib/typescript/icons/actions/IconLike.d.ts.map +1 -1
  235. package/lib/typescript/icons/actions/IconMinus.d.ts +3 -3
  236. package/lib/typescript/icons/actions/IconMinus.d.ts.map +1 -1
  237. package/lib/typescript/icons/actions/IconNotification.d.ts +3 -3
  238. package/lib/typescript/icons/actions/IconNotification.d.ts.map +1 -1
  239. package/lib/typescript/icons/actions/IconOther.d.ts +3 -3
  240. package/lib/typescript/icons/actions/IconOther.d.ts.map +1 -1
  241. package/lib/typescript/icons/actions/IconPerson.d.ts +2 -2
  242. package/lib/typescript/icons/actions/IconPerson.d.ts.map +1 -1
  243. package/lib/typescript/icons/actions/IconPicture.d.ts +2 -2
  244. package/lib/typescript/icons/actions/IconPicture.d.ts.map +1 -1
  245. package/lib/typescript/icons/actions/IconPictureAdd.d.ts +2 -2
  246. package/lib/typescript/icons/actions/IconPictureAdd.d.ts.map +1 -1
  247. package/lib/typescript/icons/actions/IconReload.d.ts +2 -2
  248. package/lib/typescript/icons/actions/IconReload.d.ts.map +1 -1
  249. package/lib/typescript/icons/actions/IconRoundAdd.d.ts +3 -3
  250. package/lib/typescript/icons/actions/IconRoundAdd.d.ts.map +1 -1
  251. package/lib/typescript/icons/actions/IconRoundClose.d.ts +3 -3
  252. package/lib/typescript/icons/actions/IconRoundClose.d.ts.map +1 -1
  253. package/lib/typescript/icons/actions/IconSearch.d.ts +2 -2
  254. package/lib/typescript/icons/actions/IconSearch.d.ts.map +1 -1
  255. package/lib/typescript/icons/actions/IconSeeHide.d.ts +2 -2
  256. package/lib/typescript/icons/actions/IconSeeHide.d.ts.map +1 -1
  257. package/lib/typescript/icons/actions/IconSeeShow.d.ts +2 -2
  258. package/lib/typescript/icons/actions/IconSeeShow.d.ts.map +1 -1
  259. package/lib/typescript/icons/actions/IconSetting.d.ts +3 -3
  260. package/lib/typescript/icons/actions/IconSetting.d.ts.map +1 -1
  261. package/lib/typescript/icons/actions/IconShare.d.ts +3 -3
  262. package/lib/typescript/icons/actions/IconShare.d.ts.map +1 -1
  263. package/lib/typescript/icons/actions/IconShoppingBag.d.ts +3 -3
  264. package/lib/typescript/icons/actions/IconShoppingBag.d.ts.map +1 -1
  265. package/lib/typescript/icons/actions/IconShoppingCart.d.ts +3 -3
  266. package/lib/typescript/icons/actions/IconShoppingCart.d.ts.map +1 -1
  267. package/lib/typescript/icons/actions/IconSmartphone.d.ts +3 -3
  268. package/lib/typescript/icons/actions/IconSmartphone.d.ts.map +1 -1
  269. package/lib/typescript/icons/actions/IconSort.d.ts +2 -2
  270. package/lib/typescript/icons/actions/IconSort.d.ts.map +1 -1
  271. package/lib/typescript/icons/actions/IconSorting.d.ts +2 -2
  272. package/lib/typescript/icons/actions/IconSorting.d.ts.map +1 -1
  273. package/lib/typescript/icons/actions/IconStarFilled.d.ts +2 -2
  274. package/lib/typescript/icons/actions/IconStarFilled.d.ts.map +1 -1
  275. package/lib/typescript/icons/actions/IconStarOutline.d.ts +2 -2
  276. package/lib/typescript/icons/actions/IconStarOutline.d.ts.map +1 -1
  277. package/lib/typescript/icons/actions/IconThreeDot.d.ts +4 -0
  278. package/lib/typescript/icons/actions/IconThreeDot.d.ts.map +1 -0
  279. package/lib/typescript/icons/actions/IconTrash.d.ts +3 -3
  280. package/lib/typescript/icons/actions/IconTrash.d.ts.map +1 -1
  281. package/lib/typescript/icons/actions/IconUpload.d.ts +2 -2
  282. package/lib/typescript/icons/actions/IconUpload.d.ts.map +1 -1
  283. package/lib/typescript/icons/actions/IconUser.d.ts +3 -3
  284. package/lib/typescript/icons/actions/IconUser.d.ts.map +1 -1
  285. package/lib/typescript/icons/actions/IconVideo.d.ts +3 -3
  286. package/lib/typescript/icons/actions/IconVideo.d.ts.map +1 -1
  287. package/lib/typescript/icons/index.d.ts +5 -4
  288. package/lib/typescript/icons/index.d.ts.map +1 -1
  289. package/lib/typescript/icons/misc/IconCalendar.d.ts +2 -2
  290. package/lib/typescript/icons/misc/IconCalendar.d.ts.map +1 -1
  291. package/lib/typescript/icons/misc/IconCash.d.ts +2 -2
  292. package/lib/typescript/icons/misc/IconCash.d.ts.map +1 -1
  293. package/lib/typescript/icons/misc/IconCategory.d.ts +2 -2
  294. package/lib/typescript/icons/misc/IconCategory.d.ts.map +1 -1
  295. package/lib/typescript/icons/misc/IconContract.d.ts +2 -2
  296. package/lib/typescript/icons/misc/IconContract.d.ts.map +1 -1
  297. package/lib/typescript/icons/misc/IconCreditCard.d.ts +2 -2
  298. package/lib/typescript/icons/misc/IconCreditCard.d.ts.map +1 -1
  299. package/lib/typescript/icons/misc/IconFlash.d.ts +2 -2
  300. package/lib/typescript/icons/misc/IconFlash.d.ts.map +1 -1
  301. package/lib/typescript/icons/misc/IconGroup.d.ts +2 -2
  302. package/lib/typescript/icons/misc/IconGroup.d.ts.map +1 -1
  303. package/lib/typescript/icons/misc/IconHistory.d.ts +2 -2
  304. package/lib/typescript/icons/misc/IconHistory.d.ts.map +1 -1
  305. package/lib/typescript/icons/misc/IconLocation.d.ts +2 -2
  306. package/lib/typescript/icons/misc/IconLocation.d.ts.map +1 -1
  307. package/lib/typescript/icons/misc/IconLock.d.ts +2 -2
  308. package/lib/typescript/icons/misc/IconLock.d.ts.map +1 -1
  309. package/lib/typescript/icons/misc/IconMoney.d.ts +2 -2
  310. package/lib/typescript/icons/misc/IconMoney.d.ts.map +1 -1
  311. package/lib/typescript/icons/misc/IconMyLocation.d.ts +2 -2
  312. package/lib/typescript/icons/misc/IconMyLocation.d.ts.map +1 -1
  313. package/lib/typescript/icons/misc/IconOfficial.d.ts +2 -2
  314. package/lib/typescript/icons/misc/IconOfficial.d.ts.map +1 -1
  315. package/lib/typescript/icons/misc/IconPromo.d.ts +2 -2
  316. package/lib/typescript/icons/misc/IconPromo.d.ts.map +1 -1
  317. package/lib/typescript/icons/misc/IconProtection.d.ts +2 -2
  318. package/lib/typescript/icons/misc/IconProtection.d.ts.map +1 -1
  319. package/lib/typescript/icons/misc/IconStore.d.ts +2 -2
  320. package/lib/typescript/icons/misc/IconStore.d.ts.map +1 -1
  321. package/lib/typescript/icons/misc/IconTick.d.ts +2 -2
  322. package/lib/typescript/icons/misc/IconTick.d.ts.map +1 -1
  323. package/lib/typescript/icons/misc/IconTicket.d.ts +2 -2
  324. package/lib/typescript/icons/misc/IconTicket.d.ts.map +1 -1
  325. package/lib/typescript/icons/misc/IconTime.d.ts +2 -2
  326. package/lib/typescript/icons/misc/IconTime.d.ts.map +1 -1
  327. package/lib/typescript/icons/misc/IconVoucher.d.ts +2 -2
  328. package/lib/typescript/icons/misc/IconVoucher.d.ts.map +1 -1
  329. package/lib/typescript/icons/navigations/IconArrowDiagonal.d.ts +2 -2
  330. package/lib/typescript/icons/navigations/IconArrowDiagonal.d.ts.map +1 -1
  331. package/lib/typescript/icons/navigations/IconArrowDown.d.ts +2 -2
  332. package/lib/typescript/icons/navigations/IconArrowDown.d.ts.map +1 -1
  333. package/lib/typescript/icons/navigations/IconArrowLeft.d.ts +2 -2
  334. package/lib/typescript/icons/navigations/IconArrowLeft.d.ts.map +1 -1
  335. package/lib/typescript/icons/navigations/IconArrowRight.d.ts +2 -2
  336. package/lib/typescript/icons/navigations/IconArrowRight.d.ts.map +1 -1
  337. package/lib/typescript/icons/navigations/IconArrowUp.d.ts +2 -2
  338. package/lib/typescript/icons/navigations/IconArrowUp.d.ts.map +1 -1
  339. package/lib/typescript/icons/navigations/IconChevronDown.d.ts +2 -2
  340. package/lib/typescript/icons/navigations/IconChevronDown.d.ts.map +1 -1
  341. package/lib/typescript/icons/navigations/IconChevronLeft.d.ts +2 -2
  342. package/lib/typescript/icons/navigations/IconChevronLeft.d.ts.map +1 -1
  343. package/lib/typescript/icons/navigations/IconChevronRight.d.ts +2 -2
  344. package/lib/typescript/icons/navigations/IconChevronRight.d.ts.map +1 -1
  345. package/lib/typescript/icons/navigations/IconChevronUp.d.ts +2 -2
  346. package/lib/typescript/icons/navigations/IconChevronUp.d.ts.map +1 -1
  347. package/lib/typescript/icons/navigations/IconClose.d.ts +2 -2
  348. package/lib/typescript/icons/navigations/IconClose.d.ts.map +1 -1
  349. package/lib/typescript/icons/navs/IconNavAdiraku.d.ts +6 -3
  350. package/lib/typescript/icons/navs/IconNavAdiraku.d.ts.map +1 -1
  351. package/lib/typescript/icons/navs/IconNavDocument.d.ts +6 -3
  352. package/lib/typescript/icons/navs/IconNavDocument.d.ts.map +1 -1
  353. package/lib/typescript/icons/navs/IconNavHome.d.ts +3 -2
  354. package/lib/typescript/icons/navs/IconNavHome.d.ts.map +1 -1
  355. package/lib/typescript/icons/navs/IconNavPhone.d.ts +2 -2
  356. package/lib/typescript/icons/navs/IconNavPhone.d.ts.map +1 -1
  357. package/lib/typescript/icons/navs/IconNavProfile.d.ts +3 -2
  358. package/lib/typescript/icons/navs/IconNavProfile.d.ts.map +1 -1
  359. package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts +2 -2
  360. package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts.map +1 -1
  361. package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts +2 -2
  362. package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts.map +1 -1
  363. package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts +2 -2
  364. package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts.map +1 -1
  365. package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts +2 -2
  366. package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts.map +1 -1
  367. package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts +2 -2
  368. package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts.map +1 -1
  369. package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts +2 -2
  370. package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts.map +1 -1
  371. package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts +2 -2
  372. package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts.map +1 -1
  373. package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts +2 -2
  374. package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts.map +1 -1
  375. package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts +2 -2
  376. package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts.map +1 -1
  377. package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts +2 -2
  378. package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts.map +1 -1
  379. package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts +2 -2
  380. package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts.map +1 -1
  381. package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts +2 -2
  382. package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts.map +1 -1
  383. package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts +2 -2
  384. package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts.map +1 -1
  385. package/lib/typescript/icons/vehicles/IconCarJeep.d.ts +2 -2
  386. package/lib/typescript/icons/vehicles/IconCarJeep.d.ts.map +1 -1
  387. package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts +2 -2
  388. package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts.map +1 -1
  389. package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts +2 -2
  390. package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts.map +1 -1
  391. package/lib/typescript/icons/vehicles/IconCarMuv.d.ts +2 -2
  392. package/lib/typescript/icons/vehicles/IconCarMuv.d.ts.map +1 -1
  393. package/lib/typescript/icons/vehicles/IconCarPickup.d.ts +2 -2
  394. package/lib/typescript/icons/vehicles/IconCarPickup.d.ts.map +1 -1
  395. package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts +2 -2
  396. package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts.map +1 -1
  397. package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts +2 -2
  398. package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts.map +1 -1
  399. package/lib/typescript/icons/vehicles/IconCarSuv.d.ts +2 -2
  400. package/lib/typescript/icons/vehicles/IconCarSuv.d.ts.map +1 -1
  401. package/lib/typescript/icons/vehicles/IconCarVan.d.ts +2 -2
  402. package/lib/typescript/icons/vehicles/IconCarVan.d.ts.map +1 -1
  403. package/lib/typescript/icons/vehicles/IconCarWagon.d.ts +2 -2
  404. package/lib/typescript/icons/vehicles/IconCarWagon.d.ts.map +1 -1
  405. package/lib/typescript/icons/vehicles/IconMinus.d.ts +3 -3
  406. package/lib/typescript/icons/vehicles/IconMinus.d.ts.map +1 -1
  407. package/lib/typescript/themes/border.d.ts +6 -0
  408. package/lib/typescript/themes/border.d.ts.map +1 -0
  409. package/lib/typescript/themes/index.d.ts +1 -0
  410. package/lib/typescript/themes/index.d.ts.map +1 -1
  411. package/package.json +2 -2
  412. package/src/components/BottomTabBar/BottomTabBar.component.tsx +169 -0
  413. package/src/components/BottomTabBar/BottomTabBar.style.tsx +59 -0
  414. package/src/components/BottomTabBar/BottomTabBar.type.tsx +59 -0
  415. package/src/components/CheckBoxInput/CheckBoxInput.component.tsx +14 -3
  416. package/src/components/CheckBoxInput/CheckBoxInput.type.ts +1 -0
  417. package/src/components/Chips/Chips.component.tsx +58 -0
  418. package/src/components/Chips/Chips.style.tsx +77 -0
  419. package/src/components/Chips/Chips.type.ts +32 -0
  420. package/src/components/Loader/loader.component.tsx +125 -0
  421. package/src/components/Loader/loader.style.tsx +9 -0
  422. package/src/components/Loader/loader.type.ts +7 -0
  423. package/src/components/Notification/notification.component.tsx +53 -0
  424. package/src/components/Notification/notification.style.tsx +13 -0
  425. package/src/components/Notification/notification.type.ts +23 -0
  426. package/src/components/RadioInput/RadioInput.component.tsx +14 -3
  427. package/src/components/RadioInput/RadioInput.type.ts +1 -0
  428. package/src/components/Snackbar/Snackbar.component.tsx +1 -1
  429. package/src/components/Snackbar/Snackbar.type.ts +13 -0
  430. package/src/components/TextArea/TextArea.type.ts +10 -0
  431. package/src/components/TextInput/TextInput.component.tsx +9 -7
  432. package/src/components/TextInput/TextInput.type.ts +1 -7
  433. package/src/components/coachmark/coachmark.component.tsx +81 -9
  434. package/src/components/coachmark/coachmark.style.tsx +44 -45
  435. package/src/components/coachmark/coachmark.type.ts +89 -9
  436. package/src/components/index.ts +7 -2
  437. package/src/components/label/label.component.tsx +23 -5
  438. package/src/components/label/label.style.tsx +64 -3
  439. package/src/components/label/label.type.ts +15 -3
  440. package/src/components/search-input/search-input.component.tsx +10 -3
  441. package/src/components/search-input/search-input.type.ts +24 -1
  442. package/src/components/textlink/textlink.type.ts +9 -0
  443. package/src/components/typography/typography.component.tsx +1 -1
  444. package/src/icons/actions/IconThreeDot.tsx +28 -0
  445. package/src/icons/index.ts +5 -4
  446. package/src/icons/navs/IconNavAdiraku.tsx +53 -21
  447. package/src/icons/navs/IconNavDocument.tsx +30 -6
  448. package/src/icons/navs/IconNavHome.tsx +28 -5
  449. package/src/icons/navs/IconNavProfile.tsx +19 -4
  450. package/src/themes/border.ts +5 -0
  451. package/src/themes/index.ts +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomTabBar.style.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomTabBar/BottomTabBar.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,cAAc,CAAC;AAIrD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,mBAAmB,CAAC,EAAE,SAAS,CAAC;IAChC,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED,eAAO,MAAM,QAAQ,0BA8CpB,CAAC"}
@@ -0,0 +1,47 @@
1
+ import { ReactNode } from 'react';
2
+ import { ViewStyle } from 'react-native';
3
+ declare type NavigationEmit = {
4
+ type: string;
5
+ target?: string;
6
+ canPreventDefault?: boolean;
7
+ };
8
+ declare type TabBarMethod = {
9
+ focused?: boolean;
10
+ };
11
+ export declare type BottomTabBarProps = {
12
+ containerStyle?: ViewStyle;
13
+ state: {
14
+ index: number;
15
+ routes: {
16
+ key: string;
17
+ name: string;
18
+ params: any;
19
+ }[];
20
+ };
21
+ descriptors: Record<string, {
22
+ options: {
23
+ tabBarAccessibilityLabel: string;
24
+ tabBarTestID: string;
25
+ tabBarIcon?: (params: TabBarMethod) => ReactNode;
26
+ tabBarLabel?: (params: TabBarMethod) => ReactNode;
27
+ };
28
+ }>;
29
+ navigation: {
30
+ navigate: (routeName: string, params?: any) => void;
31
+ emit: (params: NavigationEmit) => {
32
+ defaultPrevented: boolean;
33
+ };
34
+ };
35
+ insets: {
36
+ bottom: number;
37
+ top: number;
38
+ left: number;
39
+ right: number;
40
+ };
41
+ };
42
+ export declare type BottomTabItemProps = Pick<BottomTabBarProps, 'state' | 'descriptors' | 'navigation'> & {
43
+ index: BottomTabBarProps['state']['index'];
44
+ route: BottomTabBarProps['state']['routes'][number];
45
+ };
46
+ export {};
47
+ //# sourceMappingURL=BottomTabBar.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomTabBar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomTabBar/BottomTabBar.type.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,aAAK,cAAc,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;AAEF,aAAK,YAAY,GAAG;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE;YACN,GAAG,EAAE,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC;YACb,MAAM,EAAE,GAAG,CAAC;SACb,EAAE,CAAC;KACL,CAAC;IAEF,WAAW,EAAE,MAAM,CACjB,MAAM,EACN;QACE,OAAO,EAAE;YACP,wBAAwB,EAAE,MAAM,CAAC;YACjC,YAAY,EAAE,MAAM,CAAC;YACrB,UAAU,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,SAAS,CAAC;YACjD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,SAAS,CAAC;SACnD,CAAC;KACH,CACF,CAAC;IAEF,UAAU,EAAE;QACV,QAAQ,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;QACpD,IAAI,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK;YAChC,gBAAgB,EAAE,OAAO,CAAC;SAC3B,CAAC;KACH,CAAC;IAEF,MAAM,EAAE;QACN,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH,CAAC;AAEF,oBAAY,kBAAkB,GAAG,IAAI,CACnC,iBAAiB,EACjB,OAAO,GAAG,aAAa,GAAG,YAAY,CACvC,GAAG;IACF,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;IAC3C,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;CACrD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CheckBoxInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckBoxInput/CheckBoxInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B,OAAO,KAAK,EACV,kBAAkB,EAGnB,MAAM,sBAAsB,CAAC;AAM9B,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CA4N9D,CAAC;AAqCF,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"CheckBoxInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckBoxInput/CheckBoxInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAiB/B,OAAO,KAAK,EACV,kBAAkB,EAGnB,MAAM,sBAAsB,CAAC;AAM9B,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CA+N9D,CAAC;AA6CF,OAAO,EAAE,aAAa,EAAE,CAAC"}
@@ -51,6 +51,7 @@ export declare type CheckboxItemProps = {
51
51
  export interface CheckboxItemPropsComponent extends TouchableHighlightProps {
52
52
  data: {
53
53
  item: CheckboxItemProps;
54
+ index: number;
54
55
  };
55
56
  selectedValue?: CheckboxItemProps[];
56
57
  onItemPress?: (value: CheckboxItemProps) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"CheckBoxInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckBoxInput/CheckBoxInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,kBAAmB,SAAQ,6BAA6B;IACvE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE3B,WAAW,CAAC,EAAE,CAAC,aAAa,CAAC,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IAE5D,cAAc,EAAE,MAAM,CAAC;IAEvB,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B,cAAc,EAAE,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,WAAW,CAAC,CAAC;IAEnE,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,0BAA0B,KAAK,GAAG,CAAC;IAEjE,mBAAmB,CAAC,EAAE,GAAG,CAAC;CAC3B;AAED,oBAAY,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,uBAAuB,CAAC;AAE5B,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,iBAAiB,CAAC;KACzB,CAAC;IACF,aAAa,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACpC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAClD"}
1
+ {"version":3,"file":"CheckBoxInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/CheckBoxInput/CheckBoxInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,kBAAmB,SAAQ,6BAA6B;IACvE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,KAAK,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAE3B,WAAW,CAAC,EAAE,CAAC,aAAa,CAAC,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IAE5D,cAAc,EAAE,MAAM,CAAC;IAEvB,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B,cAAc,EAAE,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,WAAW,CAAC,CAAC;IAEnE,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,0BAA0B,KAAK,GAAG,CAAC;IAEjE,mBAAmB,CAAC,EAAE,GAAG,CAAC;CAC3B;AAED,oBAAY,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,uBAAuB,CAAC;AAE5B,MAAM,WAAW,0BAA2B,SAAQ,uBAAuB;IACzE,IAAI,EAAE;QACJ,IAAI,EAAE,iBAAiB,CAAC;QACxB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,aAAa,CAAC,EAAE,iBAAiB,EAAE,CAAC;IACpC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAClD"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ChipsProps } from './Chips.type';
3
+ declare const Chips: ({ label, variant, leadingComponent, onPress, containerStyles, textStyles, ...rest }: ChipsProps) => JSX.Element;
4
+ export { Chips, ChipsProps };
5
+ //# sourceMappingURL=Chips.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chips.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.component.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG1C,QAAA,MAAM,KAAK,wFAQR,UAAU,gBAqCZ,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { ViewStyle } from 'react-native';
2
+ import type { ChipsProps } from './Chips.component';
3
+ interface ComputedStyleProps {
4
+ container?: ViewStyle;
5
+ wrapLeftComponent?: ViewStyle;
6
+ marginLeft?: ViewStyle;
7
+ marginRight?: ViewStyle;
8
+ }
9
+ export declare const getStyle: (props: ChipsProps) => ComputedStyleProps;
10
+ export {};
11
+ //# sourceMappingURL=Chips.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chips.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAIpD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,UAAW,UAAU,uBA8DzC,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { ReactNode } from 'react';
2
+ import { TextStyle, TouchableHighlightProps, ViewStyle } from 'react-native';
3
+ export interface ChipsProps extends TouchableHighlightProps {
4
+ /**
5
+ * A string that specifies the label text for the input field.
6
+ * @requires
7
+ */
8
+ label: string;
9
+ /**
10
+ * Define chips style,
11
+ * - default: default view, not selected
12
+ * - selected-outline: selected chips with outline
13
+ * - selected: selected chips without chips
14
+ * - disabled: chips is cannot be selected
15
+ * @default default
16
+ */
17
+ variant?: 'default' | 'selected-outline' | 'selected' | 'disabled';
18
+ /**
19
+ * A slot placed on the left side of the component. Could be used to pass a custom Icon or component
20
+ * @default null
21
+ */
22
+ leadingComponent?: ReactNode;
23
+ /**
24
+ * The styles of the button, extended from ViewStyle
25
+ */
26
+ containerStyles?: ViewStyle;
27
+ /**
28
+ * The styles of the text inside button, extended from TextStyle
29
+ */
30
+ textStyles?: TextStyle;
31
+ }
32
+ //# sourceMappingURL=Chips.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chips.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Chips/Chips.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE7E,MAAM,WAAW,UAAW,SAAQ,uBAAuB;IACzD;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;;OAOG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,kBAAkB,GAAG,UAAU,GAAG,UAAU,CAAC;IACnE;;;OAGG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;CACxB"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { LoaderProps } from './loader.type';
3
+ declare const Loader: (props: LoaderProps) => JSX.Element;
4
+ export { Loader };
5
+ //# sourceMappingURL=loader.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loader.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/loader.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD,QAAA,MAAM,MAAM,UAAW,WAAW,gBAqHjC,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ interface ComputedStyleProps {
2
+ }
3
+ export declare const getStyle: () => ComputedStyleProps;
4
+ export {};
5
+ //# sourceMappingURL=loader.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loader.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/loader.style.tsx"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;CAAG;AAE/B,eAAO,MAAM,QAAQ,0BAIpB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export interface LoaderProps {
2
+ /**
3
+ * Speed of the spinner, bigger number = slower
4
+ * @default: 200
5
+ */
6
+ speed: number;
7
+ }
8
+ //# sourceMappingURL=loader.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loader.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Loader/loader.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { NotificationProps } from './notification.type';
3
+ declare const Notification: (props: NotificationProps) => JSX.Element;
4
+ export { Notification };
5
+ //# sourceMappingURL=notification.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/notification.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAK7D,QAAA,MAAM,YAAY,UAAW,iBAAiB,gBA0C7C,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { NotificationProps } from './notification.type';
2
+ interface ComputedStyleProps {
3
+ }
4
+ export declare const getStyle: (props: NotificationProps) => ComputedStyleProps;
5
+ export {};
6
+ //# sourceMappingURL=notification.style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.style.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/notification.style.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,UAAU,kBAAkB;CAE3B;AAED,eAAO,MAAM,QAAQ,UAAW,iBAAiB,uBAKhD,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { ViewStyle } from "react-native";
2
+ export interface NotificationProps {
3
+ /**
4
+ * The text content of the label
5
+ *
6
+ * @default 0
7
+ */
8
+ amount: number;
9
+ /**
10
+ * The text content of the label
11
+ *
12
+ * @default false
13
+ */
14
+ disabled: boolean;
15
+ /**
16
+ * Additional Container Style
17
+ *
18
+ */
19
+ containerStyle?: ViewStyle;
20
+ }
21
+ //# sourceMappingURL=notification.type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Notification/notification.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"RadioInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,OAAO,KAAK,EACV,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAE3B,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAsMxD,CAAC;AAmCF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"RadioInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAmB/B,OAAO,KAAK,EACV,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAE3B,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAyMxD,CAAC;AA2CF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -55,6 +55,7 @@ export declare type RadioItemProps = {
55
55
  export interface RadioItemPropsComponent extends TouchableHighlightProps {
56
56
  data: {
57
57
  item: RadioItemProps;
58
+ index: number;
58
59
  };
59
60
  selectedValue?: RadioItemProps;
60
61
  onItemPress?: (value: RadioItemProps) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"RadioInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,eAAgB,SAAQ,6BAA6B;IACpE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,KAAK,CAAC,EAAE,cAAc,CAAC;IAEvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,cAAc,EAAE,CAAC;IAExB,WAAW,CAAC,EAAE,CAAC,aAAa,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;IAEvD,cAAc,EAAE,MAAM,CAAC;IAEvB,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B,cAAc,EAAE,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,WAAW,CAAC,CAAC;IAEnE,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,GAAG,CAAC;IAE3D,mBAAmB,CAAC,EAAE,GAAG,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,oBAAY,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,uBAAuB,CAAC;AAE5B,MAAM,WAAW,uBAAwB,SAAQ,uBAAuB;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,cAAc,CAAC;KACtB,CAAC;IACF,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;CAC/C"}
1
+ {"version":3,"file":"RadioInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/RadioInput/RadioInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,cAAc,CAAC;AAElE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,eAAgB,SAAQ,6BAA6B;IACpE;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IACrC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB,KAAK,CAAC,EAAE,cAAc,CAAC;IAEvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,IAAI,CAAC,EAAE,cAAc,EAAE,CAAC;IAExB,WAAW,CAAC,EAAE,CAAC,aAAa,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;IAEvD,cAAc,EAAE,MAAM,CAAC;IAEvB,cAAc,CAAC,EAAE,WAAW,CAAC;IAE7B,cAAc,EAAE,IAAI,CAAC,gBAAgB,EAAE,YAAY,GAAG,WAAW,CAAC,CAAC;IAEnE,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAE5B,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,uBAAuB,KAAK,GAAG,CAAC;IAE3D,mBAAmB,CAAC,EAAE,GAAG,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,oBAAY,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,uBAAuB,CAAC;AAE5B,MAAM,WAAW,uBAAwB,SAAQ,uBAAuB;IACtE,IAAI,EAAE;QACJ,IAAI,EAAE,cAAc,CAAC;QACrB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;IACF,aAAa,CAAC,EAAE,cAAc,CAAC;IAC/B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;CAC/C"}
@@ -1,6 +1,8 @@
1
1
  import * as React from 'react';
2
2
  import { ToastProps, ToastShowParams, ToastHideParams } from 'react-native-toast-message';
3
- declare function SnackbarComponent(props: ToastProps): React.JSX.Element;
3
+ import type { SnackbarProps } from './Snackbar.type';
4
+ declare const SnackbarUI: React.FunctionComponent<SnackbarProps>;
5
+ declare function SnackbarComponent(props: ToastProps): JSX.Element;
4
6
  declare const Snackbar: {
5
7
  show: (params: Omit<ToastShowParams, 'props' | 'text1' | 'text2' | 'type'> & {
6
8
  message: string;
@@ -8,5 +10,5 @@ declare const Snackbar: {
8
10
  }) => void;
9
11
  hide: (params: ToastHideParams) => void;
10
12
  };
11
- export { Snackbar, SnackbarComponent };
13
+ export { Snackbar, SnackbarComponent, SnackbarUI };
12
14
  //# sourceMappingURL=Snackbar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Snackbar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAgB,EACd,UAAU,EACV,eAAe,EACf,eAAe,EAChB,MAAM,4BAA4B,CAAC;AA0BpC,iBAAS,iBAAiB,CAAC,KAAK,EAAE,UAAU,qBAuB3C;AAED,QAAA,MAAM,QAAQ;mBAEF,KAAK,eAAe,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC,GAAG;QACpE,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,SAAS,CAAC;KAC1B;mBAWY,eAAe;CAG/B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAC"}
1
+ {"version":3,"file":"Snackbar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAgB,EACd,UAAU,EACV,eAAe,EACf,eAAe,EAChB,MAAM,4BAA4B,CAAC;AAKpC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAErD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,aAAa,CAiBtD,CAAC;AAEF,iBAAS,iBAAiB,CAAC,KAAK,EAAE,UAAU,eAuB3C;AAED,QAAA,MAAM,QAAQ;mBAEF,KAAK,eAAe,EAAE,OAAO,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC,GAAG;QACpE,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,SAAS,CAAC;KAC1B;mBAWY,eAAe;CAG/B,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,UAAU,EAAE,CAAC"}
@@ -1,8 +1,21 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { ViewStyle } from 'react-native';
3
3
  export interface SnackbarProps {
4
+ /**
5
+ * The text content of the snackbar
6
+ *
7
+ * @default ""
8
+ */
4
9
  message: string;
10
+ /**
11
+ * React object for an action, could be link or button
12
+ *
13
+ */
5
14
  action?: ReactNode;
15
+ /**
16
+ * Additional Container Style
17
+ *
18
+ */
6
19
  containerStyle?: ViewStyle;
7
20
  }
8
21
  //# sourceMappingURL=Snackbar.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Snackbar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,MAAM,CAAC;IAEhB,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
1
+ {"version":3,"file":"Snackbar.type.d.ts","sourceRoot":"","sources":["../../../../src/components/Snackbar/Snackbar.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,WAAW,aAAa;IAC5B;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B"}
@@ -26,5 +26,13 @@ export interface TextAreaProps extends MaskInputProps {
26
26
  * A number that spesified tha max character to be input, hidden if inputIcon props available.
27
27
  */
28
28
  counter?: number;
29
+ /**
30
+ * The value to show for the text input.
31
+ */
32
+ value?: string;
33
+ /**
34
+ * Sets the number of lines for a TextInput.
35
+ */
36
+ numberOfLines?: number;
29
37
  }
30
38
  //# sourceMappingURL=TextArea.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextArea/TextArea.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,aAAc,SAAQ,cAAc;IACnD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"TextArea.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextArea/TextArea.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAEhE,MAAM,WAAW,aAAc,SAAQ,cAAc;IACnD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CA8LtD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"TextInput.component.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAgMtD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -41,12 +41,7 @@ export interface TextInputProps extends MaskInputProps {
41
41
  * handler which get executed when the save button on calendar pressed. Usable only when inputType='date'
42
42
  * @default text
43
43
  */
44
- onChangeDate?: (date: Date) => void;
44
+ onChangeDate?: (date?: Date) => void;
45
45
  calendarProps?: Omit<CalendarPropsAleph, 'isVisible' | 'onDateSave'>;
46
- /**
47
- * format of the date value, using intl format options
48
- * @default { day: 'numeric', month: 'long', year: 'numeric' }
49
- */
50
- dateValueFormatOptions?: Intl.DateTimeFormatOptions;
51
46
  }
52
47
  //# sourceMappingURL=TextInput.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE5B;;;;OAIG;IAEH,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAEpC,aAAa,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,YAAY,CAAC,CAAC;IAErE;;;OAGG;IACH,sBAAsB,CAAC,EAAE,IAAI,CAAC,qBAAqB,CAAC;CACrD"}
1
+ {"version":3,"file":"TextInput.type.d.ts","sourceRoot":"","sources":["../../../../src/components/TextInput/TextInput.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEjE,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,kBAAkB,CAAC,EAAE,eAAe,CAAC;IAErC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IAEtB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE5B;;;;OAIG;IAEH,YAAY,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,IAAI,CAAC;IAErC,aAAa,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,WAAW,GAAG,YAAY,CAAC,CAAC;CACtE"}
@@ -1,8 +1,8 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { CalendarPropsAleph } from './calendars.type';
3
3
  export declare type OnMonthChange = (data: {
4
4
  num: number;
5
5
  }) => void;
6
6
  export declare type OnArrowChange = (direction: 'left' | 'right') => void;
7
- export declare function Calendars({ isVisible, initialDate, onDismiss, minDate, maxDate, onDateSave, selectedDate, ...rest }: CalendarPropsAleph): React.JSX.Element;
7
+ export declare function Calendars({ isVisible, initialDate, onDismiss, minDate, maxDate, onDateSave, selectedDate, ...rest }: CalendarPropsAleph): JSX.Element;
8
8
  //# sourceMappingURL=calendars.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"calendars.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAgBpE,OAAO,EAAE,kBAAkB,EAAuB,MAAM,kBAAkB,CAAC;AAW3E,oBAAY,aAAa,GAAG,CAAC,IAAI,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,CAAC;AAE5D,oBAAY,aAAa,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;AAElE,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAAwB,EACxB,SAAoB,EACpB,OAAO,EACP,OAAO,EACP,UAAU,EACV,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,kBAAkB,qBAkLpB"}
1
+ {"version":3,"file":"calendars.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/calendars.component.tsx"],"names":[],"mappings":";AAgBA,OAAO,EAAE,kBAAkB,EAAuB,MAAM,kBAAkB,CAAC;AAW3E,oBAAY,aAAa,GAAG,CAAC,IAAI,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,CAAC;AAE5D,oBAAY,aAAa,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;AAElE,wBAAgB,SAAS,CAAC,EACxB,SAAS,EACT,WAAwB,EACxB,SAAoB,EACpB,OAAO,EACP,OAAO,EACP,UAAU,EACV,YAAY,EACZ,GAAG,IAAI,EACR,EAAE,kBAAkB,eAkLpB"}
@@ -1,15 +1,15 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { OnMonthChange } from './calendars.component';
3
3
  import { CalendarPropsAleph } from './calendars.type';
4
4
  declare type MonthPickerModalProps = {
5
5
  onMonthChange: OnMonthChange;
6
6
  } & Pick<CalendarPropsAleph, 'initialDate'>;
7
- export declare function MonthPickerModal({ initialDate, onMonthChange, }: MonthPickerModalProps): React.JSX.Element;
7
+ export declare function MonthPickerModal({ initialDate, onMonthChange, }: MonthPickerModalProps): JSX.Element;
8
8
  declare type YearPickerProps = {
9
9
  onYearChange: OnMonthChange;
10
10
  yearPairSelectIndex: number;
11
11
  yearIntervalPair: [number, number][];
12
12
  } & Pick<CalendarPropsAleph, 'initialDate'>;
13
- export declare function YearPicker({ initialDate, onYearChange, yearPairSelectIndex, yearIntervalPair, }: YearPickerProps): React.JSX.Element;
13
+ export declare function YearPicker({ initialDate, onYearChange, yearPairSelectIndex, yearIntervalPair, }: YearPickerProps): JSX.Element;
14
14
  export {};
15
15
  //# sourceMappingURL=month-picker-modal.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"month-picker-modal.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/month-picker-modal.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAKvC,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,kBAAkB,EAAW,MAAM,kBAAkB,CAAC;AAE/D,aAAK,qBAAqB,GAAG;IAC3B,aAAa,EAAE,aAAa,CAAC;CAC9B,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AAE5C,wBAAgB,gBAAgB,CAAC,EAC/B,WAAW,EACX,aAAa,GACd,EAAE,qBAAqB,qBAgDvB;AAED,aAAK,eAAe,GAAG;IACrB,YAAY,EAAE,aAAa,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;CACtC,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AAC5C,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,GACjB,EAAE,eAAe,qBA4DjB"}
1
+ {"version":3,"file":"month-picker-modal.component.d.ts","sourceRoot":"","sources":["../../../../src/components/calendars/month-picker-modal.component.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,kBAAkB,EAAW,MAAM,kBAAkB,CAAC;AAE/D,aAAK,qBAAqB,GAAG;IAC3B,aAAa,EAAE,aAAa,CAAC;CAC9B,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AAE5C,wBAAgB,gBAAgB,CAAC,EAC/B,WAAW,EACX,aAAa,GACd,EAAE,qBAAqB,eAgDvB;AAED,aAAK,eAAe,GAAG;IACrB,YAAY,EAAE,aAAa,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;CACtC,GAAG,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AAC5C,wBAAgB,UAAU,CAAC,EACzB,WAAW,EACX,YAAY,EACZ,mBAAmB,EACnB,gBAAgB,GACjB,EAAE,eAAe,eA4DjB"}
@@ -1,4 +1,5 @@
1
- import React from 'react';
2
- import type { CoachmarkProps } from './coachmark.type';
3
- export declare const Coachmark: React.FunctionComponent<CoachmarkProps>;
1
+ /// <reference types="react" />
2
+ import { CircleSvgPathProps, CoachmarkProps } from './coachmark.type';
3
+ export declare function Coachmark(props: CoachmarkProps): JSX.Element;
4
+ export declare const circleSvgPath: (props: CircleSvgPathProps) => string;
4
5
  //# sourceMappingURL=coachmark.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coachmark.component.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CA6B7D,CAAC"}
1
+ {"version":3,"file":"coachmark.component.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.component.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOtE,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,eAuE9C;AAED,eAAO,MAAM,aAAa,UAAW,kBAAkB,WAwBtD,CAAC"}
@@ -1,12 +1,15 @@
1
- import type { TextStyle } from 'react-native';
2
- import type { ViewStyle } from 'react-native';
1
+ import { TextStyle, ViewStyle } from 'react-native';
3
2
  import type { CoachmarkProps } from './coachmark.type';
4
3
  interface ComputedStyleProps {
5
4
  container?: ViewStyle;
6
5
  headerContainer?: ViewStyle;
7
- arrowPointer?: ViewStyle;
8
6
  title?: TextStyle;
9
7
  description?: TextStyle;
8
+ stepContainer?: ViewStyle;
9
+ stepActionWrapper?: ViewStyle;
10
+ pointerIndicatorContainer?: ViewStyle;
11
+ pointerIndicatorCircle?: ViewStyle;
12
+ pointerIndicatorLine?: ViewStyle;
10
13
  }
11
14
  export declare const getStyle: (props: CoachmarkProps) => ComputedStyleProps;
12
15
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"coachmark.style.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,UAAW,cAAc,uBAiE7C,CAAC"}
1
+ {"version":3,"file":"coachmark.style.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.style.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAIvD,UAAU,kBAAkB;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,sBAAsB,CAAC,EAAE,SAAS,CAAC;IACnC,oBAAoB,CAAC,EAAE,SAAS,CAAC;CAClC;AAED,eAAO,MAAM,QAAQ,UAAW,cAAc,uBA4D7C,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { TextStyle, ViewStyle } from 'react-native';
1
+ import { LayoutRectangle, TextStyle, ViewStyle } from 'react-native';
2
2
  export interface CoachmarkProps {
3
3
  /**
4
4
  * The title of the coachmark, max 2 lines
@@ -8,14 +8,6 @@ export interface CoachmarkProps {
8
8
  * The description inside coachmark, max 3 lines
9
9
  */
10
10
  description?: string;
11
- /**
12
- * Where the arrow pointer will be presented, could be top or bottom
13
- * - top: At the top of the coachmark
14
- * - bottom: At the bottom of the coachmark
15
- */
16
- arrowPosition?: 'top' | 'bottom';
17
- anchorArrowTo?: 'right' | 'left';
18
- arrowFromCorner?: number;
19
11
  /**
20
12
  * The styles of the button, extended from ViewStyle
21
13
  */
@@ -28,5 +20,79 @@ export interface CoachmarkProps {
28
20
  * The styles of the coachmark description
29
21
  */
30
22
  descriptionStyles?: TextStyle;
23
+ /**
24
+ * Total number of the coachmark step. The step section won't show if the step lower than 1
25
+ * @default 0
26
+ */
27
+ totalStep?: number;
28
+ /**
29
+ * Current active step for the coachmark
30
+ * @default 0
31
+ */
32
+ currentStepNumber?: number;
33
+ /**
34
+ * Label for the close button when the step is not the last one
35
+ * @default 'Tutup'
36
+ */
37
+ closeButtonLabel?: string;
38
+ /**
39
+ * Label for the next button when the step is not the last one
40
+ * @default 'Tutup'
41
+ */
42
+ nextButtonLabel?: string;
43
+ /**
44
+ * Label for the button when the current step is last
45
+ * @default 'Tutup'
46
+ */
47
+ lastButtonLabel?: string;
48
+ /**
49
+ * Callback function to go to next coachmark step
50
+ */
51
+ goToNext: () => void;
52
+ /**
53
+ * Callback function to go to n-number coachmark step
54
+ */
55
+ goToNth: () => void;
56
+ /**
57
+ * Callback function to go to previous coachmark step
58
+ */
59
+ goToPrev: () => void;
60
+ /**
61
+ * Where the position of the pointer will be, relative to the horizontalPointerAnchor. Could be left or right
62
+ * @default 30
63
+ */
64
+ horizontalPointerPosition?: number;
65
+ /**
66
+ * Anchor for the pointer position
67
+ * @default 'left'
68
+ */
69
+ horizontalPointerAnchor?: 'left' | 'right';
70
+ /**
71
+ * Layout to calc the position of the pointer anchor
72
+ * @default 'Tutup'
73
+ */
74
+ layoutMeasure?: LayoutRectangle;
31
75
  }
76
+ export declare type CircleSvgPathProps = {
77
+ position: {
78
+ x: {
79
+ _value: number;
80
+ };
81
+ y: {
82
+ _value: number;
83
+ };
84
+ };
85
+ size: {
86
+ x: {
87
+ _value: number;
88
+ };
89
+ y: {
90
+ _value: number;
91
+ };
92
+ };
93
+ canvasSize: {
94
+ x: number;
95
+ y: number;
96
+ };
97
+ };
32
98
  //# sourceMappingURL=coachmark.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"coachmark.type.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzD,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;CAC/B"}
1
+ {"version":3,"file":"coachmark.type.d.ts","sourceRoot":"","sources":["../../../../src/components/coachmark/coachmark.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAErE,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;OAEG;IACH,QAAQ,EAAE,MAAM,IAAI,CAAC;IAErB;;OAEG;IACH,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB;;OAEG;IACH,QAAQ,EAAE,MAAM,IAAI,CAAC;IAErB;;;OAGG;IACH,yBAAyB,CAAC,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,uBAAuB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAE3C;;;OAGG;IACH,aAAa,CAAC,EAAE,eAAe,CAAC;CACjC;AAED,oBAAY,kBAAkB,GAAG;IAC/B,QAAQ,EAAE;QACR,CAAC,EAAE;YACD,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,CAAC,EAAE;YACD,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;KACH,CAAC;IAEF,IAAI,EAAE;QACJ,CAAC,EAAE;YACD,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF,CAAC,EAAE;YACD,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;KACH,CAAC;IAEF,UAAU,EAAE;QACV,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;KACX,CAAC;CACH,CAAC"}
@@ -1,10 +1,11 @@
1
1
  export { ActionList } from './ActionList/ActionList.component';
2
+ export { BottomTabBar } from './BottomTabBar/BottomTabBar.component';
2
3
  export { Button } from './button/button.component';
3
4
  export { Calendars } from './calendars/calendars.component';
4
5
  export { Label } from './label/label.component';
5
6
  export { BaseComponent } from './base/base.component';
6
7
  export { Typography } from './typography/typography.component';
7
- export { Coachmark } from './coachmark/coachmark.component';
8
+ export { Coachmark, circleSvgPath } from './coachmark/coachmark.component';
8
9
  export { TextLink } from './textlink/textlink.component';
9
10
  export { SliderIndicator } from './slider-indicator/slider-indicator.component';
10
11
  export { TextInput } from './TextInput/TextInput.component';
@@ -13,21 +14,25 @@ export { StepperCounter } from './StepperCounter/StepperCounter.component';
13
14
  export { Divider } from './Divider/Divider.component';
14
15
  export { Tabs } from './Tabs/Tabs.component';
15
16
  export { RadioButton } from './RadioButton/RadioButton.component';
17
+ export { Chips } from './Chips/Chips.component';
16
18
  export { BottomSheet, BottomSheetHandler, } from './BottomSheet/BottomSheet.component';
17
19
  export { SearchInput } from './search-input/search-input.component';
18
20
  export { RadioInput } from './RadioInput/RadioInput.component';
19
21
  export { CheckBoxInput } from './CheckBoxInput/CheckBoxInput.component';
20
22
  export { Checkbox } from './Checkbox/Checkbox.component';
21
23
  export { Appbar } from './Appbar/Appbar.component';
22
- export { Snackbar, SnackbarComponent } from './Snackbar/Snackbar.component';
24
+ export { Snackbar, SnackbarComponent, SnackbarUI } from './Snackbar/Snackbar.component';
23
25
  export { Switch } from './switch/switch.component';
24
26
  export { Dot } from './dot/dot.component';
25
27
  export { InformationBox } from './information-box/information-box.component';
26
28
  export { RoundedTab } from './rounded-tab/rounded-tab.component';
27
29
  export { Countdown } from './countdown/countdown.component';
30
+ export { Loader } from './Loader/loader.component';
31
+ export { Notification } from './Notification/notification.component';
28
32
  export { Mask, MaskArray, MaskInputProps, MaskItem, Masks, UseMaskedInputProps, createNumberMask, formatWithMask, useMaskedInputProps, } from 'react-native-mask-input';
29
33
  export { SelectionCard } from './selection-card/SelectionCard.component';
30
34
  export type { ActionListProps } from './ActionList/ActionList.type';
35
+ export type { BottomTabBarProps } from './BottomTabBar/BottomTabBar.type';
31
36
  export type { ButtonProps } from './button/button.type';
32
37
  export type { TextInputProps } from './TextInput/TextInput.type';
33
38
  export type { SliderIndicatorProps } from './slider-indicator/slider-indicator.type';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EACL,WAAW,EACX,kBAAkB,GACnB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EACL,IAAI,EACJ,SAAS,EACT,cAAc,EACd,QAAQ,EACR,KAAK,EACL,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAEzE,YAAY,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AACrF,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAChF,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACzE,YAAY,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,+CAA+C,CAAC;AAChF,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,2CAA2C,CAAC;AAC3E,OAAO,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAChD,OAAO,EACL,WAAW,EACX,kBAAkB,GACnB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EACL,IAAI,EACJ,SAAS,EACT,cAAc,EACd,QAAQ,EACR,KAAK,EACL,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAEzE,YAAY,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,YAAY,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACxD,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AACrF,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AACpE,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAC9D,YAAY,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAChF,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,YAAY,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACzE,YAAY,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC"}