@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
@@ -1 +1 @@
1
- {"version":3,"file":"label.component.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAU9C,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
1
+ {"version":3,"file":"label.component.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAM/C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAyB9C,CAAC;AAEF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -1,7 +1,15 @@
1
1
  import type { TextStyle } from 'react-native';
2
+ import type { LabelProps } from './label.type';
2
3
  interface ComputedStyleProps {
3
4
  label?: TextStyle;
5
+ warning?: TextStyle;
6
+ success?: TextStyle;
7
+ info?: TextStyle;
8
+ danger?: TextStyle;
9
+ disabled?: TextStyle;
10
+ rounded?: TextStyle;
11
+ halfRounded?: TextStyle;
4
12
  }
5
- export declare const getStyle: () => ComputedStyleProps;
13
+ export declare const getStyle: (props: LabelProps) => ComputedStyleProps;
6
14
  export {};
7
15
  //# sourceMappingURL=label.style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.style.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,0BAQpB,CAAC"}
1
+ {"version":3,"file":"label.style.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.style.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB;AAED,eAAO,MAAM,QAAQ,UAAW,UAAU,uBA2DzC,CAAC"}
@@ -5,10 +5,21 @@ export interface LabelProps {
5
5
  label: string;
6
6
  /**
7
7
  * The variant of the label
8
- * - `normal`: description
8
+ * - `rounded`: Rounded edge label
9
+ * - `halfRounded`: Only rounded on bottom left and top right
10
+ * @default: "rounded"
11
+ */
12
+ variant?: 'rounded' | 'halfRounded';
13
+ /**
14
+ * The status of the label
15
+ * - `info`: Use to convey info to user
16
+ * - `warning`: Use to convey warning to user
17
+ * - `success`: Use to convey success of something to user
18
+ * - `danger`: Use to convey error to user
19
+ * - `disabled`: Use to convey of something is disabled to user
9
20
  *
10
- * @default: "normal"
21
+ * @default: "info"
11
22
  */
12
- variant: string;
23
+ status?: 'info' | 'warning' | 'success' | 'danger' | 'disabled';
13
24
  }
14
25
  //# sourceMappingURL=label.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.type.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"label.type.d.ts","sourceRoot":"","sources":["../../../../src/components/label/label.type.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;;OAKG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IAEpC;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;CACjE"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import { SearchInputProps } from './search-input.type';
3
- export declare const SearchInput: (props: SearchInputProps) => React.JSX.Element;
3
+ export declare const SearchInput: (props: SearchInputProps) => JSX.Element;
4
4
  //# sourceMappingURL=search-input.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.component.d.ts","sourceRoot":"","sources":["../../../../src/components/search-input/search-input.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAKvD,eAAO,MAAM,WAAW,UAAW,gBAAgB,sBAqDlD,CAAC"}
1
+ {"version":3,"file":"search-input.component.d.ts","sourceRoot":"","sources":["../../../../src/components/search-input/search-input.component.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAKvD,eAAO,MAAM,WAAW,UAAW,gBAAgB,gBA4DlD,CAAC"}
@@ -1,7 +1,26 @@
1
1
  import { ReactNode } from 'react';
2
- import { TextInputProps } from 'react-native';
2
+ import { NativeSyntheticEvent, TextInputFocusEventData, TextInputProps } from 'react-native';
3
3
  export interface SearchInputProps extends TextInputProps {
4
+ /**
5
+ * The value to show for the search input. SearchInput is a controlled component,
6
+ * which means the native value will be forced to match this value prop if provided.
7
+ */
8
+ value?: string;
9
+ /**
10
+ * Callback that is called when the search input is focused.
11
+ */
12
+ onFocus?: (e: NativeSyntheticEvent<TextInputFocusEventData>) => void;
13
+ /**
14
+ * Callback that is called when the search input is blurred.
15
+ */
16
+ onBlur?: (e: NativeSyntheticEvent<TextInputFocusEventData>) => void;
17
+ /**
18
+ * The trailing icon that appears after the text.
19
+ */
4
20
  trailingIcon?: ReactNode;
21
+ /**
22
+ * Callback function that is triggered when the trailing icon is pressed.
23
+ */
5
24
  onTraillingIconPress: () => void;
6
25
  }
7
26
  //# sourceMappingURL=search-input.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.type.d.ts","sourceRoot":"","sources":["../../../../src/components/search-input/search-input.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE9C,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACtD,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC"}
1
+ {"version":3,"file":"search-input.type.d.ts","sourceRoot":"","sources":["../../../../src/components/search-input/search-input.type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EACL,oBAAoB,EACpB,uBAAuB,EACvB,cAAc,EACf,MAAM,cAAc,CAAC;AAEtB,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACtD;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,KAAK,IAAI,CAAC;IACrE;;OAEG;IACH,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,oBAAoB,CAAC,uBAAuB,CAAC,KAAK,IAAI,CAAC;IACpE;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB;;OAEG;IACH,oBAAoB,EAAE,MAAM,IAAI,CAAC;CAClC"}
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
2
  import { SelectionCardProps } from './SelectionCard.type';
3
- export declare function SelectionCard(props: SelectionCardProps): React.JSX.Element;
3
+ export declare function SelectionCard(props: SelectionCardProps): JSX.Element;
4
4
  //# sourceMappingURL=SelectionCard.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SelectionCard.component.d.ts","sourceRoot":"","sources":["../../../../src/components/selection-card/SelectionCard.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,qBA8CtD"}
1
+ {"version":3,"file":"SelectionCard.component.d.ts","sourceRoot":"","sources":["../../../../src/components/selection-card/SelectionCard.component.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAI1D,wBAAgB,aAAa,CAAC,KAAK,EAAE,kBAAkB,eA8CtD"}
@@ -21,6 +21,15 @@ export interface TextLinkProps extends TouchableOpacityProps {
21
21
  * The styles of the container containing the text, extended from ViewStyle
22
22
  */
23
23
  containerStyles?: ViewStyle;
24
+ /**
25
+ * Used to truncate the text with an ellipsis after computing the text layout, including line wrapping, such that the total number of lines does not exceed this number.
26
+ * @default 0
27
+ */
24
28
  numberOfLines?: number;
29
+ /**
30
+ * The disabled state of the text link
31
+ * @default false
32
+ */
33
+ disabled?: boolean;
25
34
  }
26
35
  //# sourceMappingURL=textlink.type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"textlink.type.d.ts","sourceRoot":"","sources":["../../../../src/components/textlink/textlink.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhF,MAAM,WAAW,aAAc,SAAQ,qBAAqB;IAC1D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
1
+ {"version":3,"file":"textlink.type.d.ts","sourceRoot":"","sources":["../../../../src/components/textlink/textlink.type.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,qBAAqB,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhF,MAAM,WAAW,aAAc,SAAQ,qBAAqB;IAC1D;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB;;OAEG;IACH,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { TypographyProps } from './typography.type';
3
- declare const Typography: React.FunctionComponent<TypographyProps>;
3
+ declare const Typography: (props: TypographyProps) => JSX.Element;
4
4
  export { Typography };
5
5
  //# sourceMappingURL=typography.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typography.component.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.component.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,eAAe,CAmBxD,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"typography.component.d.ts","sourceRoot":"","sources":["../../../../src/components/typography/typography.component.tsx"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,QAAA,MAAM,UAAU,UAAW,eAAe,gBAmBzC,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconAddMinus: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconAddMinus: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconAddMinus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconAddMinus.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAddMinus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,YAAY,UAAW,SAAS,sBAyB5C,CAAC"}
1
+ {"version":3,"file":"IconAddMinus.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAddMinus.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,YAAY,UAAW,SAAS,gBAyB5C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconAddPlus: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconAddPlus: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconAddPlus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconAddPlus.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAddPlus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,WAAW,UAAW,SAAS,sBAyB3C,CAAC"}
1
+ {"version":3,"file":"IconAddPlus.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAddPlus.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,WAAW,UAAW,SAAS,gBAyB3C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconAddRemove: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconAddRemove: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconAddRemove.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconAddRemove.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAddRemove.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,sBAoB7C,CAAC"}
1
+ {"version":3,"file":"IconAddRemove.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAddRemove.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,gBAoB7C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconAttach: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconAttach: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconAttach.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconAttach.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAttach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,sBAyB1C,CAAC"}
1
+ {"version":3,"file":"IconAttach.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconAttach.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,gBAyB1C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconBeliMobil: (props: IconProps) => React.JSX.Element;
4
- export declare const IconBeliMobilFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconBeliMobil: (props: IconProps) => JSX.Element;
4
+ export declare const IconBeliMobilFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconBeliMobil.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBeliMobil.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconBeliMobil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,sBA+B7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,SAAS,sBAuBnD,CAAC"}
1
+ {"version":3,"file":"IconBeliMobil.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconBeliMobil.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,gBA+B7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,SAAS,gBAuBnD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconCamera: (props: IconProps) => React.JSX.Element;
4
- export declare const IconCameraFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconCamera: (props: IconProps) => JSX.Element;
4
+ export declare const IconCameraFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconCamera.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCamera.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconCamera.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,sBAyB1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,SAAS,sBAuBhD,CAAC"}
1
+ {"version":3,"file":"IconCamera.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconCamera.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,gBAyB1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,SAAS,gBAuBhD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconChat: (props: IconProps) => React.JSX.Element;
4
- export declare const IconChatFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconChat: (props: IconProps) => JSX.Element;
4
+ export declare const IconChatFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconChat.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconChat.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconChat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,sBAyBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,sBAuB9C,CAAC"}
1
+ {"version":3,"file":"IconChat.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconChat.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,gBAyBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,gBAuB9C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconCopy: (props: IconProps) => React.JSX.Element;
4
- export declare const IconCopyFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconCopy: (props: IconProps) => JSX.Element;
4
+ export declare const IconCopyFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconCopy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCopy.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconCopy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,sBA+BxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,sBA+B9C,CAAC"}
1
+ {"version":3,"file":"IconCopy.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconCopy.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,gBA+BxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,gBA+B9C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconCustomerService: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconCustomerService: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconCustomerService.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconCustomerService.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconCustomerService.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,mBAAmB,UAAW,SAAS,sBA8BnD,CAAC"}
1
+ {"version":3,"file":"IconCustomerService.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconCustomerService.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,mBAAmB,UAAW,SAAS,gBA8BnD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconDot: (props: IconProps) => React.JSX.Element;
4
- export declare const IconDotFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconDot: (props: IconProps) => JSX.Element;
4
+ export declare const IconDotFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconDot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconDot.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconDot.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,OAAO,UAAW,SAAS,sBA6BvC,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,SAAS,sBAyB7C,CAAC"}
1
+ {"version":3,"file":"IconDot.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconDot.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,OAAO,UAAW,SAAS,gBA6BvC,CAAC;AAEF,eAAO,MAAM,aAAa,UAAW,SAAS,gBAyB7C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconDownload: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconDownload: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconDownload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconDownload.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconDownload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,YAAY,UAAW,SAAS,sBAyB5C,CAAC"}
1
+ {"version":3,"file":"IconDownload.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconDownload.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,YAAY,UAAW,SAAS,gBAyB5C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconEdit: (props: IconProps) => React.JSX.Element;
4
- export declare const IconEditFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconEdit: (props: IconProps) => JSX.Element;
4
+ export declare const IconEditFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconEdit.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconEdit.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconEdit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,sBAyBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,sBAuB9C,CAAC"}
1
+ {"version":3,"file":"IconEdit.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconEdit.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,gBAyBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,gBAuB9C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconEmail: (props: IconProps) => React.JSX.Element;
4
- export declare const IconEmailFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconEmail: (props: IconProps) => JSX.Element;
4
+ export declare const IconEmailFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconEmail.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconEmail.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconEmail.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,sBAuBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,sBAuB/C,CAAC"}
1
+ {"version":3,"file":"IconEmail.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconEmail.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,gBAuBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,gBAuB/C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconFilter: (props: IconProps) => React.JSX.Element;
4
- export declare const IconFilterFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconFilter: (props: IconProps) => JSX.Element;
4
+ export declare const IconFilterFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconFilter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconFilter.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconFilter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,sBA6C1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,SAAS,sBA2BhD,CAAC"}
1
+ {"version":3,"file":"IconFilter.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconFilter.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,gBA6C1C,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,SAAS,gBA2BhD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconGallery: (props: IconProps) => React.JSX.Element;
4
- export declare const IconGalleryFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconGallery: (props: IconProps) => JSX.Element;
4
+ export declare const IconGalleryFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconGallery.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconGallery.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconGallery.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,WAAW,UAAW,SAAS,sBA+B3C,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,SAAS,sBA2BjD,CAAC"}
1
+ {"version":3,"file":"IconGallery.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconGallery.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,WAAW,UAAW,SAAS,gBA+B3C,CAAC;AAEF,eAAO,MAAM,iBAAiB,UAAW,SAAS,gBA2BjD,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconHamburger: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconHamburger: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconHamburger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconHamburger.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHamburger.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,sBAyB7C,CAAC"}
1
+ {"version":3,"file":"IconHamburger.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHamburger.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,gBAyB7C,CAAC"}
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
3
  export declare const IconHeartEmpty: (props: IconProps & {
4
4
  stroke?: string;
5
- }) => React.JSX.Element;
5
+ }) => JSX.Element;
6
6
  //# sourceMappingURL=IconHeartEmpty.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconHeartEmpty.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHeartEmpty.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,cAAc,UAAW,SAAS,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,sBAoDpE,CAAC"}
1
+ {"version":3,"file":"IconHeartEmpty.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHeartEmpty.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,cAAc,UAAW,SAAS,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,gBAoDpE,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconHeartFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconHeartFilled: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconHeartFilled.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconHeartFilled.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHeartFilled.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,eAAe,UAAW,SAAS,sBAkB/C,CAAC"}
1
+ {"version":3,"file":"IconHeartFilled.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHeartFilled.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,eAAe,UAAW,SAAS,gBAkB/C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconHeartOutline: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconHeartOutline: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconHeartOutline.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconHeartOutline.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHeartOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,sBAyBhD,CAAC"}
1
+ {"version":3,"file":"IconHeartOutline.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHeartOutline.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,gBAyBhD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconHelp: (props: IconProps) => React.JSX.Element;
4
- export declare const IconHelpFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconHelp: (props: IconProps) => JSX.Element;
4
+ export declare const IconHelpFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconHelp.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconHelp.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHelp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,sBAyBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,sBAyB9C,CAAC"}
1
+ {"version":3,"file":"IconHelp.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconHelp.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,gBAyBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,gBAyB9C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconInfo: (props: IconProps) => React.JSX.Element;
4
- export declare const IconInfoFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconInfo: (props: IconProps) => JSX.Element;
4
+ export declare const IconInfoFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconInfo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconInfo.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,sBA+BxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,sBAyB9C,CAAC"}
1
+ {"version":3,"file":"IconInfo.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconInfo.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,gBA+BxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,gBAyB9C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconJualMobil: (props: IconProps) => React.JSX.Element;
4
- export declare const IconJualMobilFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconJualMobil: (props: IconProps) => JSX.Element;
4
+ export declare const IconJualMobilFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconJualMobil.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconJualMobil.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconJualMobil.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,sBA2B7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,SAAS,sBA2BnD,CAAC"}
1
+ {"version":3,"file":"IconJualMobil.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconJualMobil.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,aAAa,UAAW,SAAS,gBA2B7C,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,SAAS,gBA2BnD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconLike: (props: IconProps) => React.JSX.Element;
4
- export declare const IconLikeFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconLike: (props: IconProps) => JSX.Element;
4
+ export declare const IconLikeFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconLike.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconLike.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconLike.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,sBAuBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,sBAuB9C,CAAC"}
1
+ {"version":3,"file":"IconLike.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconLike.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,QAAQ,UAAW,SAAS,gBAuBxC,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,SAAS,gBAuB9C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconMinus: (props: IconProps) => React.JSX.Element;
4
- export declare const IconMinusFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconMinus: (props: IconProps) => JSX.Element;
4
+ export declare const IconMinusFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconMinus.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconMinus.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconMinus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,sBAyBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,sBAyB/C,CAAC"}
1
+ {"version":3,"file":"IconMinus.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconMinus.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,gBAyBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,gBAyB/C,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconNotification: (props: IconProps) => React.JSX.Element;
4
- export declare const IconNotificationFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconNotification: (props: IconProps) => JSX.Element;
4
+ export declare const IconNotificationFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconNotification.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,sBAuChD,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,SAAS,sBAuBtD,CAAC"}
1
+ {"version":3,"file":"IconNotification.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconNotification.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,gBAAgB,UAAW,SAAS,gBAuChD,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,SAAS,gBAuBtD,CAAC"}
@@ -1,5 +1,5 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconOther: (props: IconProps) => React.JSX.Element;
4
- export declare const IconOtherFilled: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconOther: (props: IconProps) => JSX.Element;
4
+ export declare const IconOtherFilled: (props: IconProps) => JSX.Element;
5
5
  //# sourceMappingURL=IconOther.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconOther.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconOther.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,sBAuBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,sBAuB/C,CAAC"}
1
+ {"version":3,"file":"IconOther.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconOther.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,SAAS,UAAW,SAAS,gBAuBzC,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,SAAS,gBAuB/C,CAAC"}
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ /// <reference types="react" />
2
2
  import type { IconProps } from '../../types';
3
- export declare const IconPerson: (props: IconProps) => React.JSX.Element;
3
+ export declare const IconPerson: (props: IconProps) => JSX.Element;
4
4
  //# sourceMappingURL=IconPerson.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconPerson.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconPerson.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,sBAyB1C,CAAC"}
1
+ {"version":3,"file":"IconPerson.d.ts","sourceRoot":"","sources":["../../../../src/icons/actions/IconPerson.tsx"],"names":[],"mappings":";AAIA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,eAAO,MAAM,UAAU,UAAW,SAAS,gBAyB1C,CAAC"}