related-ui-components 1.9.4 → 1.9.6

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 (620) hide show
  1. package/lib/module/app.js +3 -2
  2. package/lib/module/app.js.map +1 -1
  3. package/lib/module/components/BrandIcon/BrandIcon.js +3 -2
  4. package/lib/module/components/BrandIcon/BrandIcon.js.map +1 -1
  5. package/lib/module/components/Card/CardImage.js +2 -1
  6. package/lib/module/components/Card/CardImage.js.map +1 -1
  7. package/lib/module/components/Card/templates/DealCard.js +2 -1
  8. package/lib/module/components/Card/templates/DealCard.js.map +1 -1
  9. package/lib/module/components/DateRangePicker/DateRangePicker.js +1 -2
  10. package/lib/module/components/DateRangePicker/DateRangePicker.js.map +1 -1
  11. package/lib/module/components/Popup/Popup.js +3 -2
  12. package/lib/module/components/Popup/Popup.js.map +1 -1
  13. package/lib/module/components/Popup/README.md +1 -1
  14. package/lib/module/components/RedeemedVoucher/RedeemedVoucherSheet.js +2 -1
  15. package/lib/module/components/RedeemedVoucher/RedeemedVoucherSheet.js.map +1 -1
  16. package/lib/module/components/Suggestions/SuggestionList.js +1 -1
  17. package/lib/module/components/Suggestions/SuggestionList.js.map +1 -1
  18. package/lib/module/components/TravelBooking/CarRentalForm.js +1 -1
  19. package/lib/module/components/TravelBooking/CarRentalForm.js.map +1 -1
  20. package/lib/module/components/TravelBooking/FlightForm.js +1 -1
  21. package/lib/module/components/TravelBooking/FlightForm.js.map +1 -1
  22. package/lib/module/components/TravelBooking/FlightSummary.js +1 -1
  23. package/lib/module/components/TravelBooking/FlightSummary.js.map +1 -1
  24. package/lib/module/components/TravelBooking/HotelForm.js +1 -1
  25. package/lib/module/components/TravelBooking/HotelForm.js.map +1 -1
  26. package/lib/module/components/TravelBooking/HotelSummary.js +1 -1
  27. package/lib/module/components/TravelBooking/HotelSummary.js.map +1 -1
  28. package/lib/module/components/TravelBooking/README.md +3 -3
  29. package/lib/module/components/TravelBooking/SummaryBar.js +1 -1
  30. package/lib/module/components/TravelBooking/SummaryBar.js.map +1 -1
  31. package/lib/module/components/TravelBooking/TabSelector.js +1 -1
  32. package/lib/module/components/TravelBooking/TabSelector.js.map +1 -1
  33. package/lib/module/components/TravelBooking/TravelBooking.js +1 -1
  34. package/lib/module/components/TravelBooking/TravelBooking.js.map +1 -1
  35. package/lib/module/components/UnlockRewards/README.md +1 -1
  36. package/lib/typescript/app.d.ts.map +1 -0
  37. package/lib/typescript/components/Badges/Badge.d.ts.map +1 -0
  38. package/lib/typescript/components/Badges/index.d.ts.map +1 -0
  39. package/lib/typescript/components/Banner/Banner.d.ts.map +1 -0
  40. package/lib/typescript/components/Banner/BannerWithDetails.d.ts.map +1 -0
  41. package/lib/typescript/components/Banner/index.d.ts.map +1 -0
  42. package/lib/typescript/{module/components → components}/BrandIcon/BrandIcon.d.ts +2 -1
  43. package/lib/typescript/components/BrandIcon/BrandIcon.d.ts.map +1 -0
  44. package/lib/typescript/components/BrandIcon/index.d.ts.map +1 -0
  45. package/lib/typescript/components/Button/Button.d.ts.map +1 -0
  46. package/lib/typescript/components/Button/index.d.ts.map +1 -0
  47. package/lib/typescript/components/Card/Card.d.ts.map +1 -0
  48. package/lib/typescript/components/Card/CardContent.d.ts.map +1 -0
  49. package/lib/typescript/components/Card/CardFooter.d.ts.map +1 -0
  50. package/lib/typescript/components/Card/CardHeader.d.ts.map +1 -0
  51. package/lib/typescript/components/Card/CardImage.d.ts.map +1 -0
  52. package/lib/typescript/components/Card/index.d.ts.map +1 -0
  53. package/lib/typescript/components/Card/templates/DealCard.d.ts.map +1 -0
  54. package/lib/typescript/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +1 -0
  55. package/lib/typescript/components/Card/templates/SimpleTrendingCard.d.ts.map +1 -0
  56. package/lib/typescript/{module/components → components}/Card/types.d.ts +7 -6
  57. package/lib/typescript/components/Card/types.d.ts.map +1 -0
  58. package/lib/typescript/components/CloseIcon/CloseIcon.d.ts.map +1 -0
  59. package/lib/typescript/components/CloseIcon/index.d.ts.map +1 -0
  60. package/lib/typescript/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  61. package/lib/typescript/components/DateRangePicker/index.d.ts +2 -0
  62. package/lib/typescript/components/DateRangePicker/index.d.ts.map +1 -0
  63. package/lib/typescript/components/Filters/Filters.d.ts.map +1 -0
  64. package/lib/typescript/components/Filters/PointsRangeSelector.d.ts.map +1 -0
  65. package/lib/typescript/components/Filters/index.d.ts.map +1 -0
  66. package/lib/typescript/components/Input/Input.d.ts.map +1 -0
  67. package/lib/typescript/components/Input/index.d.ts.map +1 -0
  68. package/lib/typescript/components/LockOverlay/LockOverlay.d.ts.map +1 -0
  69. package/lib/typescript/components/LockOverlay/index.d.ts.map +1 -0
  70. package/lib/typescript/components/Marquee/Marquee.d.ts.map +1 -0
  71. package/lib/typescript/components/Marquee/index.d.ts.map +1 -0
  72. package/lib/typescript/components/NumericStepper/NumericStepper.d.ts.map +1 -0
  73. package/lib/typescript/components/NumericStepper/index.d.ts.map +1 -0
  74. package/lib/typescript/{module/components → components}/Popup/Popup.d.ts +2 -1
  75. package/lib/typescript/components/Popup/Popup.d.ts.map +1 -0
  76. package/lib/typescript/components/Popup/index.d.ts.map +1 -0
  77. package/lib/typescript/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  78. package/lib/typescript/components/ProgressBar/index.d.ts.map +1 -0
  79. package/lib/typescript/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +1 -0
  80. package/lib/typescript/components/RedeemedVoucher/index.d.ts.map +1 -0
  81. package/lib/typescript/components/RedemptionOption/RedemptionOption.d.ts.map +1 -0
  82. package/lib/typescript/components/RedemptionOption/index.d.ts.map +1 -0
  83. package/lib/typescript/components/ScratchCard/ScratchCard.d.ts.map +1 -0
  84. package/lib/typescript/components/ScratchCard/ScratchCardContent.d.ts.map +1 -0
  85. package/lib/typescript/components/ScratchCard/index.d.ts.map +1 -0
  86. package/lib/typescript/components/SelectAmount/SelectAmount.d.ts.map +1 -0
  87. package/lib/typescript/components/SelectAmount/index.d.ts +2 -0
  88. package/lib/typescript/components/SelectAmount/index.d.ts.map +1 -0
  89. package/lib/typescript/components/Skeleton/Shimmer.d.ts.map +1 -0
  90. package/lib/typescript/components/Skeleton/SkeletonElement.d.ts.map +1 -0
  91. package/lib/typescript/components/Skeleton/index.d.ts.map +1 -0
  92. package/lib/typescript/components/Suggestions/SuggestionList.d.ts.map +1 -0
  93. package/lib/typescript/{commonjs/components → components}/TravelBooking/CarRentalForm.d.ts +1 -1
  94. package/lib/typescript/components/TravelBooking/CarRentalForm.d.ts.map +1 -0
  95. package/lib/typescript/components/TravelBooking/FlightForm.d.ts.map +1 -0
  96. package/lib/typescript/components/TravelBooking/FlightSummary.d.ts.map +1 -0
  97. package/lib/typescript/{module/components → components}/TravelBooking/HotelForm.d.ts +1 -1
  98. package/lib/typescript/components/TravelBooking/HotelForm.d.ts.map +1 -0
  99. package/lib/typescript/components/TravelBooking/HotelSummary.d.ts.map +1 -0
  100. package/lib/typescript/components/TravelBooking/SummaryBar.d.ts.map +1 -0
  101. package/lib/typescript/components/TravelBooking/TabSelector.d.ts.map +1 -0
  102. package/lib/typescript/components/TravelBooking/TravelBooking.d.ts.map +1 -0
  103. package/lib/typescript/components/TravelBooking/index.d.ts +2 -0
  104. package/lib/typescript/components/TravelBooking/index.d.ts.map +1 -0
  105. package/lib/typescript/components/TravelBooking/types.d.ts.map +1 -0
  106. package/lib/typescript/components/UnlockRewards/RewardItem.d.ts.map +1 -0
  107. package/lib/typescript/components/UnlockRewards/UnlockRewards.d.ts.map +1 -0
  108. package/lib/typescript/components/UnlockRewards/index.d.ts.map +1 -0
  109. package/lib/typescript/components/Wheel/Wheel.d.ts.map +1 -0
  110. package/lib/typescript/components/Wheel/index.d.ts.map +1 -0
  111. package/lib/typescript/components/index.d.ts.map +1 -0
  112. package/lib/typescript/constants/BRANDS.d.ts.map +1 -0
  113. package/lib/typescript/index.d.ts.map +1 -0
  114. package/lib/typescript/package.json +1 -0
  115. package/lib/typescript/theme/Colors.d.ts.map +1 -0
  116. package/lib/typescript/theme/ThemeContext.d.ts.map +1 -0
  117. package/lib/typescript/theme/index.d.ts.map +1 -0
  118. package/package.json +74 -123
  119. package/src/app.tsx +1 -1
  120. package/src/components/BrandIcon/BrandIcon.tsx +2 -3
  121. package/src/components/Card/CardImage.tsx +3 -1
  122. package/src/components/Card/templates/DealCard.tsx +1 -1
  123. package/src/components/Card/types.ts +21 -10
  124. package/src/components/DateRangePicker/DateRangePicker.tsx +1 -2
  125. package/src/components/Popup/Popup.tsx +2 -3
  126. package/src/components/Popup/README.md +1 -1
  127. package/src/components/RedeemedVoucher/RedeemedVoucherSheet.tsx +1 -1
  128. package/src/components/Suggestions/SuggestionList.tsx +1 -1
  129. package/src/components/TravelBooking/CarRentalForm.tsx +2 -2
  130. package/src/components/TravelBooking/FlightForm.tsx +1 -1
  131. package/src/components/TravelBooking/FlightSummary.tsx +1 -1
  132. package/src/components/TravelBooking/HotelForm.tsx +2 -2
  133. package/src/components/TravelBooking/HotelSummary.tsx +1 -1
  134. package/src/components/TravelBooking/README.md +3 -3
  135. package/src/components/TravelBooking/SummaryBar.tsx +1 -1
  136. package/src/components/TravelBooking/TabSelector.tsx +1 -1
  137. package/src/components/TravelBooking/TravelBooking.tsx +1 -1
  138. package/src/components/UnlockRewards/README.md +1 -1
  139. package/README.md +0 -200
  140. package/lib/commonjs/app.js +0 -161
  141. package/lib/commonjs/app.js.map +0 -1
  142. package/lib/commonjs/assets/components/BannerWithDetails.png +0 -0
  143. package/lib/commonjs/assets/components/DealCard-Horizontal.png +0 -0
  144. package/lib/commonjs/assets/components/DealCard-Vertical.png +0 -0
  145. package/lib/commonjs/assets/components/DealCard-floating.png +0 -0
  146. package/lib/commonjs/assets/components/DealCard-nested.png +0 -0
  147. package/lib/commonjs/assets/components/Filters.png +0 -0
  148. package/lib/commonjs/assets/components/Popup-1.png +0 -0
  149. package/lib/commonjs/assets/components/Popup-2.png +0 -0
  150. package/lib/commonjs/assets/components/Popup-3.png +0 -0
  151. package/lib/commonjs/assets/components/RedemptionOption-Horizontal.png +0 -0
  152. package/lib/commonjs/assets/components/RedemptionOption-Vertical.png +0 -0
  153. package/lib/commonjs/assets/components/SimpleBanner.png +0 -0
  154. package/lib/commonjs/assets/components/SimpleTrendingCard.png +0 -0
  155. package/lib/commonjs/assets/components/SimpleTrendingCardV2.png +0 -0
  156. package/lib/commonjs/assets/components/UnlockRewards-1.png +0 -0
  157. package/lib/commonjs/assets/components/UnlockRewards-2.png +0 -0
  158. package/lib/commonjs/assets/fonts/SpaceMono-Regular.ttf +0 -0
  159. package/lib/commonjs/assets/images/adaptive-icon.png +0 -0
  160. package/lib/commonjs/assets/images/face.jpg +0 -0
  161. package/lib/commonjs/assets/images/favicon.png +0 -0
  162. package/lib/commonjs/assets/images/giftvoucher.jpg +0 -0
  163. package/lib/commonjs/assets/images/icon.png +0 -0
  164. package/lib/commonjs/assets/images/insta.webp +0 -0
  165. package/lib/commonjs/assets/images/muse.jpg +0 -0
  166. package/lib/commonjs/assets/images/namshi-banner.png +0 -0
  167. package/lib/commonjs/assets/images/namshi.webp +0 -0
  168. package/lib/commonjs/assets/images/partial-react-logo.png +0 -0
  169. package/lib/commonjs/assets/images/pb-logo.jpg +0 -0
  170. package/lib/commonjs/assets/images/pb.jpg +0 -0
  171. package/lib/commonjs/assets/images/react-logo.png +0 -0
  172. package/lib/commonjs/assets/images/react-logo@2x.png +0 -0
  173. package/lib/commonjs/assets/images/react-logo@3x.png +0 -0
  174. package/lib/commonjs/assets/images/scratch_foreground.png +0 -0
  175. package/lib/commonjs/assets/images/splash-icon.png +0 -0
  176. package/lib/commonjs/assets/images/upgrade.png +0 -0
  177. package/lib/commonjs/components/Badges/Badge.js +0 -67
  178. package/lib/commonjs/components/Badges/Badge.js.map +0 -1
  179. package/lib/commonjs/components/Badges/README.md +0 -98
  180. package/lib/commonjs/components/Badges/index.js +0 -29
  181. package/lib/commonjs/components/Badges/index.js.map +0 -1
  182. package/lib/commonjs/components/Banner/Banner.js +0 -138
  183. package/lib/commonjs/components/Banner/Banner.js.map +0 -1
  184. package/lib/commonjs/components/Banner/BannerWithDetails.js +0 -120
  185. package/lib/commonjs/components/Banner/BannerWithDetails.js.map +0 -1
  186. package/lib/commonjs/components/Banner/README.md +0 -101
  187. package/lib/commonjs/components/Banner/index.js +0 -48
  188. package/lib/commonjs/components/Banner/index.js.map +0 -1
  189. package/lib/commonjs/components/BrandIcon/BrandIcon.js +0 -114
  190. package/lib/commonjs/components/BrandIcon/BrandIcon.js.map +0 -1
  191. package/lib/commonjs/components/BrandIcon/index.js +0 -29
  192. package/lib/commonjs/components/BrandIcon/index.js.map +0 -1
  193. package/lib/commonjs/components/Button/Button.js +0 -124
  194. package/lib/commonjs/components/Button/Button.js.map +0 -1
  195. package/lib/commonjs/components/Button/index.js +0 -29
  196. package/lib/commonjs/components/Button/index.js.map +0 -1
  197. package/lib/commonjs/components/Card/Card.js +0 -116
  198. package/lib/commonjs/components/Card/Card.js.map +0 -1
  199. package/lib/commonjs/components/Card/CardContent.js +0 -42
  200. package/lib/commonjs/components/Card/CardContent.js.map +0 -1
  201. package/lib/commonjs/components/Card/CardFooter.js +0 -34
  202. package/lib/commonjs/components/Card/CardFooter.js.map +0 -1
  203. package/lib/commonjs/components/Card/CardHeader.js +0 -79
  204. package/lib/commonjs/components/Card/CardHeader.js.map +0 -1
  205. package/lib/commonjs/components/Card/CardImage.js +0 -51
  206. package/lib/commonjs/components/Card/CardImage.js.map +0 -1
  207. package/lib/commonjs/components/Card/index.js +0 -98
  208. package/lib/commonjs/components/Card/index.js.map +0 -1
  209. package/lib/commonjs/components/Card/templates/DealCard.js +0 -193
  210. package/lib/commonjs/components/Card/templates/DealCard.js.map +0 -1
  211. package/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.js +0 -237
  212. package/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.js.map +0 -1
  213. package/lib/commonjs/components/Card/templates/README.md +0 -233
  214. package/lib/commonjs/components/Card/templates/SimpleTrendingCard.js +0 -59
  215. package/lib/commonjs/components/Card/templates/SimpleTrendingCard.js.map +0 -1
  216. package/lib/commonjs/components/Card/types.js +0 -6
  217. package/lib/commonjs/components/Card/types.js.map +0 -1
  218. package/lib/commonjs/components/CloseIcon/CloseIcon.js +0 -75
  219. package/lib/commonjs/components/CloseIcon/CloseIcon.js.map +0 -1
  220. package/lib/commonjs/components/CloseIcon/index.js +0 -29
  221. package/lib/commonjs/components/CloseIcon/index.js.map +0 -1
  222. package/lib/commonjs/components/DateRangePicker/DateRangePicker.js +0 -358
  223. package/lib/commonjs/components/DateRangePicker/DateRangePicker.js.map +0 -1
  224. package/lib/commonjs/components/DateRangePicker/index.js +0 -4
  225. package/lib/commonjs/components/DateRangePicker/index.js.map +0 -1
  226. package/lib/commonjs/components/Filters/Filters.js +0 -345
  227. package/lib/commonjs/components/Filters/Filters.js.map +0 -1
  228. package/lib/commonjs/components/Filters/PointsRangeSelector.js +0 -264
  229. package/lib/commonjs/components/Filters/PointsRangeSelector.js.map +0 -1
  230. package/lib/commonjs/components/Filters/README.md +0 -212
  231. package/lib/commonjs/components/Filters/index.js +0 -48
  232. package/lib/commonjs/components/Filters/index.js.map +0 -1
  233. package/lib/commonjs/components/Input/Input.js +0 -161
  234. package/lib/commonjs/components/Input/Input.js.map +0 -1
  235. package/lib/commonjs/components/Input/README.md +0 -128
  236. package/lib/commonjs/components/Input/index.js +0 -29
  237. package/lib/commonjs/components/Input/index.js.map +0 -1
  238. package/lib/commonjs/components/LockOverlay/LockOverlay.js +0 -65
  239. package/lib/commonjs/components/LockOverlay/LockOverlay.js.map +0 -1
  240. package/lib/commonjs/components/LockOverlay/index.js +0 -29
  241. package/lib/commonjs/components/LockOverlay/index.js.map +0 -1
  242. package/lib/commonjs/components/Marquee/Marquee.js +0 -105
  243. package/lib/commonjs/components/Marquee/Marquee.js.map +0 -1
  244. package/lib/commonjs/components/Marquee/index.js +0 -29
  245. package/lib/commonjs/components/Marquee/index.js.map +0 -1
  246. package/lib/commonjs/components/NumericStepper/NumericStepper.js +0 -103
  247. package/lib/commonjs/components/NumericStepper/NumericStepper.js.map +0 -1
  248. package/lib/commonjs/components/NumericStepper/index.js +0 -29
  249. package/lib/commonjs/components/NumericStepper/index.js.map +0 -1
  250. package/lib/commonjs/components/Popup/Popup.js +0 -341
  251. package/lib/commonjs/components/Popup/Popup.js.map +0 -1
  252. package/lib/commonjs/components/Popup/README.md +0 -133
  253. package/lib/commonjs/components/Popup/index.js +0 -29
  254. package/lib/commonjs/components/Popup/index.js.map +0 -1
  255. package/lib/commonjs/components/ProgressBar/ProgressBar.js +0 -125
  256. package/lib/commonjs/components/ProgressBar/ProgressBar.js.map +0 -1
  257. package/lib/commonjs/components/ProgressBar/index.js +0 -29
  258. package/lib/commonjs/components/ProgressBar/index.js.map +0 -1
  259. package/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.js +0 -458
  260. package/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.js.map +0 -1
  261. package/lib/commonjs/components/RedeemedVoucher/index.js +0 -29
  262. package/lib/commonjs/components/RedeemedVoucher/index.js.map +0 -1
  263. package/lib/commonjs/components/RedemptionOption/README.md +0 -148
  264. package/lib/commonjs/components/RedemptionOption/RedemptionOption.js +0 -132
  265. package/lib/commonjs/components/RedemptionOption/RedemptionOption.js.map +0 -1
  266. package/lib/commonjs/components/RedemptionOption/index.js +0 -29
  267. package/lib/commonjs/components/RedemptionOption/index.js.map +0 -1
  268. package/lib/commonjs/components/ScratchCard/README.md +0 -119
  269. package/lib/commonjs/components/ScratchCard/ScratchCard.js +0 -222
  270. package/lib/commonjs/components/ScratchCard/ScratchCard.js.map +0 -1
  271. package/lib/commonjs/components/ScratchCard/ScratchCardContent.js +0 -28
  272. package/lib/commonjs/components/ScratchCard/ScratchCardContent.js.map +0 -1
  273. package/lib/commonjs/components/ScratchCard/index.js +0 -48
  274. package/lib/commonjs/components/ScratchCard/index.js.map +0 -1
  275. package/lib/commonjs/components/SelectAmount/SelectAmount.js +0 -189
  276. package/lib/commonjs/components/SelectAmount/SelectAmount.js.map +0 -1
  277. package/lib/commonjs/components/SelectAmount/index.js +0 -4
  278. package/lib/commonjs/components/SelectAmount/index.js.map +0 -1
  279. package/lib/commonjs/components/Skeleton/Shimmer.js +0 -75
  280. package/lib/commonjs/components/Skeleton/Shimmer.js.map +0 -1
  281. package/lib/commonjs/components/Skeleton/SkeletonElement.js +0 -36
  282. package/lib/commonjs/components/Skeleton/SkeletonElement.js.map +0 -1
  283. package/lib/commonjs/components/Skeleton/index.js +0 -48
  284. package/lib/commonjs/components/Skeleton/index.js.map +0 -1
  285. package/lib/commonjs/components/Suggestions/SuggestionList.js +0 -98
  286. package/lib/commonjs/components/Suggestions/SuggestionList.js.map +0 -1
  287. package/lib/commonjs/components/TravelBooking/CarRentalForm.js +0 -370
  288. package/lib/commonjs/components/TravelBooking/CarRentalForm.js.map +0 -1
  289. package/lib/commonjs/components/TravelBooking/FlightForm.js +0 -347
  290. package/lib/commonjs/components/TravelBooking/FlightForm.js.map +0 -1
  291. package/lib/commonjs/components/TravelBooking/FlightSummary.js +0 -257
  292. package/lib/commonjs/components/TravelBooking/FlightSummary.js.map +0 -1
  293. package/lib/commonjs/components/TravelBooking/HotelForm.js +0 -290
  294. package/lib/commonjs/components/TravelBooking/HotelForm.js.map +0 -1
  295. package/lib/commonjs/components/TravelBooking/HotelSummary.js +0 -246
  296. package/lib/commonjs/components/TravelBooking/HotelSummary.js.map +0 -1
  297. package/lib/commonjs/components/TravelBooking/README.md +0 -421
  298. package/lib/commonjs/components/TravelBooking/SummaryBar.js +0 -181
  299. package/lib/commonjs/components/TravelBooking/SummaryBar.js.map +0 -1
  300. package/lib/commonjs/components/TravelBooking/TabSelector.js +0 -115
  301. package/lib/commonjs/components/TravelBooking/TabSelector.js.map +0 -1
  302. package/lib/commonjs/components/TravelBooking/TravelBooking.js +0 -261
  303. package/lib/commonjs/components/TravelBooking/TravelBooking.js.map +0 -1
  304. package/lib/commonjs/components/TravelBooking/index.js +0 -22
  305. package/lib/commonjs/components/TravelBooking/index.js.map +0 -1
  306. package/lib/commonjs/components/TravelBooking/types.js +0 -15
  307. package/lib/commonjs/components/TravelBooking/types.js.map +0 -1
  308. package/lib/commonjs/components/UnlockRewards/README.md +0 -187
  309. package/lib/commonjs/components/UnlockRewards/RewardItem.js +0 -129
  310. package/lib/commonjs/components/UnlockRewards/RewardItem.js.map +0 -1
  311. package/lib/commonjs/components/UnlockRewards/UnlockRewards.js +0 -230
  312. package/lib/commonjs/components/UnlockRewards/UnlockRewards.js.map +0 -1
  313. package/lib/commonjs/components/UnlockRewards/index.js +0 -48
  314. package/lib/commonjs/components/UnlockRewards/index.js.map +0 -1
  315. package/lib/commonjs/components/Wheel/README.md +0 -141
  316. package/lib/commonjs/components/Wheel/Wheel.js +0 -361
  317. package/lib/commonjs/components/Wheel/Wheel.js.map +0 -1
  318. package/lib/commonjs/components/Wheel/index.js +0 -29
  319. package/lib/commonjs/components/Wheel/index.js.map +0 -1
  320. package/lib/commonjs/components/index.js +0 -204
  321. package/lib/commonjs/components/index.js.map +0 -1
  322. package/lib/commonjs/constants/BRANDS.js +0 -58
  323. package/lib/commonjs/constants/BRANDS.js.map +0 -1
  324. package/lib/commonjs/index.js +0 -28
  325. package/lib/commonjs/index.js.map +0 -1
  326. package/lib/commonjs/theme/Colors.js +0 -154
  327. package/lib/commonjs/theme/Colors.js.map +0 -1
  328. package/lib/commonjs/theme/ThemeContext.js +0 -57
  329. package/lib/commonjs/theme/ThemeContext.js.map +0 -1
  330. package/lib/commonjs/theme/index.js +0 -28
  331. package/lib/commonjs/theme/index.js.map +0 -1
  332. package/lib/typescript/commonjs/app.d.ts.map +0 -1
  333. package/lib/typescript/commonjs/components/Badges/Badge.d.ts.map +0 -1
  334. package/lib/typescript/commonjs/components/Badges/index.d.ts.map +0 -1
  335. package/lib/typescript/commonjs/components/Banner/Banner.d.ts.map +0 -1
  336. package/lib/typescript/commonjs/components/Banner/BannerWithDetails.d.ts.map +0 -1
  337. package/lib/typescript/commonjs/components/Banner/index.d.ts.map +0 -1
  338. package/lib/typescript/commonjs/components/BrandIcon/BrandIcon.d.ts +0 -20
  339. package/lib/typescript/commonjs/components/BrandIcon/BrandIcon.d.ts.map +0 -1
  340. package/lib/typescript/commonjs/components/BrandIcon/index.d.ts.map +0 -1
  341. package/lib/typescript/commonjs/components/Button/Button.d.ts.map +0 -1
  342. package/lib/typescript/commonjs/components/Button/index.d.ts.map +0 -1
  343. package/lib/typescript/commonjs/components/Card/Card.d.ts.map +0 -1
  344. package/lib/typescript/commonjs/components/Card/CardContent.d.ts.map +0 -1
  345. package/lib/typescript/commonjs/components/Card/CardFooter.d.ts.map +0 -1
  346. package/lib/typescript/commonjs/components/Card/CardHeader.d.ts.map +0 -1
  347. package/lib/typescript/commonjs/components/Card/CardImage.d.ts.map +0 -1
  348. package/lib/typescript/commonjs/components/Card/index.d.ts.map +0 -1
  349. package/lib/typescript/commonjs/components/Card/templates/DealCard.d.ts.map +0 -1
  350. package/lib/typescript/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +0 -1
  351. package/lib/typescript/commonjs/components/Card/templates/SimpleTrendingCard.d.ts.map +0 -1
  352. package/lib/typescript/commonjs/components/Card/types.d.ts +0 -90
  353. package/lib/typescript/commonjs/components/Card/types.d.ts.map +0 -1
  354. package/lib/typescript/commonjs/components/CloseIcon/CloseIcon.d.ts.map +0 -1
  355. package/lib/typescript/commonjs/components/CloseIcon/index.d.ts.map +0 -1
  356. package/lib/typescript/commonjs/components/DateRangePicker/DateRangePicker.d.ts.map +0 -1
  357. package/lib/typescript/commonjs/components/DateRangePicker/index.d.ts +0 -1
  358. package/lib/typescript/commonjs/components/DateRangePicker/index.d.ts.map +0 -1
  359. package/lib/typescript/commonjs/components/Filters/Filters.d.ts.map +0 -1
  360. package/lib/typescript/commonjs/components/Filters/PointsRangeSelector.d.ts.map +0 -1
  361. package/lib/typescript/commonjs/components/Filters/index.d.ts.map +0 -1
  362. package/lib/typescript/commonjs/components/Input/Input.d.ts.map +0 -1
  363. package/lib/typescript/commonjs/components/Input/index.d.ts.map +0 -1
  364. package/lib/typescript/commonjs/components/LockOverlay/LockOverlay.d.ts.map +0 -1
  365. package/lib/typescript/commonjs/components/LockOverlay/index.d.ts.map +0 -1
  366. package/lib/typescript/commonjs/components/Marquee/Marquee.d.ts.map +0 -1
  367. package/lib/typescript/commonjs/components/Marquee/index.d.ts.map +0 -1
  368. package/lib/typescript/commonjs/components/NumericStepper/NumericStepper.d.ts.map +0 -1
  369. package/lib/typescript/commonjs/components/NumericStepper/index.d.ts.map +0 -1
  370. package/lib/typescript/commonjs/components/Popup/Popup.d.ts +0 -41
  371. package/lib/typescript/commonjs/components/Popup/Popup.d.ts.map +0 -1
  372. package/lib/typescript/commonjs/components/Popup/index.d.ts.map +0 -1
  373. package/lib/typescript/commonjs/components/ProgressBar/ProgressBar.d.ts.map +0 -1
  374. package/lib/typescript/commonjs/components/ProgressBar/index.d.ts.map +0 -1
  375. package/lib/typescript/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +0 -1
  376. package/lib/typescript/commonjs/components/RedeemedVoucher/index.d.ts.map +0 -1
  377. package/lib/typescript/commonjs/components/RedemptionOption/RedemptionOption.d.ts.map +0 -1
  378. package/lib/typescript/commonjs/components/RedemptionOption/index.d.ts.map +0 -1
  379. package/lib/typescript/commonjs/components/ScratchCard/ScratchCard.d.ts.map +0 -1
  380. package/lib/typescript/commonjs/components/ScratchCard/ScratchCardContent.d.ts.map +0 -1
  381. package/lib/typescript/commonjs/components/ScratchCard/index.d.ts.map +0 -1
  382. package/lib/typescript/commonjs/components/SelectAmount/SelectAmount.d.ts.map +0 -1
  383. package/lib/typescript/commonjs/components/SelectAmount/index.d.ts +0 -1
  384. package/lib/typescript/commonjs/components/SelectAmount/index.d.ts.map +0 -1
  385. package/lib/typescript/commonjs/components/Skeleton/Shimmer.d.ts.map +0 -1
  386. package/lib/typescript/commonjs/components/Skeleton/SkeletonElement.d.ts.map +0 -1
  387. package/lib/typescript/commonjs/components/Skeleton/index.d.ts.map +0 -1
  388. package/lib/typescript/commonjs/components/Suggestions/SuggestionList.d.ts.map +0 -1
  389. package/lib/typescript/commonjs/components/TravelBooking/CarRentalForm.d.ts.map +0 -1
  390. package/lib/typescript/commonjs/components/TravelBooking/FlightForm.d.ts.map +0 -1
  391. package/lib/typescript/commonjs/components/TravelBooking/FlightSummary.d.ts.map +0 -1
  392. package/lib/typescript/commonjs/components/TravelBooking/HotelForm.d.ts +0 -52
  393. package/lib/typescript/commonjs/components/TravelBooking/HotelForm.d.ts.map +0 -1
  394. package/lib/typescript/commonjs/components/TravelBooking/HotelSummary.d.ts.map +0 -1
  395. package/lib/typescript/commonjs/components/TravelBooking/SummaryBar.d.ts.map +0 -1
  396. package/lib/typescript/commonjs/components/TravelBooking/TabSelector.d.ts.map +0 -1
  397. package/lib/typescript/commonjs/components/TravelBooking/TravelBooking.d.ts.map +0 -1
  398. package/lib/typescript/commonjs/components/TravelBooking/index.d.ts +0 -1
  399. package/lib/typescript/commonjs/components/TravelBooking/index.d.ts.map +0 -1
  400. package/lib/typescript/commonjs/components/TravelBooking/types.d.ts.map +0 -1
  401. package/lib/typescript/commonjs/components/UnlockRewards/RewardItem.d.ts.map +0 -1
  402. package/lib/typescript/commonjs/components/UnlockRewards/UnlockRewards.d.ts.map +0 -1
  403. package/lib/typescript/commonjs/components/UnlockRewards/index.d.ts.map +0 -1
  404. package/lib/typescript/commonjs/components/Wheel/Wheel.d.ts.map +0 -1
  405. package/lib/typescript/commonjs/components/Wheel/index.d.ts.map +0 -1
  406. package/lib/typescript/commonjs/components/index.d.ts.map +0 -1
  407. package/lib/typescript/commonjs/constants/BRANDS.d.ts.map +0 -1
  408. package/lib/typescript/commonjs/index.d.ts.map +0 -1
  409. package/lib/typescript/commonjs/package.json +0 -1
  410. package/lib/typescript/commonjs/theme/Colors.d.ts.map +0 -1
  411. package/lib/typescript/commonjs/theme/ThemeContext.d.ts.map +0 -1
  412. package/lib/typescript/commonjs/theme/index.d.ts.map +0 -1
  413. package/lib/typescript/module/app.d.ts +0 -4
  414. package/lib/typescript/module/app.d.ts.map +0 -1
  415. package/lib/typescript/module/components/Badges/Badge.d.ts +0 -16
  416. package/lib/typescript/module/components/Badges/Badge.d.ts.map +0 -1
  417. package/lib/typescript/module/components/Badges/index.d.ts +0 -3
  418. package/lib/typescript/module/components/Badges/index.d.ts.map +0 -1
  419. package/lib/typescript/module/components/Banner/Banner.d.ts +0 -26
  420. package/lib/typescript/module/components/Banner/Banner.d.ts.map +0 -1
  421. package/lib/typescript/module/components/Banner/BannerWithDetails.d.ts +0 -19
  422. package/lib/typescript/module/components/Banner/BannerWithDetails.d.ts.map +0 -1
  423. package/lib/typescript/module/components/Banner/index.d.ts +0 -5
  424. package/lib/typescript/module/components/Banner/index.d.ts.map +0 -1
  425. package/lib/typescript/module/components/BrandIcon/BrandIcon.d.ts.map +0 -1
  426. package/lib/typescript/module/components/BrandIcon/index.d.ts +0 -3
  427. package/lib/typescript/module/components/BrandIcon/index.d.ts.map +0 -1
  428. package/lib/typescript/module/components/Button/Button.d.ts +0 -21
  429. package/lib/typescript/module/components/Button/Button.d.ts.map +0 -1
  430. package/lib/typescript/module/components/Button/index.d.ts +0 -3
  431. package/lib/typescript/module/components/Button/index.d.ts.map +0 -1
  432. package/lib/typescript/module/components/Card/Card.d.ts +0 -5
  433. package/lib/typescript/module/components/Card/Card.d.ts.map +0 -1
  434. package/lib/typescript/module/components/Card/CardContent.d.ts +0 -5
  435. package/lib/typescript/module/components/Card/CardContent.d.ts.map +0 -1
  436. package/lib/typescript/module/components/Card/CardFooter.d.ts +0 -5
  437. package/lib/typescript/module/components/Card/CardFooter.d.ts.map +0 -1
  438. package/lib/typescript/module/components/Card/CardHeader.d.ts +0 -5
  439. package/lib/typescript/module/components/Card/CardHeader.d.ts.map +0 -1
  440. package/lib/typescript/module/components/Card/CardImage.d.ts +0 -5
  441. package/lib/typescript/module/components/Card/CardImage.d.ts.map +0 -1
  442. package/lib/typescript/module/components/Card/index.d.ts +0 -11
  443. package/lib/typescript/module/components/Card/index.d.ts.map +0 -1
  444. package/lib/typescript/module/components/Card/templates/DealCard.d.ts +0 -33
  445. package/lib/typescript/module/components/Card/templates/DealCard.d.ts.map +0 -1
  446. package/lib/typescript/module/components/Card/templates/DealCardWithBackgroundImage.d.ts +0 -40
  447. package/lib/typescript/module/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +0 -1
  448. package/lib/typescript/module/components/Card/templates/SimpleTrendingCard.d.ts +0 -14
  449. package/lib/typescript/module/components/Card/templates/SimpleTrendingCard.d.ts.map +0 -1
  450. package/lib/typescript/module/components/Card/types.d.ts.map +0 -1
  451. package/lib/typescript/module/components/CloseIcon/CloseIcon.d.ts +0 -16
  452. package/lib/typescript/module/components/CloseIcon/CloseIcon.d.ts.map +0 -1
  453. package/lib/typescript/module/components/CloseIcon/index.d.ts +0 -3
  454. package/lib/typescript/module/components/CloseIcon/index.d.ts.map +0 -1
  455. package/lib/typescript/module/components/DateRangePicker/DateRangePicker.d.ts +0 -25
  456. package/lib/typescript/module/components/DateRangePicker/DateRangePicker.d.ts.map +0 -1
  457. package/lib/typescript/module/components/DateRangePicker/index.d.ts +0 -1
  458. package/lib/typescript/module/components/DateRangePicker/index.d.ts.map +0 -1
  459. package/lib/typescript/module/components/Filters/Filters.d.ts +0 -80
  460. package/lib/typescript/module/components/Filters/Filters.d.ts.map +0 -1
  461. package/lib/typescript/module/components/Filters/PointsRangeSelector.d.ts +0 -29
  462. package/lib/typescript/module/components/Filters/PointsRangeSelector.d.ts.map +0 -1
  463. package/lib/typescript/module/components/Filters/index.d.ts +0 -5
  464. package/lib/typescript/module/components/Filters/index.d.ts.map +0 -1
  465. package/lib/typescript/module/components/Input/Input.d.ts +0 -23
  466. package/lib/typescript/module/components/Input/Input.d.ts.map +0 -1
  467. package/lib/typescript/module/components/Input/index.d.ts +0 -3
  468. package/lib/typescript/module/components/Input/index.d.ts.map +0 -1
  469. package/lib/typescript/module/components/LockOverlay/LockOverlay.d.ts +0 -16
  470. package/lib/typescript/module/components/LockOverlay/LockOverlay.d.ts.map +0 -1
  471. package/lib/typescript/module/components/LockOverlay/index.d.ts +0 -3
  472. package/lib/typescript/module/components/LockOverlay/index.d.ts.map +0 -1
  473. package/lib/typescript/module/components/Marquee/Marquee.d.ts +0 -18
  474. package/lib/typescript/module/components/Marquee/Marquee.d.ts.map +0 -1
  475. package/lib/typescript/module/components/Marquee/index.d.ts +0 -3
  476. package/lib/typescript/module/components/Marquee/index.d.ts.map +0 -1
  477. package/lib/typescript/module/components/NumericStepper/NumericStepper.d.ts +0 -19
  478. package/lib/typescript/module/components/NumericStepper/NumericStepper.d.ts.map +0 -1
  479. package/lib/typescript/module/components/NumericStepper/index.d.ts +0 -3
  480. package/lib/typescript/module/components/NumericStepper/index.d.ts.map +0 -1
  481. package/lib/typescript/module/components/Popup/Popup.d.ts.map +0 -1
  482. package/lib/typescript/module/components/Popup/index.d.ts +0 -3
  483. package/lib/typescript/module/components/Popup/index.d.ts.map +0 -1
  484. package/lib/typescript/module/components/ProgressBar/ProgressBar.d.ts +0 -26
  485. package/lib/typescript/module/components/ProgressBar/ProgressBar.d.ts.map +0 -1
  486. package/lib/typescript/module/components/ProgressBar/index.d.ts +0 -3
  487. package/lib/typescript/module/components/ProgressBar/index.d.ts.map +0 -1
  488. package/lib/typescript/module/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +0 -58
  489. package/lib/typescript/module/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +0 -1
  490. package/lib/typescript/module/components/RedeemedVoucher/index.d.ts +0 -3
  491. package/lib/typescript/module/components/RedeemedVoucher/index.d.ts.map +0 -1
  492. package/lib/typescript/module/components/RedemptionOption/RedemptionOption.d.ts +0 -25
  493. package/lib/typescript/module/components/RedemptionOption/RedemptionOption.d.ts.map +0 -1
  494. package/lib/typescript/module/components/RedemptionOption/index.d.ts +0 -3
  495. package/lib/typescript/module/components/RedemptionOption/index.d.ts.map +0 -1
  496. package/lib/typescript/module/components/ScratchCard/ScratchCard.d.ts +0 -31
  497. package/lib/typescript/module/components/ScratchCard/ScratchCard.d.ts.map +0 -1
  498. package/lib/typescript/module/components/ScratchCard/ScratchCardContent.d.ts +0 -8
  499. package/lib/typescript/module/components/ScratchCard/ScratchCardContent.d.ts.map +0 -1
  500. package/lib/typescript/module/components/ScratchCard/index.d.ts +0 -5
  501. package/lib/typescript/module/components/ScratchCard/index.d.ts.map +0 -1
  502. package/lib/typescript/module/components/SelectAmount/SelectAmount.d.ts +0 -29
  503. package/lib/typescript/module/components/SelectAmount/SelectAmount.d.ts.map +0 -1
  504. package/lib/typescript/module/components/SelectAmount/index.d.ts +0 -1
  505. package/lib/typescript/module/components/SelectAmount/index.d.ts.map +0 -1
  506. package/lib/typescript/module/components/Skeleton/Shimmer.d.ts +0 -13
  507. package/lib/typescript/module/components/Skeleton/Shimmer.d.ts.map +0 -1
  508. package/lib/typescript/module/components/Skeleton/SkeletonElement.d.ts +0 -12
  509. package/lib/typescript/module/components/Skeleton/SkeletonElement.d.ts.map +0 -1
  510. package/lib/typescript/module/components/Skeleton/index.d.ts +0 -5
  511. package/lib/typescript/module/components/Skeleton/index.d.ts.map +0 -1
  512. package/lib/typescript/module/components/Suggestions/SuggestionList.d.ts +0 -14
  513. package/lib/typescript/module/components/Suggestions/SuggestionList.d.ts.map +0 -1
  514. package/lib/typescript/module/components/TravelBooking/CarRentalForm.d.ts +0 -58
  515. package/lib/typescript/module/components/TravelBooking/CarRentalForm.d.ts.map +0 -1
  516. package/lib/typescript/module/components/TravelBooking/FlightForm.d.ts +0 -57
  517. package/lib/typescript/module/components/TravelBooking/FlightForm.d.ts.map +0 -1
  518. package/lib/typescript/module/components/TravelBooking/FlightSummary.d.ts +0 -41
  519. package/lib/typescript/module/components/TravelBooking/FlightSummary.d.ts.map +0 -1
  520. package/lib/typescript/module/components/TravelBooking/HotelForm.d.ts.map +0 -1
  521. package/lib/typescript/module/components/TravelBooking/HotelSummary.d.ts +0 -44
  522. package/lib/typescript/module/components/TravelBooking/HotelSummary.d.ts.map +0 -1
  523. package/lib/typescript/module/components/TravelBooking/SummaryBar.d.ts +0 -17
  524. package/lib/typescript/module/components/TravelBooking/SummaryBar.d.ts.map +0 -1
  525. package/lib/typescript/module/components/TravelBooking/TabSelector.d.ts +0 -17
  526. package/lib/typescript/module/components/TravelBooking/TabSelector.d.ts.map +0 -1
  527. package/lib/typescript/module/components/TravelBooking/TravelBooking.d.ts +0 -84
  528. package/lib/typescript/module/components/TravelBooking/TravelBooking.d.ts.map +0 -1
  529. package/lib/typescript/module/components/TravelBooking/index.d.ts +0 -1
  530. package/lib/typescript/module/components/TravelBooking/index.d.ts.map +0 -1
  531. package/lib/typescript/module/components/TravelBooking/types.d.ts +0 -26
  532. package/lib/typescript/module/components/TravelBooking/types.d.ts.map +0 -1
  533. package/lib/typescript/module/components/UnlockRewards/RewardItem.d.ts +0 -25
  534. package/lib/typescript/module/components/UnlockRewards/RewardItem.d.ts.map +0 -1
  535. package/lib/typescript/module/components/UnlockRewards/UnlockRewards.d.ts +0 -60
  536. package/lib/typescript/module/components/UnlockRewards/UnlockRewards.d.ts.map +0 -1
  537. package/lib/typescript/module/components/UnlockRewards/index.d.ts +0 -5
  538. package/lib/typescript/module/components/UnlockRewards/index.d.ts.map +0 -1
  539. package/lib/typescript/module/components/Wheel/Wheel.d.ts +0 -37
  540. package/lib/typescript/module/components/Wheel/Wheel.d.ts.map +0 -1
  541. package/lib/typescript/module/components/Wheel/index.d.ts +0 -3
  542. package/lib/typescript/module/components/Wheel/index.d.ts.map +0 -1
  543. package/lib/typescript/module/components/index.d.ts +0 -19
  544. package/lib/typescript/module/components/index.d.ts.map +0 -1
  545. package/lib/typescript/module/constants/BRANDS.d.ts +0 -13
  546. package/lib/typescript/module/constants/BRANDS.d.ts.map +0 -1
  547. package/lib/typescript/module/index.d.ts +0 -3
  548. package/lib/typescript/module/index.d.ts.map +0 -1
  549. package/lib/typescript/module/theme/Colors.d.ts +0 -45
  550. package/lib/typescript/module/theme/Colors.d.ts.map +0 -1
  551. package/lib/typescript/module/theme/ThemeContext.d.ts +0 -18
  552. package/lib/typescript/module/theme/ThemeContext.d.ts.map +0 -1
  553. package/lib/typescript/module/theme/index.d.ts +0 -3
  554. package/lib/typescript/module/theme/index.d.ts.map +0 -1
  555. /package/lib/{typescript/module → module}/package.json +0 -0
  556. /package/lib/typescript/{commonjs/app.d.ts → app.d.ts} +0 -0
  557. /package/lib/typescript/{commonjs/components → components}/Badges/Badge.d.ts +0 -0
  558. /package/lib/typescript/{commonjs/components → components}/Badges/index.d.ts +0 -0
  559. /package/lib/typescript/{commonjs/components → components}/Banner/Banner.d.ts +0 -0
  560. /package/lib/typescript/{commonjs/components → components}/Banner/BannerWithDetails.d.ts +0 -0
  561. /package/lib/typescript/{commonjs/components → components}/Banner/index.d.ts +0 -0
  562. /package/lib/typescript/{commonjs/components → components}/BrandIcon/index.d.ts +0 -0
  563. /package/lib/typescript/{commonjs/components → components}/Button/Button.d.ts +0 -0
  564. /package/lib/typescript/{commonjs/components → components}/Button/index.d.ts +0 -0
  565. /package/lib/typescript/{commonjs/components → components}/Card/Card.d.ts +0 -0
  566. /package/lib/typescript/{commonjs/components → components}/Card/CardContent.d.ts +0 -0
  567. /package/lib/typescript/{commonjs/components → components}/Card/CardFooter.d.ts +0 -0
  568. /package/lib/typescript/{commonjs/components → components}/Card/CardHeader.d.ts +0 -0
  569. /package/lib/typescript/{commonjs/components → components}/Card/CardImage.d.ts +0 -0
  570. /package/lib/typescript/{commonjs/components → components}/Card/index.d.ts +0 -0
  571. /package/lib/typescript/{commonjs/components → components}/Card/templates/DealCard.d.ts +0 -0
  572. /package/lib/typescript/{commonjs/components → components}/Card/templates/DealCardWithBackgroundImage.d.ts +0 -0
  573. /package/lib/typescript/{commonjs/components → components}/Card/templates/SimpleTrendingCard.d.ts +0 -0
  574. /package/lib/typescript/{commonjs/components → components}/CloseIcon/CloseIcon.d.ts +0 -0
  575. /package/lib/typescript/{commonjs/components → components}/CloseIcon/index.d.ts +0 -0
  576. /package/lib/typescript/{commonjs/components → components}/DateRangePicker/DateRangePicker.d.ts +0 -0
  577. /package/lib/typescript/{commonjs/components → components}/Filters/Filters.d.ts +0 -0
  578. /package/lib/typescript/{commonjs/components → components}/Filters/PointsRangeSelector.d.ts +0 -0
  579. /package/lib/typescript/{commonjs/components → components}/Filters/index.d.ts +0 -0
  580. /package/lib/typescript/{commonjs/components → components}/Input/Input.d.ts +0 -0
  581. /package/lib/typescript/{commonjs/components → components}/Input/index.d.ts +0 -0
  582. /package/lib/typescript/{commonjs/components → components}/LockOverlay/LockOverlay.d.ts +0 -0
  583. /package/lib/typescript/{commonjs/components → components}/LockOverlay/index.d.ts +0 -0
  584. /package/lib/typescript/{commonjs/components → components}/Marquee/Marquee.d.ts +0 -0
  585. /package/lib/typescript/{commonjs/components → components}/Marquee/index.d.ts +0 -0
  586. /package/lib/typescript/{commonjs/components → components}/NumericStepper/NumericStepper.d.ts +0 -0
  587. /package/lib/typescript/{commonjs/components → components}/NumericStepper/index.d.ts +0 -0
  588. /package/lib/typescript/{commonjs/components → components}/Popup/index.d.ts +0 -0
  589. /package/lib/typescript/{commonjs/components → components}/ProgressBar/ProgressBar.d.ts +0 -0
  590. /package/lib/typescript/{commonjs/components → components}/ProgressBar/index.d.ts +0 -0
  591. /package/lib/typescript/{commonjs/components → components}/RedeemedVoucher/RedeemedVoucherSheet.d.ts +0 -0
  592. /package/lib/typescript/{commonjs/components → components}/RedeemedVoucher/index.d.ts +0 -0
  593. /package/lib/typescript/{commonjs/components → components}/RedemptionOption/RedemptionOption.d.ts +0 -0
  594. /package/lib/typescript/{commonjs/components → components}/RedemptionOption/index.d.ts +0 -0
  595. /package/lib/typescript/{commonjs/components → components}/ScratchCard/ScratchCard.d.ts +0 -0
  596. /package/lib/typescript/{commonjs/components → components}/ScratchCard/ScratchCardContent.d.ts +0 -0
  597. /package/lib/typescript/{commonjs/components → components}/ScratchCard/index.d.ts +0 -0
  598. /package/lib/typescript/{commonjs/components → components}/SelectAmount/SelectAmount.d.ts +0 -0
  599. /package/lib/typescript/{commonjs/components → components}/Skeleton/Shimmer.d.ts +0 -0
  600. /package/lib/typescript/{commonjs/components → components}/Skeleton/SkeletonElement.d.ts +0 -0
  601. /package/lib/typescript/{commonjs/components → components}/Skeleton/index.d.ts +0 -0
  602. /package/lib/typescript/{commonjs/components → components}/Suggestions/SuggestionList.d.ts +0 -0
  603. /package/lib/typescript/{commonjs/components → components}/TravelBooking/FlightForm.d.ts +0 -0
  604. /package/lib/typescript/{commonjs/components → components}/TravelBooking/FlightSummary.d.ts +0 -0
  605. /package/lib/typescript/{commonjs/components → components}/TravelBooking/HotelSummary.d.ts +0 -0
  606. /package/lib/typescript/{commonjs/components → components}/TravelBooking/SummaryBar.d.ts +0 -0
  607. /package/lib/typescript/{commonjs/components → components}/TravelBooking/TabSelector.d.ts +0 -0
  608. /package/lib/typescript/{commonjs/components → components}/TravelBooking/TravelBooking.d.ts +0 -0
  609. /package/lib/typescript/{commonjs/components → components}/TravelBooking/types.d.ts +0 -0
  610. /package/lib/typescript/{commonjs/components → components}/UnlockRewards/RewardItem.d.ts +0 -0
  611. /package/lib/typescript/{commonjs/components → components}/UnlockRewards/UnlockRewards.d.ts +0 -0
  612. /package/lib/typescript/{commonjs/components → components}/UnlockRewards/index.d.ts +0 -0
  613. /package/lib/typescript/{commonjs/components → components}/Wheel/Wheel.d.ts +0 -0
  614. /package/lib/typescript/{commonjs/components → components}/Wheel/index.d.ts +0 -0
  615. /package/lib/typescript/{commonjs/components → components}/index.d.ts +0 -0
  616. /package/lib/typescript/{commonjs/constants → constants}/BRANDS.d.ts +0 -0
  617. /package/lib/typescript/{commonjs/index.d.ts → index.d.ts} +0 -0
  618. /package/lib/typescript/{commonjs/theme → theme}/Colors.d.ts +0 -0
  619. /package/lib/typescript/{commonjs/theme → theme}/ThemeContext.d.ts +0 -0
  620. /package/lib/typescript/{commonjs/theme → theme}/index.d.ts +0 -0
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _exportNames = {
7
- ProgressBar: true
8
- };
9
- Object.defineProperty(exports, "ProgressBar", {
10
- enumerable: true,
11
- get: function () {
12
- return _ProgressBar.default;
13
- }
14
- });
15
- var _ProgressBar = _interopRequireWildcard(require("./ProgressBar.js"));
16
- Object.keys(_ProgressBar).forEach(function (key) {
17
- if (key === "default" || key === "__esModule") return;
18
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
19
- if (key in exports && exports[key] === _ProgressBar[key]) return;
20
- Object.defineProperty(exports, key, {
21
- enumerable: true,
22
- get: function () {
23
- return _ProgressBar[key];
24
- }
25
- });
26
- });
27
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
28
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
29
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_ProgressBar","_interopRequireWildcard","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","n","__proto__","a","getOwnPropertyDescriptor","u","i","set"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/ProgressBar/index.ts"],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,uBAAA,CAAAC,OAAA;AACAC,MAAA,CAAAC,IAAA,CAAAJ,YAAA,EAAAK,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAN,YAAA,CAAAM,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAd,YAAA,CAAAM,GAAA;IAAA;EAAA;AAAA;AAA8B,SAAAS,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAf,wBAAAe,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAL,GAAA,CAAAE,CAAA,OAAAO,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAtB,MAAA,CAAAS,cAAA,IAAAT,MAAA,CAAAuB,wBAAA,WAAAC,CAAA,IAAAX,CAAA,oBAAAW,CAAA,OAAAnB,cAAA,CAAAC,IAAA,CAAAO,CAAA,EAAAW,CAAA,SAAAC,CAAA,GAAAH,CAAA,GAAAtB,MAAA,CAAAuB,wBAAA,CAAAV,CAAA,EAAAW,CAAA,UAAAC,CAAA,KAAAA,CAAA,CAAAd,GAAA,IAAAc,CAAA,CAAAC,GAAA,IAAA1B,MAAA,CAAAS,cAAA,CAAAW,CAAA,EAAAI,CAAA,EAAAC,CAAA,IAAAL,CAAA,CAAAI,CAAA,IAAAX,CAAA,CAAAW,CAAA,YAAAJ,CAAA,CAAAF,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAU,GAAA,CAAAb,CAAA,EAAAO,CAAA,GAAAA,CAAA","ignoreList":[]}
@@ -1,458 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- var _reactNative = require("react-native");
9
- var _bottomSheet = _interopRequireWildcard(require("@gorhom/bottom-sheet"));
10
- var _reactNativeQrcodeSvg = _interopRequireDefault(require("react-native-qrcode-svg"));
11
- var _expoLinearGradient = require("expo-linear-gradient");
12
- var Clipboard = _interopRequireWildcard(require("expo-clipboard"));
13
- var _index = require("../../theme/index.js");
14
- var _vectorIcons = require("@expo/vector-icons");
15
- var _jsxRuntime = require("react/jsx-runtime");
16
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
17
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
18
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
19
- const RedeemedVoucherSheet = props => {
20
- const {
21
- theme
22
- } = (0, _index.useTheme)();
23
- const styles = (0, _react.useMemo)(() => getStyles(theme), [theme]);
24
- const defaultActiveTabColors = (0, _react.useMemo)(() => theme.primary ? [theme.primary, theme.primaryVariant || theme.primary] : ["#F97794", "#623AA2"], [theme]);
25
- const defaultPrimaryButtonColors = (0, _react.useMemo)(() => defaultActiveTabColors, [theme, defaultActiveTabColors]);
26
- const defaultInactiveTabBorderColor = (0, _react.useMemo)(() => theme.primary || defaultActiveTabColors[1] || "#623AA2", [theme, defaultActiveTabColors]);
27
- const defaultInactiveTabTextColor = (0, _react.useMemo)(() => theme.primary || defaultActiveTabColors[1] || "#623AA2", [theme, defaultActiveTabColors]);
28
- const {
29
- visible,
30
- onClose,
31
- code,
32
- amount,
33
- expiry,
34
- image,
35
- // Now directly from props
36
- title = "Successfully Redeemed!",
37
- currency = "SAR",
38
- codeReadyText = "Your Code Is Ready!",
39
- qrCodeLabel = "QR Code",
40
- barCodeLabel = "Bar Code",
41
- myVouchersButtonText = "My Vouchers",
42
- onMyVouchersButtonPress,
43
- onCopyCode,
44
- showAppleWalletButton = true,
45
- appleWalletButtonText = "Add to Apple Wallet",
46
- onAppleWalletButtonPress,
47
- appleWalletIconSource,
48
- // Now directly from props
49
- qrCodeSize = 120,
50
- activeTabColors = defaultActiveTabColors,
51
- inactiveTabBackgroundColor = theme.surface || "#FFFFFF",
52
- inactiveTabBorderColor: propInactiveTabBorderColor,
53
- inactiveTabTextColor: propInactiveTabTextColor,
54
- primaryButtonColors = defaultPrimaryButtonColors,
55
- allowBarcodeSwitch = true,
56
- renderBarcodeComponent,
57
- copyIconComponent,
58
- amountIconComponent,
59
- expiryIconComponent,
60
- snapPoints: propSnapPoints,
61
- sheetBackgroundStyle,
62
- sheetHandleStyle,
63
- backdropPressBehavior = "close",
64
- bottomSheetOverrideProps,
65
- tabGradientStart = {
66
- x: 0,
67
- y: 0.5
68
- },
69
- tabGradientEnd = {
70
- x: 1,
71
- y: 0.5
72
- },
73
- primaryButtonGradientStart = {
74
- x: 0,
75
- y: 0.5
76
- },
77
- primaryButtonGradientEnd = {
78
- x: 1,
79
- y: 0.5
80
- }
81
- } = props;
82
- const finalInactiveTabBorderColor = propInactiveTabBorderColor || defaultInactiveTabBorderColor;
83
- const finalInactiveTabTextColor = propInactiveTabTextColor || defaultInactiveTabTextColor;
84
- const bottomSheetRef = (0, _react.useRef)(null);
85
- const finalSnapPoints = (0, _react.useMemo)(() => propSnapPoints || ["75%"], [propSnapPoints]);
86
- const [tab, setTab] = _react.default.useState("qr");
87
- const handleCopyCode = async () => {
88
- await Clipboard.setStringAsync(code);
89
- if (onCopyCode) {
90
- onCopyCode(code);
91
- }
92
- };
93
- const closeBottomSheet = (0, _react.useCallback)(() => {
94
- bottomSheetRef.current?.close();
95
- }, [
96
- /* onClose */
97
- ]);
98
-
99
- // Custom backdrop component
100
- const renderBackdrop = (0, _react.useCallback)(backdropProps => /*#__PURE__*/(0, _jsxRuntime.jsx)(_bottomSheet.BottomSheetBackdrop, {
101
- ...backdropProps,
102
- disappearsOnIndex: -1,
103
- appearsOnIndex: 0,
104
- pressBehavior: backdropPressBehavior,
105
- opacity: 0.5,
106
- style: [backdropProps.style, {
107
- backgroundColor: "rgba(0,0,0,0.5)"
108
- }]
109
- }), [backdropPressBehavior, theme]);
110
- const iconSize = 24;
111
- const defaultAmountIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
112
- style: styles.defaultIconStyle,
113
- name: "cash-outline",
114
- size: iconSize,
115
- color: theme.onSurface
116
- });
117
- const defaultExpiryIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
118
- style: styles.defaultIconStyle,
119
- name: "time-outline",
120
- size: iconSize,
121
- color: theme.onSurface
122
- });
123
- const defaultCopyIcon = /*#__PURE__*/(0, _jsxRuntime.jsx)(_vectorIcons.Ionicons, {
124
- name: "copy-outline",
125
- size: iconSize,
126
- color: finalInactiveTabTextColor,
127
- style: styles.copyIconText
128
- });
129
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_bottomSheet.default, {
130
- ref: bottomSheetRef,
131
- index: visible ? 0 : -1,
132
- snapPoints: finalSnapPoints,
133
- enablePanDownToClose: true,
134
- onClose: onClose,
135
- backgroundStyle: [styles.sheetBackgroundBase, sheetBackgroundStyle],
136
- handleIndicatorStyle: [styles.handleBase, sheetHandleStyle],
137
- backdropComponent: renderBackdrop,
138
- ...bottomSheetOverrideProps,
139
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_bottomSheet.BottomSheetView, {
140
- style: styles.container,
141
- children: [image && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
142
- source: image,
143
- style: styles.giftImage
144
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
145
- style: styles.title,
146
- children: title
147
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
148
- style: styles.infoRow,
149
- children: [amount && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
150
- style: styles.infoItem,
151
- children: [amountIconComponent || defaultAmountIcon, /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Text, {
152
- style: styles.amountText,
153
- children: [amount, " ", currency]
154
- })]
155
- }), expiry && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
156
- style: styles.infoItem,
157
- children: [expiryIconComponent || defaultExpiryIcon, /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
158
- style: styles.expiryText,
159
- children: expiry
160
- })]
161
- })]
162
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
163
- style: styles.codeBox,
164
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
165
- style: styles.codeReadyText,
166
- children: codeReadyText
167
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
168
- style: styles.qrContainer,
169
- children: tab === "qr" ? /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeQrcodeSvg.default, {
170
- value: code,
171
- size: qrCodeSize
172
- }) : renderBarcodeComponent ? renderBarcodeComponent(code) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
173
- style: styles.barcodePlaceholder,
174
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
175
- style: styles.barcodePlaceholderText,
176
- children: "Bar Code"
177
- })
178
- })
179
- }), allowBarcodeSwitch && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
180
- style: styles.tabRow,
181
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
182
- style: [styles.tabButton, tab !== "qr" && {
183
- borderColor: finalInactiveTabBorderColor,
184
- borderWidth: 1.5
185
- }],
186
- onPress: () => setTab("qr"),
187
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_expoLinearGradient.LinearGradient, {
188
- colors: tab === "qr" ? activeTabColors : [inactiveTabBackgroundColor, inactiveTabBackgroundColor],
189
- start: tabGradientStart,
190
- end: tabGradientEnd,
191
- style: styles.tabGradient,
192
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
193
- style: [styles.tabTextBase, tab === "qr" ? styles.tabTextActive : {
194
- color: finalInactiveTabTextColor
195
- }],
196
- children: qrCodeLabel
197
- })
198
- })
199
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
200
- style: [styles.tabButton, tab !== "bar" && {
201
- borderColor: finalInactiveTabBorderColor,
202
- borderWidth: 1.5
203
- }],
204
- onPress: () => setTab("bar"),
205
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_expoLinearGradient.LinearGradient, {
206
- colors: tab === "bar" ? activeTabColors : [inactiveTabBackgroundColor, inactiveTabBackgroundColor],
207
- start: {
208
- x: 0,
209
- y: 0.5
210
- },
211
- end: {
212
- x: 1,
213
- y: 0.5
214
- },
215
- style: styles.tabGradient,
216
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
217
- style: [styles.tabTextBase, tab === "bar" ? styles.tabTextActive : {
218
- color: finalInactiveTabTextColor
219
- }],
220
- children: barCodeLabel
221
- })
222
- })
223
- })]
224
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
225
- style: {
226
- width: "100%",
227
- height: 2,
228
- backgroundColor: theme.divider
229
- }
230
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
231
- style: styles.codeDisplayRow,
232
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
233
- style: styles.actualCodeText,
234
- children: code
235
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
236
- onPress: handleCopyCode,
237
- style: styles.copyButton,
238
- children: copyIconComponent || defaultCopyIcon
239
- })]
240
- }), showAppleWalletButton && appleWalletIconSource && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.Pressable, {
241
- style: styles.walletButton,
242
- onPress: onAppleWalletButtonPress,
243
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Image, {
244
- source: appleWalletIconSource,
245
- style: styles.walletIcon
246
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
247
- style: styles.walletText,
248
- children: appleWalletButtonText
249
- })]
250
- })]
251
- }), onMyVouchersButtonPress && /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
252
- style: styles.vouchersButton,
253
- onPress: () => {
254
- closeBottomSheet();
255
- onMyVouchersButtonPress();
256
- },
257
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_expoLinearGradient.LinearGradient, {
258
- colors: primaryButtonColors,
259
- start: primaryButtonGradientStart,
260
- end: primaryButtonGradientEnd,
261
- style: styles.vouchersGradient,
262
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
263
- style: styles.vouchersText,
264
- children: myVouchersButtonText
265
- })
266
- })
267
- })]
268
- })
269
- });
270
- };
271
- const getStyles = theme => _reactNative.StyleSheet.create({
272
- sheetBackgroundBase: {
273
- backgroundColor: theme.surface || "#fff",
274
- borderTopLeftRadius: 24,
275
- borderTopRightRadius: 24
276
- },
277
- handleBase: {
278
- backgroundColor: theme.border || "#e0e0e0",
279
- width: 40,
280
- height: 5,
281
- borderRadius: 2.5,
282
- alignSelf: "center",
283
- marginTop: 8
284
- },
285
- container: {
286
- flex: 1,
287
- alignItems: "center",
288
- paddingHorizontal: 20,
289
- paddingTop: 8,
290
- paddingBottom: 20
291
- },
292
- giftImage: {
293
- width: 108,
294
- height: 84,
295
- marginBottom: 10,
296
- resizeMode: "contain"
297
- },
298
- title: {
299
- fontSize: 20,
300
- fontWeight: "600",
301
- marginBottom: 16,
302
- color: theme.onSurface || "#333333"
303
- },
304
- infoRow: {
305
- flexDirection: "row",
306
- justifyContent: "space-around",
307
- width: "100%",
308
- marginBottom: 20
309
- },
310
- infoItem: {
311
- flexDirection: "row",
312
- alignItems: "center"
313
- },
314
- defaultIconStyle: {
315
- marginRight: 8
316
- },
317
- amountText: {
318
- fontSize: 16,
319
- color: theme.onSurface || "#333333",
320
- fontWeight: "500"
321
- },
322
- expiryText: {
323
- fontSize: 16,
324
- color: theme.onSurface || "#333333",
325
- fontWeight: "500"
326
- },
327
- codeBox: {
328
- backgroundColor: theme.surface || "#f8f8f8",
329
- borderRadius: 18,
330
- padding: 20,
331
- width: "100%",
332
- alignItems: "center",
333
- marginBottom: 20,
334
- shadowColor: "#000",
335
- shadowOpacity: 0.08,
336
- shadowRadius: 12,
337
- shadowOffset: {
338
- width: 0,
339
- height: 4
340
- },
341
- elevation: 3
342
- },
343
- codeReadyText: {
344
- fontSize: 15,
345
- color: theme.onSurface || "#666666",
346
- marginBottom: 12
347
- },
348
- qrContainer: {
349
- marginBottom: 18,
350
- alignItems: "center",
351
- justifyContent: "center",
352
- height: 130
353
- },
354
- barcodePlaceholder: {
355
- width: 150,
356
- height: 70,
357
- backgroundColor: theme.disabled || "#eeeeee",
358
- alignItems: "center",
359
- justifyContent: "center",
360
- borderRadius: 8
361
- },
362
- barcodePlaceholderText: {
363
- color: theme.disabled || "#aaaaaa",
364
- fontSize: 14
365
- },
366
- tabRow: {
367
- flexDirection: "row",
368
- marginBottom: 16,
369
- width: "100%",
370
- justifyContent: "center"
371
- },
372
- tabButton: {
373
- flex: 1,
374
- marginHorizontal: 5,
375
- borderRadius: 10,
376
- overflow: "hidden"
377
- },
378
- tabGradient: {
379
- paddingVertical: 10,
380
- alignItems: "center",
381
- borderRadius: 10
382
- },
383
- tabTextBase: {
384
- fontSize: 15,
385
- fontWeight: "600"
386
- },
387
- tabTextActive: {
388
- color: theme.onPrimary || "#fff",
389
- // Color for text on active tab gradient
390
- fontWeight: "700"
391
- },
392
- codeDisplayRow: {
393
- flexDirection: "row",
394
- alignItems: "center",
395
- justifyContent: "center",
396
- marginVertical: 12,
397
- paddingHorizontal: 10,
398
- paddingVertical: 6,
399
- // backgroundColor: theme.background || "#f0f0f0", // Subtle background
400
- borderRadius: 8
401
- },
402
- actualCodeText: {
403
- fontSize: 16,
404
- letterSpacing: 1.5,
405
- color: theme.onBackground || "#444444",
406
- fontWeight: "500",
407
- marginRight: 10
408
- },
409
- copyButton: {
410
- padding: 6
411
- },
412
- copyIconText: {
413
- // Base style for copy icon, color applied dynamically
414
- fontSize: 20
415
- },
416
- walletButton: {
417
- flexDirection: "row",
418
- alignItems: "center",
419
- backgroundColor: "#000",
420
- // Apple Wallet button is typically black
421
- borderRadius: 10,
422
- paddingVertical: 10,
423
- paddingHorizontal: 20,
424
- marginTop: 10
425
- },
426
- walletIcon: {
427
- width: 30,
428
- height: 20,
429
- marginRight: 10,
430
- resizeMode: "contain"
431
- },
432
- walletText: {
433
- color: "#fff",
434
- // Text on black button
435
- fontWeight: "600",
436
- fontSize: 15
437
- },
438
- vouchersButton: {
439
- width: "100%",
440
- // marginTop: "auto",
441
- marginTop: 20,
442
- borderRadius: 12,
443
- overflow: "hidden"
444
- },
445
- vouchersGradient: {
446
- paddingVertical: 16,
447
- alignItems: "center",
448
- borderRadius: 12
449
- },
450
- vouchersText: {
451
- color: theme.onPrimary || "#fff",
452
- // Text on primary button gradient
453
- fontWeight: "700",
454
- fontSize: 17
455
- }
456
- });
457
- var _default = exports.default = RedeemedVoucherSheet;
458
- //# sourceMappingURL=RedeemedVoucherSheet.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_bottomSheet","_reactNativeQrcodeSvg","_interopRequireDefault","_expoLinearGradient","Clipboard","_index","_vectorIcons","_jsxRuntime","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","RedeemedVoucherSheet","props","theme","useTheme","styles","useMemo","getStyles","defaultActiveTabColors","primary","primaryVariant","defaultPrimaryButtonColors","defaultInactiveTabBorderColor","defaultInactiveTabTextColor","visible","onClose","code","amount","expiry","image","title","currency","codeReadyText","qrCodeLabel","barCodeLabel","myVouchersButtonText","onMyVouchersButtonPress","onCopyCode","showAppleWalletButton","appleWalletButtonText","onAppleWalletButtonPress","appleWalletIconSource","qrCodeSize","activeTabColors","inactiveTabBackgroundColor","surface","inactiveTabBorderColor","propInactiveTabBorderColor","inactiveTabTextColor","propInactiveTabTextColor","primaryButtonColors","allowBarcodeSwitch","renderBarcodeComponent","copyIconComponent","amountIconComponent","expiryIconComponent","snapPoints","propSnapPoints","sheetBackgroundStyle","sheetHandleStyle","backdropPressBehavior","bottomSheetOverrideProps","tabGradientStart","x","y","tabGradientEnd","primaryButtonGradientStart","primaryButtonGradientEnd","finalInactiveTabBorderColor","finalInactiveTabTextColor","bottomSheetRef","useRef","finalSnapPoints","tab","setTab","React","useState","handleCopyCode","setStringAsync","closeBottomSheet","useCallback","current","close","renderBackdrop","backdropProps","jsx","BottomSheetBackdrop","disappearsOnIndex","appearsOnIndex","pressBehavior","opacity","style","backgroundColor","iconSize","defaultAmountIcon","Ionicons","defaultIconStyle","name","size","color","onSurface","defaultExpiryIcon","defaultCopyIcon","copyIconText","ref","index","enablePanDownToClose","backgroundStyle","sheetBackgroundBase","handleIndicatorStyle","handleBase","backdropComponent","children","jsxs","BottomSheetView","container","Image","source","giftImage","Text","View","infoRow","infoItem","amountText","expiryText","codeBox","qrContainer","value","barcodePlaceholder","barcodePlaceholderText","tabRow","TouchableOpacity","tabButton","borderColor","borderWidth","onPress","LinearGradient","colors","start","end","tabGradient","tabTextBase","tabTextActive","width","height","divider","codeDisplayRow","actualCodeText","copyButton","Pressable","walletButton","walletIcon","walletText","vouchersButton","vouchersGradient","vouchersText","StyleSheet","create","borderTopLeftRadius","borderTopRightRadius","border","borderRadius","alignSelf","marginTop","flex","alignItems","paddingHorizontal","paddingTop","paddingBottom","marginBottom","resizeMode","fontSize","fontWeight","flexDirection","justifyContent","marginRight","padding","shadowColor","shadowOpacity","shadowRadius","shadowOffset","elevation","disabled","marginHorizontal","overflow","paddingVertical","onPrimary","marginVertical","letterSpacing","onBackground","_default","exports"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/RedeemedVoucher/RedeemedVoucherSheet.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,29 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _exportNames = {
7
- RedeemedVoucherSheet: true
8
- };
9
- Object.defineProperty(exports, "RedeemedVoucherSheet", {
10
- enumerable: true,
11
- get: function () {
12
- return _RedeemedVoucherSheet.default;
13
- }
14
- });
15
- var _RedeemedVoucherSheet = _interopRequireWildcard(require("./RedeemedVoucherSheet.js"));
16
- Object.keys(_RedeemedVoucherSheet).forEach(function (key) {
17
- if (key === "default" || key === "__esModule") return;
18
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
19
- if (key in exports && exports[key] === _RedeemedVoucherSheet[key]) return;
20
- Object.defineProperty(exports, key, {
21
- enumerable: true,
22
- get: function () {
23
- return _RedeemedVoucherSheet[key];
24
- }
25
- });
26
- });
27
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
28
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
29
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_RedeemedVoucherSheet","_interopRequireWildcard","require","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","n","__proto__","a","getOwnPropertyDescriptor","u","i","set"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/RedeemedVoucher/index.ts"],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,uBAAA,CAAAC,OAAA;AACAC,MAAA,CAAAC,IAAA,CAAAJ,qBAAA,EAAAK,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAN,qBAAA,CAAAM,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAd,qBAAA,CAAAM,GAAA;IAAA;EAAA;AAAA;AAAsC,SAAAS,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAf,wBAAAe,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAL,GAAA,CAAAE,CAAA,OAAAO,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAtB,MAAA,CAAAS,cAAA,IAAAT,MAAA,CAAAuB,wBAAA,WAAAC,CAAA,IAAAX,CAAA,oBAAAW,CAAA,OAAAnB,cAAA,CAAAC,IAAA,CAAAO,CAAA,EAAAW,CAAA,SAAAC,CAAA,GAAAH,CAAA,GAAAtB,MAAA,CAAAuB,wBAAA,CAAAV,CAAA,EAAAW,CAAA,UAAAC,CAAA,KAAAA,CAAA,CAAAd,GAAA,IAAAc,CAAA,CAAAC,GAAA,IAAA1B,MAAA,CAAAS,cAAA,CAAAW,CAAA,EAAAI,CAAA,EAAAC,CAAA,IAAAL,CAAA,CAAAI,CAAA,IAAAX,CAAA,CAAAW,CAAA,YAAAJ,CAAA,CAAAF,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAU,GAAA,CAAAb,CAAA,EAAAO,CAAA,GAAAA,CAAA","ignoreList":[]}