@moneylion/react-native-offer-carousel 1.8.4 → 1.9.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 (305) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.js.map +1 -1
  3. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.js.map +1 -1
  4. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/index.js.map +1 -1
  5. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.js.map +1 -1
  6. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/percentage.js.map +1 -1
  7. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.js.map +1 -1
  8. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.js.map +1 -1
  9. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.js.map +1 -1
  10. package/lib/commonjs/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.js +1 -2
  11. package/lib/commonjs/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.js.map +1 -1
  12. package/lib/commonjs/components/Button/index.js +1 -2
  13. package/lib/commonjs/components/Button/index.js.map +1 -1
  14. package/lib/commonjs/components/Common/BaseOfferCard/index.js.map +1 -1
  15. package/lib/commonjs/components/Common/DynamicOfferCard/SeeMore.js +1 -2
  16. package/lib/commonjs/components/Common/DynamicOfferCard/SeeMore.js.map +1 -1
  17. package/lib/commonjs/components/DynamicOffers/DynamicOffersContainer.js +1 -2
  18. package/lib/commonjs/components/DynamicOffers/DynamicOffersContainer.js.map +1 -1
  19. package/lib/commonjs/components/DynamicOffers/Render/DynamicOffersRender.js +1 -2
  20. package/lib/commonjs/components/DynamicOffers/Render/DynamicOffersRender.js.map +1 -1
  21. package/lib/commonjs/components/DynamicOffers/Render/Offer.js +1 -2
  22. package/lib/commonjs/components/DynamicOffers/Render/Offer.js.map +1 -1
  23. package/lib/commonjs/components/Modal/AllOffersModal.js +1 -2
  24. package/lib/commonjs/components/Modal/AllOffersModal.js.map +1 -1
  25. package/lib/commonjs/components/MoneyLionOfferCarousel.js +24 -4
  26. package/lib/commonjs/components/MoneyLionOfferCarousel.js.map +1 -1
  27. package/lib/commonjs/components/Skeleton/Skeleton.js +1 -2
  28. package/lib/commonjs/components/Skeleton/Skeleton.js.map +1 -1
  29. package/lib/commonjs/components/Touchable/index.js +1 -2
  30. package/lib/commonjs/components/Touchable/index.js.map +1 -1
  31. package/lib/commonjs/components/utils/errorUtils.js +18 -23
  32. package/lib/commonjs/components/utils/errorUtils.js.map +1 -1
  33. package/lib/commonjs/context/ConfigurationProvider.js +1 -2
  34. package/lib/commonjs/context/ConfigurationProvider.js.map +1 -1
  35. package/lib/commonjs/context/EventHandlerProvider.js +1 -2
  36. package/lib/commonjs/context/EventHandlerProvider.js.map +1 -1
  37. package/lib/commonjs/context/ThemeProvider.js +1 -2
  38. package/lib/commonjs/context/ThemeProvider.js.map +1 -1
  39. package/lib/commonjs/version.js +1 -1
  40. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.js.map +1 -1
  41. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.js.map +1 -1
  42. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/index.js +18 -19
  43. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/index.js.map +1 -1
  44. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.js.map +1 -1
  45. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/percentage.js.map +1 -1
  46. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.js.map +1 -1
  47. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.js.map +1 -1
  48. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.js.map +1 -1
  49. package/lib/module/components/Common/BaseOfferCard/index.js.map +1 -1
  50. package/lib/module/components/MoneyLionOfferCarousel.js +24 -3
  51. package/lib/module/components/MoneyLionOfferCarousel.js.map +1 -1
  52. package/lib/module/components/utils/errorUtils.js +18 -23
  53. package/lib/module/components/utils/errorUtils.js.map +1 -1
  54. package/lib/module/version.js +1 -1
  55. package/lib/typescript/src/apiEnvironment.d.ts.map +1 -1
  56. package/lib/typescript/src/capabilities/configuration/src/brands/checkVisualEligibility.d.ts.map +1 -1
  57. package/lib/typescript/src/capabilities/configuration/src/brands/createDerivedBrands.d.ts.map +1 -1
  58. package/lib/typescript/src/capabilities/configuration/src/brands/types.d.ts.map +1 -1
  59. package/lib/typescript/src/capabilities/configuration/src/userData/types.d.ts +6 -0
  60. package/lib/typescript/src/capabilities/configuration/src/userData/types.d.ts.map +1 -1
  61. package/lib/typescript/src/capabilities/core/src/domain/third-party-search/orderProductTypesByRankUtils.d.ts.map +1 -1
  62. package/lib/typescript/src/capabilities/errors/types/index.d.ts.map +1 -1
  63. package/lib/typescript/src/capabilities/offer-catalog/src/api/offerCatalogApi.d.ts +2 -2
  64. package/lib/typescript/src/capabilities/offer-catalog/src/api/offerCatalogApi.d.ts.map +1 -1
  65. package/lib/typescript/src/capabilities/offer-catalog/src/utils/arrayToMarkdownList.d.ts.map +1 -1
  66. package/lib/typescript/src/capabilities/offer-catalog/src/utils/contextUtil.d.ts.map +1 -1
  67. package/lib/typescript/src/capabilities/offer-catalog/src/utils/formatUtils.d.ts.map +1 -1
  68. package/lib/typescript/src/capabilities/offer-catalog/src/utils/getEventCallbackContext.d.ts.map +1 -1
  69. package/lib/typescript/src/capabilities/offer-catalog/src/utils/getOfferUrl.d.ts.map +1 -1
  70. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/annualFee.d.ts.map +1 -1
  71. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/boolean.d.ts.map +1 -1
  72. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/common.d.ts.map +1 -1
  73. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.d.ts.map +1 -1
  74. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currency.d.ts.map +1 -1
  75. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.d.ts.map +1 -1
  76. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.d.ts.map +1 -1
  77. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.d.ts.map +1 -1
  78. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/index.d.ts +18 -19
  79. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/index.d.ts.map +1 -1
  80. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.d.ts.map +1 -1
  81. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.d.ts.map +1 -1
  82. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.d.ts.map +1 -1
  83. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.d.ts.map +1 -1
  84. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.d.ts.map +1 -1
  85. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.d.ts.map +1 -1
  86. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.d.ts.map +1 -1
  87. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.d.ts.map +1 -1
  88. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.d.ts.map +1 -1
  89. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.d.ts.map +1 -1
  90. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/index.d.ts.map +1 -1
  91. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.d.ts.map +1 -1
  92. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts +11 -11
  93. package/lib/typescript/src/capabilities/offers/pipeline/src/sources/ratetables/withDeviceSignals.d.ts.map +1 -1
  94. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.d.ts +2 -2
  95. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/Abbreviation.d.ts.map +1 -1
  96. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/components.d.ts +4 -4
  97. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/components.d.ts.map +1 -1
  98. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/index.d.ts.map +1 -1
  99. package/lib/typescript/src/capabilities/ui/elements/src/components/MarkdownText/markdownPreprocessor.d.ts.map +1 -1
  100. package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/index.d.ts.map +1 -1
  101. package/lib/typescript/src/capabilities/ui/elements/src/offerCardAttributes.d.ts +1 -2
  102. package/lib/typescript/src/capabilities/ui/elements/src/offerCardAttributes.d.ts.map +1 -1
  103. package/lib/typescript/src/components/Common/BaseOfferCard/Stat/Stat.d.ts +3 -3
  104. package/lib/typescript/src/components/Common/BaseOfferCard/Stat/Stat.d.ts.map +1 -1
  105. package/lib/typescript/src/components/Common/BaseOfferCard/Stat/index.d.ts.map +1 -1
  106. package/lib/typescript/src/components/Common/BaseOfferCard/StatsContainer/StatsContainer.d.ts.map +1 -1
  107. package/lib/typescript/src/components/Common/BaseOfferCard/index.d.ts +7 -7
  108. package/lib/typescript/src/components/Common/BaseOfferCard/index.d.ts.map +1 -1
  109. package/lib/typescript/src/components/Common/DynamicOfferCard/CallToAction.d.ts.map +1 -1
  110. package/lib/typescript/src/components/Common/DynamicOfferCard/SeeMore.d.ts.map +1 -1
  111. package/lib/typescript/src/components/Divider/index.d.ts.map +1 -1
  112. package/lib/typescript/src/components/DynamicOffers/DynamicOffers.d.ts.map +1 -1
  113. package/lib/typescript/src/components/DynamicOffers/DynamicOffersContainer.d.ts.map +1 -1
  114. package/lib/typescript/src/components/DynamicOffers/Render/DynamicOffersRender.d.ts.map +1 -1
  115. package/lib/typescript/src/components/DynamicOffers/Render/Offer.d.ts.map +1 -1
  116. package/lib/typescript/src/components/DynamicOffers/SeeAllButton.d.ts.map +1 -1
  117. package/lib/typescript/src/components/Layouts/CreditCardOfferCard/index.d.ts.map +1 -1
  118. package/lib/typescript/src/components/Layouts/CreditCardOfferCard/statsBuilder.d.ts.map +1 -1
  119. package/lib/typescript/src/components/Layouts/DefaultOfferCard/index.d.ts.map +1 -1
  120. package/lib/typescript/src/components/Layouts/DefaultOfferCard/statsBuilder.d.ts.map +1 -1
  121. package/lib/typescript/src/components/Layouts/HeadlineWithDescriptionCard/index.d.ts.map +1 -1
  122. package/lib/typescript/src/components/Modal/AllOffersModal.d.ts.map +1 -1
  123. package/lib/typescript/src/components/Modal/OfferDetailsModal.d.ts.map +1 -1
  124. package/lib/typescript/src/components/MoneyLionOfferCarousel.d.ts.map +1 -1
  125. package/lib/typescript/src/components/Skeleton/Skeleton.d.ts.map +1 -1
  126. package/lib/typescript/src/components/Touchable/TouchableOpacity.d.ts +0 -1
  127. package/lib/typescript/src/components/Touchable/TouchableOpacity.d.ts.map +1 -1
  128. package/lib/typescript/src/components/utils/errorUtils.d.ts +3 -3
  129. package/lib/typescript/src/components/utils/errorUtils.d.ts.map +1 -1
  130. package/lib/typescript/src/context/ConfigurationProvider.d.ts.map +1 -1
  131. package/lib/typescript/src/services/getDynamicOffers.d.ts.map +1 -1
  132. package/lib/typescript/src/services/getProductTypes.d.ts.map +1 -1
  133. package/lib/typescript/src/services/getProductTypesByQuery.d.ts.map +1 -1
  134. package/lib/typescript/src/utils/addClientTagsToOfferLinks.d.ts.map +1 -1
  135. package/lib/typescript/src/utils/formatOfferUrl.d.ts +39 -44
  136. package/lib/typescript/src/utils/formatOfferUrl.d.ts.map +1 -1
  137. package/lib/typescript/src/utils/getDefaultProductType.d.ts.map +1 -1
  138. package/lib/typescript/src/utils/getEnableUseCachedOffers.d.ts.map +1 -1
  139. package/lib/typescript/src/utils/getOffersByProductTypes.d.ts +3 -3
  140. package/lib/typescript/src/utils/getOffersByProductTypes.d.ts.map +1 -1
  141. package/lib/typescript/src/utils/getProductTypesDefinition.d.ts.map +1 -1
  142. package/lib/typescript/src/utils/getThemeColors.d.ts.map +1 -1
  143. package/lib/typescript/src/utils/parseStringProductTypes.d.ts.map +1 -1
  144. package/lib/typescript/src/utils/resolveProductTypes.d.ts.map +1 -1
  145. package/lib/typescript/src/utils/selectDynamicOffers.d.ts.map +1 -1
  146. package/lib/typescript/src/utils/sortOffersByRecommendationScore.d.ts.map +1 -1
  147. package/lib/typescript/src/version.d.ts +1 -1
  148. package/package.json +79 -137
  149. package/src/capabilities/configuration/src/userData/types.ts +6 -0
  150. package/src/capabilities/errors/types/index.ts +4 -2
  151. package/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.ts +0 -1
  152. package/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.ts +0 -1
  153. package/src/capabilities/offer-catalog/src/utils/stats/formatters/index.ts +18 -19
  154. package/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.ts +0 -1
  155. package/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.ts +0 -1
  156. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrency.ts +0 -1
  157. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.ts +0 -1
  158. package/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.ts +0 -1
  159. package/src/capabilities/offers/pipeline/src/sources/ratetables/offer-catalog/types/oas/offer-catalog.ts +1 -1
  160. package/src/capabilities/offers/pipeline/src/sources/ratetables/types/PublicApi.d.ts +1939 -1921
  161. package/src/components/Common/BaseOfferCard/Stat/index.tsx +1 -1
  162. package/src/components/Common/BaseOfferCard/index.tsx +0 -2
  163. package/src/components/MoneyLionOfferCarousel.tsx +42 -3
  164. package/src/components/utils/errorUtils.ts +17 -23
  165. package/src/version.ts +1 -1
  166. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.js +0 -60
  167. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.js.map +0 -1
  168. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.js +0 -62
  169. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.js.map +0 -1
  170. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.js +0 -31
  171. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.js.map +0 -1
  172. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.js +0 -208
  173. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.js.map +0 -1
  174. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.js +0 -24
  175. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.js.map +0 -1
  176. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.js +0 -40
  177. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.js.map +0 -1
  178. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.js +0 -43
  179. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.js.map +0 -1
  180. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.js +0 -32
  181. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.js.map +0 -1
  182. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.js +0 -69
  183. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.js.map +0 -1
  184. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.js +0 -72
  185. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.js.map +0 -1
  186. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.js +0 -29
  187. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.js.map +0 -1
  188. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.js +0 -46
  189. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.js.map +0 -1
  190. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.js +0 -83
  191. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.js.map +0 -1
  192. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.js +0 -28
  193. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.js.map +0 -1
  194. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.js +0 -30
  195. package/lib/commonjs/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.js.map +0 -1
  196. package/lib/commonjs/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.js +0 -44
  197. package/lib/commonjs/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.js.map +0 -1
  198. package/lib/commonjs/components/Cards/VideosCard/VideoContent.js +0 -38
  199. package/lib/commonjs/components/Cards/VideosCard/VideoContent.js.map +0 -1
  200. package/lib/commonjs/components/Cards/VideosCard/VideosCard.js +0 -56
  201. package/lib/commonjs/components/Cards/VideosCard/VideosCard.js.map +0 -1
  202. package/lib/commonjs/components/Cards/index.js +0 -3
  203. package/lib/commonjs/components/Cards/index.js.map +0 -1
  204. package/lib/commonjs/components/Common/BaseOfferCard/ThumbsUpIcon.js +0 -29
  205. package/lib/commonjs/components/Common/BaseOfferCard/ThumbsUpIcon.js.map +0 -1
  206. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.js +0 -59
  207. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.js.map +0 -1
  208. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.js +0 -61
  209. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.js.map +0 -1
  210. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.js +0 -30
  211. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.js.map +0 -1
  212. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.js +0 -207
  213. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.js.map +0 -1
  214. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.js +0 -23
  215. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.js.map +0 -1
  216. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.js +0 -39
  217. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.js.map +0 -1
  218. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.js +0 -42
  219. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.js.map +0 -1
  220. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.js +0 -31
  221. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.js.map +0 -1
  222. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.js +0 -68
  223. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.js.map +0 -1
  224. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.js +0 -71
  225. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.js.map +0 -1
  226. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.js +0 -28
  227. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.js.map +0 -1
  228. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.js +0 -45
  229. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.js.map +0 -1
  230. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.js +0 -82
  231. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.js.map +0 -1
  232. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.js +0 -27
  233. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.js.map +0 -1
  234. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.js +0 -29
  235. package/lib/module/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.js.map +0 -1
  236. package/lib/module/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.js +0 -43
  237. package/lib/module/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.js.map +0 -1
  238. package/lib/module/components/Cards/VideosCard/VideoContent.js +0 -37
  239. package/lib/module/components/Cards/VideosCard/VideoContent.js.map +0 -1
  240. package/lib/module/components/Cards/VideosCard/VideosCard.js +0 -55
  241. package/lib/module/components/Cards/VideosCard/VideosCard.js.map +0 -1
  242. package/lib/module/components/Cards/index.js +0 -2
  243. package/lib/module/components/Cards/index.js.map +0 -1
  244. package/lib/module/components/Common/BaseOfferCard/ThumbsUpIcon.js +0 -21
  245. package/lib/module/components/Common/BaseOfferCard/ThumbsUpIcon.js.map +0 -1
  246. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.d.ts +0 -1
  247. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.d.ts.map +0 -1
  248. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.d.ts +0 -1
  249. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.d.ts.map +0 -1
  250. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.d.ts +0 -1
  251. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.d.ts.map +0 -1
  252. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.d.ts +0 -1
  253. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.d.ts.map +0 -1
  254. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.d.ts +0 -1
  255. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.d.ts.map +0 -1
  256. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.d.ts +0 -1
  257. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.d.ts.map +0 -1
  258. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.d.ts +0 -1
  259. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.d.ts.map +0 -1
  260. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.d.ts +0 -1
  261. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.d.ts.map +0 -1
  262. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.d.ts +0 -1
  263. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.d.ts.map +0 -1
  264. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.d.ts +0 -1
  265. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.d.ts.map +0 -1
  266. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.d.ts +0 -1
  267. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.d.ts.map +0 -1
  268. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.d.ts +0 -1
  269. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.d.ts.map +0 -1
  270. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.d.ts +0 -1
  271. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.d.ts.map +0 -1
  272. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.d.ts +0 -1
  273. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.d.ts.map +0 -1
  274. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.d.ts +0 -1
  275. package/lib/typescript/src/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.d.ts.map +0 -1
  276. package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.d.ts +0 -1
  277. package/lib/typescript/src/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.d.ts.map +0 -1
  278. package/lib/typescript/src/components/Cards/VideosCard/VideoContent.d.ts +0 -1
  279. package/lib/typescript/src/components/Cards/VideosCard/VideoContent.d.ts.map +0 -1
  280. package/lib/typescript/src/components/Cards/VideosCard/VideosCard.d.ts +0 -1
  281. package/lib/typescript/src/components/Cards/VideosCard/VideosCard.d.ts.map +0 -1
  282. package/lib/typescript/src/components/Cards/index.d.ts +0 -1
  283. package/lib/typescript/src/components/Cards/index.d.ts.map +0 -1
  284. package/lib/typescript/src/components/Common/BaseOfferCard/ThumbsUpIcon.d.ts +0 -3
  285. package/lib/typescript/src/components/Common/BaseOfferCard/ThumbsUpIcon.d.ts.map +0 -1
  286. package/src/capabilities/offer-catalog/src/utils/stats/formatters/boolean.spec.ts +0 -58
  287. package/src/capabilities/offer-catalog/src/utils/stats/formatters/common.spec.ts +0 -60
  288. package/src/capabilities/offer-catalog/src/utils/stats/formatters/creditBureaus.spec.ts +0 -29
  289. package/src/capabilities/offer-catalog/src/utils/stats/formatters/currencyOrBasis.spec.ts +0 -206
  290. package/src/capabilities/offer-catalog/src/utils/stats/formatters/freeTrialDays.spec.ts +0 -22
  291. package/src/capabilities/offer-catalog/src/utils/stats/formatters/fromListStringWithAnd.spec.ts +0 -38
  292. package/src/capabilities/offer-catalog/src/utils/stats/formatters/monthlyOrAnnualCurrency.spec.ts +0 -41
  293. package/src/capabilities/offer-catalog/src/utils/stats/formatters/percentage.spec.ts +0 -30
  294. package/src/capabilities/offer-catalog/src/utils/stats/formatters/purchaseApr.spec.ts +0 -67
  295. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyByTime.spec.ts +0 -70
  296. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeCurrencyUnabbreviated.spec.ts +0 -27
  297. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rangeMonths.spec.ts +0 -44
  298. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rangePercent.spec.ts +0 -81
  299. package/src/capabilities/offer-catalog/src/utils/stats/formatters/recommendedCredit.spec.ts +0 -26
  300. package/src/capabilities/offer-catalog/src/utils/stats/formatters/rewardsDisplay.spec.ts +0 -28
  301. package/src/capabilities/ui/elements/src/components/thumbor/useSvgUriViewBox.test.ts +0 -42
  302. package/src/components/Cards/VideosCard/VideoContent.tsx +0 -36
  303. package/src/components/Cards/VideosCard/VideosCard.tsx +0 -54
  304. package/src/components/Cards/index.ts +0 -1
  305. package/src/components/Common/BaseOfferCard/ThumbsUpIcon.tsx +0 -27
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layouts/HeadlineWithDescriptionCard/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,2BAA2B,IAAI,uCAAuC,EAAE,MAAM,kBAAkB,CAAC;AAG/G,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEzE,KAAK,gCAAgC,GAAG;IACvC,kBAAkB,EAAE,uCAAuC,CAAC;IAC5D,KAAK,EAAE,SAAS,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,2BAA2B,wHAQrC,gCAAgC,sBA+ClC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Layouts/HeadlineWithDescriptionCard/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,2BAA2B,IAAI,uCAAuC,EAAE,MAAM,kBAAkB,CAAC;AAG/G,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAEzE,KAAK,gCAAgC,GAAG;IACvC,kBAAkB,EAAE,uCAAuC,CAAC;IAC5D,KAAK,EAAE,SAAS,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,OAAO,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,2BAA2B,GAAI,qHAQzC,gCAAgC,sBA+ClC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AllOffersModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/AllOffersModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAgB9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAIxE,KAAK,mBAAmB,GAAG;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,iBAAiB,CAAC;CAC1B,CAAC;AA0BF,eAAO,MAAM,cAAc,kCAIxB,mBAAmB,sBA8HrB,CAAC"}
1
+ {"version":3,"file":"AllOffersModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/AllOffersModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAgB9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AAIxE,KAAK,mBAAmB,GAAG;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,iBAAiB,CAAC;CAC1B,CAAC;AA0BF,eAAO,MAAM,cAAc,GAAI,+BAI5B,mBAAmB,sBA8HrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"OfferDetailsModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/OfferDetailsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAItE,KAAK,sBAAsB,GAAG;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAIF,eAAO,MAAM,iBAAiB,6CAK3B,sBAAsB,sBAuExB,CAAC"}
1
+ {"version":3,"file":"OfferDetailsModal.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/OfferDetailsModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AAItE,KAAK,sBAAsB,GAAG;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,SAAS,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,IAAI,CAAC;CACpB,CAAC;AAIF,eAAO,MAAM,iBAAiB,GAAI,0CAK/B,sBAAsB,sBAuExB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"MoneyLionOfferCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/MoneyLionOfferCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAKb,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,MAAM,OAAO,CAAC;AASf,OAAO,EAAiB,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAEN,KAAK,uBAAuB,EAC5B,MAAM,iCAAiC,CAAC;AAGzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AAIjF,OAAO,KAAK,EAGX,uBAAuB,EACvB,eAAe,EACf,MAAM,8BAA8B,CAAC;AAItC,MAAM,MAAM,WAAW,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACzC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IACjC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,KAAK,EAAE,OAAO,CAAC;IACf,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACpB,GAAG,IAAI,CAAC,uBAAuB,EAAE,eAAe,GAAG,UAAU,CAAC,CAAC;AAEhE,MAAM,WAAW,mCAChB,SAAQ,IAAI,CAAC,2BAA2B,EAAE,YAAY,CAAC;IACvD,OAAO,EAAE,UAAU,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,GAAG,CAAC;IACd,UAAU,EAAE,QAAQ,CAAC,cAAc,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC;IACxD,WAAW,EAAE,QAAQ,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3C,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC;AA4TD,eAAO,MAAM,sBAAsB,UAC3B,2BAA2B,GACjC,KAAK,uBAAuB,EAAE,eAAe,GAAG,UAAU,CAAC,sBA6C5D,CAAC"}
1
+ {"version":3,"file":"MoneyLionOfferCarousel.d.ts","sourceRoot":"","sources":["../../../../src/components/MoneyLionOfferCarousel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAKb,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,MAAM,OAAO,CAAC;AASf,OAAO,EAAiB,KAAK,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EAEN,KAAK,uBAAuB,EAC5B,MAAM,iCAAiC,CAAC;AAGzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AAIjF,OAAO,KAAK,EAGX,uBAAuB,EACvB,eAAe,EACf,MAAM,8BAA8B,CAAC;AAItC,MAAM,MAAM,WAAW,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG;IACzC,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,UAAU,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,CAAC;IACjC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,KAAK,EAAE,OAAO,CAAC;IACf,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,MAAM,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACpB,GAAG,IAAI,CAAC,uBAAuB,EAAE,eAAe,GAAG,UAAU,CAAC,CAAC;AAEhE,MAAM,WAAW,mCAAoC,SAAQ,IAAI,CAChE,2BAA2B,EAC3B,YAAY,CACZ;IACA,OAAO,EAAE,UAAU,GAAG,IAAI,CAAC;IAC3B,QAAQ,EAAE,GAAG,CAAC;IACd,UAAU,EAAE,QAAQ,CAAC,cAAc,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC,CAAC;IACxD,WAAW,EAAE,QAAQ,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3C,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC;AAiWD,eAAO,MAAM,sBAAsB,GAClC,OAAO,2BAA2B,GACjC,IAAI,CAAC,uBAAuB,EAAE,eAAe,GAAG,UAAU,CAAC,sBA6C5D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,KAAK,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAC;AAE9D,UAAU,aAAa;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,eAAe,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,QAAA,MAAM,QAAQ,UAAW,aAAa,sBAgErC,CAAC;AAQF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAGjD,KAAK,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAC;AAE9D,UAAU,aAAa;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,eAAe,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,QAAA,MAAM,QAAQ,GAAI,OAAO,aAAa,sBAgErC,CAAC;AAQF,eAAe,QAAQ,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TouchableOpacity as RNTouchableOpacity } from "react-native";
3
2
  export type TouchableOpacityProps = React.ComponentProps<typeof RNTouchableOpacity>;
4
3
  export type TouchableOpacityRef = React.ElementRef<typeof RNTouchableOpacity>;
@@ -1 +1 @@
1
- {"version":3,"file":"TouchableOpacity.d.ts","sourceRoot":"","sources":["../../../../../src/components/Touchable/TouchableOpacity.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAItE,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CACvD,OAAO,kBAAkB,CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9E,QAAA,MAAM,gBAAgB,wQAErB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"TouchableOpacity.d.ts","sourceRoot":"","sources":["../../../../../src/components/Touchable/TouchableOpacity.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,IAAI,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAItE,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,cAAc,CACvD,OAAO,kBAAkB,CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9E,QAAA,MAAM,gBAAgB,wQAErB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -9,13 +9,13 @@ import type { InternalMoneyLionOfferCarouselError } from "../../capabilities/err
9
9
  export declare const getCustomApiErrorStatusCode: (error: unknown) => number | null;
10
10
  /**
11
11
  * Builds API error log properties from an error object.
12
- * Checks if the error is a network error, and categorizes it as:
12
+ * Checks if the error is a network error (HTTP 4xx or 5xx), and categorizes it as:
13
13
  * - Client-side error (4xx status codes)
14
14
  * - Server-side error (5xx status codes)
15
- * - Other network error
15
+ *
16
+ * Non-error HTTP status codes (2xx, 3xx) are not classified as network errors.
16
17
  *
17
18
  * @param error - The error object (can be any type)
18
- * @param message - The error message to include in the log properties
19
19
  * @returns InternalMoneyLionOfferCarouselError object if it's a network error, null otherwise
20
20
  */
21
21
  export declare const getApiErrorLogProperties: (error: Error | unknown) => Omit<InternalMoneyLionOfferCarouselError, "message"> | null;
@@ -1 +1 @@
1
- {"version":3,"file":"errorUtils.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/errorUtils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAE3F;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,UAAW,OAAO,KAAG,MAAM,GAAG,IAQrE,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,wBAAwB,UAC7B,KAAK,GAAG,OAAO,KACpB,KAAK,mCAAmC,EAAE,SAAS,CAAC,GAAG,IAoCzD,CAAC"}
1
+ {"version":3,"file":"errorUtils.d.ts","sourceRoot":"","sources":["../../../../../src/components/utils/errorUtils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,iCAAiC,CAAC;AAE3F;;;;;;GAMG;AACH,eAAO,MAAM,2BAA2B,GAAI,OAAO,OAAO,KAAG,MAAM,GAAG,IAQrE,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,wBAAwB,GACpC,OAAO,KAAK,GAAG,OAAO,KACpB,IAAI,CAAC,mCAAmC,EAAE,SAAS,CAAC,GAAG,IA8BzD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigurationProvider.d.ts","sourceRoot":"","sources":["../../../../src/context/ConfigurationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAA6B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzE,UAAU,yBAAyB;IAClC,qBAAqB,EAAE,OAAO,CAAC;CAC/B;AAMD,UAAU,0BAA0B;IACnC,QAAQ,EAAE,SAAS,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;CAC/B;AAED,eAAO,MAAM,qBAAqB,yCAG/B,0BAA0B,sBAM5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,iCAQ5B,CAAC"}
1
+ {"version":3,"file":"ConfigurationProvider.d.ts","sourceRoot":"","sources":["../../../../src/context/ConfigurationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAA6B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzE,UAAU,yBAAyB;IAClC,qBAAqB,EAAE,OAAO,CAAC;CAC/B;AAMD,UAAU,0BAA0B;IACnC,QAAQ,EAAE,SAAS,CAAC;IACpB,qBAAqB,EAAE,OAAO,CAAC;CAC/B;AAED,eAAO,MAAM,qBAAqB,GAAI,sCAGnC,0BAA0B,sBAM5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,iCAQ5B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getDynamicOffers.d.ts","sourceRoot":"","sources":["../../../../src/services/getDynamicOffers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACX,oBAAoB,EACpB,kBAAkB,EAClB,MAAM,mBAAmB,CAAC;AAI3B,OAAO,KAAK,EACX,eAAe,EACf,qBAAqB,EACrB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AACjF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACxF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,qBAAqB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;IAC7C,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,qBAAqB,EAAE,CAAC;IAChD,0BAA0B,EAAE,eAAe,EAAE,CAAC;IAC9C,OAAO,EAAE,UAAU,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,GAAG,IAAI,CACP,oBAAoB,EAClB,SAAS,GACT,kBAAkB,GAClB,OAAO,GACP,WAAW,GACX,UAAU,GACV,gBAAgB,CAClB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,mKAW1B,KAAK,qBAAqB,EAAE,OAAO,CAAC;;;;;;EAkDtC,CAAC"}
1
+ {"version":3,"file":"getDynamicOffers.d.ts","sourceRoot":"","sources":["../../../../src/services/getDynamicOffers.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACX,oBAAoB,EACpB,kBAAkB,EAClB,MAAM,mBAAmB,CAAC;AAI3B,OAAO,KAAK,EACX,eAAe,EACf,qBAAqB,EACrB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AACjF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACxF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,qBAAqB,GAAG;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;IAC7C,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,qBAAqB,EAAE,CAAC;IAChD,0BAA0B,EAAE,eAAe,EAAE,CAAC;IAC9C,OAAO,EAAE,UAAU,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,GAAG,IAAI,CACP,oBAAoB,EAClB,SAAS,GACT,kBAAkB,GAClB,OAAO,GACP,WAAW,GACX,UAAU,GACV,gBAAgB,CAClB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,GAAU,gKAWpC,IAAI,CAAC,qBAAqB,EAAE,OAAO,CAAC;;;;;;EAkDtC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/services/getProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAG5E,MAAM,MAAM,oBAAoB,GAAG;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,cAAc,GAAG,SAAS,CAAC;AAEzE,MAAM,MAAM,kBAAkB,GAAG;IAChC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;CACvB,CAAC;AAQF;;;;GAIG;AACH,eAAO,MAAM,eAAe,gFAOzB,oBAAoB,KAAG,QAAQ,kBAAkB,CAmBnD,CAAC"}
1
+ {"version":3,"file":"getProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/services/getProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAG5E,MAAM,MAAM,oBAAoB,GAAG;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,cAAc,GAAG,SAAS,CAAC;AAEzE,MAAM,MAAM,kBAAkB,GAAG;IAChC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;CACvB,CAAC;AAQF;;;;GAIG;AACH,eAAO,MAAM,eAAe,GAAU,6EAOnC,oBAAoB,KAAG,OAAO,CAAC,kBAAkB,CAmBnD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getProductTypesByQuery.d.ts","sourceRoot":"","sources":["../../../../src/services/getProductTypesByQuery.ts"],"names":[],"mappings":"AAGA,OAAO,EAGN,KAAK,uBAAuB,EAC5B,MAAM,8BAA8B,CAAC;AAGtC,KAAK,2BAA2B,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,eAAO,MAAM,sBAAsB,+CAKhC,2BAA2B,sBAgC7B,CAAC"}
1
+ {"version":3,"file":"getProductTypesByQuery.d.ts","sourceRoot":"","sources":["../../../../src/services/getProductTypesByQuery.ts"],"names":[],"mappings":"AAGA,OAAO,EAGN,KAAK,uBAAuB,EAC5B,MAAM,8BAA8B,CAAC;AAGtC,KAAK,2BAA2B,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC;AAEF;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,eAAO,MAAM,sBAAsB,GAAU,4CAK1C,2BAA2B,sBAgC7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"addClientTagsToOfferLinks.d.ts","sourceRoot":"","sources":["../../../../src/utils/addClientTagsToOfferLinks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,0BACb,OAAO,cAAc,MAAM,cAC1C,SAAS,EAAE,KAAG,SAAS,EAW/B,CAAC"}
1
+ {"version":3,"file":"addClientTagsToOfferLinks.d.ts","sourceRoot":"","sources":["../../../../src/utils/addClientTagsToOfferLinks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,GACpC,uBAAuB,OAAO,EAAE,YAAY,MAAM,MAClD,QAAQ,SAAS,EAAE,KAAG,SAAS,EAW/B,CAAC"}
@@ -11,14 +11,9 @@ export declare const formatOfferUrl: (productTypesDefinition: ProductTypeDefinit
11
11
  uuid: string;
12
12
  version: number;
13
13
  financialInstitutionUuid: string;
14
- /**
15
- * Format the offer URL
16
- * @param offers - The offers to format if needed
17
- * @returns The offers with the formatted URL
18
- */
19
14
  createdAt: string;
20
15
  internalName: string;
21
- legalLanguage?: string | undefined;
16
+ legalLanguage?: string;
22
17
  unmonetizedUrl: string;
23
18
  recommendationScore: number;
24
19
  productDisplayName: string;
@@ -27,43 +22,43 @@ export declare const formatOfferUrl: (productTypesDefinition: ProductTypeDefinit
27
22
  status: "active" | "inactive" | "pending";
28
23
  updatedAt: string;
29
24
  financialInstitutionDisplayName: string;
30
- keywords?: string[] | undefined;
31
- acceptanceRequirements?: string | undefined;
32
- headline?: string | undefined;
33
- monetizedUrl?: string | undefined;
34
- disclaimer?: string | undefined;
35
- firmness?: string | undefined;
36
- annualPercentageRateType?: "fixed" | "variable" | undefined;
37
- annualPercentageRateBasisPointsMax?: number | undefined;
38
- annualPercentageRateBasisPointsMin?: number | undefined;
39
- amountCentsMax?: number | undefined;
40
- amountCentsMin?: number | undefined;
41
- description?: string | undefined;
42
- descriptionPoints?: string[] | undefined;
43
- monthlyPaymentCentsMin?: number | undefined;
44
- monthlyPaymentCentsMax?: number | undefined;
45
- creditBureauReporting?: string[] | undefined;
46
- stateExclusions?: string[] | undefined;
47
- enrollmentFeeBasisPointsMax?: number | undefined;
48
- enrollmentFeeBasisPointsMin?: number | undefined;
49
- debtAmountCentsMin?: number | undefined;
50
- debtAmountCentsMax?: number | undefined;
51
- monthlyFeeCentsMin?: number | undefined;
52
- monthlyFeeCentsMax?: number | undefined;
53
- fastTransferFeeCentsMin?: number | undefined;
54
- fastTransferFeeCentsMax?: number | undefined;
55
- fastTransferFeeBasisPointsMin?: number | undefined;
56
- fastTransferFeeBasisPointsMax?: number | undefined;
57
- annualAdvisoryFeeBasisPointsMin?: number | undefined;
58
- annualAdvisoryFeeBasisPointsMax?: number | undefined;
59
- accountCentsMin?: number | undefined;
60
- termLengthMonthsMin?: number | undefined;
61
- termLengthMonthsMax?: number | undefined;
62
- demandSubAccountUuid?: string | undefined;
63
- demandSubAccountImageUrl?: string | undefined;
64
- demandSubAccountDisplayName?: string | undefined;
65
- outOfNetworkAtmUsageFeeCents?: number | undefined;
66
- annualPercentageYieldBasisPoints?: number | undefined;
67
- isMonetized?: boolean | undefined;
25
+ keywords?: string[];
26
+ acceptanceRequirements?: string;
27
+ headline?: string;
28
+ monetizedUrl?: string;
29
+ disclaimer?: string;
30
+ firmness?: string;
31
+ annualPercentageRateType?: "fixed" | "variable";
32
+ annualPercentageRateBasisPointsMax?: number;
33
+ annualPercentageRateBasisPointsMin?: number;
34
+ amountCentsMax?: number;
35
+ amountCentsMin?: number;
36
+ description?: string;
37
+ descriptionPoints?: string[];
38
+ monthlyPaymentCentsMin?: number;
39
+ monthlyPaymentCentsMax?: number;
40
+ creditBureauReporting?: string[];
41
+ stateExclusions?: string[];
42
+ enrollmentFeeBasisPointsMax?: number;
43
+ enrollmentFeeBasisPointsMin?: number;
44
+ debtAmountCentsMin?: number;
45
+ debtAmountCentsMax?: number;
46
+ monthlyFeeCentsMin?: number;
47
+ monthlyFeeCentsMax?: number;
48
+ fastTransferFeeCentsMin?: number;
49
+ fastTransferFeeCentsMax?: number;
50
+ fastTransferFeeBasisPointsMin?: number;
51
+ fastTransferFeeBasisPointsMax?: number;
52
+ annualAdvisoryFeeBasisPointsMin?: number;
53
+ annualAdvisoryFeeBasisPointsMax?: number;
54
+ accountCentsMin?: number;
55
+ termLengthMonthsMin?: number;
56
+ termLengthMonthsMax?: number;
57
+ demandSubAccountUuid?: string;
58
+ demandSubAccountImageUrl?: string;
59
+ demandSubAccountDisplayName?: string;
60
+ outOfNetworkAtmUsageFeeCents?: number;
61
+ annualPercentageYieldBasisPoints?: number;
62
+ isMonetized?: boolean;
68
63
  }[];
69
64
  //# sourceMappingURL=formatOfferUrl.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"formatOfferUrl.d.ts","sourceRoot":"","sources":["../../../../src/utils/formatOfferUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,MAAM,mCAAmC,CAAC;AAE3C;;;;GAIG;AACH,eAAO,MAAM,cAAc,2BAED,qBAAqB,EAAE,8BACnB,eAAe,EAAE,cAErC,SAAS,EAAE;;;;;;;IAVrB;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoBD,CAAC"}
1
+ {"version":3,"file":"formatOfferUrl.d.ts","sourceRoot":"","sources":["../../../../src/utils/formatOfferUrl.ts"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,SAAS,EACd,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,MAAM,mCAAmC,CAAC;AAE3C;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAEzB,wBAAwB,qBAAqB,EAAE,EAC/C,4BAA4B,eAAe,EAAE,MAE7C,QAAQ,SAAS,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAcnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getDefaultProductType.d.ts","sourceRoot":"","sources":["../../../../src/utils/getDefaultProductType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,eAAO,MAAM,qBAAqB,YAAa,UAAU,WACE,CAAC"}
1
+ {"version":3,"file":"getDefaultProductType.d.ts","sourceRoot":"","sources":["../../../../src/utils/getDefaultProductType.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,eAAO,MAAM,qBAAqB,GAAI,SAAS,UAAU,WACE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getEnableUseCachedOffers.d.ts","sourceRoot":"","sources":["../../../../src/utils/getEnableUseCachedOffers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,YAAa,UAAU,YACD,CAAC"}
1
+ {"version":3,"file":"getEnableUseCachedOffers.d.ts","sourceRoot":"","sources":["../../../../src/utils/getEnableUseCachedOffers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,GAAI,SAAS,UAAU,YACD,CAAC"}
@@ -16,9 +16,9 @@ export declare const getOffersByProductTypes: ({ isCachedOffersRequest, productT
16
16
  productTypes: string[];
17
17
  tags: string;
18
18
  context: CnfContext;
19
- userData?: UserData | undefined;
20
- enablePolling?: boolean | undefined;
21
- onError?: InternalOnErrorCallback | undefined;
19
+ userData?: UserData;
20
+ enablePolling?: boolean;
21
+ onError?: InternalOnErrorCallback;
22
22
  }) => Promise<{
23
23
  offers: never[] | import("../capabilities/offer-catalog/src").BaseOffer[];
24
24
  rateTableUuid: string;
@@ -1 +1 @@
1
- {"version":3,"file":"getOffersByProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/getOffersByProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AACjF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACxF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAO5E;;;;;;;;;GASG;AACH,eAAO,MAAM,uBAAuB;2BASZ,OAAO;kBAChB,MAAM,EAAE;UAChB,MAAM;aACH,UAAU;;;;;;;;;;EAsBnB,CAAC"}
1
+ {"version":3,"file":"getOffersByProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/getOffersByProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kDAAkD,CAAC;AACjF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AACxF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAO5E;;;;;;;;;GASG;AACH,eAAO,MAAM,uBAAuB,GAAU,2FAQ3C;IACF,qBAAqB,EAAE,OAAO,CAAC;IAC/B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,UAAU,CAAC;IACpB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC;;;;;;EAkBA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getProductTypesDefinition.d.ts","sourceRoot":"","sources":["../../../../src/utils/getProductTypesDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,eAAO,MAAM,yBAAyB,YAAa,UAAU;;;;;;;;;;;CAU5D,CAAC"}
1
+ {"version":3,"file":"getProductTypesDefinition.d.ts","sourceRoot":"","sources":["../../../../src/utils/getProductTypesDefinition.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,uDAAuD,CAAC;AAExF,eAAO,MAAM,yBAAyB,GAAI,SAAS,UAAU;;;;;;;;;;;CAU5D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"getThemeColors.d.ts","sourceRoot":"","sources":["../../../../src/utils/getThemeColors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAEpG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,cAAc,wBACL,mBAAmB,gBAC3B,OAAO,KAClB,WAiBF,CAAC"}
1
+ {"version":3,"file":"getThemeColors.d.ts","sourceRoot":"","sources":["../../../../src/utils/getThemeColors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAEpG,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D;;;GAGG;AACH,eAAO,MAAM,cAAc,GAC1B,qBAAqB,mBAAmB,EACxC,cAAa,OAAe,KAC1B,WAiBF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"parseStringProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/parseStringProductTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,kBAAmB,MAAM,aAM5D,CAAC"}
1
+ {"version":3,"file":"parseStringProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/parseStringProductTypes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,GAAI,eAAe,MAAM,aAM5D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"resolveProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/resolveProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAmB,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE/E,KAAK,wBAAwB,GAAG;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,mBAAmB,UACxB,wBAAwB,KAC7B,QAAQ;IACV,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;CACvB,CAEA,CAAC"}
1
+ {"version":3,"file":"resolveProductTypes.d.ts","sourceRoot":"","sources":["../../../../src/utils/resolveProductTypes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EAAmB,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAE/E,KAAK,wBAAwB,GAAG;IAC/B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kBAAkB,EAAE,MAAM,CAAC;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,uBAAuB,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAC/B,OAAO,wBAAwB,KAC7B,OAAO,CAAC;IACV,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;CACvB,CAEA,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"selectDynamicOffers.d.ts","sourceRoot":"","sources":["../../../../src/utils/selectDynamicOffers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAGnE,eAAO,MAAM,mBAAmB,WACvB,SAAS,EAAE,gBACL,MAAM,EAAE,gBAWtB,CAAC"}
1
+ {"version":3,"file":"selectDynamicOffers.d.ts","sourceRoot":"","sources":["../../../../src/utils/selectDynamicOffers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAGnE,eAAO,MAAM,mBAAmB,GAC/B,QAAQ,SAAS,EAAE,EACnB,cAAc,MAAM,EAAE,gBAWtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"sortOffersByRecommendationScore.d.ts","sourceRoot":"","sources":["../../../../src/utils/sortOffersByRecommendationScore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE,eAAO,MAAM,+BAA+B,WAAY,SAAS,EAAE,gBAElE,CAAC"}
1
+ {"version":3,"file":"sortOffersByRecommendationScore.d.ts","sourceRoot":"","sources":["../../../../src/utils/sortOffersByRecommendationScore.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mCAAmC,CAAC;AAEnE,eAAO,MAAM,+BAA+B,GAAI,QAAQ,SAAS,EAAE,gBAElE,CAAC"}
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.8.4";
1
+ export declare const VERSION = "1.9.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,138 +1,80 @@
1
1
  {
2
- "name": "@moneylion/react-native-offer-carousel",
3
- "version": "1.8.4",
4
- "description": "React Native components for the Engine by MoneyLion Mobile SDK",
5
- "main": "lib/commonjs/index",
6
- "module": "lib/module/index",
7
- "types": "lib/typescript/src/index.d.ts",
8
- "react-native": "src/index",
9
- "source": "src/index",
10
- "files": [
11
- "src",
12
- "lib",
13
- "android",
14
- "ios",
15
- "cpp",
16
- "*.podspec",
17
- "!ios/build",
18
- "!android/build",
19
- "!android/gradle",
20
- "!android/gradlew",
21
- "!android/gradlew.bat",
22
- "!android/local.properties",
23
- "!**/__tests__",
24
- "!**/__fixtures__",
25
- "!**/__mocks__",
26
- "!**/.*"
27
- ],
28
- "scripts": {
29
- "example": "yarn workspace react-native-offer-carousel-sdk-example",
30
- "test": "jest --silent",
31
- "typecheck": "tsc --noEmit",
32
- "lint": "eslint \"**/*.{js,ts,tsx}\" && prettier . --check",
33
- "lint:fix": "prettier . --write && eslint --fix \"**/*.{js,ts,tsx}\"",
34
- "clean": "del-cli lib",
35
- "sync-version": "node scripts/sync-version.js",
36
- "version": "1.8.4",
37
- "prepare": "yarn sync-version && bob build",
38
- "build:staging": "../scripts/buildStaging.sh --ios-env ./example/build-staging.ios.env --sdk-name offer-carousel",
39
- "build:staging:ios": "../scripts/buildStaging.ios.sh --env ./example/build-staging.ios.env --sdk-name offer-carousel",
40
- "build:staging:android": "../scripts/buildStaging.android.sh --sdk-name offer-carousel"
41
- },
42
- "author": "",
43
- "license": "ISC",
44
- "devDependencies": {
45
- "@commitlint/config-conventional": "^17.0.2",
46
- "@react-native/eslint-config": "^0.73.1",
47
- "@release-it/conventional-changelog": "^5.0.0",
48
- "@types/jest": "^29.5.5",
49
- "@types/react": "~18.2.79",
50
- "commitlint": "^17.0.2",
51
- "del-cli": "^5.1.0",
52
- "eslint": "^8.51.0",
53
- "eslint-config-prettier": "^9.0.0",
54
- "eslint-plugin-prettier": "^5.0.1",
55
- "jest": "^29.7.0",
56
- "prettier": "^3.0.3",
57
- "react": "18.2.0",
58
- "react-native": "0.74.5",
59
- "react-native-builder-bob": "^0.20.0",
60
- "react-native-svg": "13.10.0",
61
- "release-it": "^15.0.0",
62
- "type-fest": "4.26.1",
63
- "typescript": "~5.3.3"
64
- },
65
- "peerDependencies": {
66
- "react": "*",
67
- "react-native": "*",
68
- "react-native-svg": "*"
69
- },
70
- "workspaces": [
71
- "example"
72
- ],
73
- "packageManager": "yarn@3.6.1",
74
- "jest": {
75
- "preset": "react-native",
76
- "modulePathIgnorePatterns": [
77
- "<rootDir>/example/node_modules",
78
- "<rootDir>/lib/"
79
- ]
80
- },
81
- "commitlint": {
82
- "extends": [
83
- "@commitlint/config-conventional"
84
- ]
85
- },
86
- "eslintConfig": {
87
- "root": true,
88
- "extends": [
89
- "@react-native",
90
- "prettier"
91
- ],
92
- "rules": {
93
- "prettier/prettier": [
94
- "error",
95
- {
96
- "quoteProps": "consistent",
97
- "singleQuote": false,
98
- "tabWidth": 2,
99
- "trailingComma": "es5",
100
- "useTabs": true
101
- }
102
- ]
103
- }
104
- },
105
- "eslintIgnore": [
106
- "node_modules/",
107
- "lib/"
108
- ],
109
- "prettier": {
110
- "quoteProps": "consistent",
111
- "singleQuote": false,
112
- "tabWidth": 2,
113
- "trailingComma": "es5",
114
- "useTabs": true
115
- },
116
- "react-native-builder-bob": {
117
- "source": "src",
118
- "output": "lib",
119
- "targets": [
120
- "commonjs",
121
- "module",
122
- [
123
- "typescript",
124
- {
125
- "project": "tsconfig.build.json"
126
- }
127
- ]
128
- ]
129
- },
130
- "dependencies": {
131
- "defu": "6.1.4",
132
- "effect": "3.12.0",
133
- "numbro": "^2.5.0",
134
- "radash": "11.0.0",
135
- "react-native-markdown-display": "^7.0.2",
136
- "ts-pattern": "5.1.1"
137
- }
138
- }
2
+ "name": "@moneylion/react-native-offer-carousel",
3
+ "version": "1.9.0",
4
+ "description": "React Native components for the Engine by MoneyLion Mobile SDK",
5
+ "main": "lib/commonjs/index",
6
+ "module": "lib/module/index",
7
+ "types": "lib/typescript/src/index.d.ts",
8
+ "react-native": "src/index",
9
+ "source": "src/index",
10
+ "files": [
11
+ "src",
12
+ "lib",
13
+ "android",
14
+ "ios",
15
+ "cpp",
16
+ "*.podspec",
17
+ "!ios/build",
18
+ "!android/build",
19
+ "!android/gradle",
20
+ "!android/gradlew",
21
+ "!android/gradlew.bat",
22
+ "!android/local.properties",
23
+ "!**/__tests__",
24
+ "!**/__fixtures__",
25
+ "!**/__mocks__",
26
+ "!**/*.test.*",
27
+ "!**/*.spec.*",
28
+ "!**/.*"
29
+ ],
30
+ "scripts": {
31
+ "test": "jest --silent",
32
+ "typecheck": "tsc --noEmit",
33
+ "clean": "del-cli lib",
34
+ "sync-version": "node scripts/sync-version.js",
35
+ "prepare": "yarn sync-version && bob build"
36
+ },
37
+ "author": "",
38
+ "license": "ISC",
39
+ "devDependencies": {
40
+ "@commitlint/config-conventional": "^17.0.2",
41
+ "@release-it/conventional-changelog": "^5.0.0",
42
+ "commitlint": "^17.0.2",
43
+ "del-cli": "^5.1.0",
44
+ "react-native-builder-bob": "^0.20.0",
45
+ "release-it": "^15.0.0",
46
+ "type-fest": "4.26.1"
47
+ },
48
+ "peerDependencies": {
49
+ "react": "*",
50
+ "react-native": "*",
51
+ "react-native-svg": ">=15.11.0 <16"
52
+ },
53
+ "commitlint": {
54
+ "extends": [
55
+ "@commitlint/config-conventional"
56
+ ]
57
+ },
58
+ "react-native-builder-bob": {
59
+ "source": "src",
60
+ "output": "lib",
61
+ "targets": [
62
+ "commonjs",
63
+ "module",
64
+ [
65
+ "typescript",
66
+ {
67
+ "project": "tsconfig.build.json"
68
+ }
69
+ ]
70
+ ]
71
+ },
72
+ "dependencies": {
73
+ "defu": "6.1.4",
74
+ "effect": "3.12.0",
75
+ "numbro": "^2.5.0",
76
+ "radash": "11.0.0",
77
+ "react-native-markdown-display": "^7.0.2",
78
+ "ts-pattern": "5.1.1"
79
+ }
80
+ }
@@ -1,3 +1,9 @@
1
1
  export type UserData = {
2
2
  email?: string;
3
+ /**
4
+ * This is for local testing only.
5
+ *
6
+ * Please leave it blank for production.
7
+ */
8
+ _mockUserCountry?: string;
3
9
  };
@@ -25,8 +25,10 @@ export interface MoneyLionOfferCarouselError {
25
25
  additionalInfo?: Record<string, unknown>;
26
26
  }
27
27
 
28
- export interface InternalMoneyLionOfferCarouselError
29
- extends Omit<MoneyLionOfferCarouselError, "timestamp" | "sdkVersion"> {}
28
+ export interface InternalMoneyLionOfferCarouselError extends Omit<
29
+ MoneyLionOfferCarouselError,
30
+ "timestamp" | "sdkVersion"
31
+ > {}
30
32
 
31
33
  export type OnErrorCallback = (error: MoneyLionOfferCarouselError) => void;
32
34
 
@@ -1,4 +1,3 @@
1
-
2
1
  import { get } from "radash";
3
2
  import type { StatElementProps } from "../types";
4
3
  import type { BaseOffer } from "../../../types/offerCatalogSchema";
@@ -1,4 +1,3 @@
1
-
2
1
  import { get } from "radash";
3
2
  import type { StatElementProps } from "../types";
4
3
  import type { BaseOffer } from "../../../types/offerCatalogSchema";
@@ -1,19 +1,18 @@
1
- export * from './boolean'
2
- export * from './common'
3
- export * from './currency'
4
- export * from './percentage'
5
- export * from './freeTrialDays'
6
- export * from './fromListStringWithAnd'
7
- export * from './monthlyOrAnnualCurrency'
8
- export * from './rangeCurrency'
9
- export * from './rangeMonths'
10
- export * from './fromListStringWithAnd'
11
- export * from './creditBureaus'
12
- export * from './rangeCurrencyByTime'
13
- export * from './currencyOrBasis'
14
- export * from './rangePercent'
15
- export * from './recommendedCredit'
16
- export * from './rewardsDisplay'
17
- export * from './purchaseApr'
18
- export * from './annualFee'
19
- export * from './rangeCurrencyUnabbreviated'
1
+ export * from "./boolean";
2
+ export * from "./common";
3
+ export * from "./currency";
4
+ export * from "./percentage";
5
+ export * from "./freeTrialDays";
6
+ export * from "./fromListStringWithAnd";
7
+ export * from "./monthlyOrAnnualCurrency";
8
+ export * from "./rangeCurrency";
9
+ export * from "./rangeMonths";
10
+ export * from "./creditBureaus";
11
+ export * from "./rangeCurrencyByTime";
12
+ export * from "./currencyOrBasis";
13
+ export * from "./rangePercent";
14
+ export * from "./recommendedCredit";
15
+ export * from "./rewardsDisplay";
16
+ export * from "./purchaseApr";
17
+ export * from "./annualFee";
18
+ export * from "./rangeCurrencyUnabbreviated";
@@ -1,4 +1,3 @@
1
-
2
1
  import { get } from "radash";
3
2
  import type { StatElementProps } from "../types";
4
3
  import type { BaseOffer } from "../../../types/offerCatalogSchema";
@@ -1,4 +1,3 @@
1
-
2
1
  import { get } from "radash";
3
2
  import type { StatElementProps } from "../types";
4
3
  import type { BaseOffer } from "../../../types/offerCatalogSchema";
@@ -1,4 +1,3 @@
1
-
2
1
  import { get } from "radash";
3
2
  import type { StatElementProps } from "../types";
4
3
  import type { BaseOffer } from "../../../types/offerCatalogSchema";
@@ -1,4 +1,3 @@
1
-
2
1
  import { capitalize, get } from "radash";
3
2
  import type { StatElementProps } from "../types";
4
3
  import type { BaseOffer } from "../../../types/offerCatalogSchema";
@@ -1,4 +1,3 @@
1
-
2
1
  import { get } from "radash";
3
2
  import { P, match } from "ts-pattern";
4
3
  import type { StatElementProps } from "../types";