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
- CloseIcon: true
8
- };
9
- Object.defineProperty(exports, "CloseIcon", {
10
- enumerable: true,
11
- get: function () {
12
- return _CloseIcon.default;
13
- }
14
- });
15
- var _CloseIcon = _interopRequireWildcard(require("./CloseIcon.js"));
16
- Object.keys(_CloseIcon).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] === _CloseIcon[key]) return;
20
- Object.defineProperty(exports, key, {
21
- enumerable: true,
22
- get: function () {
23
- return _CloseIcon[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":["_CloseIcon","_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/CloseIcon/index.ts"],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,uBAAA,CAAAC,OAAA;AACAC,MAAA,CAAAC,IAAA,CAAAJ,UAAA,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,UAAA,CAAAM,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAd,UAAA,CAAAM,GAAA;IAAA;EAAA;AAAA;AAA4B,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,358 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _theme = require("@/theme");
8
- var _react = _interopRequireWildcard(require("react"));
9
- var _reactNative = require("react-native");
10
- var _reactNativeCalendars = require("react-native-calendars");
11
- var _dateFns = require("date-fns");
12
- var _jsxRuntime = require("react/jsx-runtime");
13
- 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); }
14
- 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; }
15
- // Adjust path if needed
16
-
17
- // --- Helper Function ---
18
- const formatDateDisplay = date => {
19
- if (!date) return "";
20
- try {
21
- const dateObj = typeof date === "string" ? (0, _dateFns.parseISO)(date) : date;
22
- if (!(0, _dateFns.isValid)(dateObj)) return "";
23
- return (0, _dateFns.format)(dateObj, "MMM d, yyyy").toUpperCase();
24
- } catch (e) {
25
- console.error("Error formatting date:", e);
26
- return "";
27
- }
28
- };
29
-
30
- // --- Component Props ---
31
-
32
- // --- Component ---
33
- const DateRangePicker = ({
34
- initialDepartureDate,
35
- initialReturnDate,
36
- isOneWay = false,
37
- onDatesChange,
38
- departureLabel = "DEPARTURE",
39
- returnLabel = "RETURN",
40
- placeholder = "Select Date",
41
- calendarThemeOverrides = {},
42
- outerContainerStyle,
43
- inputContainerStyle,
44
- inputGroupStyle,
45
- // Will be used for label groups too
46
- labelStyle,
47
- inputTextStyle,
48
- separatorStyle,
49
- calendarContainerStyle
50
- }) => {
51
- const {
52
- theme,
53
- isRTL
54
- } = (0, _theme.useTheme)();
55
- const styles = (0, _react.useMemo)(() => themedStyles(theme, isRTL), [theme, isRTL]);
56
-
57
- // --- State ---
58
- const [departureDate, setDepartureDate] = (0, _react.useState)(initialDepartureDate);
59
- const [returnDate, setReturnDate] = (0, _react.useState)(isOneWay ? undefined : initialReturnDate);
60
- const [isCalendarVisible, setIsCalendarVisible] = (0, _react.useState)(false);
61
- (0, _react.useEffect)(() => {
62
- setDepartureDate(initialDepartureDate);
63
- }, [initialDepartureDate]);
64
- (0, _react.useEffect)(() => {
65
- setReturnDate(isOneWay ? undefined : initialReturnDate);
66
- }, [initialReturnDate, isOneWay]);
67
- (0, _react.useEffect)(() => {
68
- if (isOneWay && returnDate) {
69
- setReturnDate(undefined);
70
- onDatesChange({
71
- departure: departureDate,
72
- return: undefined
73
- });
74
- }
75
- }, [isOneWay, returnDate, departureDate, onDatesChange]);
76
-
77
- // --- Handlers ---
78
- const handleDayPress = (0, _react.useCallback)(day => {
79
- let newDeparture = departureDate;
80
- let newReturn = returnDate;
81
- let shouldCloseCalendar = false;
82
- if (isOneWay) {
83
- newDeparture = day.dateString;
84
- newReturn = undefined;
85
- shouldCloseCalendar = true;
86
- } else {
87
- if (!newDeparture || newDeparture && newReturn) {
88
- newDeparture = day.dateString;
89
- newReturn = undefined;
90
- } else if (newDeparture && !newReturn) {
91
- try {
92
- const depDate = (0, _dateFns.parseISO)(newDeparture);
93
- const selectedDate = (0, _dateFns.parseISO)(day.dateString);
94
- if ((0, _dateFns.isValid)(depDate) && (0, _dateFns.isValid)(selectedDate)) {
95
- if (selectedDate >= depDate) {
96
- newReturn = day.dateString;
97
- shouldCloseCalendar = true;
98
- } else {
99
- newDeparture = day.dateString;
100
- newReturn = undefined;
101
- }
102
- } else {
103
- console.error("Invalid date encountered during selection");
104
- newDeparture = day.dateString;
105
- newReturn = undefined;
106
- }
107
- } catch (e) {
108
- console.error("Error parsing dates during selection:", e);
109
- newDeparture = day.dateString;
110
- newReturn = undefined;
111
- }
112
- }
113
- }
114
- setDepartureDate(newDeparture);
115
- setReturnDate(newReturn);
116
- onDatesChange({
117
- departure: newDeparture,
118
- return: newReturn
119
- });
120
- if (shouldCloseCalendar) {
121
- setIsCalendarVisible(false);
122
- }
123
- }, [departureDate, returnDate, isOneWay, onDatesChange]);
124
- const markedDates = (0, _react.useMemo)(() => {
125
- const marked = {};
126
- const primaryColor = theme.primary;
127
- const onPrimaryColor = theme.onPrimary;
128
- const rangeColor = theme.secondary;
129
- const onRangeColor = theme.onSecondary;
130
- if (departureDate) {
131
- marked[departureDate] = {
132
- startingDay: !returnDate || departureDate === returnDate,
133
- color: primaryColor,
134
- textColor: onPrimaryColor,
135
- selected: true
136
- };
137
- }
138
- if (returnDate) {
139
- marked[returnDate] = {
140
- ...marked[returnDate],
141
- endingDay: true,
142
- color: primaryColor,
143
- textColor: onPrimaryColor,
144
- selected: true
145
- };
146
- }
147
- if (departureDate && returnDate && departureDate !== returnDate) {
148
- try {
149
- const start = (0, _dateFns.addDays)((0, _dateFns.parseISO)(departureDate), 1);
150
- const end = (0, _dateFns.parseISO)(returnDate);
151
- if ((0, _dateFns.isValid)(start) && (0, _dateFns.isValid)(end) && end > start) {
152
- const interval = (0, _dateFns.eachDayOfInterval)({
153
- start,
154
- end
155
- });
156
- interval.forEach(date => {
157
- const dateString = (0, _dateFns.format)(date, "yyyy-MM-dd");
158
- if (dateString !== returnDate) {
159
- marked[dateString] = {
160
- color: rangeColor,
161
- textColor: onRangeColor,
162
- selected: true
163
- };
164
- }
165
- });
166
- }
167
- } catch (e) {
168
- console.error("Error creating date interval:", e);
169
- }
170
- }
171
- return marked;
172
- }, [departureDate, returnDate, theme]);
173
-
174
- // --- Calendar Theme ---
175
- const calendarTheme = (0, _react.useMemo)(() => {
176
- return {
177
- backgroundColor: theme.surface,
178
- calendarBackground: theme.surface,
179
- textSectionTitleColor: theme.onSurface,
180
- selectedDayBackgroundColor: theme.primary,
181
- selectedDayTextColor: theme.onPrimary,
182
- todayTextColor: theme.primary,
183
- dayTextColor: theme.onSurface,
184
- textDisabledColor: theme.disabled,
185
- dotColor: theme.primary,
186
- selectedDotColor: theme.onPrimary,
187
- arrowColor: theme.primary,
188
- disabledArrowColor: theme.disabled,
189
- monthTextColor: theme.onSurface,
190
- indicatorColor: theme.primary,
191
- textDayFontWeight: "500",
192
- textMonthFontWeight: "bold",
193
- textDayHeaderFontWeight: "bold",
194
- textDayFontSize: 14,
195
- textMonthFontSize: 16,
196
- textDayHeaderFontSize: 12,
197
- ...calendarThemeOverrides
198
- };
199
- }, [theme, calendarThemeOverrides]);
200
- const displayDeparture = formatDateDisplay(departureDate) || placeholder;
201
- const displayReturn = formatDateDisplay(returnDate) || placeholder;
202
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
203
- children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
204
- style: [styles.outerContainer, outerContainerStyle],
205
- children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.View, {
206
- style: styles.labelsContainer,
207
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
208
- style: [styles.labelGroup, inputGroupStyle],
209
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
210
- style: [styles.label, labelStyle],
211
- children: departureLabel
212
- })
213
- }), !isOneWay && /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
214
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
215
- style: [styles.labelGroup, inputGroupStyle],
216
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
217
- style: [styles.label, labelStyle],
218
- children: returnLabel
219
- })
220
- })
221
- })]
222
- }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_reactNative.TouchableOpacity, {
223
- style: [styles.inputContainer, inputContainerStyle],
224
- onPress: () => setIsCalendarVisible(true),
225
- activeOpacity: 0.7,
226
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
227
- style: [styles.dateInputGroup, inputGroupStyle],
228
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
229
- style: [styles.inputText, !departureDate && styles.placeholderText, inputTextStyle],
230
- numberOfLines: 1,
231
- ellipsizeMode: "tail",
232
- children: displayDeparture
233
- })
234
- }), !isOneWay && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
235
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
236
- style: [styles.dateSeparator, separatorStyle]
237
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
238
- style: [styles.dateInputGroup, inputGroupStyle],
239
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Text, {
240
- style: [styles.inputText, !returnDate && styles.placeholderText, inputTextStyle],
241
- numberOfLines: 1,
242
- ellipsizeMode: "tail",
243
- children: displayReturn
244
- })
245
- })]
246
- })]
247
- })]
248
- }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.Modal, {
249
- transparent: true,
250
- visible: isCalendarVisible,
251
- onRequestClose: () => setIsCalendarVisible(false),
252
- animationType: "fade",
253
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
254
- style: styles.modalOverlay,
255
- activeOpacity: 1,
256
- onPressOut: () => setIsCalendarVisible(false),
257
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
258
- onStartShouldSetResponder: () => true,
259
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.View, {
260
- style: [styles.calendarContainer, calendarContainerStyle],
261
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNativeCalendars.Calendar, {
262
- current: departureDate || (0, _dateFns.format)(new Date(), "yyyy-MM-dd"),
263
- onDayPress: handleDayPress,
264
- markedDates: markedDates,
265
- markingType: "period",
266
- theme: calendarTheme,
267
- firstDay: 1,
268
- monthFormat: "MMM yyyy"
269
- })
270
- })
271
- })
272
- })
273
- })]
274
- });
275
- };
276
-
277
- // --- Styles ---
278
- const themedStyles = (theme, isRTL) => _reactNative.StyleSheet.create({
279
- outerContainer: {
280
- // flex: 1,
281
- },
282
- labelsContainer: {
283
- flexDirection: isRTL ? "row-reverse" : "row",
284
- marginBottom: 4,
285
- alignItems: "center"
286
- },
287
- labelGroup: {
288
- flex: 1,
289
- justifyContent: "center"
290
- },
291
- label: {
292
- color: theme.labelText,
293
- fontSize: 12,
294
- fontWeight: "600",
295
- textTransform: "uppercase",
296
- textAlign: isRTL ? "right" : "left"
297
- },
298
- labelSeparatorPlaceholder: {
299
- width: 1,
300
- backgroundColor: "transparent",
301
- marginHorizontal: 8
302
- },
303
- inputContainer: {
304
- flexDirection: isRTL ? "row-reverse" : "row",
305
- borderColor: theme.border,
306
- borderWidth: 1,
307
- borderRadius: 8,
308
- minHeight: 50,
309
- backgroundColor: theme.surface,
310
- alignItems: "center",
311
- paddingHorizontal: 12,
312
- overflow: "hidden"
313
- },
314
- dateInputGroup: {
315
- flex: 1,
316
- paddingVertical: 8,
317
- justifyContent: "center"
318
- },
319
- inputText: {
320
- color: theme.onSurface,
321
- fontSize: 15,
322
- fontWeight: "500",
323
- textAlign: isRTL ? "right" : "left"
324
- },
325
- placeholderText: {
326
- color: theme.helper,
327
- fontWeight: "400"
328
- },
329
- dateSeparator: {
330
- width: 1,
331
- height: "60%",
332
- backgroundColor: theme.border,
333
- marginHorizontal: 8
334
- },
335
- modalOverlay: {
336
- flex: 1,
337
- backgroundColor: "rgba(0, 0, 0, 0.6)",
338
- justifyContent: "center",
339
- padding: 20
340
- },
341
- calendarContainer: {
342
- backgroundColor: theme.surface,
343
- borderRadius: 12,
344
- paddingVertical: 5,
345
- paddingHorizontal: 5,
346
- width: "100%",
347
- shadowColor: "#000",
348
- shadowOffset: {
349
- width: 0,
350
- height: 4
351
- },
352
- shadowOpacity: 0.15,
353
- shadowRadius: 10,
354
- elevation: 8
355
- }
356
- });
357
- var _default = exports.default = DateRangePicker;
358
- //# sourceMappingURL=DateRangePicker.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_theme","require","_react","_interopRequireWildcard","_reactNative","_reactNativeCalendars","_dateFns","_jsxRuntime","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","formatDateDisplay","date","dateObj","parseISO","isValid","format","toUpperCase","console","error","DateRangePicker","initialDepartureDate","initialReturnDate","isOneWay","onDatesChange","departureLabel","returnLabel","placeholder","calendarThemeOverrides","outerContainerStyle","inputContainerStyle","inputGroupStyle","labelStyle","inputTextStyle","separatorStyle","calendarContainerStyle","theme","isRTL","useTheme","styles","useMemo","themedStyles","departureDate","setDepartureDate","useState","returnDate","setReturnDate","undefined","isCalendarVisible","setIsCalendarVisible","useEffect","departure","return","handleDayPress","useCallback","day","newDeparture","newReturn","shouldCloseCalendar","dateString","depDate","selectedDate","markedDates","marked","primaryColor","primary","onPrimaryColor","onPrimary","rangeColor","secondary","onRangeColor","onSecondary","startingDay","color","textColor","selected","endingDay","start","addDays","end","interval","eachDayOfInterval","forEach","calendarTheme","backgroundColor","surface","calendarBackground","textSectionTitleColor","onSurface","selectedDayBackgroundColor","selectedDayTextColor","todayTextColor","dayTextColor","textDisabledColor","disabled","dotColor","selectedDotColor","arrowColor","disabledArrowColor","monthTextColor","indicatorColor","textDayFontWeight","textMonthFontWeight","textDayHeaderFontWeight","textDayFontSize","textMonthFontSize","textDayHeaderFontSize","displayDeparture","displayReturn","jsxs","Fragment","children","View","style","outerContainer","labelsContainer","jsx","labelGroup","Text","label","TouchableOpacity","inputContainer","onPress","activeOpacity","dateInputGroup","inputText","placeholderText","numberOfLines","ellipsizeMode","dateSeparator","Modal","transparent","visible","onRequestClose","animationType","modalOverlay","onPressOut","onStartShouldSetResponder","calendarContainer","Calendar","current","Date","onDayPress","markingType","firstDay","monthFormat","StyleSheet","create","flexDirection","marginBottom","alignItems","flex","justifyContent","labelText","fontSize","fontWeight","textTransform","textAlign","labelSeparatorPlaceholder","width","marginHorizontal","borderColor","border","borderWidth","borderRadius","minHeight","paddingHorizontal","overflow","paddingVertical","helper","height","padding","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","_default","exports"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/DateRangePicker/DateRangePicker.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,4 +0,0 @@
1
- // export { default as DateRangePicker} from "./DateRangePicker";
2
- // export * from "./DateRangePicker";
3
- "use strict";
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/DateRangePicker/index.ts"],"mappings":"AAAA;AACA;AAAA","ignoreList":[]}