@zezosoft/zezo-ott-react-native-ui-kit 0.1.0 → 1.0.0

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 (698) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +46 -15
  3. package/lib/module/Styles/globalStyles.js +76 -0
  4. package/lib/module/Styles/globalStyles.js.map +1 -0
  5. package/lib/module/assets/animations/135037-payment-processing-error.json +0 -0
  6. package/lib/module/assets/animations/7227-vui-animation.json +0 -0
  7. package/lib/module/assets/animations/succesfull-payment.json +0 -0
  8. package/lib/module/assets/animations/voice-icon.json +0 -0
  9. package/lib/module/assets/img/back.png +0 -0
  10. package/lib/module/assets/img/bottom-panel.png +0 -0
  11. package/lib/module/assets/img/camera.png +0 -0
  12. package/lib/module/assets/img/camera2.png +0 -0
  13. package/lib/module/assets/img/h.svg +0 -0
  14. package/lib/module/assets/img/home.png +0 -0
  15. package/lib/module/assets/img/lock.png +0 -0
  16. package/lib/module/assets/img/play.png +0 -0
  17. package/lib/module/assets/img/profile.jpg +0 -0
  18. package/lib/module/assets/img/qr-code.png +0 -0
  19. package/lib/module/assets/img/shadow.png +0 -0
  20. package/lib/module/assets/img/shadow2.png +0 -0
  21. package/lib/module/assets/img/user.png +0 -0
  22. package/lib/module/assets/svg/Account.svg +4 -0
  23. package/lib/module/assets/svg/Favourite.svg +14 -0
  24. package/lib/module/assets/svg/Upcoming.svg +4 -0
  25. package/lib/module/assets/svg/content-error.svg +0 -0
  26. package/lib/module/assets/svg/download.svg +0 -0
  27. package/lib/module/assets/svg/eye-off.svg +10 -0
  28. package/lib/module/assets/svg/favorites.svg +0 -0
  29. package/lib/module/assets/svg/home.svg +0 -0
  30. package/lib/module/assets/svg/home1.svg +3 -0
  31. package/lib/module/assets/svg/menu-bar.svg +0 -0
  32. package/lib/module/assets/svg/my-space.svg +0 -0
  33. package/lib/module/assets/svg/play-icon-with-bg.svg +0 -0
  34. package/lib/module/assets/svg/profile.svg +4 -0
  35. package/lib/module/assets/svg/search.svg +0 -0
  36. package/lib/module/assets/svg/search1.svg +4 -0
  37. package/lib/module/assets/svg/server-error.svg +0 -0
  38. package/lib/module/components/Account/Account.js +254 -0
  39. package/lib/module/components/Account/Account.js.map +1 -0
  40. package/lib/module/components/Account/index.js +4 -0
  41. package/lib/module/components/Account/index.js.map +1 -0
  42. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +205 -0
  43. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -0
  44. package/lib/module/components/Auth/Login/LoginWithEmail.js +292 -0
  45. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -0
  46. package/lib/module/components/Auth/Login/LoginWithPhone.js +199 -0
  47. package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -0
  48. package/lib/module/components/Auth/OTP/OTP.js +255 -0
  49. package/lib/module/components/Auth/OTP/OTP.js.map +1 -0
  50. package/lib/module/components/Auth/SignUp/SignUp.js +329 -0
  51. package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -0
  52. package/lib/module/components/Auth/index.js +21 -0
  53. package/lib/module/components/Auth/index.js.map +1 -0
  54. package/lib/module/components/BackgroundLayout/BackgroundLayout.js +104 -0
  55. package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -0
  56. package/lib/module/components/BlogView/BlogView.js +192 -0
  57. package/lib/module/components/BlogView/BlogView.js.map +1 -0
  58. package/lib/module/components/BlogView/index.js +10 -0
  59. package/lib/module/components/BlogView/index.js.map +1 -0
  60. package/lib/module/components/Button/BackBtn.js +72 -0
  61. package/lib/module/components/Button/BackBtn.js.map +1 -0
  62. package/lib/module/components/Button/MenuBtn.js +167 -0
  63. package/lib/module/components/Button/MenuBtn.js.map +1 -0
  64. package/lib/module/components/Button/PrimaryBtn.js +82 -0
  65. package/lib/module/components/Button/PrimaryBtn.js.map +1 -0
  66. package/lib/module/components/Button/TextButton.js +88 -0
  67. package/lib/module/components/Button/TextButton.js.map +1 -0
  68. package/lib/module/components/Button/index.js +17 -0
  69. package/lib/module/components/Button/index.js.map +1 -0
  70. package/lib/module/components/Content/Card/Category/Category.js +181 -0
  71. package/lib/module/components/Content/Card/Category/Category.js.map +1 -0
  72. package/lib/module/components/Content/Card/NowWatching/NowWatching.js +354 -0
  73. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -0
  74. package/lib/module/components/Content/Card/Sliders/Styles/One.js +313 -0
  75. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -0
  76. package/lib/module/components/Content/Card/Sliders/Styles/Two.js +198 -0
  77. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -0
  78. package/lib/module/components/{Section → Content}/Card/Sliders/index.js +4 -2
  79. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -0
  80. package/lib/module/components/Content/Card/Styles/Five.js +197 -0
  81. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -0
  82. package/lib/module/components/Content/Card/Styles/Four.js +202 -0
  83. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -0
  84. package/lib/module/components/Content/Card/Styles/One.js +237 -0
  85. package/lib/module/components/Content/Card/Styles/One.js.map +1 -0
  86. package/lib/module/components/Content/Card/Styles/RotateInOut.js +215 -0
  87. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -0
  88. package/lib/module/components/Content/Card/Styles/Six.js +207 -0
  89. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -0
  90. package/lib/module/components/Content/Card/Styles/Three.js +213 -0
  91. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -0
  92. package/lib/module/components/Content/Card/Styles/TopTen.js +289 -0
  93. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -0
  94. package/lib/module/components/Content/Card/Styles/Two.js +215 -0
  95. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -0
  96. package/lib/module/components/Content/Card/components/CardPoster.js +175 -0
  97. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -0
  98. package/lib/module/components/Content/Card/components/NavigateToMore.js +56 -0
  99. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -0
  100. package/lib/module/components/Content/Card/components/NoContentFallback.js +115 -0
  101. package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -0
  102. package/lib/module/components/Content/Card/components/ShowAllButton.js +71 -0
  103. package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -0
  104. package/lib/module/components/Content/Card/components/ThumbnailCard.js +128 -0
  105. package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -0
  106. package/lib/module/components/Content/Card/index.js +32 -0
  107. package/lib/module/components/Content/Card/index.js.map +1 -0
  108. package/lib/module/components/Content/Content.js +113 -0
  109. package/lib/module/components/Content/Content.js.map +1 -0
  110. package/lib/module/components/Content/Sections.js +145 -0
  111. package/lib/module/components/Content/Sections.js.map +1 -0
  112. package/lib/module/components/ContentView/ContentView.js +128 -0
  113. package/lib/module/components/ContentView/ContentView.js.map +1 -0
  114. package/lib/module/components/ContentView/components/AboutSection.js +114 -0
  115. package/lib/module/components/ContentView/components/AboutSection.js.map +1 -0
  116. package/lib/module/components/ContentView/components/CastCard.js +190 -0
  117. package/lib/module/components/ContentView/components/CastCard.js.map +1 -0
  118. package/lib/module/components/ContentView/components/EpisodeCard.js +373 -0
  119. package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -0
  120. package/lib/module/components/ContentView/components/GenreTags.js +77 -0
  121. package/lib/module/components/ContentView/components/GenreTags.js.map +1 -0
  122. package/lib/module/components/ContentView/components/HeroBanner.js +222 -0
  123. package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -0
  124. package/lib/module/components/ContentView/components/PlayButton.js +40 -0
  125. package/lib/module/components/ContentView/components/PlayButton.js.map +1 -0
  126. package/lib/module/components/ContentView/components/Title.js +103 -0
  127. package/lib/module/components/ContentView/components/Title.js.map +1 -0
  128. package/lib/module/components/ContentView/components/TrailerButton.js +53 -0
  129. package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -0
  130. package/lib/module/components/ContentView/index.js +9 -0
  131. package/lib/module/components/ContentView/index.js.map +1 -0
  132. package/lib/module/components/Headers/AppHeader.js +101 -0
  133. package/lib/module/components/Headers/AppHeader.js.map +1 -0
  134. package/lib/module/components/Headers/One.js +31 -28
  135. package/lib/module/components/Headers/One.js.map +1 -1
  136. package/lib/module/components/Headers/Three.js +7 -12
  137. package/lib/module/components/Headers/Three.js.map +1 -1
  138. package/lib/module/components/Headers/Two.js +8 -8
  139. package/lib/module/components/Headers/Two.js.map +1 -1
  140. package/lib/module/components/Headers/index.js +4 -4
  141. package/lib/module/components/Headers/index.js.map +1 -1
  142. package/lib/module/components/Icons/AlertIcon.js.map +1 -1
  143. package/lib/module/components/Icons/DeviceIcon.js.map +1 -1
  144. package/lib/module/components/Icons/ForgotPasswordMessageIcon.js.map +1 -1
  145. package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js.map +1 -1
  146. package/lib/module/components/Icons/NewIndex.js +13 -1
  147. package/lib/module/components/Icons/NewIndex.js.map +1 -1
  148. package/lib/module/components/Icons/ResendOTP.js.map +1 -1
  149. package/lib/module/components/Input/Input.js +17 -0
  150. package/lib/module/components/Input/Input.js.map +1 -0
  151. package/lib/module/components/Input/InputOne.js +124 -0
  152. package/lib/module/components/Input/InputOne.js.map +1 -0
  153. package/lib/module/components/Input/InputTwo.js +152 -0
  154. package/lib/module/components/Input/InputTwo.js.map +1 -0
  155. package/lib/module/components/Input/PhoneNumberInput.js +284 -0
  156. package/lib/module/components/Input/PhoneNumberInput.js.map +1 -0
  157. package/lib/module/components/Keyboard/HideKeyboard.js +41 -0
  158. package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -0
  159. package/lib/module/components/Loader/Loader.js.map +1 -1
  160. package/lib/module/components/Logo/Logo.js +42 -5
  161. package/lib/module/components/Logo/Logo.js.map +1 -1
  162. package/lib/module/components/Search/One.js +191 -0
  163. package/lib/module/components/Search/One.js.map +1 -0
  164. package/lib/module/components/Search/components/RecentSearchesSection.js +160 -0
  165. package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -0
  166. package/lib/module/components/Search/components/SearchCard.js +181 -0
  167. package/lib/module/components/Search/components/SearchCard.js.map +1 -0
  168. package/lib/module/components/Search/index.js +14 -0
  169. package/lib/module/components/Search/index.js.map +1 -0
  170. package/lib/module/components/Settings/AppSettings.js +225 -0
  171. package/lib/module/components/Settings/AppSettings.js.map +1 -0
  172. package/lib/module/components/Settings/index.js +4 -0
  173. package/lib/module/components/Settings/index.js.map +1 -0
  174. package/lib/module/components/SplashScreen/SplashScreen.js +109 -0
  175. package/lib/module/components/SplashScreen/SplashScreen.js.map +1 -0
  176. package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js +68 -0
  177. package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
  178. package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js +66 -0
  179. package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
  180. package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js +68 -0
  181. package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
  182. package/lib/module/components/SplashScreen/index.js +9 -0
  183. package/lib/module/components/SplashScreen/index.js.map +1 -0
  184. package/lib/module/components/Subscription/SubOne.js +332 -0
  185. package/lib/module/components/Subscription/SubOne.js.map +1 -0
  186. package/lib/module/components/Subscription/index.js +13 -0
  187. package/lib/module/components/Subscription/index.js.map +1 -0
  188. package/lib/module/components/TabBar/One.js +144 -0
  189. package/lib/module/components/TabBar/One.js.map +1 -0
  190. package/lib/module/components/TabBar/Three.js +127 -0
  191. package/lib/module/components/TabBar/Three.js.map +1 -0
  192. package/lib/module/components/TabBar/Two.js +131 -0
  193. package/lib/module/components/TabBar/Two.js.map +1 -0
  194. package/lib/module/components/TabBar/index.js +17 -0
  195. package/lib/module/components/TabBar/index.js.map +1 -0
  196. package/lib/module/components/Text/Text.js +43 -0
  197. package/lib/module/components/Text/Text.js.map +1 -0
  198. package/lib/module/components/Text/index.js +8 -0
  199. package/lib/module/components/Text/index.js.map +1 -0
  200. package/lib/module/components/User/DeviceSessions/DeviceSessions.js +314 -0
  201. package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -0
  202. package/lib/module/components/User/WatchHistory/WatchHistory.js +118 -0
  203. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -0
  204. package/lib/module/components/User/WatchLater/WatchLater.js +272 -0
  205. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -0
  206. package/lib/module/components/User/components/UserAvatar.js +44 -0
  207. package/lib/module/components/User/components/UserAvatar.js.map +1 -0
  208. package/lib/module/components/User/components/UserSection.js +163 -0
  209. package/lib/module/components/User/components/UserSection.js.map +1 -0
  210. package/lib/module/components/User/index.js +12 -0
  211. package/lib/module/components/User/index.js.map +1 -0
  212. package/lib/module/components/View/View.js +24 -0
  213. package/lib/module/components/View/View.js.map +1 -0
  214. package/lib/module/components/View/index.js +8 -0
  215. package/lib/module/components/View/index.js.map +1 -0
  216. package/lib/module/components/index.js +19 -5
  217. package/lib/module/components/index.js.map +1 -1
  218. package/lib/module/components/layout/SafeAreaWrapper.js +33 -0
  219. package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -0
  220. package/lib/module/components/layout/index.js +4 -0
  221. package/lib/module/components/layout/index.js.map +1 -0
  222. package/lib/module/constants/dummySections.js +38 -0
  223. package/lib/module/constants/dummySections.js.map +1 -0
  224. package/lib/module/hooks/useDebounce.js +11 -0
  225. package/lib/module/hooks/useDebounce.js.map +1 -0
  226. package/lib/module/hooks/useInitSplashCacheSync.js +112 -0
  227. package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -0
  228. package/lib/module/hooks/useKeyboard.js +33 -0
  229. package/lib/module/hooks/useKeyboard.js.map +1 -0
  230. package/lib/module/hooks/usePaginatedSection.js +57 -0
  231. package/lib/module/hooks/usePaginatedSection.js.map +1 -0
  232. package/lib/module/index.js +3 -2
  233. package/lib/module/index.js.map +1 -1
  234. package/lib/module/store/RecentSearchesStore.js +65 -0
  235. package/lib/module/store/RecentSearchesStore.js.map +1 -0
  236. package/lib/module/store/splashStore.js +69 -0
  237. package/lib/module/store/splashStore.js.map +1 -0
  238. package/lib/module/theme/ThemeProvider.js +87 -0
  239. package/lib/module/theme/ThemeProvider.js.map +1 -0
  240. package/lib/module/theme/index.js +9 -0
  241. package/lib/module/theme/index.js.map +1 -0
  242. package/lib/module/theme/themes.js +124 -90
  243. package/lib/module/theme/themes.js.map +1 -1
  244. package/lib/module/types/content/content-view.types.js +4 -0
  245. package/lib/module/types/content/content-view.types.js.map +1 -0
  246. package/lib/module/types/content/index.js +2 -0
  247. package/lib/module/types/content/index.js.map +1 -0
  248. package/lib/module/types/hook/index.js +2 -0
  249. package/lib/module/types/hook/index.js.map +1 -0
  250. package/lib/module/types/hook/usePaginatedSetion.js +4 -0
  251. package/lib/module/types/hook/usePaginatedSetion.js.map +1 -0
  252. package/lib/module/types/index.js +0 -3
  253. package/lib/module/types/index.js.map +1 -1
  254. package/lib/module/types/sections/index.js +4 -0
  255. package/lib/module/types/sections/index.js.map +1 -0
  256. package/lib/module/utils/Display.js +22 -0
  257. package/lib/module/utils/Display.js.map +1 -0
  258. package/lib/module/utils/PlatformSelector.js +31 -0
  259. package/lib/module/utils/PlatformSelector.js.map +1 -0
  260. package/lib/module/utils/SizeMatters.js +9 -0
  261. package/lib/module/utils/SizeMatters.js.map +1 -0
  262. package/lib/typescript/src/Styles/globalStyles.d.ts +71 -0
  263. package/lib/typescript/src/Styles/globalStyles.d.ts.map +1 -0
  264. package/lib/typescript/src/components/Account/Account.d.ts +56 -0
  265. package/lib/typescript/src/components/Account/Account.d.ts.map +1 -0
  266. package/lib/typescript/src/components/Account/index.d.ts +2 -0
  267. package/lib/typescript/src/components/Account/index.d.ts.map +1 -0
  268. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts +48 -0
  269. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -0
  270. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +65 -0
  271. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -0
  272. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +53 -0
  273. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -0
  274. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +58 -0
  275. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -0
  276. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +61 -0
  277. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -0
  278. package/lib/typescript/src/components/Auth/index.d.ts +192 -0
  279. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -0
  280. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +15 -0
  281. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -0
  282. package/lib/typescript/src/components/BlogView/BlogView.d.ts +28 -0
  283. package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -0
  284. package/lib/typescript/src/components/BlogView/index.d.ts +7 -0
  285. package/lib/typescript/src/components/BlogView/index.d.ts.map +1 -0
  286. package/lib/typescript/src/components/Button/BackBtn.d.ts +18 -0
  287. package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -0
  288. package/lib/typescript/src/components/Button/MenuBtn.d.ts +24 -0
  289. package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -0
  290. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +20 -0
  291. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -0
  292. package/lib/typescript/src/components/Button/TextButton.d.ts +17 -0
  293. package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -0
  294. package/lib/typescript/src/components/Button/index.d.ts +38 -0
  295. package/lib/typescript/src/components/Button/index.d.ts.map +1 -0
  296. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +26 -0
  297. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -0
  298. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +49 -0
  299. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -0
  300. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +20 -0
  301. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -0
  302. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +18 -0
  303. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -0
  304. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +22 -0
  305. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -0
  306. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +36 -0
  307. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -0
  308. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +37 -0
  309. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -0
  310. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +37 -0
  311. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -0
  312. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +37 -0
  313. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -0
  314. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +32 -0
  315. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -0
  316. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +37 -0
  317. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -0
  318. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +33 -0
  319. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -0
  320. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +36 -0
  321. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -0
  322. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +20 -0
  323. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -0
  324. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +17 -0
  325. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -0
  326. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +18 -0
  327. package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -0
  328. package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +20 -0
  329. package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -0
  330. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +19 -0
  331. package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -0
  332. package/lib/typescript/src/components/Content/Card/index.d.ts +237 -0
  333. package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -0
  334. package/lib/typescript/src/components/Content/Content.d.ts +58 -0
  335. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -0
  336. package/lib/typescript/src/components/Content/Sections.d.ts +45 -0
  337. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -0
  338. package/lib/typescript/src/components/ContentView/ContentView.d.ts +15 -0
  339. package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -0
  340. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +24 -0
  341. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -0
  342. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +32 -0
  343. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -0
  344. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +22 -0
  345. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -0
  346. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +22 -0
  347. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -0
  348. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +8 -0
  349. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -0
  350. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts +15 -0
  351. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +1 -0
  352. package/lib/typescript/src/components/ContentView/components/Title.d.ts +24 -0
  353. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -0
  354. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +18 -0
  355. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -0
  356. package/lib/typescript/src/components/ContentView/index.d.ts +6 -0
  357. package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -0
  358. package/lib/typescript/src/components/Headers/AppHeader.d.ts +20 -0
  359. package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -0
  360. package/lib/typescript/src/components/Headers/One.d.ts +4 -3
  361. package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
  362. package/lib/typescript/src/components/Headers/Three.d.ts +3 -3
  363. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  364. package/lib/typescript/src/components/Headers/Two.d.ts +3 -3
  365. package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
  366. package/lib/typescript/src/components/Headers/index.d.ts +2 -2
  367. package/lib/typescript/src/components/Icons/AlertIcon.d.ts +1 -1
  368. package/lib/typescript/src/components/Icons/AlertIcon.d.ts.map +1 -1
  369. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts +1 -1
  370. package/lib/typescript/src/components/Icons/DeviceIcon.d.ts.map +1 -1
  371. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts.map +1 -1
  372. package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts.map +1 -1
  373. package/lib/typescript/src/components/Icons/NewIndex.d.ts +6 -0
  374. package/lib/typescript/src/components/Icons/NewIndex.d.ts.map +1 -1
  375. package/lib/typescript/src/components/Icons/ResendOTP.d.ts.map +1 -1
  376. package/lib/typescript/src/components/Input/Input.d.ts +11 -0
  377. package/lib/typescript/src/components/Input/Input.d.ts.map +1 -0
  378. package/lib/typescript/src/components/Input/InputOne.d.ts +21 -0
  379. package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -0
  380. package/lib/typescript/src/components/Input/InputTwo.d.ts +25 -0
  381. package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -0
  382. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts +26 -0
  383. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -0
  384. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +15 -0
  385. package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -0
  386. package/lib/typescript/src/components/Logo/Logo.d.ts +3 -0
  387. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  388. package/lib/typescript/src/components/Search/One.d.ts +46 -0
  389. package/lib/typescript/src/components/Search/One.d.ts.map +1 -0
  390. package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts +16 -0
  391. package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts.map +1 -0
  392. package/lib/typescript/src/components/Search/components/SearchCard.d.ts +32 -0
  393. package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -0
  394. package/lib/typescript/src/components/Search/index.d.ts +11 -0
  395. package/lib/typescript/src/components/Search/index.d.ts.map +1 -0
  396. package/lib/typescript/src/components/Settings/AppSettings.d.ts +53 -0
  397. package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -0
  398. package/lib/typescript/src/components/Settings/index.d.ts +2 -0
  399. package/lib/typescript/src/components/Settings/index.d.ts.map +1 -0
  400. package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts +32 -0
  401. package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts.map +1 -0
  402. package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts +17 -0
  403. package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
  404. package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
  405. package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
  406. package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts +19 -0
  407. package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
  408. package/lib/typescript/src/components/SplashScreen/index.d.ts +6 -0
  409. package/lib/typescript/src/components/SplashScreen/index.d.ts.map +1 -0
  410. package/lib/typescript/src/components/Subscription/SubOne.d.ts +40 -0
  411. package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -0
  412. package/lib/typescript/src/components/Subscription/index.d.ts +30 -0
  413. package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -0
  414. package/lib/typescript/src/components/TabBar/One.d.ts +33 -0
  415. package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -0
  416. package/lib/typescript/src/components/TabBar/Three.d.ts +24 -0
  417. package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -0
  418. package/lib/typescript/src/components/TabBar/Two.d.ts +24 -0
  419. package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -0
  420. package/lib/typescript/src/components/TabBar/index.d.ts +14 -0
  421. package/lib/typescript/src/components/TabBar/index.d.ts.map +1 -0
  422. package/lib/typescript/src/components/Text/Text.d.ts +19 -0
  423. package/lib/typescript/src/components/Text/Text.d.ts.map +1 -0
  424. package/lib/typescript/src/components/Text/index.d.ts +6 -0
  425. package/lib/typescript/src/components/Text/index.d.ts.map +1 -0
  426. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +69 -0
  427. package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -0
  428. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +49 -0
  429. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -0
  430. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +46 -0
  431. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -0
  432. package/lib/typescript/src/components/User/components/UserAvatar.d.ts +10 -0
  433. package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -0
  434. package/lib/typescript/src/components/User/components/UserSection.d.ts +30 -0
  435. package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -0
  436. package/lib/typescript/src/components/User/index.d.ts +9 -0
  437. package/lib/typescript/src/components/User/index.d.ts.map +1 -0
  438. package/lib/typescript/src/components/View/View.d.ts +12 -0
  439. package/lib/typescript/src/components/View/View.d.ts.map +1 -0
  440. package/lib/typescript/src/components/View/index.d.ts +6 -0
  441. package/lib/typescript/src/components/View/index.d.ts.map +1 -0
  442. package/lib/typescript/src/components/index.d.ts +16 -2
  443. package/lib/typescript/src/components/index.d.ts.map +1 -1
  444. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +15 -0
  445. package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -0
  446. package/lib/typescript/src/components/layout/index.d.ts +2 -0
  447. package/lib/typescript/src/components/layout/index.d.ts.map +1 -0
  448. package/lib/typescript/src/constants/dummySections.d.ts +3 -0
  449. package/lib/typescript/src/constants/dummySections.d.ts.map +1 -0
  450. package/lib/typescript/src/hooks/useDebounce.d.ts +2 -0
  451. package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -0
  452. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +22 -0
  453. package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +1 -0
  454. package/lib/typescript/src/hooks/useKeyboard.d.ts +9 -0
  455. package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -0
  456. package/lib/typescript/src/hooks/usePaginatedSection.d.ts +11 -0
  457. package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -0
  458. package/lib/typescript/src/index.d.ts +3 -1
  459. package/lib/typescript/src/index.d.ts.map +1 -1
  460. package/lib/typescript/src/store/RecentSearchesStore.d.ts +26 -0
  461. package/lib/typescript/src/store/RecentSearchesStore.d.ts.map +1 -0
  462. package/lib/typescript/src/store/splashStore.d.ts +29 -0
  463. package/lib/typescript/src/store/splashStore.d.ts.map +1 -0
  464. package/lib/typescript/src/theme/ThemeProvider.d.ts +19 -0
  465. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
  466. package/lib/typescript/src/theme/index.d.ts +6 -0
  467. package/lib/typescript/src/theme/index.d.ts.map +1 -0
  468. package/lib/typescript/src/theme/themes.d.ts +38 -25
  469. package/lib/typescript/src/theme/themes.d.ts.map +1 -1
  470. package/lib/typescript/src/types/content/content-view.types.d.ts +137 -0
  471. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -0
  472. package/lib/typescript/src/types/{content.types.d.ts → content/index.d.ts} +89 -69
  473. package/lib/typescript/src/types/content/index.d.ts.map +1 -0
  474. package/lib/typescript/src/types/hook/index.d.ts +6 -0
  475. package/lib/typescript/src/types/hook/index.d.ts.map +1 -0
  476. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts +16 -0
  477. package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +1 -0
  478. package/lib/typescript/src/types/index.d.ts +7 -2
  479. package/lib/typescript/src/types/index.d.ts.map +1 -1
  480. package/lib/typescript/src/types/sections/index.d.ts +62 -0
  481. package/lib/typescript/src/types/sections/index.d.ts.map +1 -0
  482. package/lib/typescript/src/utils/Display.d.ts +8 -0
  483. package/lib/typescript/src/utils/Display.d.ts.map +1 -0
  484. package/lib/typescript/src/utils/PlatformSelector.d.ts +22 -0
  485. package/lib/typescript/src/utils/PlatformSelector.d.ts.map +1 -0
  486. package/lib/typescript/src/utils/SizeMatters.d.ts +7 -0
  487. package/lib/typescript/src/utils/SizeMatters.d.ts.map +1 -0
  488. package/package.json +73 -125
  489. package/src/Styles/globalStyles.ts +75 -0
  490. package/src/assets/animations/135037-payment-processing-error.json +0 -0
  491. package/src/assets/animations/7227-vui-animation.json +0 -0
  492. package/src/assets/animations/succesfull-payment.json +0 -0
  493. package/src/assets/animations/voice-icon.json +0 -0
  494. package/src/assets/img/back.png +0 -0
  495. package/src/assets/img/bottom-panel.png +0 -0
  496. package/src/assets/img/camera.png +0 -0
  497. package/src/assets/img/camera2.png +0 -0
  498. package/src/assets/img/h.svg +0 -0
  499. package/src/assets/img/home.png +0 -0
  500. package/src/assets/img/lock.png +0 -0
  501. package/src/assets/img/play.png +0 -0
  502. package/src/assets/img/profile.jpg +0 -0
  503. package/src/assets/img/qr-code.png +0 -0
  504. package/src/assets/img/shadow.png +0 -0
  505. package/src/assets/img/shadow2.png +0 -0
  506. package/src/assets/img/user.png +0 -0
  507. package/src/assets/svg/Account.svg +4 -0
  508. package/src/assets/svg/Favourite.svg +14 -0
  509. package/src/assets/svg/Upcoming.svg +4 -0
  510. package/src/assets/svg/content-error.svg +0 -0
  511. package/src/assets/svg/download.svg +0 -0
  512. package/src/assets/svg/eye-off.svg +10 -0
  513. package/src/assets/svg/favorites.svg +0 -0
  514. package/src/assets/svg/home.svg +0 -0
  515. package/src/assets/svg/home1.svg +3 -0
  516. package/src/assets/svg/menu-bar.svg +0 -0
  517. package/src/assets/svg/my-space.svg +0 -0
  518. package/src/assets/svg/play-icon-with-bg.svg +0 -0
  519. package/src/assets/svg/profile.svg +4 -0
  520. package/src/assets/svg/search.svg +0 -0
  521. package/src/assets/svg/search1.svg +4 -0
  522. package/src/assets/svg/server-error.svg +0 -0
  523. package/src/components/Account/Account.tsx +288 -0
  524. package/src/components/Account/index.ts +1 -0
  525. package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +254 -0
  526. package/src/components/Auth/Login/LoginWithEmail.tsx +357 -0
  527. package/src/components/Auth/Login/LoginWithPhone.tsx +249 -0
  528. package/src/components/Auth/OTP/OTP.tsx +322 -0
  529. package/src/components/Auth/SignUp/SignUp.tsx +383 -0
  530. package/src/components/Auth/index.ts +20 -0
  531. package/src/components/BackgroundLayout/BackgroundLayout.tsx +114 -0
  532. package/src/components/BlogView/BlogView.tsx +195 -0
  533. package/src/components/BlogView/index.ts +8 -0
  534. package/src/components/Button/BackBtn.tsx +83 -0
  535. package/src/components/Button/MenuBtn.tsx +193 -0
  536. package/src/components/Button/PrimaryBtn.tsx +88 -0
  537. package/src/components/Button/TextButton.tsx +107 -0
  538. package/src/components/Button/index.ts +16 -0
  539. package/src/components/Content/Card/Category/Category.tsx +262 -0
  540. package/src/components/Content/Card/NowWatching/NowWatching.tsx +412 -0
  541. package/src/components/Content/Card/Sliders/Styles/One.tsx +320 -0
  542. package/src/components/Content/Card/Sliders/Styles/Two.tsx +209 -0
  543. package/src/components/{Section → Content}/Card/Sliders/index.ts +3 -1
  544. package/src/components/Content/Card/Styles/Five.tsx +240 -0
  545. package/src/components/Content/Card/Styles/Four.tsx +245 -0
  546. package/src/components/Content/Card/Styles/One.tsx +309 -0
  547. package/src/components/Content/Card/Styles/RotateInOut.tsx +280 -0
  548. package/src/components/Content/Card/Styles/Six.tsx +247 -0
  549. package/src/components/Content/Card/Styles/Three.tsx +279 -0
  550. package/src/components/Content/Card/Styles/TopTen.tsx +342 -0
  551. package/src/components/Content/Card/Styles/Two.tsx +288 -0
  552. package/src/components/Content/Card/components/CardPoster.tsx +204 -0
  553. package/src/components/Content/Card/components/NavigateToMore.tsx +58 -0
  554. package/src/components/Content/Card/components/NoContentFallback.tsx +129 -0
  555. package/src/components/Content/Card/components/ShowAllButton.tsx +83 -0
  556. package/src/components/Content/Card/components/ThumbnailCard.tsx +150 -0
  557. package/src/components/Content/Card/index.ts +30 -0
  558. package/src/components/Content/Content.tsx +187 -0
  559. package/src/components/Content/Sections.tsx +169 -0
  560. package/src/components/ContentView/ContentView.tsx +137 -0
  561. package/src/components/ContentView/components/AboutSection.tsx +138 -0
  562. package/src/components/ContentView/components/CastCard.tsx +212 -0
  563. package/src/components/ContentView/components/EpisodeCard.tsx +428 -0
  564. package/src/components/ContentView/components/GenreTags.tsx +92 -0
  565. package/src/components/ContentView/components/HeroBanner.tsx +244 -0
  566. package/src/components/ContentView/components/PlayButton.tsx +37 -0
  567. package/src/components/ContentView/components/Title.tsx +120 -0
  568. package/src/components/ContentView/components/TrailerButton.tsx +53 -0
  569. package/src/components/ContentView/index.ts +6 -0
  570. package/src/components/Headers/AppHeader.tsx +122 -0
  571. package/src/components/Headers/One.tsx +34 -28
  572. package/src/components/Headers/Three.tsx +12 -23
  573. package/src/components/Headers/Two.tsx +14 -22
  574. package/src/components/Headers/index.ts +2 -2
  575. package/src/components/Icons/AlertIcon.tsx +2 -13
  576. package/src/components/Icons/DeviceIcon.tsx +1 -7
  577. package/src/components/Icons/DoneIcon/DoneIcon.tsx +0 -0
  578. package/src/components/Icons/ForgotPasswordMessageIcon.tsx +3 -24
  579. package/src/components/Icons/ForgotPasswordMessageIconTwo.tsx +2 -16
  580. package/src/components/Icons/NewIndex.ts +12 -0
  581. package/src/components/Icons/ResendOTP.tsx +2 -12
  582. package/src/components/Input/Input.ts +16 -0
  583. package/src/components/Input/InputOne.tsx +160 -0
  584. package/src/components/Input/InputTwo.tsx +188 -0
  585. package/src/components/Input/PhoneNumberInput.tsx +382 -0
  586. package/src/components/Keyboard/HideKeyboard.tsx +56 -0
  587. package/src/components/Loader/Loader.tsx +2 -2
  588. package/src/components/Logo/Logo.tsx +69 -26
  589. package/src/components/Search/One.tsx +228 -0
  590. package/src/components/Search/components/RecentSearchesSection.tsx +153 -0
  591. package/src/components/Search/components/SearchCard.tsx +193 -0
  592. package/src/components/Search/index.ts +16 -0
  593. package/src/components/Settings/AppSettings.tsx +287 -0
  594. package/src/components/Settings/index.ts +1 -0
  595. package/src/components/SplashScreen/SplashScreen.tsx +131 -0
  596. package/src/components/SplashScreen/components/SplashImage/SplashImage.tsx +84 -0
  597. package/src/components/SplashScreen/components/SplashLottie/SplashLottie.tsx +83 -0
  598. package/src/components/SplashScreen/components/SplashVideo/SplashVideo.tsx +94 -0
  599. package/src/components/SplashScreen/index.ts +6 -0
  600. package/src/components/Subscription/SubOne.tsx +336 -0
  601. package/src/components/Subscription/index.ts +12 -0
  602. package/src/components/TabBar/One.tsx +199 -0
  603. package/src/components/TabBar/Three.tsx +134 -0
  604. package/src/components/TabBar/Two.tsx +151 -0
  605. package/src/components/TabBar/index.ts +20 -0
  606. package/src/components/Text/Text.tsx +57 -0
  607. package/src/components/Text/index.ts +5 -0
  608. package/src/components/User/DeviceSessions/DeviceSessions.tsx +373 -0
  609. package/src/components/User/WatchHistory/WatchHistory.tsx +175 -0
  610. package/src/components/User/WatchLater/WatchLater.tsx +290 -0
  611. package/src/components/User/components/UserAvatar.tsx +43 -0
  612. package/src/components/User/components/UserSection.tsx +181 -0
  613. package/src/components/User/index.ts +9 -0
  614. package/src/components/View/View.tsx +19 -0
  615. package/src/components/View/index.ts +5 -0
  616. package/src/components/index.ts +16 -2
  617. package/src/components/layout/SafeAreaWrapper.tsx +32 -0
  618. package/src/components/layout/index.ts +1 -0
  619. package/src/constants/dummySections.ts +45 -0
  620. package/src/hooks/useDebounce.ts +13 -0
  621. package/src/hooks/useInitSplashCacheSync.ts +159 -0
  622. package/src/hooks/useKeyboard.ts +33 -0
  623. package/src/hooks/usePaginatedSection.ts +74 -0
  624. package/src/index.ts +3 -1
  625. package/src/store/RecentSearchesStore.ts +74 -0
  626. package/src/store/splashStore.ts +91 -0
  627. package/src/theme/ThemeProvider.tsx +103 -0
  628. package/src/theme/index.ts +6 -0
  629. package/src/theme/themes.ts +210 -123
  630. package/src/types/content/content-view.types.ts +146 -0
  631. package/src/types/{content.types.ts → content/index.ts} +108 -77
  632. package/src/types/hook/index.ts +5 -0
  633. package/src/types/hook/usePaginatedSetion.ts +19 -0
  634. package/src/types/index.ts +7 -2
  635. package/src/types/sections/index.ts +81 -0
  636. package/src/utils/Display.ts +14 -0
  637. package/src/utils/PlatformSelector.ts +29 -0
  638. package/src/utils/SizeMatters.ts +7 -0
  639. package/lib/module/assets/img/profile.png +0 -0
  640. package/lib/module/components/Button/Button.js +0 -22
  641. package/lib/module/components/Button/Button.js.map +0 -1
  642. package/lib/module/components/Button/styles.js +0 -23
  643. package/lib/module/components/Button/styles.js.map +0 -1
  644. package/lib/module/components/Section/Card/Sliders/Styles/One.js +0 -123
  645. package/lib/module/components/Section/Card/Sliders/Styles/One.js.map +0 -1
  646. package/lib/module/components/Section/Card/Sliders/index.js.map +0 -1
  647. package/lib/module/components/Section/Card/Styles/One.js +0 -92
  648. package/lib/module/components/Section/Card/Styles/One.js.map +0 -1
  649. package/lib/module/components/Section/Card/index.js +0 -14
  650. package/lib/module/components/Section/Card/index.js.map +0 -1
  651. package/lib/module/components/Section/SectionType.js +0 -98
  652. package/lib/module/components/Section/SectionType.js.map +0 -1
  653. package/lib/module/components/Section/Sections.js +0 -72
  654. package/lib/module/components/Section/Sections.js.map +0 -1
  655. package/lib/module/package.json +0 -1
  656. package/lib/module/sample.test.js +0 -8
  657. package/lib/module/sample.test.js.map +0 -1
  658. package/lib/module/theme/useAppTheme.js +0 -14
  659. package/lib/module/theme/useAppTheme.js.map +0 -1
  660. package/lib/module/types/content.types.js +0 -2
  661. package/lib/module/types/content.types.js.map +0 -1
  662. package/lib/module/types/sections.types.js +0 -4
  663. package/lib/module/types/sections.types.js.map +0 -1
  664. package/lib/typescript/package.json +0 -1
  665. package/lib/typescript/src/components/Button/Button.d.ts +0 -9
  666. package/lib/typescript/src/components/Button/Button.d.ts.map +0 -1
  667. package/lib/typescript/src/components/Button/styles.d.ts +0 -20
  668. package/lib/typescript/src/components/Button/styles.d.ts.map +0 -1
  669. package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts +0 -18
  670. package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts.map +0 -1
  671. package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts +0 -7
  672. package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts.map +0 -1
  673. package/lib/typescript/src/components/Section/Card/Styles/One.d.ts +0 -19
  674. package/lib/typescript/src/components/Section/Card/Styles/One.d.ts.map +0 -1
  675. package/lib/typescript/src/components/Section/Card/index.d.ts +0 -7
  676. package/lib/typescript/src/components/Section/Card/index.d.ts.map +0 -1
  677. package/lib/typescript/src/components/Section/SectionType.d.ts +0 -26
  678. package/lib/typescript/src/components/Section/SectionType.d.ts.map +0 -1
  679. package/lib/typescript/src/components/Section/Sections.d.ts +0 -27
  680. package/lib/typescript/src/components/Section/Sections.d.ts.map +0 -1
  681. package/lib/typescript/src/sample.test.d.ts +0 -1
  682. package/lib/typescript/src/sample.test.d.ts.map +0 -1
  683. package/lib/typescript/src/theme/useAppTheme.d.ts +0 -46
  684. package/lib/typescript/src/theme/useAppTheme.d.ts.map +0 -1
  685. package/lib/typescript/src/types/content.types.d.ts.map +0 -1
  686. package/lib/typescript/src/types/sections.types.d.ts +0 -41
  687. package/lib/typescript/src/types/sections.types.d.ts.map +0 -1
  688. package/src/assets/img/profile.png +0 -0
  689. package/src/components/Button/Button.tsx +0 -32
  690. package/src/components/Button/styles.ts +0 -21
  691. package/src/components/Section/Card/Sliders/Styles/One.tsx +0 -147
  692. package/src/components/Section/Card/Styles/One.tsx +0 -112
  693. package/src/components/Section/Card/index.ts +0 -13
  694. package/src/components/Section/SectionType.tsx +0 -127
  695. package/src/components/Section/Sections.tsx +0 -120
  696. package/src/sample.test.ts +0 -5
  697. package/src/theme/useAppTheme.ts +0 -13
  698. package/src/types/sections.types.ts +0 -56
@@ -0,0 +1,152 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Fri 04 Jul 2025 at 10:53 PM
6
+ */
7
+
8
+ import React, { useState } from 'react';
9
+ import { StyleSheet, View, Text, TextInput, TouchableOpacity } from 'react-native';
10
+ import { Eye, EyeOff } from 'lucide-react-native';
11
+ import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
12
+ import { useTheme } from '../../theme/ThemeProvider';
13
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
+ const InputTwo = ({
15
+ containerStyle,
16
+ inputStyle,
17
+ error,
18
+ errorMessage,
19
+ secureTextEntry,
20
+ theme,
21
+ label,
22
+ placeholderTextColor,
23
+ disabled,
24
+ leftIcon,
25
+ onPressLeftIcon,
26
+ rightIcon,
27
+ onPressRightIcon,
28
+ ...props
29
+ }) => {
30
+ const {
31
+ theme: appliedTheme
32
+ } = useTheme(theme);
33
+ const [showPassword, setShowPassword] = useState(false);
34
+ const isPasswordField = !!secureTextEntry;
35
+ const inputSecure = isPasswordField && !showPassword;
36
+ const {
37
+ textPrimary,
38
+ textDisabled,
39
+ outline,
40
+ outlineDisabled,
41
+ error: inputErrorColor,
42
+ backgroundDisabled,
43
+ errorContainer,
44
+ skeletonBaseColor
45
+ } = appliedTheme?.colors || {};
46
+ const computedBorderColor = disabled ? outline : error ? inputErrorColor : outlineDisabled;
47
+ const computedBackgroundColor = disabled ? backgroundDisabled : error ? errorContainer : skeletonBaseColor;
48
+ const computedTextColor = disabled ? textDisabled : error ? inputErrorColor : textPrimary;
49
+ return /*#__PURE__*/_jsxs(View, {
50
+ style: [styles.container, containerStyle],
51
+ children: [label && /*#__PURE__*/_jsx(View, {
52
+ style: [styles.labelContainer, {
53
+ backgroundColor: skeletonBaseColor,
54
+ borderRadius: scale(3)
55
+ }],
56
+ children: /*#__PURE__*/_jsx(Text, {
57
+ style: [styles.label, {
58
+ color: computedTextColor
59
+ }],
60
+ children: label
61
+ })
62
+ }), /*#__PURE__*/_jsxs(View, {
63
+ style: [styles.inputWrapper, {
64
+ borderColor: computedBorderColor,
65
+ backgroundColor: computedBackgroundColor
66
+ }],
67
+ children: [leftIcon && /*#__PURE__*/_jsx(TouchableOpacity, {
68
+ disabled: !onPressLeftIcon,
69
+ activeOpacity: onPressLeftIcon ? 0.8 : 1,
70
+ onPress: onPressLeftIcon,
71
+ style: styles.iconWrapper,
72
+ accessibilityRole: "button",
73
+ children: leftIcon
74
+ }), /*#__PURE__*/_jsx(TextInput, {
75
+ ...props,
76
+ editable: !disabled,
77
+ placeholderTextColor: placeholderTextColor || textPrimary,
78
+ secureTextEntry: inputSecure,
79
+ style: [styles.input, {
80
+ color: computedTextColor
81
+ }, inputStyle]
82
+ }), rightIcon ? /*#__PURE__*/_jsx(TouchableOpacity, {
83
+ activeOpacity: 0.8,
84
+ disabled: !onPressRightIcon,
85
+ onPress: onPressRightIcon,
86
+ style: styles.iconWrapper,
87
+ accessibilityRole: "button",
88
+ children: rightIcon
89
+ }) : isPasswordField ? /*#__PURE__*/_jsx(TouchableOpacity, {
90
+ onPress: () => setShowPassword(prev => !prev),
91
+ disabled: disabled,
92
+ activeOpacity: 0.8,
93
+ style: styles.iconWrapper,
94
+ children: showPassword ? /*#__PURE__*/_jsx(EyeOff, {
95
+ size: scale(20),
96
+ color: textPrimary
97
+ }) : /*#__PURE__*/_jsx(Eye, {
98
+ size: scale(20),
99
+ color: textPrimary
100
+ })
101
+ }) : null]
102
+ }), error && errorMessage && /*#__PURE__*/_jsx(Text, {
103
+ style: [styles.errorText, {
104
+ color: inputErrorColor
105
+ }],
106
+ children: errorMessage
107
+ })]
108
+ });
109
+ };
110
+ export default InputTwo;
111
+ const styles = StyleSheet.create({
112
+ container: {
113
+ width: '100%',
114
+ marginBottom: verticalScale(5)
115
+ },
116
+ labelContainer: {
117
+ position: 'absolute',
118
+ top: -9,
119
+ left: scale(12),
120
+ zIndex: 1,
121
+ paddingHorizontal: scale(4)
122
+ },
123
+ label: {
124
+ fontSize: scale(12),
125
+ fontWeight: '500',
126
+ backgroundColor: 'transparent'
127
+ },
128
+ inputWrapper: {
129
+ width: '100%',
130
+ borderWidth: scale(0.5),
131
+ borderRadius: moderateScale(7.18),
132
+ paddingHorizontal: scale(10),
133
+ paddingVertical: verticalScale(6),
134
+ flexDirection: 'row',
135
+ alignItems: 'center'
136
+ },
137
+ iconWrapper: {
138
+ marginHorizontal: scale(5)
139
+ },
140
+ input: {
141
+ flex: 1,
142
+ fontSize: scale(16),
143
+ minHeight: verticalScale(30),
144
+ padding: 0
145
+ },
146
+ errorText: {
147
+ fontSize: scale(12),
148
+ marginTop: verticalScale(4),
149
+ marginLeft: scale(8)
150
+ }
151
+ });
152
+ //# sourceMappingURL=InputTwo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useState","StyleSheet","View","Text","TextInput","TouchableOpacity","Eye","EyeOff","scale","verticalScale","moderateScale","useTheme","jsx","_jsx","jsxs","_jsxs","InputTwo","containerStyle","inputStyle","error","errorMessage","secureTextEntry","theme","label","placeholderTextColor","disabled","leftIcon","onPressLeftIcon","rightIcon","onPressRightIcon","props","appliedTheme","showPassword","setShowPassword","isPasswordField","inputSecure","textPrimary","textDisabled","outline","outlineDisabled","inputErrorColor","backgroundDisabled","errorContainer","skeletonBaseColor","colors","computedBorderColor","computedBackgroundColor","computedTextColor","style","styles","container","children","labelContainer","backgroundColor","borderRadius","color","inputWrapper","borderColor","activeOpacity","onPress","iconWrapper","accessibilityRole","editable","input","prev","size","errorText","create","width","marginBottom","position","top","left","zIndex","paddingHorizontal","fontSize","fontWeight","borderWidth","paddingVertical","flexDirection","alignItems","marginHorizontal","flex","minHeight","padding","marginTop","marginLeft"],"sourceRoot":"../../../../src","sources":["components/Input/InputTwo.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,284 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Mon 16 Jun 2025 at 12:35 PM
6
+ */
7
+
8
+ import React, { useRef, useState, useCallback, useMemo, useEffect } from 'react';
9
+ import { StyleSheet, View, Text, Animated } from 'react-native';
10
+ import PhoneInput from 'react-native-phone-number-input';
11
+ import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
12
+ import { ChevronDown } from 'lucide-react-native';
13
+ import { getExampleNumber } from 'libphonenumber-js';
14
+ import examples from 'libphonenumber-js/mobile/examples';
15
+ import { parsePhoneNumberFromString } from 'libphonenumber-js';
16
+ import debounce from 'lodash.debounce';
17
+ import { useTheme } from '../../theme/ThemeProvider';
18
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
19
+ const getMaxLengthForCountry = (countryCode, defaultMaxLength) => {
20
+ try {
21
+ const example = getExampleNumber(countryCode, examples);
22
+ return example?.nationalNumber?.length ?? defaultMaxLength;
23
+ } catch (error) {
24
+ console.warn(`Failed to get max length for country ${countryCode}:`, error);
25
+ return defaultMaxLength;
26
+ }
27
+ };
28
+ const PhoneNumberInputOne = ({
29
+ value = '',
30
+ onChangeText,
31
+ label,
32
+ placeholder = 'Enter phone number',
33
+ error = false,
34
+ errorMessage,
35
+ inputStyle,
36
+ containerStyle,
37
+ theme: propTheme,
38
+ accessibilityLabel = label || 'Phone number input',
39
+ accessibilityHint,
40
+ disabled = false
41
+ }) => {
42
+ const phoneInputRef = useRef(null);
43
+ const {
44
+ theme: appliedTheme
45
+ } = useTheme(propTheme);
46
+ const [inputError, setInputError] = useState(null);
47
+ const [isFocused, setIsFocused] = useState(false);
48
+ const errorAnimation = useRef(new Animated.Value(0)).current;
49
+
50
+ // ✅ Hard set country to India
51
+ useEffect(() => {
52
+ phoneInputRef.current?.getCountryCode();
53
+ }, []);
54
+ useEffect(() => {
55
+ if (inputError || error) {
56
+ Animated.timing(errorAnimation, {
57
+ toValue: 1,
58
+ duration: 300,
59
+ useNativeDriver: true
60
+ }).start();
61
+ } else {
62
+ Animated.timing(errorAnimation, {
63
+ toValue: 0,
64
+ duration: 300,
65
+ useNativeDriver: true
66
+ }).start();
67
+ }
68
+ }, [inputError, error, errorAnimation]);
69
+ const validatePhoneNumber = useCallback((formattedText, inputCallingCode) => {
70
+ const rawInput = formattedText.replace(/[^\d]/g, '');
71
+ const fullRawNumber = `+${inputCallingCode}${rawInput}`;
72
+ const parsedNumber = parsePhoneNumberFromString(fullRawNumber);
73
+ const maxLength = getMaxLengthForCountry('IN', 10);
74
+ if (!rawInput) {
75
+ setInputError(null);
76
+ onChangeText({
77
+ fullNumber: '',
78
+ formattedNumber: formattedText,
79
+ countryCode: inputCallingCode ? `+${inputCallingCode}` : ''
80
+ });
81
+ return;
82
+ }
83
+ if (!parsedNumber || !inputCallingCode) {
84
+ setInputError('Invalid phone number format');
85
+ onChangeText({
86
+ fullNumber: '',
87
+ formattedNumber: formattedText,
88
+ countryCode: inputCallingCode ? `+${inputCallingCode}` : ''
89
+ });
90
+ return;
91
+ }
92
+ if (rawInput.length > maxLength) {
93
+ setInputError(`Phone number must not exceed ${maxLength} digits`);
94
+ onChangeText({
95
+ fullNumber: '',
96
+ formattedNumber: formattedText,
97
+ countryCode: `+${inputCallingCode}`
98
+ });
99
+ return;
100
+ }
101
+ if (rawInput.length < maxLength) {
102
+ setInputError(`Phone number must be at least ${maxLength} digits`);
103
+ onChangeText({
104
+ fullNumber: '',
105
+ formattedNumber: formattedText,
106
+ countryCode: `+${inputCallingCode}`
107
+ });
108
+ return;
109
+ }
110
+ const isValid = parsedNumber.isValid();
111
+ const e164 = parsedNumber.number;
112
+ if (isValid && e164) {
113
+ setInputError(null);
114
+ onChangeText({
115
+ fullNumber: e164,
116
+ formattedNumber: formattedText,
117
+ countryCode: `+${inputCallingCode}`
118
+ });
119
+ } else {
120
+ setInputError('Please enter a valid phone number');
121
+ onChangeText({
122
+ fullNumber: '',
123
+ formattedNumber: formattedText,
124
+ countryCode: `+${inputCallingCode}`
125
+ });
126
+ }
127
+ }, [onChangeText]);
128
+ const debouncedHandlePhoneChange = useMemo(() => debounce(formattedText => {
129
+ const currentCallingCode = phoneInputRef.current?.getCallingCode();
130
+ validatePhoneNumber(formattedText, currentCallingCode || '');
131
+ }, 300), [validatePhoneNumber]);
132
+ useEffect(() => {
133
+ return () => {
134
+ debouncedHandlePhoneChange.cancel();
135
+ };
136
+ }, [debouncedHandlePhoneChange]);
137
+ const maxLength = useMemo(() => getMaxLengthForCountry('IN', 10), []);
138
+ const inputWrapperStyle = useMemo(() => [styles.inputWrapper, {
139
+ borderColor: disabled ? appliedTheme.colors.outlineDisabled : inputError || error ? appliedTheme.colors.error : isFocused ? appliedTheme.colors.primary : appliedTheme.colors.outline,
140
+ backgroundColor: disabled ? appliedTheme.colors.backgroundDisabled : inputError || error ? appliedTheme.colors.errorContainer : appliedTheme.colors.background,
141
+ borderWidth: isFocused ? scale(1.5) : scale(1)
142
+ }], [disabled, appliedTheme.colors.outlineDisabled, appliedTheme.colors.error, appliedTheme.colors.primary, appliedTheme.colors.outline, appliedTheme.colors.backgroundDisabled, appliedTheme.colors.errorContainer, appliedTheme.colors.background, inputError, error, isFocused]);
143
+ const computedAccessibilityLabel = useMemo(() => `${accessibilityLabel}, country code: +91${inputError || error ? `, error: ${inputError || errorMessage || 'Invalid phone number'}` : ''}`, [accessibilityLabel, inputError, error, errorMessage]);
144
+ return /*#__PURE__*/_jsxs(Animated.View, {
145
+ style: [styles.container, containerStyle, {
146
+ opacity: errorAnimation.interpolate({
147
+ inputRange: [0, 1],
148
+ outputRange: [1, 0.95]
149
+ })
150
+ }],
151
+ children: [label && /*#__PURE__*/_jsx(View, {
152
+ style: [styles.labelContainer, {
153
+ backgroundColor: appliedTheme.colors.background
154
+ }],
155
+ children: /*#__PURE__*/_jsx(Text, {
156
+ style: [styles.label, {
157
+ color: disabled ? appliedTheme.colors.textDisabled : error || inputError ? appliedTheme.colors.error : appliedTheme.colors.textPrimary
158
+ }],
159
+ children: label
160
+ })
161
+ }), /*#__PURE__*/_jsx(View, {
162
+ style: inputWrapperStyle,
163
+ children: /*#__PURE__*/_jsx(PhoneInput, {
164
+ ref: phoneInputRef,
165
+ defaultCode: "IN",
166
+ layout: "second",
167
+ value: value,
168
+ onChangeText: debouncedHandlePhoneChange,
169
+ withShadow: false,
170
+ autoFocus: false,
171
+ disabled: disabled,
172
+ placeholder: placeholder,
173
+ containerStyle: [styles.phoneInputContainer, {
174
+ backgroundColor: 'transparent'
175
+ }],
176
+ textContainerStyle: [styles.phoneInputTextContainer, {
177
+ backgroundColor: 'transparent'
178
+ }],
179
+ textInputStyle: [styles.textInput, {
180
+ color: disabled ? appliedTheme.colors.textDisabled : appliedTheme.colors.textPrimary,
181
+ backgroundColor: 'transparent'
182
+ }, inputStyle],
183
+ codeTextStyle: [styles.codeTextStyle, {
184
+ color: disabled ? appliedTheme.colors.textDisabled : error || inputError ? appliedTheme.colors.onErrorContainer : appliedTheme.colors.textPrimary,
185
+ backgroundColor: 'transparent'
186
+ }],
187
+ countryPickerButtonStyle: [styles.countryPickerButtonStyle, {
188
+ backgroundColor: 'transparent'
189
+ }],
190
+ renderDropdownImage: /*#__PURE__*/_jsx(ChevronDown, {
191
+ color: disabled ? appliedTheme.colors.textDisabled : error || inputError ? appliedTheme.colors.error : appliedTheme.colors.textPrimary,
192
+ size: scale(18)
193
+ }),
194
+ textInputProps: {
195
+ keyboardType: 'numeric',
196
+ maxLength,
197
+ placeholderTextColor: disabled ? appliedTheme.colors.textDisabled : appliedTheme.colors.textSecondary,
198
+ accessibilityLabel: computedAccessibilityLabel,
199
+ accessibilityHint: accessibilityHint,
200
+ cursorColor: inputError || error ? appliedTheme.colors.error : appliedTheme.colors.primary,
201
+ selectionColor: inputError || error ? appliedTheme.colors.error : appliedTheme.colors.primary,
202
+ onFocus: () => setIsFocused(true),
203
+ onBlur: () => setIsFocused(false)
204
+ },
205
+ withDarkTheme: appliedTheme.dark
206
+ })
207
+ }), (error || inputError) && /*#__PURE__*/_jsx(Text, {
208
+ style: [styles.errorText, {
209
+ color: appliedTheme.colors.onErrorContainer
210
+ }],
211
+ children: inputError || errorMessage || 'Invalid phone number'
212
+ })]
213
+ });
214
+ };
215
+ export default /*#__PURE__*/React.memo(PhoneNumberInputOne);
216
+ const styles = StyleSheet.create({
217
+ container: {
218
+ width: '100%',
219
+ marginBottom: verticalScale(16)
220
+ },
221
+ labelContainer: {
222
+ position: 'absolute',
223
+ top: -verticalScale(7),
224
+ left: scale(12),
225
+ zIndex: 1,
226
+ paddingHorizontal: scale(6),
227
+ borderRadius: scale(4)
228
+ },
229
+ label: {
230
+ fontSize: scale(12),
231
+ fontWeight: '500',
232
+ letterSpacing: 0.3
233
+ },
234
+ inputWrapper: {
235
+ width: '100%',
236
+ height: verticalScale(50),
237
+ borderRadius: moderateScale(12),
238
+ paddingHorizontal: scale(8),
239
+ flexDirection: 'row',
240
+ alignItems: 'center',
241
+ shadowColor: 'transparent',
242
+ shadowOffset: {
243
+ width: 0,
244
+ height: 0
245
+ },
246
+ shadowOpacity: 0,
247
+ shadowRadius: 0,
248
+ elevation: 0
249
+ },
250
+ phoneInputContainer: {
251
+ flex: 1,
252
+ borderWidth: 0,
253
+ elevation: 0
254
+ },
255
+ phoneInputTextContainer: {
256
+ flex: 1,
257
+ paddingVertical: 0,
258
+ paddingHorizontal: scale(2),
259
+ alignItems: 'center'
260
+ },
261
+ textInput: {
262
+ flex: 1,
263
+ fontSize: scale(18),
264
+ padding: 0,
265
+ fontWeight: '400'
266
+ },
267
+ codeTextStyle: {
268
+ fontSize: scale(18),
269
+ fontWeight: '500'
270
+ },
271
+ countryPickerButtonStyle: {
272
+ marginRight: scale(-4),
273
+ padding: scale(2),
274
+ marginLeft: scale(-4)
275
+ },
276
+ errorText: {
277
+ fontSize: scale(12),
278
+ marginTop: verticalScale(8),
279
+ marginLeft: scale(12),
280
+ fontWeight: '400',
281
+ opacity: 0.9
282
+ }
283
+ });
284
+ //# sourceMappingURL=PhoneNumberInput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useRef","useState","useCallback","useMemo","useEffect","StyleSheet","View","Text","Animated","PhoneInput","scale","verticalScale","moderateScale","ChevronDown","getExampleNumber","examples","parsePhoneNumberFromString","debounce","useTheme","jsx","_jsx","jsxs","_jsxs","getMaxLengthForCountry","countryCode","defaultMaxLength","example","nationalNumber","length","error","console","warn","PhoneNumberInputOne","value","onChangeText","label","placeholder","errorMessage","inputStyle","containerStyle","theme","propTheme","accessibilityLabel","accessibilityHint","disabled","phoneInputRef","appliedTheme","inputError","setInputError","isFocused","setIsFocused","errorAnimation","Value","current","getCountryCode","timing","toValue","duration","useNativeDriver","start","validatePhoneNumber","formattedText","inputCallingCode","rawInput","replace","fullRawNumber","parsedNumber","maxLength","fullNumber","formattedNumber","isValid","e164","number","debouncedHandlePhoneChange","currentCallingCode","getCallingCode","cancel","inputWrapperStyle","styles","inputWrapper","borderColor","colors","outlineDisabled","primary","outline","backgroundColor","backgroundDisabled","errorContainer","background","borderWidth","computedAccessibilityLabel","style","container","opacity","interpolate","inputRange","outputRange","children","labelContainer","color","textDisabled","textPrimary","ref","defaultCode","layout","withShadow","autoFocus","phoneInputContainer","textContainerStyle","phoneInputTextContainer","textInputStyle","textInput","codeTextStyle","onErrorContainer","countryPickerButtonStyle","renderDropdownImage","size","textInputProps","keyboardType","placeholderTextColor","textSecondary","cursorColor","selectionColor","onFocus","onBlur","withDarkTheme","dark","errorText","memo","create","width","marginBottom","position","top","left","zIndex","paddingHorizontal","borderRadius","fontSize","fontWeight","letterSpacing","height","flexDirection","alignItems","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flex","paddingVertical","padding","marginRight","marginLeft","marginTop"],"sourceRoot":"../../../../src","sources":["components/Input/PhoneNumberInput.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Mon 16 Jun 2025 at 12:35 PM
6
+ */
7
+ import React from 'react';
8
+ import { TouchableWithoutFeedback, Keyboard, KeyboardAvoidingView, Platform, StyleSheet } from 'react-native';
9
+ import { verticalScale } from 'react-native-size-matters';
10
+ import { jsx as _jsx } from "react/jsx-runtime";
11
+ const HideKeyboard = ({
12
+ children,
13
+ containerStyle,
14
+ behavior = Platform.OS === 'ios' ? 'padding' : 'padding',
15
+ keyboardVerticalOffset = Platform.OS === 'ios' ? verticalScale(-90) : verticalScale(-40)
16
+ }) => {
17
+ return /*#__PURE__*/_jsx(KeyboardAvoidingView, {
18
+ style: [styles.keyboardAvoidingView, containerStyle],
19
+ behavior: behavior,
20
+ keyboardVerticalOffset: keyboardVerticalOffset,
21
+ enabled: true,
22
+ children: /*#__PURE__*/_jsx(TouchableWithoutFeedback, {
23
+ onPress: Keyboard.dismiss,
24
+ accessible: false,
25
+ children: /*#__PURE__*/_jsx(KeyboardAvoidingView, {
26
+ style: [styles.keyboardAvoidingView, containerStyle],
27
+ behavior: behavior,
28
+ keyboardVerticalOffset: keyboardVerticalOffset,
29
+ children: children
30
+ })
31
+ })
32
+ });
33
+ };
34
+ const styles = StyleSheet.create({
35
+ keyboardAvoidingView: {
36
+ flex: 1,
37
+ width: '100%'
38
+ }
39
+ });
40
+ export default HideKeyboard;
41
+ //# sourceMappingURL=HideKeyboard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","TouchableWithoutFeedback","Keyboard","KeyboardAvoidingView","Platform","StyleSheet","verticalScale","jsx","_jsx","HideKeyboard","children","containerStyle","behavior","OS","keyboardVerticalOffset","style","styles","keyboardAvoidingView","enabled","onPress","dismiss","accessible","create","flex","width"],"sourceRoot":"../../../../src","sources":["components/Keyboard/HideKeyboard.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,wBAAwB,EACxBC,QAAQ,EACRC,oBAAoB,EACpBC,QAAQ,EACRC,UAAU,QAEL,cAAc;AACrB,SAASC,aAAa,QAAQ,2BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAS1D,MAAMC,YAAyC,GAAGA,CAAC;EACjDC,QAAQ;EACRC,cAAc;EACdC,QAAQ,GAAGR,QAAQ,CAACS,EAAE,KAAK,KAAK,GAAG,SAAS,GAAG,SAAS;EACxDC,sBAAsB,GAAGV,QAAQ,CAACS,EAAE,KAAK,KAAK,GAAGP,aAAa,CAAC,CAAC,EAAE,CAAC,GAAGA,aAAa,CAAC,CAAC,EAAE;AACzF,CAAC,KAAK;EACJ,oBACEE,IAAA,CAACL,oBAAoB;IACnBY,KAAK,EAAE,CAACC,MAAM,CAACC,oBAAoB,EAAEN,cAAc,CAAE;IACrDC,QAAQ,EAAEA,QAAS;IACnBE,sBAAsB,EAAEA,sBAAuB;IAC/CI,OAAO,EAAE,IAAK;IAAAR,QAAA,eAEdF,IAAA,CAACP,wBAAwB;MAACkB,OAAO,EAAEjB,QAAQ,CAACkB,OAAQ;MAACC,UAAU,EAAE,KAAM;MAAAX,QAAA,eACrEF,IAAA,CAACL,oBAAoB;QACnBY,KAAK,EAAE,CAACC,MAAM,CAACC,oBAAoB,EAAEN,cAAc,CAAE;QACrDC,QAAQ,EAAEA,QAAS;QACnBE,sBAAsB,EAAEA,sBAAuB;QAAAJ,QAAA,EAE9CA;MAAQ,CACW;IAAC,CACC;EAAC,CACP,CAAC;AAE3B,CAAC;AAED,MAAMM,MAAM,GAAGX,UAAU,CAACiB,MAAM,CAAC;EAC/BL,oBAAoB,EAAE;IACpBM,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE;EACT;AACF,CAAC,CAAC;AAEF,eAAef,YAAY","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"names":["React","StyleSheet","View","ActivityIndicator","jsx","_jsx","Loader","color","style","styles","root","children","size","create","position","top","left","right","bottom","justifyContent","alignItems","zIndex","backgroundColor"],"sourceRoot":"../../../../src","sources":["components/Loader/Loader.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,iBAAiB,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAMvD,OAAO,MAAMC,MAA6B,GAAGA,CAAC;EAAEC;AAAM,CAAC,KAAK;EAC1D,oBACEF,IAAA,CAACH,IAAI;IAACM,KAAK,EAAEC,MAAM,CAACC,IAAK;IAAAC,QAAA,eACvBN,IAAA,CAACF,iBAAiB;MAACS,IAAI,EAAC,OAAO;MAACL,KAAK,EAAEA;IAAM,CAAE;EAAC,CAC5C,CAAC;AAEX,CAAC;AAED,MAAME,MAAM,GAAGR,UAAU,CAACY,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACTC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,MAAM,EAAE,GAAG;IACXC,eAAe,EAAE,uBAAuB,CAAE;EAC5C;AACF,CAAC,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","StyleSheet","View","ActivityIndicator","jsx","_jsx","Loader","color","style","styles","root","children","size","create","position","top","left","right","bottom","justifyContent","alignItems","zIndex","backgroundColor"],"sourceRoot":"../../../../src","sources":["components/Loader/Loader.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,iBAAiB,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAMvD,OAAO,MAAMC,MAA6B,GAAGA,CAAC;EAAEC;AAAM,CAAC,KAAK;EAC1D,oBACEF,IAAA,CAACH,IAAI;IAACM,KAAK,EAAEC,MAAM,CAACC,IAAK;IAAAC,QAAA,eACvBN,IAAA,CAACF,iBAAiB;MAACS,IAAI,EAAC,OAAO;MAACL,KAAK,EAAEA;IAAM,CAAE;EAAC,CAC5C,CAAC;AAEX,CAAC;AAED,MAAME,MAAM,GAAGR,UAAU,CAACY,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACTC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,MAAM,EAAE,GAAG;IACXC,eAAe,EAAE,uBAAuB,CAAC;EAC3C;AACF,CAAC,CAAC","ignoreList":[]}
@@ -7,6 +7,9 @@
7
7
  import React from 'react';
8
8
  import { Image, View } from 'react-native';
9
9
  import { moderateScale } from 'react-native-size-matters';
10
+ import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
11
+ import { useInitSplashCacheSync } from '../../hooks/useInitSplashCacheSync';
12
+ import { useTheme } from '../../theme';
10
13
  import { jsx as _jsx } from "react/jsx-runtime";
11
14
  export const Logo = ({
12
15
  width = 200,
@@ -16,16 +19,47 @@ export const Logo = ({
16
19
  imageStyle,
17
20
  containerStyle,
18
21
  aspectRatio,
19
- fallbackUri
22
+ fallbackUri,
23
+ theme,
24
+ isLoading = false
20
25
  }) => {
21
- const finalSource = logoUri?.startsWith('http') ? {
26
+ const {
27
+ theme: appliedTheme
28
+ } = useTheme(theme);
29
+ const {
30
+ data: {
31
+ localPathLogo
32
+ },
33
+ isLoading: isSplashLoading
34
+ } = useInitSplashCacheSync({
35
+ logoUrl: logoUri
36
+ });
37
+ const finalSource = localPathLogo ? {
38
+ uri: localPathLogo.startsWith('file://') ? localPathLogo : `file://${localPathLogo}`
39
+ } : logoUri ? {
22
40
  uri: logoUri
23
41
  } : fallbackUri ? {
24
42
  uri: fallbackUri
25
43
  } : undefined;
44
+ if (!finalSource && !isLoading) {
45
+ return null;
46
+ }
26
47
  return /*#__PURE__*/_jsx(View, {
27
- style: containerStyle,
28
- children: finalSource && /*#__PURE__*/_jsx(Image, {
48
+ style: [{
49
+ alignItems: 'center',
50
+ justifyContent: 'center'
51
+ }, containerStyle],
52
+ children: isLoading || isSplashLoading ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
53
+ backgroundColor: appliedTheme.colors.skeletonBaseColor,
54
+ highlightColor: appliedTheme.colors.skeletonHighlightColor,
55
+ speed: 1000,
56
+ children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
57
+ alignSelf: "center",
58
+ width: moderateScale(width),
59
+ height: moderateScale(width / 2),
60
+ borderRadius: 4
61
+ })
62
+ }) : finalSource && /*#__PURE__*/_jsx(Image, {
29
63
  source: finalSource,
30
64
  resizeMode: resizeMode,
31
65
  style: [{
@@ -34,7 +68,10 @@ export const Logo = ({
34
68
  ...(aspectRatio ? {
35
69
  aspectRatio
36
70
  } : {})
37
- }, imageStyle]
71
+ }, imageStyle],
72
+ onError: () => {
73
+ return null;
74
+ }
38
75
  })
39
76
  });
40
77
  };
@@ -1 +1 @@
1
- {"version":3,"names":["React","Image","View","moderateScale","jsx","_jsx","Logo","width","height","resizeMode","logoUri","imageStyle","containerStyle","aspectRatio","fallbackUri","finalSource","startsWith","uri","undefined","style","children","source"],"sourceRoot":"../../../../src","sources":["components/Logo/Logo.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,KAAK,EACLC,IAAI,QAIC,cAAc;AACrB,SAASC,aAAa,QAAQ,2BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAa1D,OAAO,MAAMC,IAA0B,GAAGA,CAAC;EACzCC,KAAK,GAAG,GAAG;EACXC,MAAM,GAAG,EAAE;EACXC,UAAU,GAAG,SAAS;EACtBC,OAAO;EACPC,UAAU;EACVC,cAAc;EACdC,WAAW;EACXC;AACF,CAAC,KAAK;EACJ,MAAMC,WAAW,GAAGL,OAAO,EAAEM,UAAU,CAAC,MAAM,CAAC,GAC3C;IAAEC,GAAG,EAAEP;EAAQ,CAAC,GAChBI,WAAW,GACT;IAAEG,GAAG,EAAEH;EAAY,CAAC,GACpBI,SAAS;EAEf,oBACEb,IAAA,CAACH,IAAI;IAACiB,KAAK,EAAEP,cAAe;IAAAQ,QAAA,EACzBL,WAAW,iBACVV,IAAA,CAACJ,KAAK;MACJoB,MAAM,EAAEN,WAAY;MACpBN,UAAU,EAAEA,UAAW;MACvBU,KAAK,EAAE,CACL;QACEZ,KAAK,EAAEJ,aAAa,CAACI,KAAK,CAAC;QAC3BC,MAAM,EAAEL,aAAa,CAACK,MAAM,CAAC;QAC7B,IAAIK,WAAW,GAAG;UAAEA;QAAY,CAAC,GAAG,CAAC,CAAC;MACxC,CAAC,EACDF,UAAU;IACV,CACH;EACF,CACG,CAAC;AAEX,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","Image","View","moderateScale","SkeletonPlaceholder","useInitSplashCacheSync","useTheme","jsx","_jsx","Logo","width","height","resizeMode","logoUri","imageStyle","containerStyle","aspectRatio","fallbackUri","theme","isLoading","appliedTheme","data","localPathLogo","isSplashLoading","logoUrl","finalSource","uri","startsWith","undefined","style","alignItems","justifyContent","children","backgroundColor","colors","skeletonBaseColor","highlightColor","skeletonHighlightColor","speed","Item","alignSelf","borderRadius","source","onError"],"sourceRoot":"../../../../src","sources":["components/Logo/Logo.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,KAAK,EAAEC,IAAI,QAAyD,cAAc;AAC3F,SAASC,aAAa,QAAQ,2BAA2B;AACzD,OAAOC,mBAAmB,MAAM,mCAAmC;AACnE,SAASC,sBAAsB,QAAQ,oCAAoC;AAC3E,SAASC,QAAQ,QAAQ,aAAa;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAgBvC,OAAO,MAAMC,IAA0B,GAAGA,CAAC;EACzCC,KAAK,GAAG,GAAG;EACXC,MAAM,GAAG,EAAE;EACXC,UAAU,GAAG,SAAS;EACtBC,OAAO;EACPC,UAAU;EACVC,cAAc;EACdC,WAAW;EACXC,WAAW;EACXC,KAAK;EACLC,SAAS,GAAG;AACd,CAAC,KAAK;EACJ,MAAM;IAAED,KAAK,EAAEE;EAAa,CAAC,GAAGd,QAAQ,CAACY,KAAK,CAAC;EAE/C,MAAM;IACJG,IAAI,EAAE;MAAEC;IAAc,CAAC;IACvBH,SAAS,EAAEI;EACb,CAAC,GAAGlB,sBAAsB,CAAC;IACzBmB,OAAO,EAAEX;EACX,CAAC,CAAC;EACF,MAAMY,WAAW,GAAGH,aAAa,GAC7B;IACEI,GAAG,EAAEJ,aAAa,CAACK,UAAU,CAAC,SAAS,CAAC,GAAGL,aAAa,GAAG,UAAUA,aAAa;EACpF,CAAC,GACDT,OAAO,GACL;IAAEa,GAAG,EAAEb;EAAQ,CAAC,GAChBI,WAAW,GACT;IAAES,GAAG,EAAET;EAAY,CAAC,GACpBW,SAAS;EAEjB,IAAI,CAACH,WAAW,IAAI,CAACN,SAAS,EAAE;IAC9B,OAAO,IAAI;EACb;EACA,oBACEX,IAAA,CAACN,IAAI;IACH2B,KAAK,EAAE,CACL;MACEC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE;IAClB,CAAC,EACDhB,cAAc,CACd;IAAAiB,QAAA,EAEDb,SAAS,IAAII,eAAe,gBAC3Bf,IAAA,CAACJ,mBAAmB;MAClB6B,eAAe,EAAEb,YAAY,CAACc,MAAM,CAACC,iBAAkB;MACvDC,cAAc,EAAEhB,YAAY,CAACc,MAAM,CAACG,sBAAuB;MAC3DC,KAAK,EAAE,IAAK;MAAAN,QAAA,eAEZxB,IAAA,CAACJ,mBAAmB,CAACmC,IAAI;QACvBC,SAAS,EAAC,QAAQ;QAClB9B,KAAK,EAAEP,aAAa,CAACO,KAAK,CAAE;QAC5BC,MAAM,EAAER,aAAa,CAACO,KAAK,GAAG,CAAC,CAAE;QACjC+B,YAAY,EAAE;MAAE,CACjB;IAAC,CACiB,CAAC,GAEtBhB,WAAW,iBACTjB,IAAA,CAACP,KAAK;MACJyC,MAAM,EAAEjB,WAAY;MACpBb,UAAU,EAAEA,UAAW;MACvBiB,KAAK,EAAE,CACL;QACEnB,KAAK,EAAEP,aAAa,CAACO,KAAK,CAAC;QAC3BC,MAAM,EAAER,aAAa,CAACQ,MAAM,CAAC;QAC7B,IAAIK,WAAW,GAAG;UAAEA;QAAY,CAAC,GAAG,CAAC,CAAC;MACxC,CAAC,EACDF,UAAU,CACV;MACF6B,OAAO,EAAEA,CAAA,KAAM;QACb,OAAO,IAAI;MACb;IAAE,CACH;EAEJ,CACG,CAAC;AAEX,CAAC","ignoreList":[]}