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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (430) 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/Chips/Chips.component.js +58 -0
  8. package/lib/commonjs/components/Chips/Chips.component.js.map +1 -0
  9. package/lib/commonjs/components/Chips/Chips.style.js +67 -0
  10. package/lib/commonjs/components/Chips/Chips.style.js.map +1 -0
  11. package/lib/commonjs/components/Chips/Chips.type.js +6 -0
  12. package/lib/commonjs/components/Chips/Chips.type.js.map +1 -0
  13. package/lib/commonjs/components/Loader/loader.component.js +112 -0
  14. package/lib/commonjs/components/Loader/loader.component.js.map +1 -0
  15. package/lib/commonjs/components/Loader/loader.style.js +13 -0
  16. package/lib/commonjs/components/Loader/loader.style.js.map +1 -0
  17. package/lib/commonjs/components/Loader/loader.type.js +2 -0
  18. package/lib/commonjs/components/Loader/loader.type.js.map +1 -0
  19. package/lib/commonjs/components/Notification/notification.component.js +49 -0
  20. package/lib/commonjs/components/Notification/notification.component.js.map +1 -0
  21. package/lib/commonjs/components/Notification/notification.style.js +14 -0
  22. package/lib/commonjs/components/Notification/notification.style.js.map +1 -0
  23. package/lib/commonjs/components/Notification/notification.type.js +6 -0
  24. package/lib/commonjs/components/Notification/notification.type.js.map +1 -0
  25. package/lib/commonjs/components/Snackbar/Snackbar.component.js +2 -0
  26. package/lib/commonjs/components/Snackbar/Snackbar.component.js.map +1 -1
  27. package/lib/commonjs/components/TextInput/TextInput.component.js +9 -7
  28. package/lib/commonjs/components/TextInput/TextInput.component.js.map +1 -1
  29. package/lib/commonjs/components/coachmark/coachmark.component.js +72 -10
  30. package/lib/commonjs/components/coachmark/coachmark.component.js.map +1 -1
  31. package/lib/commonjs/components/coachmark/coachmark.style.js +31 -34
  32. package/lib/commonjs/components/coachmark/coachmark.style.js.map +1 -1
  33. package/lib/commonjs/components/index.js +40 -0
  34. package/lib/commonjs/components/index.js.map +1 -1
  35. package/lib/commonjs/components/label/label.component.js +15 -4
  36. package/lib/commonjs/components/label/label.component.js.map +1 -1
  37. package/lib/commonjs/components/label/label.style.js +41 -3
  38. package/lib/commonjs/components/label/label.style.js.map +1 -1
  39. package/lib/commonjs/components/search-input/search-input.component.js +8 -4
  40. package/lib/commonjs/components/search-input/search-input.component.js.map +1 -1
  41. package/lib/commonjs/components/typography/typography.component.js.map +1 -1
  42. package/lib/commonjs/icons/actions/IconThreeDot.js +31 -0
  43. package/lib/commonjs/icons/actions/IconThreeDot.js.map +1 -0
  44. package/lib/commonjs/icons/index.js +31 -0
  45. package/lib/commonjs/icons/index.js.map +1 -1
  46. package/lib/commonjs/icons/navs/IconNavAdiraku.js +40 -22
  47. package/lib/commonjs/icons/navs/IconNavAdiraku.js.map +1 -1
  48. package/lib/commonjs/icons/navs/IconNavDocument.js +30 -6
  49. package/lib/commonjs/icons/navs/IconNavDocument.js.map +1 -1
  50. package/lib/commonjs/icons/navs/IconNavHome.js +27 -9
  51. package/lib/commonjs/icons/navs/IconNavHome.js.map +1 -1
  52. package/lib/commonjs/icons/navs/IconNavProfile.js +20 -5
  53. package/lib/commonjs/icons/navs/IconNavProfile.js.map +1 -1
  54. package/lib/commonjs/themes/border.js +11 -0
  55. package/lib/commonjs/themes/border.js.map +1 -0
  56. package/lib/commonjs/themes/index.js +11 -0
  57. package/lib/commonjs/themes/index.js.map +1 -1
  58. package/lib/module/components/BottomTabBar/BottomTabBar.component.js +143 -0
  59. package/lib/module/components/BottomTabBar/BottomTabBar.component.js.map +1 -0
  60. package/lib/module/components/BottomTabBar/BottomTabBar.style.js +44 -0
  61. package/lib/module/components/BottomTabBar/BottomTabBar.style.js.map +1 -0
  62. package/lib/module/components/BottomTabBar/BottomTabBar.type.js +2 -0
  63. package/lib/module/components/BottomTabBar/BottomTabBar.type.js.map +1 -0
  64. package/lib/module/components/Chips/Chips.component.js +45 -0
  65. package/lib/module/components/Chips/Chips.component.js.map +1 -0
  66. package/lib/module/components/Chips/Chips.style.js +60 -0
  67. package/lib/module/components/Chips/Chips.style.js.map +1 -0
  68. package/lib/module/components/Chips/Chips.type.js +2 -0
  69. package/lib/module/components/Chips/Chips.type.js.map +1 -0
  70. package/lib/module/components/Loader/loader.component.js +104 -0
  71. package/lib/module/components/Loader/loader.component.js.map +1 -0
  72. package/lib/module/components/Loader/loader.style.js +6 -0
  73. package/lib/module/components/Loader/loader.style.js.map +1 -0
  74. package/lib/module/components/Loader/loader.type.js +2 -0
  75. package/lib/module/components/Loader/loader.type.js.map +1 -0
  76. package/lib/module/components/Notification/notification.component.js +41 -0
  77. package/lib/module/components/Notification/notification.component.js.map +1 -0
  78. package/lib/module/components/Notification/notification.style.js +7 -0
  79. package/lib/module/components/Notification/notification.style.js.map +1 -0
  80. package/lib/module/components/Notification/notification.type.js +2 -0
  81. package/lib/module/components/Notification/notification.type.js.map +1 -0
  82. package/lib/module/components/Snackbar/Snackbar.component.js +1 -1
  83. package/lib/module/components/Snackbar/Snackbar.component.js.map +1 -1
  84. package/lib/module/components/TextInput/TextInput.component.js +9 -7
  85. package/lib/module/components/TextInput/TextInput.component.js.map +1 -1
  86. package/lib/module/components/coachmark/coachmark.component.js +69 -9
  87. package/lib/module/components/coachmark/coachmark.component.js.map +1 -1
  88. package/lib/module/components/coachmark/coachmark.style.js +31 -34
  89. package/lib/module/components/coachmark/coachmark.style.js.map +1 -1
  90. package/lib/module/components/index.js +6 -2
  91. package/lib/module/components/index.js.map +1 -1
  92. package/lib/module/components/label/label.component.js +15 -5
  93. package/lib/module/components/label/label.component.js.map +1 -1
  94. package/lib/module/components/label/label.style.js +41 -3
  95. package/lib/module/components/label/label.style.js.map +1 -1
  96. package/lib/module/components/search-input/search-input.component.js +9 -5
  97. package/lib/module/components/search-input/search-input.component.js.map +1 -1
  98. package/lib/module/components/typography/typography.component.js.map +1 -1
  99. package/lib/module/icons/actions/IconThreeDot.js +22 -0
  100. package/lib/module/icons/actions/IconThreeDot.js.map +1 -0
  101. package/lib/module/icons/index.js +5 -4
  102. package/lib/module/icons/index.js.map +1 -1
  103. package/lib/module/icons/navs/IconNavAdiraku.js +39 -22
  104. package/lib/module/icons/navs/IconNavAdiraku.js.map +1 -1
  105. package/lib/module/icons/navs/IconNavDocument.js +28 -5
  106. package/lib/module/icons/navs/IconNavDocument.js.map +1 -1
  107. package/lib/module/icons/navs/IconNavHome.js +25 -8
  108. package/lib/module/icons/navs/IconNavHome.js.map +1 -1
  109. package/lib/module/icons/navs/IconNavProfile.js +18 -4
  110. package/lib/module/icons/navs/IconNavProfile.js.map +1 -1
  111. package/lib/module/themes/border.js +6 -0
  112. package/lib/module/themes/border.js.map +1 -0
  113. package/lib/module/themes/index.js +1 -0
  114. package/lib/module/themes/index.js.map +1 -1
  115. package/lib/typescript/components/BottomTabBar/BottomTabBar.component.d.ts +4 -0
  116. package/lib/typescript/components/BottomTabBar/BottomTabBar.component.d.ts.map +1 -0
  117. package/lib/typescript/components/BottomTabBar/BottomTabBar.style.d.ts +11 -0
  118. package/lib/typescript/components/BottomTabBar/BottomTabBar.style.d.ts.map +1 -0
  119. package/lib/typescript/components/BottomTabBar/BottomTabBar.type.d.ts +47 -0
  120. package/lib/typescript/components/BottomTabBar/BottomTabBar.type.d.ts.map +1 -0
  121. package/lib/typescript/components/Chips/Chips.component.d.ts +5 -0
  122. package/lib/typescript/components/Chips/Chips.component.d.ts.map +1 -0
  123. package/lib/typescript/components/Chips/Chips.style.d.ts +11 -0
  124. package/lib/typescript/components/Chips/Chips.style.d.ts.map +1 -0
  125. package/lib/typescript/components/Chips/Chips.type.d.ts +32 -0
  126. package/lib/typescript/components/Chips/Chips.type.d.ts.map +1 -0
  127. package/lib/typescript/components/Loader/loader.component.d.ts +5 -0
  128. package/lib/typescript/components/Loader/loader.component.d.ts.map +1 -0
  129. package/lib/typescript/components/Loader/loader.style.d.ts +5 -0
  130. package/lib/typescript/components/Loader/loader.style.d.ts.map +1 -0
  131. package/lib/typescript/components/Loader/loader.type.d.ts +8 -0
  132. package/lib/typescript/components/Loader/loader.type.d.ts.map +1 -0
  133. package/lib/typescript/components/Notification/notification.component.d.ts +5 -0
  134. package/lib/typescript/components/Notification/notification.component.d.ts.map +1 -0
  135. package/lib/typescript/components/Notification/notification.style.d.ts +6 -0
  136. package/lib/typescript/components/Notification/notification.style.d.ts.map +1 -0
  137. package/lib/typescript/components/Notification/notification.type.d.ts +21 -0
  138. package/lib/typescript/components/Notification/notification.type.d.ts.map +1 -0
  139. package/lib/typescript/components/Snackbar/Snackbar.component.d.ts +4 -2
  140. package/lib/typescript/components/Snackbar/Snackbar.component.d.ts.map +1 -1
  141. package/lib/typescript/components/Snackbar/Snackbar.type.d.ts +13 -0
  142. package/lib/typescript/components/Snackbar/Snackbar.type.d.ts.map +1 -1
  143. package/lib/typescript/components/TextInput/TextInput.component.d.ts.map +1 -1
  144. package/lib/typescript/components/TextInput/TextInput.type.d.ts +1 -6
  145. package/lib/typescript/components/TextInput/TextInput.type.d.ts.map +1 -1
  146. package/lib/typescript/components/calendars/calendars.component.d.ts +2 -2
  147. package/lib/typescript/components/calendars/calendars.component.d.ts.map +1 -1
  148. package/lib/typescript/components/calendars/month-picker-modal.component.d.ts +3 -3
  149. package/lib/typescript/components/calendars/month-picker-modal.component.d.ts.map +1 -1
  150. package/lib/typescript/components/coachmark/coachmark.component.d.ts +4 -3
  151. package/lib/typescript/components/coachmark/coachmark.component.d.ts.map +1 -1
  152. package/lib/typescript/components/coachmark/coachmark.style.d.ts +6 -3
  153. package/lib/typescript/components/coachmark/coachmark.style.d.ts.map +1 -1
  154. package/lib/typescript/components/coachmark/coachmark.type.d.ts +75 -9
  155. package/lib/typescript/components/coachmark/coachmark.type.d.ts.map +1 -1
  156. package/lib/typescript/components/index.d.ts +7 -2
  157. package/lib/typescript/components/index.d.ts.map +1 -1
  158. package/lib/typescript/components/label/label.component.d.ts.map +1 -1
  159. package/lib/typescript/components/label/label.style.d.ts +9 -1
  160. package/lib/typescript/components/label/label.style.d.ts.map +1 -1
  161. package/lib/typescript/components/label/label.type.d.ts +14 -3
  162. package/lib/typescript/components/label/label.type.d.ts.map +1 -1
  163. package/lib/typescript/components/search-input/search-input.component.d.ts +2 -2
  164. package/lib/typescript/components/search-input/search-input.component.d.ts.map +1 -1
  165. package/lib/typescript/components/search-input/search-input.type.d.ts +20 -1
  166. package/lib/typescript/components/search-input/search-input.type.d.ts.map +1 -1
  167. package/lib/typescript/components/selection-card/SelectionCard.component.d.ts +2 -2
  168. package/lib/typescript/components/selection-card/SelectionCard.component.d.ts.map +1 -1
  169. package/lib/typescript/components/textlink/textlink.type.d.ts +9 -0
  170. package/lib/typescript/components/textlink/textlink.type.d.ts.map +1 -1
  171. package/lib/typescript/components/typography/typography.component.d.ts +2 -2
  172. package/lib/typescript/components/typography/typography.component.d.ts.map +1 -1
  173. package/lib/typescript/icons/actions/IconAddMinus.d.ts +2 -2
  174. package/lib/typescript/icons/actions/IconAddMinus.d.ts.map +1 -1
  175. package/lib/typescript/icons/actions/IconAddPlus.d.ts +2 -2
  176. package/lib/typescript/icons/actions/IconAddPlus.d.ts.map +1 -1
  177. package/lib/typescript/icons/actions/IconAddRemove.d.ts +2 -2
  178. package/lib/typescript/icons/actions/IconAddRemove.d.ts.map +1 -1
  179. package/lib/typescript/icons/actions/IconAttach.d.ts +2 -2
  180. package/lib/typescript/icons/actions/IconAttach.d.ts.map +1 -1
  181. package/lib/typescript/icons/actions/IconBeliMobil.d.ts +3 -3
  182. package/lib/typescript/icons/actions/IconBeliMobil.d.ts.map +1 -1
  183. package/lib/typescript/icons/actions/IconCamera.d.ts +3 -3
  184. package/lib/typescript/icons/actions/IconCamera.d.ts.map +1 -1
  185. package/lib/typescript/icons/actions/IconChat.d.ts +3 -3
  186. package/lib/typescript/icons/actions/IconChat.d.ts.map +1 -1
  187. package/lib/typescript/icons/actions/IconCopy.d.ts +3 -3
  188. package/lib/typescript/icons/actions/IconCopy.d.ts.map +1 -1
  189. package/lib/typescript/icons/actions/IconCustomerService.d.ts +2 -2
  190. package/lib/typescript/icons/actions/IconCustomerService.d.ts.map +1 -1
  191. package/lib/typescript/icons/actions/IconDot.d.ts +3 -3
  192. package/lib/typescript/icons/actions/IconDot.d.ts.map +1 -1
  193. package/lib/typescript/icons/actions/IconDownload.d.ts +2 -2
  194. package/lib/typescript/icons/actions/IconDownload.d.ts.map +1 -1
  195. package/lib/typescript/icons/actions/IconEdit.d.ts +3 -3
  196. package/lib/typescript/icons/actions/IconEdit.d.ts.map +1 -1
  197. package/lib/typescript/icons/actions/IconEmail.d.ts +3 -3
  198. package/lib/typescript/icons/actions/IconEmail.d.ts.map +1 -1
  199. package/lib/typescript/icons/actions/IconFilter.d.ts +3 -3
  200. package/lib/typescript/icons/actions/IconFilter.d.ts.map +1 -1
  201. package/lib/typescript/icons/actions/IconGallery.d.ts +3 -3
  202. package/lib/typescript/icons/actions/IconGallery.d.ts.map +1 -1
  203. package/lib/typescript/icons/actions/IconHamburger.d.ts +2 -2
  204. package/lib/typescript/icons/actions/IconHamburger.d.ts.map +1 -1
  205. package/lib/typescript/icons/actions/IconHeartEmpty.d.ts +2 -2
  206. package/lib/typescript/icons/actions/IconHeartEmpty.d.ts.map +1 -1
  207. package/lib/typescript/icons/actions/IconHeartFilled.d.ts +2 -2
  208. package/lib/typescript/icons/actions/IconHeartFilled.d.ts.map +1 -1
  209. package/lib/typescript/icons/actions/IconHeartOutline.d.ts +2 -2
  210. package/lib/typescript/icons/actions/IconHeartOutline.d.ts.map +1 -1
  211. package/lib/typescript/icons/actions/IconHelp.d.ts +3 -3
  212. package/lib/typescript/icons/actions/IconHelp.d.ts.map +1 -1
  213. package/lib/typescript/icons/actions/IconInfo.d.ts +3 -3
  214. package/lib/typescript/icons/actions/IconInfo.d.ts.map +1 -1
  215. package/lib/typescript/icons/actions/IconJualMobil.d.ts +3 -3
  216. package/lib/typescript/icons/actions/IconJualMobil.d.ts.map +1 -1
  217. package/lib/typescript/icons/actions/IconLike.d.ts +3 -3
  218. package/lib/typescript/icons/actions/IconLike.d.ts.map +1 -1
  219. package/lib/typescript/icons/actions/IconMinus.d.ts +3 -3
  220. package/lib/typescript/icons/actions/IconMinus.d.ts.map +1 -1
  221. package/lib/typescript/icons/actions/IconNotification.d.ts +3 -3
  222. package/lib/typescript/icons/actions/IconNotification.d.ts.map +1 -1
  223. package/lib/typescript/icons/actions/IconOther.d.ts +3 -3
  224. package/lib/typescript/icons/actions/IconOther.d.ts.map +1 -1
  225. package/lib/typescript/icons/actions/IconPerson.d.ts +2 -2
  226. package/lib/typescript/icons/actions/IconPerson.d.ts.map +1 -1
  227. package/lib/typescript/icons/actions/IconPicture.d.ts +2 -2
  228. package/lib/typescript/icons/actions/IconPicture.d.ts.map +1 -1
  229. package/lib/typescript/icons/actions/IconPictureAdd.d.ts +2 -2
  230. package/lib/typescript/icons/actions/IconPictureAdd.d.ts.map +1 -1
  231. package/lib/typescript/icons/actions/IconReload.d.ts +2 -2
  232. package/lib/typescript/icons/actions/IconReload.d.ts.map +1 -1
  233. package/lib/typescript/icons/actions/IconRoundAdd.d.ts +3 -3
  234. package/lib/typescript/icons/actions/IconRoundAdd.d.ts.map +1 -1
  235. package/lib/typescript/icons/actions/IconRoundClose.d.ts +3 -3
  236. package/lib/typescript/icons/actions/IconRoundClose.d.ts.map +1 -1
  237. package/lib/typescript/icons/actions/IconSearch.d.ts +2 -2
  238. package/lib/typescript/icons/actions/IconSearch.d.ts.map +1 -1
  239. package/lib/typescript/icons/actions/IconSeeHide.d.ts +2 -2
  240. package/lib/typescript/icons/actions/IconSeeHide.d.ts.map +1 -1
  241. package/lib/typescript/icons/actions/IconSeeShow.d.ts +2 -2
  242. package/lib/typescript/icons/actions/IconSeeShow.d.ts.map +1 -1
  243. package/lib/typescript/icons/actions/IconSetting.d.ts +3 -3
  244. package/lib/typescript/icons/actions/IconSetting.d.ts.map +1 -1
  245. package/lib/typescript/icons/actions/IconShare.d.ts +3 -3
  246. package/lib/typescript/icons/actions/IconShare.d.ts.map +1 -1
  247. package/lib/typescript/icons/actions/IconShoppingBag.d.ts +3 -3
  248. package/lib/typescript/icons/actions/IconShoppingBag.d.ts.map +1 -1
  249. package/lib/typescript/icons/actions/IconShoppingCart.d.ts +3 -3
  250. package/lib/typescript/icons/actions/IconShoppingCart.d.ts.map +1 -1
  251. package/lib/typescript/icons/actions/IconSmartphone.d.ts +3 -3
  252. package/lib/typescript/icons/actions/IconSmartphone.d.ts.map +1 -1
  253. package/lib/typescript/icons/actions/IconSort.d.ts +2 -2
  254. package/lib/typescript/icons/actions/IconSort.d.ts.map +1 -1
  255. package/lib/typescript/icons/actions/IconSorting.d.ts +2 -2
  256. package/lib/typescript/icons/actions/IconSorting.d.ts.map +1 -1
  257. package/lib/typescript/icons/actions/IconStarFilled.d.ts +2 -2
  258. package/lib/typescript/icons/actions/IconStarFilled.d.ts.map +1 -1
  259. package/lib/typescript/icons/actions/IconStarOutline.d.ts +2 -2
  260. package/lib/typescript/icons/actions/IconStarOutline.d.ts.map +1 -1
  261. package/lib/typescript/icons/actions/IconThreeDot.d.ts +4 -0
  262. package/lib/typescript/icons/actions/IconThreeDot.d.ts.map +1 -0
  263. package/lib/typescript/icons/actions/IconTrash.d.ts +3 -3
  264. package/lib/typescript/icons/actions/IconTrash.d.ts.map +1 -1
  265. package/lib/typescript/icons/actions/IconUpload.d.ts +2 -2
  266. package/lib/typescript/icons/actions/IconUpload.d.ts.map +1 -1
  267. package/lib/typescript/icons/actions/IconUser.d.ts +3 -3
  268. package/lib/typescript/icons/actions/IconUser.d.ts.map +1 -1
  269. package/lib/typescript/icons/actions/IconVideo.d.ts +3 -3
  270. package/lib/typescript/icons/actions/IconVideo.d.ts.map +1 -1
  271. package/lib/typescript/icons/index.d.ts +5 -4
  272. package/lib/typescript/icons/index.d.ts.map +1 -1
  273. package/lib/typescript/icons/misc/IconCalendar.d.ts +2 -2
  274. package/lib/typescript/icons/misc/IconCalendar.d.ts.map +1 -1
  275. package/lib/typescript/icons/misc/IconCash.d.ts +2 -2
  276. package/lib/typescript/icons/misc/IconCash.d.ts.map +1 -1
  277. package/lib/typescript/icons/misc/IconCategory.d.ts +2 -2
  278. package/lib/typescript/icons/misc/IconCategory.d.ts.map +1 -1
  279. package/lib/typescript/icons/misc/IconContract.d.ts +2 -2
  280. package/lib/typescript/icons/misc/IconContract.d.ts.map +1 -1
  281. package/lib/typescript/icons/misc/IconCreditCard.d.ts +2 -2
  282. package/lib/typescript/icons/misc/IconCreditCard.d.ts.map +1 -1
  283. package/lib/typescript/icons/misc/IconFlash.d.ts +2 -2
  284. package/lib/typescript/icons/misc/IconFlash.d.ts.map +1 -1
  285. package/lib/typescript/icons/misc/IconGroup.d.ts +2 -2
  286. package/lib/typescript/icons/misc/IconGroup.d.ts.map +1 -1
  287. package/lib/typescript/icons/misc/IconHistory.d.ts +2 -2
  288. package/lib/typescript/icons/misc/IconHistory.d.ts.map +1 -1
  289. package/lib/typescript/icons/misc/IconLocation.d.ts +2 -2
  290. package/lib/typescript/icons/misc/IconLocation.d.ts.map +1 -1
  291. package/lib/typescript/icons/misc/IconLock.d.ts +2 -2
  292. package/lib/typescript/icons/misc/IconLock.d.ts.map +1 -1
  293. package/lib/typescript/icons/misc/IconMoney.d.ts +2 -2
  294. package/lib/typescript/icons/misc/IconMoney.d.ts.map +1 -1
  295. package/lib/typescript/icons/misc/IconMyLocation.d.ts +2 -2
  296. package/lib/typescript/icons/misc/IconMyLocation.d.ts.map +1 -1
  297. package/lib/typescript/icons/misc/IconOfficial.d.ts +2 -2
  298. package/lib/typescript/icons/misc/IconOfficial.d.ts.map +1 -1
  299. package/lib/typescript/icons/misc/IconPromo.d.ts +2 -2
  300. package/lib/typescript/icons/misc/IconPromo.d.ts.map +1 -1
  301. package/lib/typescript/icons/misc/IconProtection.d.ts +2 -2
  302. package/lib/typescript/icons/misc/IconProtection.d.ts.map +1 -1
  303. package/lib/typescript/icons/misc/IconStore.d.ts +2 -2
  304. package/lib/typescript/icons/misc/IconStore.d.ts.map +1 -1
  305. package/lib/typescript/icons/misc/IconTick.d.ts +2 -2
  306. package/lib/typescript/icons/misc/IconTick.d.ts.map +1 -1
  307. package/lib/typescript/icons/misc/IconTicket.d.ts +2 -2
  308. package/lib/typescript/icons/misc/IconTicket.d.ts.map +1 -1
  309. package/lib/typescript/icons/misc/IconTime.d.ts +2 -2
  310. package/lib/typescript/icons/misc/IconTime.d.ts.map +1 -1
  311. package/lib/typescript/icons/misc/IconVoucher.d.ts +2 -2
  312. package/lib/typescript/icons/misc/IconVoucher.d.ts.map +1 -1
  313. package/lib/typescript/icons/navigations/IconArrowDiagonal.d.ts +2 -2
  314. package/lib/typescript/icons/navigations/IconArrowDiagonal.d.ts.map +1 -1
  315. package/lib/typescript/icons/navigations/IconArrowDown.d.ts +2 -2
  316. package/lib/typescript/icons/navigations/IconArrowDown.d.ts.map +1 -1
  317. package/lib/typescript/icons/navigations/IconArrowLeft.d.ts +2 -2
  318. package/lib/typescript/icons/navigations/IconArrowLeft.d.ts.map +1 -1
  319. package/lib/typescript/icons/navigations/IconArrowRight.d.ts +2 -2
  320. package/lib/typescript/icons/navigations/IconArrowRight.d.ts.map +1 -1
  321. package/lib/typescript/icons/navigations/IconArrowUp.d.ts +2 -2
  322. package/lib/typescript/icons/navigations/IconArrowUp.d.ts.map +1 -1
  323. package/lib/typescript/icons/navigations/IconChevronDown.d.ts +2 -2
  324. package/lib/typescript/icons/navigations/IconChevronDown.d.ts.map +1 -1
  325. package/lib/typescript/icons/navigations/IconChevronLeft.d.ts +2 -2
  326. package/lib/typescript/icons/navigations/IconChevronLeft.d.ts.map +1 -1
  327. package/lib/typescript/icons/navigations/IconChevronRight.d.ts +2 -2
  328. package/lib/typescript/icons/navigations/IconChevronRight.d.ts.map +1 -1
  329. package/lib/typescript/icons/navigations/IconChevronUp.d.ts +2 -2
  330. package/lib/typescript/icons/navigations/IconChevronUp.d.ts.map +1 -1
  331. package/lib/typescript/icons/navigations/IconClose.d.ts +2 -2
  332. package/lib/typescript/icons/navigations/IconClose.d.ts.map +1 -1
  333. package/lib/typescript/icons/navs/IconNavAdiraku.d.ts +6 -3
  334. package/lib/typescript/icons/navs/IconNavAdiraku.d.ts.map +1 -1
  335. package/lib/typescript/icons/navs/IconNavDocument.d.ts +6 -3
  336. package/lib/typescript/icons/navs/IconNavDocument.d.ts.map +1 -1
  337. package/lib/typescript/icons/navs/IconNavHome.d.ts +3 -2
  338. package/lib/typescript/icons/navs/IconNavHome.d.ts.map +1 -1
  339. package/lib/typescript/icons/navs/IconNavPhone.d.ts +2 -2
  340. package/lib/typescript/icons/navs/IconNavPhone.d.ts.map +1 -1
  341. package/lib/typescript/icons/navs/IconNavProfile.d.ts +3 -2
  342. package/lib/typescript/icons/navs/IconNavProfile.d.ts.map +1 -1
  343. package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts +2 -2
  344. package/lib/typescript/icons/vehicles/IconBikeCaferacer.d.ts.map +1 -1
  345. package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts +2 -2
  346. package/lib/typescript/icons/vehicles/IconBikeCooper.d.ts.map +1 -1
  347. package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts +2 -2
  348. package/lib/typescript/icons/vehicles/IconBikeCruiser.d.ts.map +1 -1
  349. package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts +2 -2
  350. package/lib/typescript/icons/vehicles/IconBikeDualsport.d.ts.map +1 -1
  351. package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts +2 -2
  352. package/lib/typescript/icons/vehicles/IconBikeMopad.d.ts.map +1 -1
  353. package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts +2 -2
  354. package/lib/typescript/icons/vehicles/IconBikeRoadster.d.ts.map +1 -1
  355. package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts +2 -2
  356. package/lib/typescript/icons/vehicles/IconBikeScooter.d.ts.map +1 -1
  357. package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts +2 -2
  358. package/lib/typescript/icons/vehicles/IconBikeScrambler.d.ts.map +1 -1
  359. package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts +2 -2
  360. package/lib/typescript/icons/vehicles/IconBikeSportbike.d.ts.map +1 -1
  361. package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts +2 -2
  362. package/lib/typescript/icons/vehicles/IconBikeSportstouring.d.ts.map +1 -1
  363. package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts +2 -2
  364. package/lib/typescript/icons/vehicles/IconBikeTouring.d.ts.map +1 -1
  365. package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts +2 -2
  366. package/lib/typescript/icons/vehicles/IconBikeTrialbike.d.ts.map +1 -1
  367. package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts +2 -2
  368. package/lib/typescript/icons/vehicles/IconCarHatchback.d.ts.map +1 -1
  369. package/lib/typescript/icons/vehicles/IconCarJeep.d.ts +2 -2
  370. package/lib/typescript/icons/vehicles/IconCarJeep.d.ts.map +1 -1
  371. package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts +2 -2
  372. package/lib/typescript/icons/vehicles/IconCarMiniTruck.d.ts.map +1 -1
  373. package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts +2 -2
  374. package/lib/typescript/icons/vehicles/IconCarMinivan.d.ts.map +1 -1
  375. package/lib/typescript/icons/vehicles/IconCarMuv.d.ts +2 -2
  376. package/lib/typescript/icons/vehicles/IconCarMuv.d.ts.map +1 -1
  377. package/lib/typescript/icons/vehicles/IconCarPickup.d.ts +2 -2
  378. package/lib/typescript/icons/vehicles/IconCarPickup.d.ts.map +1 -1
  379. package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts +2 -2
  380. package/lib/typescript/icons/vehicles/IconCarSportCar.d.ts.map +1 -1
  381. package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts +2 -2
  382. package/lib/typescript/icons/vehicles/IconCarSuperCar.d.ts.map +1 -1
  383. package/lib/typescript/icons/vehicles/IconCarSuv.d.ts +2 -2
  384. package/lib/typescript/icons/vehicles/IconCarSuv.d.ts.map +1 -1
  385. package/lib/typescript/icons/vehicles/IconCarVan.d.ts +2 -2
  386. package/lib/typescript/icons/vehicles/IconCarVan.d.ts.map +1 -1
  387. package/lib/typescript/icons/vehicles/IconCarWagon.d.ts +2 -2
  388. package/lib/typescript/icons/vehicles/IconCarWagon.d.ts.map +1 -1
  389. package/lib/typescript/icons/vehicles/IconMinus.d.ts +3 -3
  390. package/lib/typescript/icons/vehicles/IconMinus.d.ts.map +1 -1
  391. package/lib/typescript/themes/border.d.ts +6 -0
  392. package/lib/typescript/themes/border.d.ts.map +1 -0
  393. package/lib/typescript/themes/index.d.ts +1 -0
  394. package/lib/typescript/themes/index.d.ts.map +1 -1
  395. package/package.json +2 -2
  396. package/src/components/BottomTabBar/BottomTabBar.component.tsx +169 -0
  397. package/src/components/BottomTabBar/BottomTabBar.style.tsx +59 -0
  398. package/src/components/BottomTabBar/BottomTabBar.type.tsx +59 -0
  399. package/src/components/Chips/Chips.component.tsx +58 -0
  400. package/src/components/Chips/Chips.style.tsx +77 -0
  401. package/src/components/Chips/Chips.type.ts +32 -0
  402. package/src/components/Loader/loader.component.tsx +125 -0
  403. package/src/components/Loader/loader.style.tsx +9 -0
  404. package/src/components/Loader/loader.type.ts +7 -0
  405. package/src/components/Notification/notification.component.tsx +53 -0
  406. package/src/components/Notification/notification.style.tsx +13 -0
  407. package/src/components/Notification/notification.type.ts +23 -0
  408. package/src/components/Snackbar/Snackbar.component.tsx +1 -1
  409. package/src/components/Snackbar/Snackbar.type.ts +13 -0
  410. package/src/components/TextInput/TextInput.component.tsx +9 -7
  411. package/src/components/TextInput/TextInput.type.ts +1 -7
  412. package/src/components/coachmark/coachmark.component.tsx +81 -9
  413. package/src/components/coachmark/coachmark.style.tsx +44 -45
  414. package/src/components/coachmark/coachmark.type.ts +89 -9
  415. package/src/components/index.ts +7 -2
  416. package/src/components/label/label.component.tsx +23 -5
  417. package/src/components/label/label.style.tsx +64 -3
  418. package/src/components/label/label.type.ts +15 -3
  419. package/src/components/search-input/search-input.component.tsx +10 -3
  420. package/src/components/search-input/search-input.type.ts +24 -1
  421. package/src/components/textlink/textlink.type.ts +9 -0
  422. package/src/components/typography/typography.component.tsx +1 -1
  423. package/src/icons/actions/IconThreeDot.tsx +28 -0
  424. package/src/icons/index.ts +5 -4
  425. package/src/icons/navs/IconNavAdiraku.tsx +53 -21
  426. package/src/icons/navs/IconNavDocument.tsx +30 -6
  427. package/src/icons/navs/IconNavHome.tsx +28 -5
  428. package/src/icons/navs/IconNavProfile.tsx +19 -4
  429. package/src/themes/border.ts +5 -0
  430. package/src/themes/index.ts +1 -0
@@ -1,6 +1,6 @@
1
1
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
2
  import * as React from 'react';
3
- import Svg, { Circle, ClipPath, Defs, G, Path } from 'react-native-svg';
3
+ import Svg, { Path } from 'react-native-svg';
4
4
  import { Palettes } from '../../themes';
5
5
  export const IconNavAdiraku = props => {
6
6
  const {
@@ -13,28 +13,45 @@ export const IconNavAdiraku = props => {
13
13
  return /*#__PURE__*/React.createElement(Svg, _extends({
14
14
  width: width,
15
15
  height: height,
16
- viewBox: "0 0 32 32",
16
+ viewBox: "0 0 24 24",
17
17
  fill: "none"
18
- // xmlns="http://www.w3.org/2000/svg"
19
- }, rest), /*#__PURE__*/React.createElement(G, {
20
- clipPath: "url(#clip0_1435_133818)",
21
- filter: "url(#filter0_d_1435_133818)"
22
- }, /*#__PURE__*/React.createElement(Path, {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M16 24c6.627 0 12-5.373 12-12S22.627 0 16 0 4 5.373 4 12s5.373 12 12 12zm2.968-14.973c.024.024.032.598.032 2.422 0 2.192.005 2.488-.098 2.74-.021.053-.048.104-.08.17-.198.408-.656.757-1.12.855-.27.056-3.138.056-3.407 0a1.677 1.677 0 01-1.26-1.216c-.035-.14-.04-.36-.032-1.538.008-1.36.009-1.376.07-1.558.277-.832.908-1.407 1.746-1.593.082-.018.728-.036 1.73-.048 1.541-.019 1.607-.022 1.805-.078.113-.032.272-.086.354-.12.172-.073.217-.08.26-.036z",
26
- fill: fill
27
- }), /*#__PURE__*/React.createElement(Circle, {
28
- cx: 16,
29
- cy: 12,
30
- r: 9.5,
31
- stroke: innerCircle
32
- })), /*#__PURE__*/React.createElement(Defs, null, /*#__PURE__*/React.createElement(ClipPath, {
33
- id: "clip0_1435_133818"
34
- }, /*#__PURE__*/React.createElement(Path, {
18
+ }, rest), /*#__PURE__*/React.createElement(Path, {
19
+ d: "M12 21a9 9 0 100-18 9 9 0 000 18z",
20
+ stroke: fill,
21
+ strokeWidth: 2,
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ }), /*#__PURE__*/React.createElement(Path, {
25
+ d: "M13.29 10c.216 0 .434-.025.65-.076v3.266c0 .29-.047.436-.133.534-.21.154-.398.246-.577.246h-2.4v0h-.007c-.448.006-.836-.421-.823-.886h0V11.38c0-.356.127-.665.364-.95.203-.241.483-.378.859-.43h2.067z",
35
26
  fill: fill,
36
- transform: "translate(4)",
37
- d: "M0 0H24V24H0z"
38
- }))));
27
+ stroke: fill
28
+ }), /*#__PURE__*/React.createElement(Path, {
29
+ d: "M12 18a6 6 0 100-12 6 6 0 000 12z",
30
+ stroke: fill,
31
+ strokeWidth: 2,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ }));
35
+ };
36
+ export const IconNavAdirakuFilled = props => {
37
+ const {
38
+ width = 32,
39
+ height = 32,
40
+ fill = Palettes.black[900],
41
+ innerCircle = Palettes.white[50],
42
+ ...rest
43
+ } = props;
44
+ return /*#__PURE__*/React.createElement(Svg, _extends({
45
+ width: width,
46
+ height: height,
47
+ viewBox: "0 0 24 24",
48
+ fill: "none"
49
+ }, rest), /*#__PURE__*/React.createElement(Path, {
50
+ d: "M12 5.5c-3.58 0-6.5 2.92-6.5 6.5s2.92 6.5 6.5 6.5 6.5-2.92 6.5-6.5-2.92-6.5-6.5-6.5zm2.44 4v3.69c0 .36-.06.67-.3.91-.24.18-.55.37-.91.37h-2.4c-.77.01-1.35-.69-1.33-1.4v-1.69c0-.49.18-.91.48-1.27.31-.37.73-.55 1.21-.61h2.1c.3 0 .61-.06.91-.18.15-.15.28-.03.24.18z",
51
+ fill: fill
52
+ }), /*#__PURE__*/React.createElement(Path, {
53
+ d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z",
54
+ fill: fill
55
+ }));
39
56
  };
40
57
  //# sourceMappingURL=IconNavAdiraku.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Circle","ClipPath","Defs","G","Path","Palettes","IconNavAdiraku","props","width","height","fill","black","innerCircle","white","rest","createElement","_extends","viewBox","clipPath","filter","fillRule","clipRule","d","cx","cy","r","stroke","id","transform"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavAdiraku.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,MAAM,EAAEC,QAAQ,EAAEC,IAAI,EAAEC,CAAC,EAAEC,IAAI,QAAQ,kBAAkB;AACvE,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,cAAc,GAAIC,KAA0C,IAAK;EAC5E,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACET,KAAA,CAAAiB,aAAA,CAAChB,GAAG,EAAAiB,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAERhB,KAAA,CAAAiB,aAAA,CAACZ,CAAC;IACAe,QAAQ,EAAC,yBAAyB;IAClCC,MAAM,EAAC;EAA6B,gBAEpCrB,KAAA,CAAAiB,aAAA,CAACX,IAAI;IACHgB,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,icAAic;IACncZ,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFZ,KAAA,CAAAiB,aAAA,CAACf,MAAM;IAACuB,EAAE,EAAE,EAAG;IAACC,EAAE,EAAE,EAAG;IAACC,CAAC,EAAE,GAAI;IAACC,MAAM,EAAEd;EAAY,CAAE,CACrD,CAAC,eACJd,KAAA,CAAAiB,aAAA,CAACb,IAAI,qBACHJ,KAAA,CAAAiB,aAAA,CAACd,QAAQ;IAAC0B,EAAE,EAAC;EAAmB,gBAC9B7B,KAAA,CAAAiB,aAAA,CAACX,IAAI;IAACM,IAAI,EAAEA,IAAK;IAACkB,SAAS,EAAC,cAAc;IAACN,CAAC,EAAC;EAAe,CAAE,CACtD,CACN,CACH,CAAC;AAEV,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","Svg","Path","Palettes","IconNavAdiraku","props","width","height","fill","black","innerCircle","white","rest","createElement","_extends","viewBox","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","IconNavAdirakuFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavAdiraku.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,cAAc,GAAIC,KAA2C,IAAK;EAC7E,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;EAAM,GACPI,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,mCAAmC;IACrCC,MAAM,EAAET,IAAK;IACbU,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFpB,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,wMAAwM;IAC1MR,IAAI,EAAEA,IAAK;IACXS,MAAM,EAAET;EAAK,CACd,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,mCAAmC;IACrCC,MAAM,EAAET,IAAK;IACbU,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMC,oBAAoB,GAC/BhB,KAA2C,IACxC;EACH,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;EAAM,GACPI,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,wQAAwQ;IAC1QR,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,8HAA8H;IAChIR,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -15,18 +15,41 @@ export const IconNavDocument = props => {
15
15
  height: height,
16
16
  viewBox: "0 0 24 24",
17
17
  fill: "none"
18
- // xmlns="http://www.w3.org/2000/svg"
19
18
  }, rest), /*#__PURE__*/React.createElement(Path, {
20
- d: "M16.191 2H7.81C4.77 2 3 3.78 3 6.83v10.33C3 20.26 4.77 22 7.81 22h8.381C19.28 22 21 20.26 21 17.16V6.83C21 3.78 19.28 2 16.191 2z",
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M7.81 1c-1.714 0-3.198.506-4.254 1.566C2.502 3.626 2 5.113 2 6.83v10.33c0 1.738.5 3.231 1.558 4.29C4.616 22.508 6.102 23 7.81 23h8.381c1.73 0 3.218-.49 4.273-1.553C21.517 20.385 22 18.89 22 17.16V6.83c0-.294-.014-.582-.044-.863A2.503 2.503 0 0120 7.95v9.21c0 1.37-.377 2.295-.956 2.878-.578.582-1.493.962-2.853.962H7.81c-1.332 0-2.251-.378-2.838-.965C4.385 19.45 4 18.522 4 17.16V6.83c0-1.333.383-2.26.974-2.853C5.564 3.384 6.484 3 7.81 3h8.381c.813 0 1.468.14 1.987.378.384-.24.837-.378 1.322-.378.741 0 1.407.322 1.864.835a4.875 4.875 0 00-.899-1.266C19.413 1.504 17.926 1 16.191 1H7.81z",
21
22
  fill: fill
22
23
  }), /*#__PURE__*/React.createElement(Path, {
23
24
  d: "M19.5 9a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
24
- fill: fill,
25
- stroke: lineStripes,
25
+ stroke: fill,
26
26
  strokeWidth: 2
27
27
  }), /*#__PURE__*/React.createElement(Path, {
28
28
  d: "M8.08 15.74h7.84c.399.04.7.38.7.79 0 .399-.301.74-.7.78H8.08c-.3.04-.59-.11-.75-.36a.795.795 0 01.75-1.21zm7.84-4.561a.781.781 0 010 1.561H8.08a.78.78 0 010-1.561h7.84zM11.069 6.65c.431 0 .781.35.781.779 0 .441-.35.791-.781.791H8.08a.78.78 0 010-1.56v-.01h2.989z",
29
- fill: lineStripes
29
+ fill: fill
30
+ }));
31
+ };
32
+ export const IconNavDocumentFilled = props => {
33
+ const {
34
+ width = 24,
35
+ height = 24,
36
+ fill = Palettes.black[900],
37
+ lineStripes = Palettes.white[50],
38
+ ...rest
39
+ } = props;
40
+ return /*#__PURE__*/React.createElement(Svg, _extends({
41
+ width: width,
42
+ height: width,
43
+ viewBox: "0 0 24 24",
44
+ fill: "none"
45
+ }, rest), /*#__PURE__*/React.createElement(Path, {
46
+ d: "M19.5 8a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",
47
+ fill: fill
48
+ }), /*#__PURE__*/React.createElement(Path, {
49
+ fillRule: "evenodd",
50
+ clipRule: "evenodd",
51
+ d: "M21 9.744a4.5 4.5 0 01-4.346-7.73A7.574 7.574 0 0016.191 2H7.81C4.77 2 3 3.78 3 6.83v10.33C3 20.26 4.77 22 7.81 22h8.381C19.28 22 21 20.26 21 17.16V9.744zM8.08 15.74h7.84c.399.04.7.38.7.79 0 .399-.301.74-.7.78H8.08c-.3.04-.59-.11-.75-.36a.795.795 0 01.75-1.21zm7.84-4.561a.781.781 0 010 1.561H8.08a.78.78 0 010-1.561h7.84zM11.069 6.65c.431 0 .781.35.781.779 0 .441-.35.791-.781.791H8.08a.78.78 0 010-1.56v-.01h2.989z",
52
+ fill: fill
30
53
  }));
31
54
  };
32
55
  //# sourceMappingURL=IconNavDocument.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Palettes","IconNavDocument","props","width","height","fill","black","lineStripes","white","rest","createElement","_extends","viewBox","d","stroke","strokeWidth"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavDocument.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,eAAe,GAAIC,KAA0C,IAAK;EAC7E,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;IACL;EAAA,GACII,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,mIAAmI;IACrIR,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,0CAA0C;IAC5CR,IAAI,EAAEA,IAAK;IACXS,MAAM,EAAEP,WAAY;IACpBQ,WAAW,EAAE;EAAE,CAChB,CAAC,eACFlB,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,CAAC,EAAC,wQAAwQ;IAC1QR,IAAI,EAAEE;EAAY,CACnB,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","Svg","Path","Palettes","IconNavDocument","props","width","height","fill","black","lineStripes","white","rest","createElement","_extends","viewBox","fillRule","clipRule","d","stroke","strokeWidth","IconNavDocumentFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavDocument.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,eAAe,GAC1BC,KAA2C,IACxC;EACH,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IACFR,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfQ,OAAO,EAAC,WAAW;IACnBP,IAAI,EAAC;EAAM,GACPI,IAAI,gBAERZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,+kBAA+kB;IACjlBV,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFR,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHgB,CAAC,EAAC,0CAA0C;IAC5CC,MAAM,EAAEX,IAAK;IACbY,WAAW,EAAE;EAAE,CAChB,CAAC,eACFpB,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHgB,CAAC,EAAC,wQAAwQ;IAC1QV,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMa,qBAAqB,GAAIhB,KAA2C,IAAK;EACpF,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1BC,WAAW,GAAGP,QAAQ,CAACQ,KAAK,CAAC,EAAE,CAAC;IAChC,GAAGC;EACL,CAAC,GAAGP,KAAK;EAET,oBACEL,KAAA,CAAAa,aAAA,CAACZ,GAAG,EAAAa,QAAA;IAACR,KAAK,EAAEA,KAAM;IAACC,MAAM,EAAED,KAAM;IAACS,OAAO,EAAC,WAAW;IAACP,IAAI,EAAC;EAAM,GAAKI,IAAI,gBACxEZ,KAAA,CAAAa,aAAA,CAACX,IAAI;IAACgB,CAAC,EAAC,0CAA0C;IAACV,IAAI,EAAEA;EAAK,CAAE,CAAC,eACjER,KAAA,CAAAa,aAAA,CAACX,IAAI;IACHc,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,kaAAka;IACpaV,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -1,8 +1,31 @@
1
1
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
2
  import * as React from 'react';
3
- import Svg, { Circle, Path } from 'react-native-svg';
3
+ import Svg, { Path } from 'react-native-svg';
4
4
  import { Palettes } from '../../themes';
5
5
  export const IconNavHome = props => {
6
+ const {
7
+ width = 24,
8
+ height = 24,
9
+ fill = Palettes.black[900],
10
+ ...rest
11
+ } = props;
12
+ return /*#__PURE__*/React.createElement(Svg, _extends({
13
+ width: width,
14
+ height: width,
15
+ viewBox: "0 0 24 24",
16
+ fill: "none"
17
+ }, rest), /*#__PURE__*/React.createElement(Path, {
18
+ d: "M19.695 8.363l-5.955-4.76a2.776 2.776 0 00-3.54.07l-5.835 4.69a2.198 2.198 0 00-.865 1.72v7.82c0 1.71 1.382 3.1 3.082 3.1h1.66c.587 0 1.074-.49 1.074-1.08v-3.06c0-.69.566-1.26 1.252-1.26h2.864c.685 0 1.252.57 1.252 1.26v3.06c0 .59.487 1.08 1.074 1.08h1.66c1.7 0 3.082-1.39 3.082-3.1v-7.82c0-.67-.298-1.3-.805-1.72z",
19
+ stroke: fill,
20
+ strokeWidth: 2,
21
+ strokeLinecap: "round",
22
+ strokeLinejoin: "round"
23
+ }), /*#__PURE__*/React.createElement(Path, {
24
+ d: "M12 12.003a1.994 1.994 0 001.988-2c0-1.105-.89-2-1.988-2a1.994 1.994 0 00-1.988 2c0 1.105.89 2 1.988 2z",
25
+ fill: fill
26
+ }));
27
+ };
28
+ export const IconNavHomeFilled = props => {
6
29
  const {
7
30
  width = 24,
8
31
  height = 24,
@@ -14,15 +37,9 @@ export const IconNavHome = props => {
14
37
  height: height,
15
38
  viewBox: "0 0 24 24",
16
39
  fill: "none"
17
- // xmlns="http://www.w3.org/2000/svg"
18
40
  }, rest), /*#__PURE__*/React.createElement(Path, {
19
- d: "M9.144 20.782v-3.067c0-.777.632-1.408 1.414-1.413h2.875c.786 0 1.423.633 1.423 1.413v3.058c0 .674.548 1.222 1.227 1.227h1.96a3.46 3.46 0 002.444-1 3.41 3.41 0 001.013-2.422V9.866c0-.735-.328-1.431-.895-1.902l-6.662-5.29a3.115 3.115 0 00-3.958.071L3.467 7.963A2.474 2.474 0 002.5 9.867v8.703C2.5 20.464 4.047 22 5.956 22h1.916c.327.002.641-.125.873-.354.232-.228.363-.54.363-.864h.036z",
41
+ d: "M20.586 7.96l-6.658-5.29a3.1 3.1 0 00-3.945.08l-6.51 5.21A2.496 2.496 0 002.5 9.87v8.69c0 1.9 1.54 3.44 3.438 3.44h1.859c.655 0 1.202-.54 1.202-1.2v-3.4c0-.77.626-1.4 1.401-1.4h3.2c.765 0 1.401.63 1.401 1.4v3.4c0 .66.537 1.2 1.202 1.2h1.859a3.44 3.44 0 003.438-3.44V9.87c0-.74-.328-1.44-.894-1.91h-.02zM11.99 12a2 2 0 01-1.987-2 2 2 0 011.987-2 2 2 0 011.987 2 2 2 0 01-1.987 2z",
20
42
  fill: fill
21
- }), /*#__PURE__*/React.createElement(Circle, {
22
- cx: 12,
23
- cy: 10,
24
- r: 2,
25
- fill: "transparent"
26
43
  }));
27
44
  };
28
45
  //# sourceMappingURL=IconNavHome.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Circle","Path","Palettes","IconNavHome","props","width","height","fill","black","rest","createElement","_extends","viewBox","d","cx","cy","r"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavHome.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,MAAM,EAAEC,IAAI,QAAQ,kBAAkB;AACpD,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEN,KAAA,CAAAY,aAAA,CAACX,GAAG,EAAAY,QAAA;IACFN,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfM,OAAO,EAAC,WAAW;IACnBL,IAAI,EAAC;IACL;EAAA,GACIE,IAAI,gBAERX,KAAA,CAAAY,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,kYAAkY;IACpYN,IAAI,EAAEA;EAAK,CACZ,CAAC,eACFT,KAAA,CAAAY,aAAA,CAACV,MAAM;IAACc,EAAE,EAAE,EAAG;IAACC,EAAE,EAAE,EAAG;IAACC,CAAC,EAAE,CAAE;IAACT,IAAI,EAAC;EAAa,CAAE,CAC/C,CAAC;AAEV,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","Svg","Path","Palettes","IconNavHome","props","width","height","fill","black","rest","createElement","_extends","viewBox","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","IconNavHomeFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavHome.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAE5C,SAASC,QAAQ,QAAQ,cAAc;AAGvC,OAAO,MAAMC,WAAW,GAAIC,KAAgB,IAAK;EAC/C,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IAACN,KAAK,EAAEA,KAAM;IAACC,MAAM,EAAED,KAAM;IAACO,OAAO,EAAC,WAAW;IAACL,IAAI,EAAC;EAAM,GAAKE,IAAI,gBACxEV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,4TAA4T;IAC9TC,MAAM,EAAEP,IAAK;IACbQ,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CAAC,eACFlB,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,yGAAyG;IAC3GN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMW,iBAAiB,GAAId,KAAgB,IAAK;EACrD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IACFN,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfM,OAAO,EAAC,WAAW;IACnBL,IAAI,EAAC;EAAM,GACPE,IAAI,gBAERV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,4XAA4X;IAC9XN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -14,11 +14,25 @@ export const IconNavProfile = props => {
14
14
  height: height,
15
15
  viewBox: "0 0 24 24",
16
16
  fill: "none"
17
- // xmlns="http://www.w3.org/2000/svg"
18
17
  }, rest), /*#__PURE__*/React.createElement(Path, {
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M12.17 15.532c-3.867 0-7.17.584-7.17 2.926s3.282 2.948 7.17 2.948c3.868 0 7.17-.586 7.17-2.927 0-2.34-3.281-2.947-7.17-2.947zM12.17 12.191a4.596 4.596 0 10-4.596-4.596 4.58 4.58 0 004.564 4.596h.033z",
18
+ d: "M12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.65 0-3 1.35-3 3s1.35 3 3 3 3-1.35 3-3-1.35-3-3-3zM12 22c-3.72 0-8-.38-8-3.36C4 16.08 7.59 14 12 14s8 2.07 8 4.62C20 22 14.19 22 12 22zm0-6c-3.48 0-6 1.58-6 2.64 0 .23.29 1.36 6 1.36s6-1.15 6-1.38c0-1.05-2.52-2.62-6-2.62z",
19
+ fill: fill
20
+ }));
21
+ };
22
+ export const IconNavProfileFilled = props => {
23
+ const {
24
+ width = 24,
25
+ height = 24,
26
+ fill = Palettes.black[900],
27
+ ...rest
28
+ } = props;
29
+ return /*#__PURE__*/React.createElement(Svg, _extends({
30
+ width: width,
31
+ height: width,
32
+ viewBox: "0 0 24 24",
33
+ fill: "none"
34
+ }, rest), /*#__PURE__*/React.createElement(Path, {
35
+ d: "M12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zM12 22c-3.72 0-8-.38-8-3.36C4 16.08 7.59 14 12 14s8 2.07 8 4.62C20 22 14.19 22 12 22z",
22
36
  fill: fill
23
37
  }));
24
38
  };
@@ -1 +1 @@
1
- {"version":3,"names":["React","Svg","Path","Palettes","IconNavProfile","props","width","height","fill","black","rest","createElement","_extends","viewBox","fillRule","clipRule","d"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavProfile.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,cAAc,GAAIC,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IACFN,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfM,OAAO,EAAC,WAAW;IACnBL,IAAI,EAAC;IACL;EAAA,GACIE,IAAI,gBAERV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,yMAAyM;IAC3MR,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","Svg","Path","Palettes","IconNavProfile","props","width","height","fill","black","rest","createElement","_extends","viewBox","d","IconNavProfileFilled"],"sourceRoot":"../../../../src","sources":["icons/navs/IconNavProfile.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,GAAG,IAAIC,IAAI,QAAQ,kBAAkB;AAC5C,SAASC,QAAQ,QAAQ,cAAc;AAIvC,OAAO,MAAMC,cAAc,GAAIC,KAAgB,IAAK;EAClD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IACFN,KAAK,EAAEA,KAAM;IACbC,MAAM,EAAEA,MAAO;IACfM,OAAO,EAAC,WAAW;IACnBL,IAAI,EAAC;EAAM,GACPE,IAAI,gBAERV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,iSAAiS;IACnSN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC;AAED,OAAO,MAAMO,oBAAoB,GAAIV,KAAgB,IAAK;EACxD,MAAM;IACJC,KAAK,GAAG,EAAE;IACVC,MAAM,GAAG,EAAE;IACXC,IAAI,GAAGL,QAAQ,CAACM,KAAK,CAAC,GAAG,CAAC;IAC1B,GAAGC;EACL,CAAC,GAAGL,KAAK;EAET,oBACEL,KAAA,CAAAW,aAAA,CAACV,GAAG,EAAAW,QAAA;IAACN,KAAK,EAAEA,KAAM;IAACC,MAAM,EAAED,KAAM;IAACO,OAAO,EAAC,WAAW;IAACL,IAAI,EAAC;EAAM,GAAKE,IAAI,gBACxEV,KAAA,CAAAW,aAAA,CAACT,IAAI;IACHY,CAAC,EAAC,kJAAkJ;IACpJN,IAAI,EAAEA;EAAK,CACZ,CACE,CAAC;AAEV,CAAC","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ const Border = {
2
+ 1: 1,
3
+ 2: 2
4
+ };
5
+ export { Border };
6
+ //# sourceMappingURL=border.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Border"],"sourceRoot":"../../../src","sources":["themes/border.ts"],"mappings":"AAAA,MAAMA,MAAM,GAAG;EACX,CAAC,EAAE,CAAC;EACJ,CAAC,EAAE;AACP,CAAC;AACD,SAASA,MAAM","ignoreList":[]}
@@ -2,4 +2,5 @@ export * from './colors';
2
2
  export * from './radius';
3
3
  export * from './spacing';
4
4
  export * from './shadow';
5
+ export * from './border';
5
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["themes/index.ts"],"mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,UAAU;AACxB,cAAc,WAAW;AACzB,cAAc,UAAU","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["themes/index.ts"],"mappings":"AAAA,cAAc,UAAU;AACxB,cAAc,UAAU;AACxB,cAAc,WAAW;AACzB,cAAc,UAAU;AACxB,cAAc,UAAU","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { BottomTabBarProps } from './BottomTabBar.type';
3
+ export declare function BottomTabBar(props: BottomTabBarProps): JSX.Element;
4
+ //# sourceMappingURL=BottomTabBar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BottomTabBar.component.d.ts","sourceRoot":"","sources":["../../../../src/components/BottomTabBar/BottomTabBar.component.tsx"],"names":[],"mappings":";AAUA,OAAO,EAAE,iBAAiB,EAAsB,MAAM,qBAAqB,CAAC;AAK5E,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,eA4DpD"}
@@ -0,0 +1,11 @@
1
+ import { ViewStyle } from 'react-native';
2
+ interface ComputedStyleProps {
3
+ container?: ViewStyle;
4
+ tabItemContainer?: ViewStyle;
5
+ iconWrapper?: ViewStyle;
6
+ animatedIconWrapper?: ViewStyle;
7
+ indicator?: ViewStyle;
8
+ }
9
+ export declare const getStyle: () => ComputedStyleProps;
10
+ export {};
11
+ //# sourceMappingURL=BottomTabBar.style.d.ts.map
@@ -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"}
@@ -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,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"}
@@ -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"}