@tyrads.com/tyrads-sdk 3.3.4 → 4.0.0-beta.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 (429) hide show
  1. package/android/build.gradle +1 -1
  2. package/android/src/main/java/com/tyradssdk/TyradsSdkModule.kt +161 -19
  3. package/ios/Tyrads/AcmoConfig.swift +1 -1
  4. package/ios/Tyrads/InitModel.swift +29 -15
  5. package/ios/Tyrads/Tyrads.swift +332 -274
  6. package/ios/Tyrads/WebViewController.swift +10 -17
  7. package/ios/Tyrads/core/models/TyradsUserInfo.swift +2 -0
  8. package/ios/Tyrads/core/utils/AcmoKeyNames.swift +1 -0
  9. package/ios/Tyrads/helpers/device_details.swift +122 -2
  10. package/ios/Tyrads/pushNotifications/APNsAppDelegateProxy.swift +37 -0
  11. package/ios/Tyrads/pushNotifications/APNsNotificationListener.swift +14 -0
  12. package/ios/Tyrads/pushNotifications/APNsNotificationManager.swift +68 -0
  13. package/ios/Tyrads/pushNotifications/APNsNotificationReceiver.swift +77 -0
  14. package/ios/Tyrads/pushNotifications/TyradsAPNsSwizzler.mm +179 -0
  15. package/ios/TyradsSdk-Bridging-Header.h +3 -0
  16. package/ios/TyradsSdk.mm +12 -1
  17. package/ios/TyradsSdk.swift +121 -4
  18. package/lib/commonjs/acmo/core/components/countdown-timer.js +48 -0
  19. package/lib/commonjs/acmo/core/components/countdown-timer.js.map +1 -0
  20. package/lib/commonjs/acmo/core/components/snap-carousel.js +86 -0
  21. package/lib/commonjs/acmo/core/components/snap-carousel.js.map +1 -0
  22. package/lib/commonjs/acmo/core/constants/api-endpoints.js +18 -0
  23. package/lib/commonjs/acmo/core/constants/api-endpoints.js.map +1 -0
  24. package/lib/commonjs/acmo/core/helpers/colors.js +20 -0
  25. package/lib/commonjs/acmo/core/helpers/colors.js.map +1 -0
  26. package/lib/commonjs/acmo/core/helpers/logger.js +18 -0
  27. package/lib/commonjs/acmo/core/helpers/logger.js.map +1 -0
  28. package/lib/commonjs/acmo/core/helpers/patches.js +7 -0
  29. package/lib/commonjs/acmo/core/helpers/patches.js.map +1 -0
  30. package/lib/commonjs/acmo/core/network/http-client.js +91 -0
  31. package/lib/commonjs/acmo/core/network/http-client.js.map +1 -0
  32. package/lib/commonjs/acmo/core/network/network-common.js +111 -0
  33. package/lib/commonjs/acmo/core/network/network-common.js.map +1 -0
  34. package/lib/commonjs/acmo/core/services/localization_service.js +7 -13
  35. package/lib/commonjs/acmo/core/services/localization_service.js.map +1 -1
  36. package/lib/commonjs/acmo/core/types/activated-campaings.d.js +2 -0
  37. package/lib/commonjs/acmo/core/types/activated-campaings.d.js.map +1 -0
  38. package/lib/commonjs/acmo/core/tyrads-sdk-core.js +203 -0
  39. package/lib/commonjs/acmo/core/tyrads-sdk-core.js.map +1 -0
  40. package/lib/commonjs/acmo/modules/inapp-notifications/components/gradient_card.js +98 -0
  41. package/lib/commonjs/acmo/modules/inapp-notifications/components/gradient_card.js.map +1 -0
  42. package/lib/commonjs/acmo/modules/inapp-notifications/components/modal-wrapper.js +55 -0
  43. package/lib/commonjs/acmo/modules/inapp-notifications/components/modal-wrapper.js.map +1 -0
  44. package/lib/commonjs/acmo/modules/inapp-notifications/controller.js +141 -0
  45. package/lib/commonjs/acmo/modules/inapp-notifications/controller.js.map +1 -0
  46. package/lib/commonjs/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.js +183 -0
  47. package/lib/commonjs/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.js.map +1 -0
  48. package/lib/commonjs/acmo/modules/inapp-notifications/inapp-notification-host.js +37 -0
  49. package/lib/commonjs/acmo/modules/inapp-notifications/inapp-notification-host.js.map +1 -0
  50. package/lib/commonjs/acmo/modules/inapp-notifications/inapp-notification-manager.js +39 -0
  51. package/lib/commonjs/acmo/modules/inapp-notifications/inapp-notification-manager.js.map +1 -0
  52. package/lib/commonjs/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.js +206 -0
  53. package/lib/commonjs/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.js.map +1 -0
  54. package/lib/commonjs/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.js +155 -0
  55. package/lib/commonjs/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.js.map +1 -0
  56. package/lib/commonjs/acmo/modules/inapp-notifications/repository.js +52 -0
  57. package/lib/commonjs/acmo/modules/inapp-notifications/repository.js.map +1 -0
  58. package/lib/commonjs/acmo/modules/inapp-notifications/tyrads-global-host.js +37 -0
  59. package/lib/commonjs/acmo/modules/inapp-notifications/tyrads-global-host.js.map +1 -0
  60. package/lib/commonjs/acmo/modules/premium-widgets/components/active_offers_button.js.map +1 -0
  61. package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/custom_card.js +1 -2
  62. package/lib/commonjs/acmo/modules/premium-widgets/components/custom_card.js.map +1 -0
  63. package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/custom_scroller.js +20 -11
  64. package/lib/commonjs/acmo/modules/premium-widgets/components/custom_scroller.js.map +1 -0
  65. package/lib/commonjs/acmo/modules/premium-widgets/components/custom_shimmer.js.map +1 -0
  66. package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/offer_card.js +12 -12
  67. package/lib/commonjs/acmo/modules/premium-widgets/components/offer_card.js.map +1 -0
  68. package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/offer_list_item.js +3 -3
  69. package/lib/commonjs/acmo/modules/premium-widgets/components/offer_list_item.js.map +1 -0
  70. package/lib/commonjs/acmo/modules/premium-widgets/components/premium_empty_widget.js.map +1 -0
  71. package/lib/commonjs/acmo/modules/premium-widgets/components/premium_header.js.map +1 -0
  72. package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/premium_loading.js +3 -3
  73. package/lib/commonjs/acmo/modules/premium-widgets/components/premium_loading.js.map +1 -0
  74. package/lib/commonjs/acmo/modules/premium-widgets/controller.js +30 -0
  75. package/lib/commonjs/acmo/modules/premium-widgets/controller.js.map +1 -0
  76. package/lib/commonjs/acmo/modules/{dashboard/top_offers.js → premium-widgets/premium_offers_widget.js} +67 -30
  77. package/lib/commonjs/acmo/modules/premium-widgets/premium_offers_widget.js.map +1 -0
  78. package/lib/commonjs/acmo/modules/premium-widgets/premium_offers_widget_wrapper.js +49 -0
  79. package/lib/commonjs/acmo/modules/premium-widgets/premium_offers_widget_wrapper.js.map +1 -0
  80. package/lib/commonjs/acmo/modules/premium-widgets/repository.js +103 -0
  81. package/lib/commonjs/acmo/modules/premium-widgets/repository.js.map +1 -0
  82. package/lib/commonjs/acmo/modules/push-notifications/apns-manager.js +227 -0
  83. package/lib/commonjs/acmo/modules/push-notifications/apns-manager.js.map +1 -0
  84. package/lib/commonjs/acmo/modules/push-notifications/fcm-manager.js +148 -0
  85. package/lib/commonjs/acmo/modules/push-notifications/fcm-manager.js.map +1 -0
  86. package/lib/commonjs/acmo_config.js +6 -5
  87. package/lib/commonjs/acmo_config.js.map +1 -1
  88. package/lib/commonjs/assets/images/alarm-clock.png +0 -0
  89. package/lib/commonjs/assets/images/circle-x.png +0 -0
  90. package/lib/commonjs/assets/images/coin.png +0 -0
  91. package/lib/commonjs/index.js +33 -106
  92. package/lib/commonjs/index.js.map +1 -1
  93. package/lib/module/acmo/core/components/countdown-timer.js +42 -0
  94. package/lib/module/acmo/core/components/countdown-timer.js.map +1 -0
  95. package/lib/module/acmo/core/components/snap-carousel.js +81 -0
  96. package/lib/module/acmo/core/components/snap-carousel.js.map +1 -0
  97. package/lib/module/acmo/core/constants/api-endpoints.js +14 -0
  98. package/lib/module/acmo/core/constants/api-endpoints.js.map +1 -0
  99. package/lib/module/acmo/core/helpers/colors.js +15 -0
  100. package/lib/module/acmo/core/helpers/colors.js.map +1 -0
  101. package/lib/module/acmo/core/helpers/logger.js +14 -0
  102. package/lib/module/acmo/core/helpers/logger.js.map +1 -0
  103. package/lib/module/acmo/core/helpers/patches.js +7 -0
  104. package/lib/module/acmo/core/helpers/patches.js.map +1 -0
  105. package/lib/module/acmo/core/network/http-client.js +86 -0
  106. package/lib/module/acmo/core/network/http-client.js.map +1 -0
  107. package/lib/module/acmo/core/network/network-common.js +106 -0
  108. package/lib/module/acmo/core/network/network-common.js.map +1 -0
  109. package/lib/module/acmo/core/services/localization_service.js +7 -13
  110. package/lib/module/acmo/core/services/localization_service.js.map +1 -1
  111. package/lib/module/acmo/core/types/activated-campaings.d.js +2 -0
  112. package/lib/module/acmo/core/types/activated-campaings.d.js.map +1 -0
  113. package/lib/module/acmo/core/tyrads-sdk-core.js +197 -0
  114. package/lib/module/acmo/core/tyrads-sdk-core.js.map +1 -0
  115. package/lib/module/acmo/modules/inapp-notifications/components/gradient_card.js +92 -0
  116. package/lib/module/acmo/modules/inapp-notifications/components/gradient_card.js.map +1 -0
  117. package/lib/module/acmo/modules/inapp-notifications/components/modal-wrapper.js +49 -0
  118. package/lib/module/acmo/modules/inapp-notifications/components/modal-wrapper.js.map +1 -0
  119. package/lib/module/acmo/modules/inapp-notifications/controller.js +136 -0
  120. package/lib/module/acmo/modules/inapp-notifications/controller.js.map +1 -0
  121. package/lib/module/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.js +176 -0
  122. package/lib/module/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.js.map +1 -0
  123. package/lib/module/acmo/modules/inapp-notifications/inapp-notification-host.js +32 -0
  124. package/lib/module/acmo/modules/inapp-notifications/inapp-notification-host.js.map +1 -0
  125. package/lib/module/acmo/modules/inapp-notifications/inapp-notification-manager.js +35 -0
  126. package/lib/module/acmo/modules/inapp-notifications/inapp-notification-manager.js.map +1 -0
  127. package/lib/module/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.js +200 -0
  128. package/lib/module/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.js.map +1 -0
  129. package/lib/module/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.js +149 -0
  130. package/lib/module/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.js.map +1 -0
  131. package/lib/module/acmo/modules/inapp-notifications/repository.js +47 -0
  132. package/lib/module/acmo/modules/inapp-notifications/repository.js.map +1 -0
  133. package/lib/module/acmo/modules/inapp-notifications/tyrads-global-host.js +32 -0
  134. package/lib/module/acmo/modules/inapp-notifications/tyrads-global-host.js.map +1 -0
  135. package/lib/module/acmo/modules/premium-widgets/components/active_offers_button.js.map +1 -0
  136. package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/custom_card.js +1 -2
  137. package/lib/module/acmo/modules/premium-widgets/components/custom_card.js.map +1 -0
  138. package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/custom_scroller.js +20 -11
  139. package/lib/module/acmo/modules/premium-widgets/components/custom_scroller.js.map +1 -0
  140. package/lib/module/acmo/modules/premium-widgets/components/custom_shimmer.js.map +1 -0
  141. package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/offer_card.js +12 -12
  142. package/lib/module/acmo/modules/premium-widgets/components/offer_card.js.map +1 -0
  143. package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/offer_list_item.js +3 -3
  144. package/lib/module/acmo/modules/premium-widgets/components/offer_list_item.js.map +1 -0
  145. package/lib/module/acmo/modules/premium-widgets/components/premium_empty_widget.js.map +1 -0
  146. package/lib/module/acmo/modules/premium-widgets/components/premium_header.js.map +1 -0
  147. package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/premium_loading.js +1 -1
  148. package/lib/module/acmo/modules/premium-widgets/components/premium_loading.js.map +1 -0
  149. package/lib/module/acmo/modules/premium-widgets/controller.js +25 -0
  150. package/lib/module/acmo/modules/premium-widgets/controller.js.map +1 -0
  151. package/lib/module/acmo/modules/{dashboard/top_offers.js → premium-widgets/premium_offers_widget.js} +69 -32
  152. package/lib/module/acmo/modules/premium-widgets/premium_offers_widget.js.map +1 -0
  153. package/lib/module/acmo/modules/premium-widgets/premium_offers_widget_wrapper.js +41 -0
  154. package/lib/module/acmo/modules/premium-widgets/premium_offers_widget_wrapper.js.map +1 -0
  155. package/lib/module/acmo/modules/premium-widgets/repository.js +98 -0
  156. package/lib/module/acmo/modules/premium-widgets/repository.js.map +1 -0
  157. package/lib/module/acmo/modules/push-notifications/apns-manager.js +222 -0
  158. package/lib/module/acmo/modules/push-notifications/apns-manager.js.map +1 -0
  159. package/lib/module/acmo/modules/push-notifications/fcm-manager.js +143 -0
  160. package/lib/module/acmo/modules/push-notifications/fcm-manager.js.map +1 -0
  161. package/lib/module/acmo_config.js +6 -5
  162. package/lib/module/acmo_config.js.map +1 -1
  163. package/lib/module/assets/images/alarm-clock.png +0 -0
  164. package/lib/module/assets/images/circle-x.png +0 -0
  165. package/lib/module/assets/images/coin.png +0 -0
  166. package/lib/module/index.js +16 -106
  167. package/lib/module/index.js.map +1 -1
  168. package/lib/typescript/commonjs/src/acmo/core/components/countdown-timer.d.ts +8 -0
  169. package/lib/typescript/commonjs/src/acmo/core/components/countdown-timer.d.ts.map +1 -0
  170. package/lib/typescript/commonjs/src/acmo/core/components/snap-carousel.d.ts +26 -0
  171. package/lib/typescript/commonjs/src/acmo/core/components/snap-carousel.d.ts.map +1 -0
  172. package/lib/typescript/commonjs/src/acmo/core/constants/api-endpoints.d.ts +12 -0
  173. package/lib/typescript/commonjs/src/acmo/core/constants/api-endpoints.d.ts.map +1 -0
  174. package/lib/typescript/commonjs/src/acmo/core/helpers/colors.d.ts +2 -0
  175. package/lib/typescript/commonjs/src/acmo/core/helpers/colors.d.ts.map +1 -0
  176. package/lib/typescript/commonjs/src/acmo/core/helpers/logger.d.ts +6 -0
  177. package/lib/typescript/commonjs/src/acmo/core/helpers/logger.d.ts.map +1 -0
  178. package/lib/typescript/commonjs/src/acmo/core/network/http-client.d.ts +28 -0
  179. package/lib/typescript/commonjs/src/acmo/core/network/http-client.d.ts.map +1 -0
  180. package/lib/typescript/commonjs/src/acmo/core/network/network-common.d.ts +13 -0
  181. package/lib/typescript/commonjs/src/acmo/core/network/network-common.d.ts.map +1 -0
  182. package/lib/typescript/commonjs/src/acmo/core/services/localization_service.d.ts +0 -1
  183. package/lib/typescript/commonjs/src/acmo/core/services/localization_service.d.ts.map +1 -1
  184. package/lib/typescript/commonjs/src/acmo/core/types/external_types.d.ts +5 -0
  185. package/lib/typescript/commonjs/src/acmo/core/types/external_types.d.ts.map +1 -1
  186. package/lib/typescript/commonjs/src/acmo/core/tyrads-sdk-core.d.ts +46 -0
  187. package/lib/typescript/commonjs/src/acmo/core/tyrads-sdk-core.d.ts.map +1 -0
  188. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/components/gradient_card.d.ts +17 -0
  189. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/components/gradient_card.d.ts.map +1 -0
  190. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/components/modal-wrapper.d.ts +10 -0
  191. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/components/modal-wrapper.d.ts.map +1 -0
  192. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/controller.d.ts +22 -0
  193. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/controller.d.ts.map +1 -0
  194. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.d.ts +6 -0
  195. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.d.ts.map +1 -0
  196. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/inapp-notification-host.d.ts +7 -0
  197. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/inapp-notification-host.d.ts.map +1 -0
  198. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/inapp-notification-manager.d.ts +14 -0
  199. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/inapp-notification-manager.d.ts.map +1 -0
  200. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.d.ts +4 -0
  201. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.d.ts.map +1 -0
  202. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.d.ts +7 -0
  203. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.d.ts.map +1 -0
  204. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/repository.d.ts +8 -0
  205. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/repository.d.ts.map +1 -0
  206. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/tyrads-global-host.d.ts +6 -0
  207. package/lib/typescript/commonjs/src/acmo/modules/inapp-notifications/tyrads-global-host.d.ts.map +1 -0
  208. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/active_offers_button.d.ts.map +1 -0
  209. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/custom_card.d.ts.map +1 -0
  210. package/lib/typescript/{module/src/acmo/modules/dashboard → commonjs/src/acmo/modules/premium-widgets}/components/custom_scroller.d.ts +3 -0
  211. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/custom_scroller.d.ts.map +1 -0
  212. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/custom_shimmer.d.ts.map +1 -0
  213. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/offer_card.d.ts.map +1 -0
  214. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/offer_list_item.d.ts.map +1 -0
  215. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/premium_empty_widget.d.ts.map +1 -0
  216. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/premium_header.d.ts.map +1 -0
  217. package/lib/typescript/{module/src/acmo/modules/dashboard → commonjs/src/acmo/modules/premium-widgets}/components/premium_loading.d.ts +1 -1
  218. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/components/premium_loading.d.ts.map +1 -0
  219. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/controller.d.ts +14 -0
  220. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/controller.d.ts.map +1 -0
  221. package/lib/typescript/commonjs/src/acmo/modules/{dashboard/top_offers.d.ts → premium-widgets/premium_offers_widget.d.ts} +3 -3
  222. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/premium_offers_widget.d.ts.map +1 -0
  223. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/premium_offers_widget_wrapper.d.ts +9 -0
  224. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/premium_offers_widget_wrapper.d.ts.map +1 -0
  225. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/repository.d.ts +13 -0
  226. package/lib/typescript/commonjs/src/acmo/modules/premium-widgets/repository.d.ts.map +1 -0
  227. package/lib/typescript/commonjs/src/acmo/modules/push-notifications/apns-manager.d.ts +40 -0
  228. package/lib/typescript/commonjs/src/acmo/modules/push-notifications/apns-manager.d.ts.map +1 -0
  229. package/lib/typescript/commonjs/src/acmo/modules/push-notifications/fcm-manager.d.ts +32 -0
  230. package/lib/typescript/commonjs/src/acmo/modules/push-notifications/fcm-manager.d.ts.map +1 -0
  231. package/lib/typescript/commonjs/src/acmo_config.d.ts +1 -0
  232. package/lib/typescript/commonjs/src/acmo_config.d.ts.map +1 -1
  233. package/lib/typescript/commonjs/src/index.d.ts +5 -11
  234. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  235. package/lib/typescript/module/src/acmo/core/components/countdown-timer.d.ts +8 -0
  236. package/lib/typescript/module/src/acmo/core/components/countdown-timer.d.ts.map +1 -0
  237. package/lib/typescript/module/src/acmo/core/components/snap-carousel.d.ts +26 -0
  238. package/lib/typescript/module/src/acmo/core/components/snap-carousel.d.ts.map +1 -0
  239. package/lib/typescript/module/src/acmo/core/constants/api-endpoints.d.ts +12 -0
  240. package/lib/typescript/module/src/acmo/core/constants/api-endpoints.d.ts.map +1 -0
  241. package/lib/typescript/module/src/acmo/core/helpers/colors.d.ts +2 -0
  242. package/lib/typescript/module/src/acmo/core/helpers/colors.d.ts.map +1 -0
  243. package/lib/typescript/module/src/acmo/core/helpers/logger.d.ts +6 -0
  244. package/lib/typescript/module/src/acmo/core/helpers/logger.d.ts.map +1 -0
  245. package/lib/typescript/module/src/acmo/core/network/http-client.d.ts +28 -0
  246. package/lib/typescript/module/src/acmo/core/network/http-client.d.ts.map +1 -0
  247. package/lib/typescript/module/src/acmo/core/network/network-common.d.ts +13 -0
  248. package/lib/typescript/module/src/acmo/core/network/network-common.d.ts.map +1 -0
  249. package/lib/typescript/module/src/acmo/core/services/localization_service.d.ts +0 -1
  250. package/lib/typescript/module/src/acmo/core/services/localization_service.d.ts.map +1 -1
  251. package/lib/typescript/module/src/acmo/core/types/external_types.d.ts +5 -0
  252. package/lib/typescript/module/src/acmo/core/types/external_types.d.ts.map +1 -1
  253. package/lib/typescript/module/src/acmo/core/tyrads-sdk-core.d.ts +46 -0
  254. package/lib/typescript/module/src/acmo/core/tyrads-sdk-core.d.ts.map +1 -0
  255. package/lib/typescript/module/src/acmo/modules/inapp-notifications/components/gradient_card.d.ts +17 -0
  256. package/lib/typescript/module/src/acmo/modules/inapp-notifications/components/gradient_card.d.ts.map +1 -0
  257. package/lib/typescript/module/src/acmo/modules/inapp-notifications/components/modal-wrapper.d.ts +10 -0
  258. package/lib/typescript/module/src/acmo/modules/inapp-notifications/components/modal-wrapper.d.ts.map +1 -0
  259. package/lib/typescript/module/src/acmo/modules/inapp-notifications/controller.d.ts +22 -0
  260. package/lib/typescript/module/src/acmo/modules/inapp-notifications/controller.d.ts.map +1 -0
  261. package/lib/typescript/module/src/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.d.ts +6 -0
  262. package/lib/typescript/module/src/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.d.ts.map +1 -0
  263. package/lib/typescript/module/src/acmo/modules/inapp-notifications/inapp-notification-host.d.ts +7 -0
  264. package/lib/typescript/module/src/acmo/modules/inapp-notifications/inapp-notification-host.d.ts.map +1 -0
  265. package/lib/typescript/module/src/acmo/modules/inapp-notifications/inapp-notification-manager.d.ts +14 -0
  266. package/lib/typescript/module/src/acmo/modules/inapp-notifications/inapp-notification-manager.d.ts.map +1 -0
  267. package/lib/typescript/module/src/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.d.ts +4 -0
  268. package/lib/typescript/module/src/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.d.ts.map +1 -0
  269. package/lib/typescript/module/src/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.d.ts +7 -0
  270. package/lib/typescript/module/src/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.d.ts.map +1 -0
  271. package/lib/typescript/module/src/acmo/modules/inapp-notifications/repository.d.ts +8 -0
  272. package/lib/typescript/module/src/acmo/modules/inapp-notifications/repository.d.ts.map +1 -0
  273. package/lib/typescript/module/src/acmo/modules/inapp-notifications/tyrads-global-host.d.ts +6 -0
  274. package/lib/typescript/module/src/acmo/modules/inapp-notifications/tyrads-global-host.d.ts.map +1 -0
  275. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/active_offers_button.d.ts.map +1 -0
  276. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/custom_card.d.ts.map +1 -0
  277. package/lib/typescript/{commonjs/src/acmo/modules/dashboard → module/src/acmo/modules/premium-widgets}/components/custom_scroller.d.ts +3 -0
  278. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/custom_scroller.d.ts.map +1 -0
  279. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/custom_shimmer.d.ts.map +1 -0
  280. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/offer_card.d.ts.map +1 -0
  281. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/offer_list_item.d.ts.map +1 -0
  282. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/premium_empty_widget.d.ts.map +1 -0
  283. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/premium_header.d.ts.map +1 -0
  284. package/lib/typescript/{commonjs/src/acmo/modules/dashboard → module/src/acmo/modules/premium-widgets}/components/premium_loading.d.ts +1 -1
  285. package/lib/typescript/module/src/acmo/modules/premium-widgets/components/premium_loading.d.ts.map +1 -0
  286. package/lib/typescript/module/src/acmo/modules/premium-widgets/controller.d.ts +14 -0
  287. package/lib/typescript/module/src/acmo/modules/premium-widgets/controller.d.ts.map +1 -0
  288. package/lib/typescript/module/src/acmo/modules/{dashboard/top_offers.d.ts → premium-widgets/premium_offers_widget.d.ts} +3 -3
  289. package/lib/typescript/module/src/acmo/modules/premium-widgets/premium_offers_widget.d.ts.map +1 -0
  290. package/lib/typescript/module/src/acmo/modules/premium-widgets/premium_offers_widget_wrapper.d.ts +9 -0
  291. package/lib/typescript/module/src/acmo/modules/premium-widgets/premium_offers_widget_wrapper.d.ts.map +1 -0
  292. package/lib/typescript/module/src/acmo/modules/premium-widgets/repository.d.ts +13 -0
  293. package/lib/typescript/module/src/acmo/modules/premium-widgets/repository.d.ts.map +1 -0
  294. package/lib/typescript/module/src/acmo/modules/push-notifications/apns-manager.d.ts +40 -0
  295. package/lib/typescript/module/src/acmo/modules/push-notifications/apns-manager.d.ts.map +1 -0
  296. package/lib/typescript/module/src/acmo/modules/push-notifications/fcm-manager.d.ts +32 -0
  297. package/lib/typescript/module/src/acmo/modules/push-notifications/fcm-manager.d.ts.map +1 -0
  298. package/lib/typescript/module/src/acmo_config.d.ts +1 -0
  299. package/lib/typescript/module/src/acmo_config.d.ts.map +1 -1
  300. package/lib/typescript/module/src/index.d.ts +5 -11
  301. package/lib/typescript/module/src/index.d.ts.map +1 -1
  302. package/package.json +5 -3
  303. package/readme.md +27 -14
  304. package/src/acmo/core/components/countdown-timer.tsx +52 -0
  305. package/src/acmo/core/components/snap-carousel.tsx +106 -0
  306. package/src/acmo/core/constants/api-endpoints.ts +12 -0
  307. package/src/acmo/core/helpers/colors.ts +16 -0
  308. package/src/acmo/core/helpers/logger.ts +11 -0
  309. package/src/acmo/core/helpers/patches.js +6 -0
  310. package/src/acmo/core/network/http-client.ts +89 -0
  311. package/src/acmo/core/network/network-common.ts +128 -0
  312. package/src/acmo/core/services/localization_service.ts +7 -14
  313. package/src/acmo/core/types/activated-campaings.d.ts +101 -0
  314. package/src/acmo/core/types/external_types.ts +7 -1
  315. package/src/acmo/core/types/types.d.ts +112 -76
  316. package/src/acmo/core/tyrads-sdk-core.tsx +256 -0
  317. package/src/acmo/modules/inapp-notifications/components/gradient_card.tsx +87 -0
  318. package/src/acmo/modules/inapp-notifications/components/modal-wrapper.tsx +59 -0
  319. package/src/acmo/modules/inapp-notifications/controller.ts +183 -0
  320. package/src/acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.tsx +164 -0
  321. package/src/acmo/modules/inapp-notifications/inapp-notification-host.tsx +32 -0
  322. package/src/acmo/modules/inapp-notifications/inapp-notification-manager.ts +40 -0
  323. package/src/acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.tsx +188 -0
  324. package/src/acmo/modules/inapp-notifications/limited-time-offer/limited-time-notif.tsx +149 -0
  325. package/src/acmo/modules/inapp-notifications/repository.ts +49 -0
  326. package/src/acmo/modules/inapp-notifications/tyrads-global-host.tsx +25 -0
  327. package/src/acmo/modules/{dashboard → premium-widgets}/components/custom_card.tsx +1 -2
  328. package/src/acmo/modules/{dashboard → premium-widgets}/components/custom_scroller.tsx +24 -10
  329. package/src/acmo/modules/{dashboard → premium-widgets}/components/offer_card.tsx +11 -11
  330. package/src/acmo/modules/{dashboard → premium-widgets}/components/offer_list_item.tsx +3 -3
  331. package/src/acmo/modules/{dashboard → premium-widgets}/components/premium_loading.tsx +1 -1
  332. package/src/acmo/modules/premium-widgets/controller.ts +39 -0
  333. package/src/acmo/modules/{dashboard/top_offers.tsx → premium-widgets/premium_offers_widget.tsx} +67 -45
  334. package/src/acmo/modules/premium-widgets/premium_offers_widget_wrapper.tsx +39 -0
  335. package/src/acmo/modules/premium-widgets/repository.ts +107 -0
  336. package/src/acmo/modules/push-notifications/apns-manager.ts +254 -0
  337. package/src/acmo/modules/push-notifications/fcm-manager.ts +162 -0
  338. package/src/acmo_config.ts +6 -5
  339. package/src/assets/images/alarm-clock.png +0 -0
  340. package/src/assets/images/circle-x.png +0 -0
  341. package/src/assets/images/coin.png +0 -0
  342. package/src/index.tsx +19 -127
  343. package/ios/Tyrads/user/AcmoUserUpdatePage.swift +0 -302
  344. package/ios/Tyrads/user/AcmoUsersUpdateController.swift +0 -26
  345. package/ios/Tyrads/user/Repository.swift +0 -89
  346. package/lib/commonjs/acmo/core/helpers/native_methods.js +0 -48
  347. package/lib/commonjs/acmo/core/helpers/native_methods.js.map +0 -1
  348. package/lib/commonjs/acmo/modules/dashboard/components/active_offers_button.js.map +0 -1
  349. package/lib/commonjs/acmo/modules/dashboard/components/custom_card.js.map +0 -1
  350. package/lib/commonjs/acmo/modules/dashboard/components/custom_scroller.js.map +0 -1
  351. package/lib/commonjs/acmo/modules/dashboard/components/custom_shimmer.js.map +0 -1
  352. package/lib/commonjs/acmo/modules/dashboard/components/offer_card.js.map +0 -1
  353. package/lib/commonjs/acmo/modules/dashboard/components/offer_list_item.js.map +0 -1
  354. package/lib/commonjs/acmo/modules/dashboard/components/premium_empty_widget.js.map +0 -1
  355. package/lib/commonjs/acmo/modules/dashboard/components/premium_header.js.map +0 -1
  356. package/lib/commonjs/acmo/modules/dashboard/components/premium_loading.js.map +0 -1
  357. package/lib/commonjs/acmo/modules/dashboard/repository.js +0 -147
  358. package/lib/commonjs/acmo/modules/dashboard/repository.js.map +0 -1
  359. package/lib/commonjs/acmo/modules/dashboard/top_offers.js.map +0 -1
  360. package/lib/module/acmo/core/helpers/native_methods.js +0 -44
  361. package/lib/module/acmo/core/helpers/native_methods.js.map +0 -1
  362. package/lib/module/acmo/modules/dashboard/components/active_offers_button.js.map +0 -1
  363. package/lib/module/acmo/modules/dashboard/components/custom_card.js.map +0 -1
  364. package/lib/module/acmo/modules/dashboard/components/custom_scroller.js.map +0 -1
  365. package/lib/module/acmo/modules/dashboard/components/custom_shimmer.js.map +0 -1
  366. package/lib/module/acmo/modules/dashboard/components/offer_card.js.map +0 -1
  367. package/lib/module/acmo/modules/dashboard/components/offer_list_item.js.map +0 -1
  368. package/lib/module/acmo/modules/dashboard/components/premium_empty_widget.js.map +0 -1
  369. package/lib/module/acmo/modules/dashboard/components/premium_header.js.map +0 -1
  370. package/lib/module/acmo/modules/dashboard/components/premium_loading.js.map +0 -1
  371. package/lib/module/acmo/modules/dashboard/repository.js +0 -140
  372. package/lib/module/acmo/modules/dashboard/repository.js.map +0 -1
  373. package/lib/module/acmo/modules/dashboard/top_offers.js.map +0 -1
  374. package/lib/typescript/commonjs/src/acmo/core/helpers/native_methods.d.ts +0 -10
  375. package/lib/typescript/commonjs/src/acmo/core/helpers/native_methods.d.ts.map +0 -1
  376. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/active_offers_button.d.ts.map +0 -1
  377. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/custom_card.d.ts.map +0 -1
  378. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/custom_scroller.d.ts.map +0 -1
  379. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/custom_shimmer.d.ts.map +0 -1
  380. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/offer_card.d.ts.map +0 -1
  381. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/offer_list_item.d.ts.map +0 -1
  382. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/premium_empty_widget.d.ts.map +0 -1
  383. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/premium_header.d.ts.map +0 -1
  384. package/lib/typescript/commonjs/src/acmo/modules/dashboard/components/premium_loading.d.ts.map +0 -1
  385. package/lib/typescript/commonjs/src/acmo/modules/dashboard/repository.d.ts +0 -3
  386. package/lib/typescript/commonjs/src/acmo/modules/dashboard/repository.d.ts.map +0 -1
  387. package/lib/typescript/commonjs/src/acmo/modules/dashboard/top_offers.d.ts.map +0 -1
  388. package/lib/typescript/module/src/acmo/core/helpers/native_methods.d.ts +0 -10
  389. package/lib/typescript/module/src/acmo/core/helpers/native_methods.d.ts.map +0 -1
  390. package/lib/typescript/module/src/acmo/modules/dashboard/components/active_offers_button.d.ts.map +0 -1
  391. package/lib/typescript/module/src/acmo/modules/dashboard/components/custom_card.d.ts.map +0 -1
  392. package/lib/typescript/module/src/acmo/modules/dashboard/components/custom_scroller.d.ts.map +0 -1
  393. package/lib/typescript/module/src/acmo/modules/dashboard/components/custom_shimmer.d.ts.map +0 -1
  394. package/lib/typescript/module/src/acmo/modules/dashboard/components/offer_card.d.ts.map +0 -1
  395. package/lib/typescript/module/src/acmo/modules/dashboard/components/offer_list_item.d.ts.map +0 -1
  396. package/lib/typescript/module/src/acmo/modules/dashboard/components/premium_empty_widget.d.ts.map +0 -1
  397. package/lib/typescript/module/src/acmo/modules/dashboard/components/premium_header.d.ts.map +0 -1
  398. package/lib/typescript/module/src/acmo/modules/dashboard/components/premium_loading.d.ts.map +0 -1
  399. package/lib/typescript/module/src/acmo/modules/dashboard/repository.d.ts +0 -3
  400. package/lib/typescript/module/src/acmo/modules/dashboard/repository.d.ts.map +0 -1
  401. package/lib/typescript/module/src/acmo/modules/dashboard/top_offers.d.ts.map +0 -1
  402. package/src/acmo/core/helpers/native_methods.ts +0 -59
  403. package/src/acmo/modules/dashboard/repository.ts +0 -170
  404. /package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/active_offers_button.js +0 -0
  405. /package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/custom_shimmer.js +0 -0
  406. /package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/premium_empty_widget.js +0 -0
  407. /package/lib/commonjs/acmo/modules/{dashboard → premium-widgets}/components/premium_header.js +0 -0
  408. /package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/active_offers_button.js +0 -0
  409. /package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/custom_shimmer.js +0 -0
  410. /package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/premium_empty_widget.js +0 -0
  411. /package/lib/module/acmo/modules/{dashboard → premium-widgets}/components/premium_header.js +0 -0
  412. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/active_offers_button.d.ts +0 -0
  413. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/custom_card.d.ts +0 -0
  414. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/custom_shimmer.d.ts +0 -0
  415. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/offer_card.d.ts +0 -0
  416. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/offer_list_item.d.ts +0 -0
  417. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/premium_empty_widget.d.ts +0 -0
  418. /package/lib/typescript/commonjs/src/acmo/modules/{dashboard → premium-widgets}/components/premium_header.d.ts +0 -0
  419. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/active_offers_button.d.ts +0 -0
  420. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/custom_card.d.ts +0 -0
  421. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/custom_shimmer.d.ts +0 -0
  422. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/offer_card.d.ts +0 -0
  423. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/offer_list_item.d.ts +0 -0
  424. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/premium_empty_widget.d.ts +0 -0
  425. /package/lib/typescript/module/src/acmo/modules/{dashboard → premium-widgets}/components/premium_header.d.ts +0 -0
  426. /package/src/acmo/modules/{dashboard → premium-widgets}/components/active_offers_button.tsx +0 -0
  427. /package/src/acmo/modules/{dashboard → premium-widgets}/components/custom_shimmer.tsx +0 -0
  428. /package/src/acmo/modules/{dashboard → premium-widgets}/components/premium_empty_widget.tsx +0 -0
  429. /package/src/acmo/modules/{dashboard → premium-widgets}/components/premium_header.tsx +0 -0
@@ -0,0 +1,183 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CurrencySalesNotif = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _modalWrapper = require("../components/modal-wrapper.js");
9
+ var _react = require("react");
10
+ var _gradient_card = require("../components/gradient_card.js");
11
+ var _countdownTimer = require("../../../core/components/countdown-timer.js");
12
+ var _tyradsSdkCore = _interopRequireWildcard(require("../../../core/tyrads-sdk-core.js"));
13
+ var _controller = _interopRequireDefault(require("../controller.js"));
14
+ var _inappNotificationManager = _interopRequireDefault(require("../inapp-notification-manager.js"));
15
+ var _jsxRuntime = require("react/jsx-runtime");
16
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
17
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
18
+ const CurrencySalesNotif = ({
19
+ useModal = true
20
+ }) => {
21
+ const [visible, setVisible] = (0, _react.useState)(false);
22
+ const [currencySales, setCurrencySales] = (0, _react.useState)(null);
23
+ const controller = _controller.default.getInstance();
24
+ const notificationManager = _inappNotificationManager.default.getInstance();
25
+ (0, _react.useEffect)(() => {
26
+ const updateFromController = () => {
27
+ if (controller.currencySales) {
28
+ setCurrencySales(controller.currencySales);
29
+ } else {
30
+ setCurrencySales(null);
31
+ }
32
+ };
33
+ updateFromController();
34
+ const unsubscribe = controller.addListener(updateFromController);
35
+ return unsubscribe;
36
+ }, []);
37
+ (0, _react.useEffect)(() => {
38
+ const unsubscribe = notificationManager.addListener(() => {
39
+ updateVisibility();
40
+ });
41
+ return unsubscribe;
42
+ }, []);
43
+ (0, _react.useEffect)(() => {
44
+ if (currencySales) {
45
+ notificationManager.setCurrencySalesVisible(true);
46
+ updateVisibility();
47
+ } else {
48
+ notificationManager.setCurrencySalesVisible(false);
49
+ }
50
+ }, [currencySales]);
51
+ const updateVisibility = () => {
52
+ const shouldShow = notificationManager.shouldShowCurrencySales();
53
+ setVisible(shouldShow);
54
+ if (shouldShow) {
55
+ controller.markCurrencySalesAsShown();
56
+ }
57
+ };
58
+ const handleClose = () => {
59
+ setVisible(false);
60
+ notificationManager.setCurrencySalesVisible(false);
61
+ if (!useModal) {
62
+ _tyradsSdkCore.default.dismissInAppNotification();
63
+ }
64
+ };
65
+ const handleButtonPress = () => {
66
+ handleClose();
67
+ setTimeout(() => {
68
+ _tyradsSdkCore.default.showOffers({
69
+ launchMode: 2
70
+ });
71
+ }, 400);
72
+ };
73
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_modalWrapper.CardAlert, {
74
+ visible: visible,
75
+ onClose: handleClose,
76
+ useModal: useModal,
77
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_gradient_card.CardGradient, {
78
+ onClose: handleClose,
79
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
80
+ style: styles.title,
81
+ children: "Bonus Rewards \nUnlocked!"
82
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
83
+ style: styles.horizontalLine
84
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
85
+ style: styles.subtitle,
86
+ children: `You get ${currencySales?.multiplier}X bonus rewards!`
87
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
88
+ style: styles.text,
89
+ children: "Go to offerwall and activate new offer!"
90
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
91
+ style: styles.timerContainer,
92
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
93
+ style: styles.timerMessage,
94
+ children: "Bonus Expires in "
95
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_countdownTimer.CountdownTimer, {
96
+ style: styles.timer,
97
+ duration: currencySales?.remainingTimeSeconds ?? 0
98
+ })]
99
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
100
+ style: [styles.outlinedButton, {
101
+ borderColor: _tyradsSdkCore.TyradsSdkCore.getInstance().mainColor || "#02B5BE",
102
+ backgroundColor: "white"
103
+ }],
104
+ onPress: handleButtonPress,
105
+ activeOpacity: 0.8,
106
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
107
+ style: styles.outlinedButtonTextContainer,
108
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
109
+ style: [styles.outlinedButtonText, {
110
+ color: _tyradsSdkCore.TyradsSdkCore.getInstance().mainColor || "#02B5BE"
111
+ }],
112
+ children: "Go to Offerwall"
113
+ })
114
+ })
115
+ })]
116
+ })
117
+ });
118
+ };
119
+ exports.CurrencySalesNotif = CurrencySalesNotif;
120
+ const styles = _reactNative.StyleSheet.create({
121
+ title: {
122
+ fontSize: 16,
123
+ fontWeight: '700',
124
+ color: '#1E2020',
125
+ textAlign: 'center',
126
+ marginTop: 20
127
+ },
128
+ horizontalLine: {
129
+ width: '100%',
130
+ borderBottomColor: '#E0E2E7',
131
+ borderBottomWidth: 1,
132
+ marginVertical: 16
133
+ },
134
+ subtitle: {
135
+ fontSize: 12,
136
+ fontWeight: '700',
137
+ color: '#1E2020',
138
+ textAlign: 'center'
139
+ },
140
+ text: {
141
+ fontSize: 12,
142
+ fontWeight: '400',
143
+ color: '#1E2020',
144
+ textAlign: 'center',
145
+ marginBottom: 16
146
+ },
147
+ timerContainer: {
148
+ flexDirection: 'row',
149
+ justifyContent: 'center',
150
+ alignItems: 'center',
151
+ marginBottom: 16,
152
+ backgroundColor: "#FF554A",
153
+ paddingVertical: 4,
154
+ borderRadius: 20
155
+ },
156
+ timer: {
157
+ fontSize: 12,
158
+ fontWeight: '700',
159
+ color: '#FFFFFF'
160
+ },
161
+ timerMessage: {
162
+ fontSize: 12,
163
+ fontWeight: '700',
164
+ color: '#FFFFFF',
165
+ marginLeft: 8
166
+ },
167
+ outlinedButton: {
168
+ borderWidth: 2,
169
+ borderRadius: 30,
170
+ justifyContent: 'center',
171
+ height: 42
172
+ },
173
+ outlinedButtonTextContainer: {
174
+ justifyContent: 'center',
175
+ alignItems: 'center'
176
+ },
177
+ outlinedButtonText: {
178
+ color: '#02B5BE',
179
+ fontSize: 14,
180
+ fontWeight: '600'
181
+ }
182
+ });
183
+ //# sourceMappingURL=currency-sales-notif.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_modalWrapper","_react","_gradient_card","_countdownTimer","_tyradsSdkCore","_interopRequireWildcard","_controller","_interopRequireDefault","_inappNotificationManager","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CurrencySalesNotif","useModal","visible","setVisible","useState","currencySales","setCurrencySales","controller","InAppNotificationController","getInstance","notificationManager","NotificationManager","useEffect","updateFromController","unsubscribe","addListener","updateVisibility","setCurrencySalesVisible","shouldShow","shouldShowCurrencySales","markCurrencySalesAsShown","handleClose","TyradsSdkCoreMethods","dismissInAppNotification","handleButtonPress","setTimeout","showOffers","launchMode","jsx","CardAlert","onClose","children","jsxs","CardGradient","Text","style","styles","title","View","horizontalLine","subtitle","multiplier","text","timerContainer","timerMessage","CountdownTimer","timer","duration","remainingTimeSeconds","TouchableOpacity","outlinedButton","borderColor","TyradsSdkCore","mainColor","backgroundColor","onPress","activeOpacity","outlinedButtonTextContainer","outlinedButtonText","color","exports","StyleSheet","create","fontSize","fontWeight","textAlign","marginTop","width","borderBottomColor","borderBottomWidth","marginVertical","marginBottom","flexDirection","justifyContent","alignItems","paddingVertical","borderRadius","marginLeft","borderWidth","height"],"sourceRoot":"../../../../../../src","sources":["acmo/modules/inapp-notifications/currency-sales/currency-sales-notif.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _reactNative = require("react-native");
8
+ var _currencySalesNotif = require("./currency-sales/currency-sales-notif.js");
9
+ var _limitedTimeNotif = require("./limited-time-offer/limited-time-notif.js");
10
+ var _react = require("react");
11
+ var _controller = _interopRequireDefault(require("./controller.js"));
12
+ var _tyradsSdkCore = _interopRequireDefault(require("../../core/tyrads-sdk-core.js"));
13
+ var _jsxRuntime = require("react/jsx-runtime");
14
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
+ const InAppNotificationHost = ({
16
+ useModal = true,
17
+ style
18
+ }) => {
19
+ (0, _react.useEffect)(() => {
20
+ const initializeInAppNotifications = async () => {
21
+ if (_tyradsSdkCore.default.apiKey) {
22
+ await _controller.default.getInstance().init();
23
+ }
24
+ };
25
+ initializeInAppNotifications();
26
+ }, []);
27
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
28
+ style: style,
29
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_currencySalesNotif.CurrencySalesNotif, {
30
+ useModal: useModal
31
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_limitedTimeNotif.LimitedTimeEventsNotif, {
32
+ useModal: useModal
33
+ })]
34
+ });
35
+ };
36
+ var _default = exports.default = InAppNotificationHost;
37
+ //# sourceMappingURL=inapp-notification-host.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_reactNative","require","_currencySalesNotif","_limitedTimeNotif","_react","_controller","_interopRequireDefault","_tyradsSdkCore","_jsxRuntime","e","__esModule","default","InAppNotificationHost","useModal","style","useEffect","initializeInAppNotifications","TyradsSdkCoreMethods","apiKey","InAppNotificationController","getInstance","init","jsxs","View","children","jsx","CurrencySalesNotif","LimitedTimeEventsNotif","_default","exports"],"sourceRoot":"../../../../../src","sources":["acmo/modules/inapp-notifications/inapp-notification-host.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,mBAAA,GAAAD,OAAA;AACA,IAAAE,iBAAA,GAAAF,OAAA;AACA,IAAAG,MAAA,GAAAH,OAAA;AACA,IAAAI,WAAA,GAAAC,sBAAA,CAAAL,OAAA;AAEA,IAAAM,cAAA,GAAAD,sBAAA,CAAAL,OAAA;AAA8D,IAAAO,WAAA,GAAAP,OAAA;AAAA,SAAAK,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAO9D,MAAMG,qBAA2D,GAAGA,CAAC;EAAEC,QAAQ,GAAG,IAAI;EAAEC;AAAM,CAAC,KAAK;EAClG,IAAAC,gBAAS,EAAC,MAAM;IACd,MAAMC,4BAA4B,GAAG,MAAAA,CAAA,KAAY;MAC/C,IAAIC,sBAAoB,CAACC,MAAM,EAAE;QAC/B,MAAMC,mBAA2B,CAACC,WAAW,CAAC,CAAC,CAACC,IAAI,CAAC,CAAC;MACxD;IACF,CAAC;IACDL,4BAA4B,CAAC,CAAC;EAChC,CAAC,EAAE,EAAE,CAAC;EAEN,oBACE,IAAAR,WAAA,CAAAc,IAAA,EAACtB,YAAA,CAAAuB,IAAI;IAACT,KAAK,EAAEA,KAAM;IAAAU,QAAA,gBACjB,IAAAhB,WAAA,CAAAiB,GAAA,EAACvB,mBAAA,CAAAwB,kBAAkB;MAACb,QAAQ,EAAEA;IAAS,CAAE,CAAC,eAC1C,IAAAL,WAAA,CAAAiB,GAAA,EAACtB,iBAAA,CAAAwB,sBAAsB;MAACd,QAAQ,EAAEA;IAAS,CAAE,CAAC;EAAA,CAC1C,CAAC;AAEX,CAAC;AAAA,IAAAe,QAAA,GAAAC,OAAA,CAAAlB,OAAA,GAEcC,qBAAqB","ignoreList":[]}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ class NotificationManager {
8
+ limitedTimeVisible = false;
9
+ currencySalesVisible = false;
10
+ listeners = [];
11
+ static getInstance() {
12
+ if (!NotificationManager.instance) {
13
+ NotificationManager.instance = new NotificationManager();
14
+ }
15
+ return NotificationManager.instance;
16
+ }
17
+ setLimitedTimeVisible(visible) {
18
+ this.limitedTimeVisible = visible;
19
+ this.notifyListeners();
20
+ }
21
+ setCurrencySalesVisible(visible) {
22
+ this.currencySalesVisible = visible;
23
+ this.notifyListeners();
24
+ }
25
+ shouldShowCurrencySales() {
26
+ return this.currencySalesVisible && !this.limitedTimeVisible;
27
+ }
28
+ addListener(listener) {
29
+ this.listeners.push(listener);
30
+ return () => {
31
+ this.listeners = this.listeners.filter(l => l !== listener);
32
+ };
33
+ }
34
+ notifyListeners() {
35
+ this.listeners.forEach(listener => listener());
36
+ }
37
+ }
38
+ var _default = exports.default = NotificationManager;
39
+ //# sourceMappingURL=inapp-notification-manager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["NotificationManager","limitedTimeVisible","currencySalesVisible","listeners","getInstance","instance","setLimitedTimeVisible","visible","notifyListeners","setCurrencySalesVisible","shouldShowCurrencySales","addListener","listener","push","filter","l","forEach","_default","exports","default"],"sourceRoot":"../../../../../src","sources":["acmo/modules/inapp-notifications/inapp-notification-manager.ts"],"mappings":";;;;;;AAAA,MAAMA,mBAAmB,CAAC;EAEhBC,kBAAkB,GAAG,KAAK;EAC1BC,oBAAoB,GAAG,KAAK;EAC5BC,SAAS,GAAsB,EAAE;EAEzC,OAAOC,WAAWA,CAAA,EAAwB;IACxC,IAAI,CAACJ,mBAAmB,CAACK,QAAQ,EAAE;MACjCL,mBAAmB,CAACK,QAAQ,GAAG,IAAIL,mBAAmB,CAAC,CAAC;IAC1D;IACA,OAAOA,mBAAmB,CAACK,QAAQ;EACrC;EAEAC,qBAAqBA,CAACC,OAAgB,EAAE;IACtC,IAAI,CAACN,kBAAkB,GAAGM,OAAO;IACjC,IAAI,CAACC,eAAe,CAAC,CAAC;EACxB;EAEAC,uBAAuBA,CAACF,OAAgB,EAAE;IACxC,IAAI,CAACL,oBAAoB,GAAGK,OAAO;IACnC,IAAI,CAACC,eAAe,CAAC,CAAC;EACxB;EAEAE,uBAAuBA,CAAA,EAAY;IACjC,OAAO,IAAI,CAACR,oBAAoB,IAAI,CAAC,IAAI,CAACD,kBAAkB;EAC9D;EAEAU,WAAWA,CAACC,QAAoB,EAAc;IAC5C,IAAI,CAACT,SAAS,CAACU,IAAI,CAACD,QAAQ,CAAC;IAC7B,OAAO,MAAM;MACX,IAAI,CAACT,SAAS,GAAG,IAAI,CAACA,SAAS,CAACW,MAAM,CAACC,CAAC,IAAIA,CAAC,KAAKH,QAAQ,CAAC;IAC7D,CAAC;EACH;EAEQJ,eAAeA,CAAA,EAAG;IACxB,IAAI,CAACL,SAAS,CAACa,OAAO,CAACJ,QAAQ,IAAIA,QAAQ,CAAC,CAAC,CAAC;EAChD;AACF;AAAC,IAAAK,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAEcnB,mBAAmB","ignoreList":[]}
@@ -0,0 +1,206 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.LimitedTimeOfferCard = void 0;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var _logger = require("../../../../core/helpers/logger.js");
10
+ var _numeral = require("../../../../core/helpers/numeral.js");
11
+ var _countdownTimer = require("../../../../core/components/countdown-timer.js");
12
+ var _controller = _interopRequireDefault(require("../../controller.js"));
13
+ var _launcher = require("../../../../core/helpers/launcher.js");
14
+ var _tyradsSdkCore = require("../../../../core/tyrads-sdk-core.js");
15
+ var _colors = require("../../../../core/helpers/colors.js");
16
+ var _jsxRuntime = require("react/jsx-runtime");
17
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
18
+ const LimitedTimeOfferCard = ({
19
+ activatedCampaign
20
+ }) => {
21
+ const controller = _controller.default.getInstance();
22
+ (0, _react.useEffect)(() => {
23
+ _logger.Logger.log('activatedCampaign in offer card', activatedCampaign);
24
+ });
25
+ const handleButtonPress = link => {
26
+ (0, _launcher.acmoLaunchURL)(link);
27
+ };
28
+ return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
29
+ style: styles.container,
30
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
31
+ source: require('../../../../../assets/images/alarm-clock.png'),
32
+ style: styles.bgImage
33
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
34
+ style: styles.appHeader,
35
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
36
+ source: {
37
+ uri: activatedCampaign?.app.thumbnail
38
+ },
39
+ style: styles.thumbnail
40
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
41
+ style: styles.appName,
42
+ children: activatedCampaign?.app.title
43
+ })]
44
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.FlatList, {
45
+ data: activatedCampaign?.limitedTimeEvents || [],
46
+ keyExtractor: (_, index) => index.toString(),
47
+ renderItem: ({
48
+ item: event,
49
+ index
50
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
51
+ style: styles.eventContainer,
52
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
53
+ style: styles.eventNameContainer,
54
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
55
+ style: styles.eventName,
56
+ children: event.eventName
57
+ }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
58
+ style: styles.eventPayoutRow,
59
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
60
+ style: styles.eventCurrencyIcon,
61
+ source: {
62
+ uri: Object.values(activatedCampaign?.availableCurrencies || {})[0]?.currencyIcon
63
+ }
64
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
65
+ style: [styles.eventPayout, {
66
+ color: _tyradsSdkCore.TyradsSdkCore.getInstance().mainColor || '#02B5BE'
67
+ }],
68
+ children: (0, _numeral.numeral)(Object.values(event.payoutInfo || {})[0]?.payoutAmountConverted ?? 0)
69
+ })]
70
+ })]
71
+ }), !controller.showCountdown(event) ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
72
+ style: [styles.eventStatus, {
73
+ color: event.conversionStatus == 'approved' ? '#A3A9B6' : '#FF554A'
74
+ }],
75
+ children: controller.getFinalStatusString(event)
76
+ }) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
77
+ style: styles.timerContainer,
78
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_countdownTimer.CountdownTimer, {
79
+ style: styles.timer,
80
+ duration: event.limitedTimeEventRemainingSeconds
81
+ })
82
+ })]
83
+ }, index),
84
+ style: styles.eventsContainer,
85
+ showsVerticalScrollIndicator: false,
86
+ nestedScrollEnabled: true
87
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
88
+ style: [styles.filledButton, {
89
+ backgroundColor: _tyradsSdkCore.TyradsSdkCore.getInstance().mainColor || "#02B5BE"
90
+ }],
91
+ onPress: () => handleButtonPress(activatedCampaign?.app.previewUrl || ''),
92
+ activeOpacity: 0.8,
93
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
94
+ style: [styles.btnText, {
95
+ color: (0, _colors.getContrastColor)(_tyradsSdkCore.TyradsSdkCore.getInstance().mainColor || "white")
96
+ }],
97
+ children: "Play Now"
98
+ })
99
+ })]
100
+ });
101
+ };
102
+ exports.LimitedTimeOfferCard = LimitedTimeOfferCard;
103
+ const styles = _reactNative.StyleSheet.create({
104
+ container: {
105
+ position: 'relative',
106
+ borderRadius: 16,
107
+ width: '100%',
108
+ maxWidth: '100%',
109
+ height: 378,
110
+ padding: 16,
111
+ backgroundColor: '#FFF9ED',
112
+ overflow: 'hidden'
113
+ },
114
+ bgImage: {
115
+ position: 'absolute',
116
+ right: 0,
117
+ bottom: 0
118
+ },
119
+ thumbnail: {
120
+ width: 43,
121
+ height: 43,
122
+ borderRadius: 7,
123
+ marginRight: 13
124
+ },
125
+ appHeader: {
126
+ flexDirection: 'row',
127
+ alignItems: 'center',
128
+ marginBottom: 16
129
+ },
130
+ appName: {
131
+ width: '75%',
132
+ fontSize: 12,
133
+ fontWeight: '600',
134
+ color: '#1E2020',
135
+ marginRight: 16
136
+ },
137
+ eventsContainer: {
138
+ maxHeight: 350
139
+ },
140
+ eventContainer: {
141
+ flexDirection: 'row',
142
+ backgroundColor: 'white',
143
+ paddingVertical: 8,
144
+ paddingHorizontal: 16,
145
+ alignItems: 'center',
146
+ justifyContent: 'space-between',
147
+ borderRadius: 8,
148
+ marginBottom: 16,
149
+ shadowColor: '#000',
150
+ shadowOffset: {
151
+ width: 0,
152
+ height: 8
153
+ },
154
+ shadowOpacity: 0.06,
155
+ shadowRadius: 10
156
+ },
157
+ eventNameContainer: {
158
+ width: '58%',
159
+ marginRight: 8
160
+ },
161
+ eventName: {
162
+ fontSize: 12,
163
+ color: '#1E2020'
164
+ },
165
+ eventPayoutRow: {
166
+ flexDirection: 'row',
167
+ alignItems: 'center',
168
+ marginTop: 4
169
+ },
170
+ eventCurrencyIcon: {
171
+ width: 12,
172
+ height: 12,
173
+ marginRight: 4,
174
+ resizeMode: 'contain'
175
+ },
176
+ eventPayout: {
177
+ fontSize: 12,
178
+ fontWeight: '700'
179
+ },
180
+ eventStatus: {
181
+ fontSize: 10,
182
+ fontWeight: '600'
183
+ },
184
+ timerContainer: {
185
+ backgroundColor: '#FF554A',
186
+ paddingVertical: 2,
187
+ paddingHorizontal: 8,
188
+ borderRadius: 10
189
+ },
190
+ timer: {
191
+ fontSize: 12,
192
+ fontWeight: '700',
193
+ color: 'white'
194
+ },
195
+ filledButton: {
196
+ borderRadius: 8,
197
+ paddingVertical: 12,
198
+ alignItems: 'center'
199
+ },
200
+ btnText: {
201
+ fontSize: 12,
202
+ fontWeight: '600',
203
+ color: 'white'
204
+ }
205
+ });
206
+ //# sourceMappingURL=limited-time-offer-card.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_react","require","_reactNative","_logger","_numeral","_countdownTimer","_controller","_interopRequireDefault","_launcher","_tyradsSdkCore","_colors","_jsxRuntime","e","__esModule","default","LimitedTimeOfferCard","activatedCampaign","controller","InAppNotificationController","getInstance","useEffect","Logger","log","handleButtonPress","link","acmoLaunchURL","jsxs","View","style","styles","container","children","jsx","Image","source","bgImage","appHeader","uri","app","thumbnail","Text","appName","title","FlatList","data","limitedTimeEvents","keyExtractor","_","index","toString","renderItem","item","event","eventContainer","eventNameContainer","eventName","eventPayoutRow","eventCurrencyIcon","Object","values","availableCurrencies","currencyIcon","eventPayout","color","TyradsSdkCore","mainColor","numeral","payoutInfo","payoutAmountConverted","showCountdown","eventStatus","conversionStatus","getFinalStatusString","timerContainer","CountdownTimer","timer","duration","limitedTimeEventRemainingSeconds","eventsContainer","showsVerticalScrollIndicator","nestedScrollEnabled","TouchableOpacity","filledButton","backgroundColor","onPress","previewUrl","activeOpacity","btnText","getContrastColor","exports","StyleSheet","create","position","borderRadius","width","maxWidth","height","padding","overflow","right","bottom","marginRight","flexDirection","alignItems","marginBottom","fontSize","fontWeight","maxHeight","paddingVertical","paddingHorizontal","justifyContent","shadowColor","shadowOffset","shadowOpacity","shadowRadius","marginTop","resizeMode"],"sourceRoot":"../../../../../../../src","sources":["acmo/modules/inapp-notifications/limited-time-offer/components/limited-time-offer-card.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,155 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.LimitedTimeEventsNotif = void 0;
7
+ var _react = require("react");
8
+ var _reactNative = require("react-native");
9
+ var _controller = _interopRequireDefault(require("../controller.js"));
10
+ var _modalWrapper = require("../components/modal-wrapper.js");
11
+ var _gradient_card = require("../components/gradient_card.js");
12
+ var _logger = require("../../../core/helpers/logger.js");
13
+ var _limitedTimeOfferCard = require("./components/limited-time-offer-card.js");
14
+ var _snapCarousel = _interopRequireDefault(require("../../../core/components/snap-carousel.js"));
15
+ var _inappNotificationManager = _interopRequireDefault(require("../inapp-notification-manager.js"));
16
+ var _tyradsSdkCore = _interopRequireDefault(require("../../../core/tyrads-sdk-core.js"));
17
+ var _jsxRuntime = require("react/jsx-runtime");
18
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
19
+ const SCREEN_WIDTH = _reactNative.Dimensions.get('window').width;
20
+ const LimitedTimeEventsNotif = ({
21
+ useModal = true
22
+ }) => {
23
+ const [visible, setVisible] = (0, _react.useState)(false);
24
+ const [limitedTimeEvents, setLimitedTimeEvents] = (0, _react.useState)([]);
25
+ const controller = _controller.default.getInstance();
26
+ const notificationManager = _inappNotificationManager.default.getInstance();
27
+ (0, _react.useEffect)(() => {
28
+ const updateFromController = () => {
29
+ if (controller.limitedTimeEvents) {
30
+ const limitedTimeEventsArray = controller.limitedTimeEvents;
31
+ _logger.Logger.log('limitedTimeEvents', limitedTimeEventsArray);
32
+ setLimitedTimeEvents(limitedTimeEventsArray);
33
+ } else {
34
+ setLimitedTimeEvents(null);
35
+ }
36
+ };
37
+ updateFromController();
38
+ const unsubscribe = controller.addListener(updateFromController);
39
+ return unsubscribe;
40
+ }, []);
41
+ (0, _react.useEffect)(() => {
42
+ const hasEvents = limitedTimeEvents?.length !== undefined && limitedTimeEvents?.length > 0;
43
+ if (hasEvents) {
44
+ notificationManager.setLimitedTimeVisible(true);
45
+ setVisible(true);
46
+ controller.markLimitedTimeOffersAsShown();
47
+ } else {
48
+ notificationManager.setLimitedTimeVisible(false);
49
+ }
50
+ }, [limitedTimeEvents]);
51
+ const handleClose = () => {
52
+ setVisible(false);
53
+ notificationManager.setLimitedTimeVisible(false);
54
+ if (!useModal) {
55
+ _tyradsSdkCore.default.dismissInAppNotification();
56
+ }
57
+ };
58
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_modalWrapper.CardAlert, {
59
+ visible: visible,
60
+ onClose: handleClose,
61
+ useModal: useModal,
62
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_gradient_card.CardGradient, {
63
+ onClose: handleClose,
64
+ children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
65
+ style: styles.title,
66
+ children: "Limited Time Offer"
67
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
68
+ style: styles.horizontalLine
69
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
70
+ style: styles.text,
71
+ children: "Limited time offer unlocked! Play now and claim extra rewards!"
72
+ }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_snapCarousel.default, {
73
+ data: limitedTimeEvents,
74
+ renderItem: ({
75
+ item,
76
+ index
77
+ }) => /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
78
+ style: {
79
+ paddingHorizontal: 6
80
+ },
81
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_limitedTimeOfferCard.LimitedTimeOfferCard, {
82
+ activatedCampaign: item
83
+ })
84
+ }, index),
85
+ sliderWidth: SCREEN_WIDTH * 0.9 - 32,
86
+ itemWidth: limitedTimeEvents?.length == 1 ? SCREEN_WIDTH * 0.82 : SCREEN_WIDTH * 0.65,
87
+ loop: false,
88
+ paginationContainerStyle: {
89
+ marginTop: 16,
90
+ paddingVertical: 0
91
+ },
92
+ autoplay: true
93
+ })]
94
+ })
95
+ });
96
+ };
97
+ exports.LimitedTimeEventsNotif = LimitedTimeEventsNotif;
98
+ const styles = _reactNative.StyleSheet.create({
99
+ title: {
100
+ fontSize: 16,
101
+ fontWeight: '700',
102
+ color: '#1E2020',
103
+ textAlign: 'center',
104
+ marginTop: 20
105
+ },
106
+ horizontalLine: {
107
+ width: '100%',
108
+ borderBottomColor: '#E0E2E7',
109
+ borderBottomWidth: 1,
110
+ marginVertical: 16
111
+ },
112
+ text: {
113
+ fontSize: 12,
114
+ fontWeight: '400',
115
+ color: '#1E2020',
116
+ textAlign: 'center',
117
+ marginBottom: 16
118
+ },
119
+ timerContainer: {
120
+ flexDirection: 'row',
121
+ justifyContent: 'center',
122
+ alignItems: 'center',
123
+ marginBottom: 16,
124
+ backgroundColor: "#FF554A",
125
+ paddingVertical: 4,
126
+ borderRadius: 20
127
+ },
128
+ timer: {
129
+ fontSize: 12,
130
+ fontWeight: '700',
131
+ color: '#FFFFFF'
132
+ },
133
+ timerMessage: {
134
+ fontSize: 12,
135
+ fontWeight: '700',
136
+ color: '#FFFFFF',
137
+ marginLeft: 8
138
+ },
139
+ outlinedButton: {
140
+ borderWidth: 2,
141
+ borderRadius: 30,
142
+ justifyContent: 'center',
143
+ height: 42
144
+ },
145
+ outlinedButtonTextContainer: {
146
+ justifyContent: 'center',
147
+ alignItems: 'center'
148
+ },
149
+ outlinedButtonText: {
150
+ color: '#02B5BE',
151
+ fontSize: 14,
152
+ fontWeight: '600'
153
+ }
154
+ });
155
+ //# sourceMappingURL=limited-time-notif.js.map