related-ui-components 1.9.5 → 1.9.7

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 (487) hide show
  1. package/lib/module/app.js +3 -2
  2. package/lib/module/app.js.map +1 -1
  3. package/lib/module/components/DateRangePicker/DateRangePicker.js +1 -2
  4. package/lib/module/components/DateRangePicker/DateRangePicker.js.map +1 -1
  5. package/lib/module/components/Popup/README.md +1 -1
  6. package/lib/module/components/Suggestions/SuggestionList.js +1 -1
  7. package/lib/module/components/Suggestions/SuggestionList.js.map +1 -1
  8. package/lib/module/components/TravelBooking/CarRentalForm.js +1 -1
  9. package/lib/module/components/TravelBooking/CarRentalForm.js.map +1 -1
  10. package/lib/module/components/TravelBooking/FlightForm.js +1 -1
  11. package/lib/module/components/TravelBooking/FlightForm.js.map +1 -1
  12. package/lib/module/components/TravelBooking/FlightSummary.js +1 -1
  13. package/lib/module/components/TravelBooking/FlightSummary.js.map +1 -1
  14. package/lib/module/components/TravelBooking/HotelForm.js +1 -1
  15. package/lib/module/components/TravelBooking/HotelForm.js.map +1 -1
  16. package/lib/module/components/TravelBooking/HotelSummary.js +1 -1
  17. package/lib/module/components/TravelBooking/HotelSummary.js.map +1 -1
  18. package/lib/module/components/TravelBooking/README.md +3 -3
  19. package/lib/module/components/TravelBooking/SummaryBar.js +1 -1
  20. package/lib/module/components/TravelBooking/SummaryBar.js.map +1 -1
  21. package/lib/module/components/TravelBooking/TabSelector.js +1 -1
  22. package/lib/module/components/TravelBooking/TabSelector.js.map +1 -1
  23. package/lib/module/components/TravelBooking/TravelBooking.js +1 -1
  24. package/lib/module/components/TravelBooking/TravelBooking.js.map +1 -1
  25. package/lib/module/components/UnlockRewards/README.md +1 -1
  26. package/lib/module/theme/ThemeContext.js +39 -19
  27. package/lib/module/theme/ThemeContext.js.map +1 -1
  28. package/lib/typescript/lib/commonjs/app.d.ts +4 -0
  29. package/lib/typescript/lib/commonjs/app.d.ts.map +1 -0
  30. package/lib/typescript/lib/commonjs/components/Badges/Badge.d.ts +14 -0
  31. package/lib/typescript/lib/commonjs/components/Badges/Badge.d.ts.map +1 -0
  32. package/lib/typescript/lib/commonjs/components/Badges/index.d.ts +3 -0
  33. package/lib/typescript/lib/commonjs/components/Badges/index.d.ts.map +1 -0
  34. package/lib/typescript/lib/commonjs/components/Banner/Banner.d.ts +24 -0
  35. package/lib/typescript/lib/commonjs/components/Banner/Banner.d.ts.map +1 -0
  36. package/lib/typescript/lib/commonjs/components/Banner/BannerWithDetails.d.ts +16 -0
  37. package/lib/typescript/lib/commonjs/components/Banner/BannerWithDetails.d.ts.map +1 -0
  38. package/lib/typescript/lib/commonjs/components/Banner/index.d.ts +4 -0
  39. package/lib/typescript/lib/commonjs/components/Banner/index.d.ts.map +1 -0
  40. package/lib/typescript/lib/commonjs/components/BrandIcon/BrandIcon.d.ts +18 -0
  41. package/lib/typescript/lib/commonjs/components/BrandIcon/BrandIcon.d.ts.map +1 -0
  42. package/lib/typescript/lib/commonjs/components/BrandIcon/index.d.ts +3 -0
  43. package/lib/typescript/lib/commonjs/components/BrandIcon/index.d.ts.map +1 -0
  44. package/lib/typescript/lib/commonjs/components/Button/Button.d.ts +17 -0
  45. package/lib/typescript/lib/commonjs/components/Button/Button.d.ts.map +1 -0
  46. package/lib/typescript/lib/commonjs/components/Button/index.d.ts +3 -0
  47. package/lib/typescript/lib/commonjs/components/Button/index.d.ts.map +1 -0
  48. package/lib/typescript/lib/commonjs/components/Card/Card.d.ts +17 -0
  49. package/lib/typescript/lib/commonjs/components/Card/Card.d.ts.map +1 -0
  50. package/lib/typescript/lib/commonjs/components/Card/CardContent.d.ts +8 -0
  51. package/lib/typescript/lib/commonjs/components/Card/CardContent.d.ts.map +1 -0
  52. package/lib/typescript/lib/commonjs/components/Card/CardFooter.d.ts +9 -0
  53. package/lib/typescript/lib/commonjs/components/Card/CardFooter.d.ts.map +1 -0
  54. package/lib/typescript/lib/commonjs/components/Card/CardHeader.d.ts +14 -0
  55. package/lib/typescript/lib/commonjs/components/Card/CardHeader.d.ts.map +1 -0
  56. package/lib/typescript/lib/commonjs/components/Card/CardImage.d.ts +12 -0
  57. package/lib/typescript/lib/commonjs/components/Card/CardImage.d.ts.map +1 -0
  58. package/lib/typescript/lib/commonjs/components/Card/index.d.ts +10 -0
  59. package/lib/typescript/lib/commonjs/components/Card/index.d.ts.map +1 -0
  60. package/lib/typescript/lib/commonjs/components/Card/templates/DealCard.d.ts +30 -0
  61. package/lib/typescript/lib/commonjs/components/Card/templates/DealCard.d.ts.map +1 -0
  62. package/lib/typescript/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts +37 -0
  63. package/lib/typescript/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +1 -0
  64. package/lib/typescript/lib/commonjs/components/Card/templates/SimpleTrendingCard.d.ts +12 -0
  65. package/lib/typescript/lib/commonjs/components/Card/templates/SimpleTrendingCard.d.ts.map +1 -0
  66. package/lib/typescript/lib/commonjs/components/Card/types.d.ts +2 -0
  67. package/lib/typescript/lib/commonjs/components/Card/types.d.ts.map +1 -0
  68. package/lib/typescript/lib/commonjs/components/CloseIcon/CloseIcon.d.ts +14 -0
  69. package/lib/typescript/lib/commonjs/components/CloseIcon/CloseIcon.d.ts.map +1 -0
  70. package/lib/typescript/lib/commonjs/components/CloseIcon/index.d.ts +3 -0
  71. package/lib/typescript/lib/commonjs/components/CloseIcon/index.d.ts.map +1 -0
  72. package/lib/typescript/lib/commonjs/components/DateRangePicker/DateRangePicker.d.ts +20 -0
  73. package/lib/typescript/lib/commonjs/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
  74. package/lib/typescript/lib/commonjs/components/DateRangePicker/index.d.ts +2 -0
  75. package/lib/typescript/lib/commonjs/components/DateRangePicker/index.d.ts.map +1 -0
  76. package/lib/typescript/lib/commonjs/components/Filters/Filters.d.ts +56 -0
  77. package/lib/typescript/lib/commonjs/components/Filters/Filters.d.ts.map +1 -0
  78. package/lib/typescript/lib/commonjs/components/Filters/PointsRangeSelector.d.ts +27 -0
  79. package/lib/typescript/lib/commonjs/components/Filters/PointsRangeSelector.d.ts.map +1 -0
  80. package/lib/typescript/lib/commonjs/components/Filters/index.d.ts +4 -0
  81. package/lib/typescript/lib/commonjs/components/Filters/index.d.ts.map +1 -0
  82. package/lib/typescript/lib/commonjs/components/Input/Input.d.ts +4 -0
  83. package/lib/typescript/lib/commonjs/components/Input/Input.d.ts.map +1 -0
  84. package/lib/typescript/lib/commonjs/components/Input/index.d.ts +3 -0
  85. package/lib/typescript/lib/commonjs/components/Input/index.d.ts.map +1 -0
  86. package/lib/typescript/lib/commonjs/components/LockOverlay/LockOverlay.d.ts +15 -0
  87. package/lib/typescript/lib/commonjs/components/LockOverlay/LockOverlay.d.ts.map +1 -0
  88. package/lib/typescript/lib/commonjs/components/LockOverlay/index.d.ts +3 -0
  89. package/lib/typescript/lib/commonjs/components/LockOverlay/index.d.ts.map +1 -0
  90. package/lib/typescript/lib/commonjs/components/Marquee/Marquee.d.ts +14 -0
  91. package/lib/typescript/lib/commonjs/components/Marquee/Marquee.d.ts.map +1 -0
  92. package/lib/typescript/lib/commonjs/components/Marquee/index.d.ts +3 -0
  93. package/lib/typescript/lib/commonjs/components/Marquee/index.d.ts.map +1 -0
  94. package/lib/typescript/lib/commonjs/components/NumericStepper/NumericStepper.d.ts +16 -0
  95. package/lib/typescript/lib/commonjs/components/NumericStepper/NumericStepper.d.ts.map +1 -0
  96. package/lib/typescript/lib/commonjs/components/NumericStepper/index.d.ts +3 -0
  97. package/lib/typescript/lib/commonjs/components/NumericStepper/index.d.ts.map +1 -0
  98. package/lib/typescript/lib/commonjs/components/Popup/Popup.d.ts +39 -0
  99. package/lib/typescript/lib/commonjs/components/Popup/Popup.d.ts.map +1 -0
  100. package/lib/typescript/lib/commonjs/components/Popup/index.d.ts +3 -0
  101. package/lib/typescript/lib/commonjs/components/Popup/index.d.ts.map +1 -0
  102. package/lib/typescript/lib/commonjs/components/ProgressBar/ProgressBar.d.ts +22 -0
  103. package/lib/typescript/lib/commonjs/components/ProgressBar/ProgressBar.d.ts.map +1 -0
  104. package/lib/typescript/lib/commonjs/components/ProgressBar/index.d.ts +3 -0
  105. package/lib/typescript/lib/commonjs/components/ProgressBar/index.d.ts.map +1 -0
  106. package/lib/typescript/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +4 -0
  107. package/lib/typescript/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +1 -0
  108. package/lib/typescript/lib/commonjs/components/RedeemedVoucher/index.d.ts +3 -0
  109. package/lib/typescript/lib/commonjs/components/RedeemedVoucher/index.d.ts.map +1 -0
  110. package/lib/typescript/lib/commonjs/components/RedemptionOption/RedemptionOption.d.ts +23 -0
  111. package/lib/typescript/lib/commonjs/components/RedemptionOption/RedemptionOption.d.ts.map +1 -0
  112. package/lib/typescript/lib/commonjs/components/RedemptionOption/index.d.ts +3 -0
  113. package/lib/typescript/lib/commonjs/components/RedemptionOption/index.d.ts.map +1 -0
  114. package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCard.d.ts +19 -0
  115. package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCard.d.ts.map +1 -0
  116. package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCardContent.d.ts +7 -0
  117. package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCardContent.d.ts.map +1 -0
  118. package/lib/typescript/lib/commonjs/components/ScratchCard/index.d.ts +4 -0
  119. package/lib/typescript/lib/commonjs/components/ScratchCard/index.d.ts.map +1 -0
  120. package/lib/typescript/lib/commonjs/components/SelectAmount/SelectAmount.d.ts +29 -0
  121. package/lib/typescript/lib/commonjs/components/SelectAmount/SelectAmount.d.ts.map +1 -0
  122. package/lib/typescript/lib/commonjs/components/SelectAmount/index.d.ts +2 -0
  123. package/lib/typescript/lib/commonjs/components/SelectAmount/index.d.ts.map +1 -0
  124. package/lib/typescript/lib/commonjs/components/Skeleton/Shimmer.d.ts +11 -0
  125. package/lib/typescript/lib/commonjs/components/Skeleton/Shimmer.d.ts.map +1 -0
  126. package/lib/typescript/lib/commonjs/components/Skeleton/SkeletonElement.d.ts +10 -0
  127. package/lib/typescript/lib/commonjs/components/Skeleton/SkeletonElement.d.ts.map +1 -0
  128. package/lib/typescript/lib/commonjs/components/Skeleton/index.d.ts +4 -0
  129. package/lib/typescript/lib/commonjs/components/Skeleton/index.d.ts.map +1 -0
  130. package/lib/typescript/lib/commonjs/components/Suggestions/SuggestionList.d.ts +12 -0
  131. package/lib/typescript/lib/commonjs/components/Suggestions/SuggestionList.d.ts.map +1 -0
  132. package/lib/typescript/lib/commonjs/components/TravelBooking/CarRentalForm.d.ts +52 -0
  133. package/lib/typescript/lib/commonjs/components/TravelBooking/CarRentalForm.d.ts.map +1 -0
  134. package/lib/typescript/lib/commonjs/components/TravelBooking/FlightForm.d.ts +47 -0
  135. package/lib/typescript/lib/commonjs/components/TravelBooking/FlightForm.d.ts.map +1 -0
  136. package/lib/typescript/lib/commonjs/components/TravelBooking/FlightSummary.d.ts +32 -0
  137. package/lib/typescript/lib/commonjs/components/TravelBooking/FlightSummary.d.ts.map +1 -0
  138. package/lib/typescript/lib/commonjs/components/TravelBooking/HotelForm.d.ts +45 -0
  139. package/lib/typescript/lib/commonjs/components/TravelBooking/HotelForm.d.ts.map +1 -0
  140. package/lib/typescript/lib/commonjs/components/TravelBooking/HotelSummary.d.ts +36 -0
  141. package/lib/typescript/lib/commonjs/components/TravelBooking/HotelSummary.d.ts.map +1 -0
  142. package/lib/typescript/lib/commonjs/components/TravelBooking/SummaryBar.d.ts +12 -0
  143. package/lib/typescript/lib/commonjs/components/TravelBooking/SummaryBar.d.ts.map +1 -0
  144. package/lib/typescript/lib/commonjs/components/TravelBooking/TabSelector.d.ts +15 -0
  145. package/lib/typescript/lib/commonjs/components/TravelBooking/TabSelector.d.ts.map +1 -0
  146. package/lib/typescript/lib/commonjs/components/TravelBooking/TravelBooking.d.ts +47 -0
  147. package/lib/typescript/lib/commonjs/components/TravelBooking/TravelBooking.d.ts.map +1 -0
  148. package/lib/typescript/lib/commonjs/components/TravelBooking/index.d.ts +2 -0
  149. package/lib/typescript/lib/commonjs/components/TravelBooking/index.d.ts.map +1 -0
  150. package/lib/typescript/lib/commonjs/components/TravelBooking/types.d.ts +3 -0
  151. package/lib/typescript/lib/commonjs/components/TravelBooking/types.d.ts.map +1 -0
  152. package/lib/typescript/lib/commonjs/components/UnlockRewards/RewardItem.d.ts +23 -0
  153. package/lib/typescript/lib/commonjs/components/UnlockRewards/RewardItem.d.ts.map +1 -0
  154. package/lib/typescript/lib/commonjs/components/UnlockRewards/UnlockRewards.d.ts +41 -0
  155. package/lib/typescript/lib/commonjs/components/UnlockRewards/UnlockRewards.d.ts.map +1 -0
  156. package/lib/typescript/lib/commonjs/components/UnlockRewards/index.d.ts +4 -0
  157. package/lib/typescript/lib/commonjs/components/UnlockRewards/index.d.ts.map +1 -0
  158. package/lib/typescript/lib/commonjs/components/Wheel/Wheel.d.ts +25 -0
  159. package/lib/typescript/lib/commonjs/components/Wheel/Wheel.d.ts.map +1 -0
  160. package/lib/typescript/lib/commonjs/components/Wheel/index.d.ts +3 -0
  161. package/lib/typescript/lib/commonjs/components/Wheel/index.d.ts.map +1 -0
  162. package/lib/typescript/lib/commonjs/components/index.d.ts +2 -0
  163. package/lib/typescript/lib/commonjs/components/index.d.ts.map +1 -0
  164. package/lib/typescript/{module → lib/commonjs}/constants/BRANDS.d.ts +2 -1
  165. package/lib/typescript/lib/commonjs/constants/BRANDS.d.ts.map +1 -0
  166. package/lib/typescript/lib/commonjs/index.d.ts +2 -0
  167. package/lib/typescript/lib/commonjs/index.d.ts.map +1 -0
  168. package/lib/typescript/lib/commonjs/theme/Colors.d.ts +110 -0
  169. package/lib/typescript/lib/commonjs/theme/Colors.d.ts.map +1 -0
  170. package/lib/typescript/lib/commonjs/theme/ThemeContext.d.ts +11 -0
  171. package/lib/typescript/lib/commonjs/theme/ThemeContext.d.ts.map +1 -0
  172. package/lib/typescript/lib/commonjs/theme/index.d.ts +2 -0
  173. package/lib/typescript/lib/commonjs/theme/index.d.ts.map +1 -0
  174. package/lib/typescript/package.json +1 -0
  175. package/lib/typescript/{commonjs → src}/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
  176. package/lib/typescript/src/components/DateRangePicker/index.d.ts +2 -0
  177. package/lib/typescript/src/components/SelectAmount/index.d.ts +2 -0
  178. package/lib/typescript/src/components/TravelBooking/index.d.ts +2 -0
  179. package/lib/typescript/{module → src}/theme/ThemeContext.d.ts +8 -5
  180. package/lib/typescript/src/theme/ThemeContext.d.ts.map +1 -0
  181. package/package.json +29 -79
  182. package/src/app.tsx +1 -1
  183. package/src/components/DateRangePicker/DateRangePicker.tsx +1 -2
  184. package/src/components/Popup/README.md +1 -1
  185. package/src/components/Suggestions/SuggestionList.tsx +1 -1
  186. package/src/components/TravelBooking/CarRentalForm.tsx +1 -1
  187. package/src/components/TravelBooking/FlightForm.tsx +1 -1
  188. package/src/components/TravelBooking/FlightSummary.tsx +1 -1
  189. package/src/components/TravelBooking/HotelForm.tsx +1 -1
  190. package/src/components/TravelBooking/HotelSummary.tsx +1 -1
  191. package/src/components/TravelBooking/README.md +3 -3
  192. package/src/components/TravelBooking/SummaryBar.tsx +1 -1
  193. package/src/components/TravelBooking/TabSelector.tsx +1 -1
  194. package/src/components/TravelBooking/TravelBooking.tsx +1 -1
  195. package/src/components/UnlockRewards/README.md +1 -1
  196. package/src/theme/ThemeContext.tsx +56 -20
  197. package/lib/typescript/commonjs/components/DateRangePicker/index.d.ts +0 -1
  198. package/lib/typescript/commonjs/components/SelectAmount/index.d.ts +0 -1
  199. package/lib/typescript/commonjs/components/TravelBooking/index.d.ts +0 -1
  200. package/lib/typescript/commonjs/package.json +0 -1
  201. package/lib/typescript/commonjs/theme/ThemeContext.d.ts +0 -18
  202. package/lib/typescript/commonjs/theme/ThemeContext.d.ts.map +0 -1
  203. package/lib/typescript/module/app.d.ts +0 -4
  204. package/lib/typescript/module/app.d.ts.map +0 -1
  205. package/lib/typescript/module/components/Badges/Badge.d.ts +0 -16
  206. package/lib/typescript/module/components/Badges/Badge.d.ts.map +0 -1
  207. package/lib/typescript/module/components/Badges/index.d.ts +0 -3
  208. package/lib/typescript/module/components/Badges/index.d.ts.map +0 -1
  209. package/lib/typescript/module/components/Banner/Banner.d.ts +0 -26
  210. package/lib/typescript/module/components/Banner/Banner.d.ts.map +0 -1
  211. package/lib/typescript/module/components/Banner/BannerWithDetails.d.ts +0 -19
  212. package/lib/typescript/module/components/Banner/BannerWithDetails.d.ts.map +0 -1
  213. package/lib/typescript/module/components/Banner/index.d.ts +0 -5
  214. package/lib/typescript/module/components/Banner/index.d.ts.map +0 -1
  215. package/lib/typescript/module/components/BrandIcon/BrandIcon.d.ts +0 -21
  216. package/lib/typescript/module/components/BrandIcon/BrandIcon.d.ts.map +0 -1
  217. package/lib/typescript/module/components/BrandIcon/index.d.ts +0 -3
  218. package/lib/typescript/module/components/BrandIcon/index.d.ts.map +0 -1
  219. package/lib/typescript/module/components/Button/Button.d.ts +0 -21
  220. package/lib/typescript/module/components/Button/Button.d.ts.map +0 -1
  221. package/lib/typescript/module/components/Button/index.d.ts +0 -3
  222. package/lib/typescript/module/components/Button/index.d.ts.map +0 -1
  223. package/lib/typescript/module/components/Card/Card.d.ts +0 -5
  224. package/lib/typescript/module/components/Card/Card.d.ts.map +0 -1
  225. package/lib/typescript/module/components/Card/CardContent.d.ts +0 -5
  226. package/lib/typescript/module/components/Card/CardContent.d.ts.map +0 -1
  227. package/lib/typescript/module/components/Card/CardFooter.d.ts +0 -5
  228. package/lib/typescript/module/components/Card/CardFooter.d.ts.map +0 -1
  229. package/lib/typescript/module/components/Card/CardHeader.d.ts +0 -5
  230. package/lib/typescript/module/components/Card/CardHeader.d.ts.map +0 -1
  231. package/lib/typescript/module/components/Card/CardImage.d.ts +0 -5
  232. package/lib/typescript/module/components/Card/CardImage.d.ts.map +0 -1
  233. package/lib/typescript/module/components/Card/index.d.ts +0 -11
  234. package/lib/typescript/module/components/Card/index.d.ts.map +0 -1
  235. package/lib/typescript/module/components/Card/templates/DealCard.d.ts +0 -33
  236. package/lib/typescript/module/components/Card/templates/DealCard.d.ts.map +0 -1
  237. package/lib/typescript/module/components/Card/templates/DealCardWithBackgroundImage.d.ts +0 -40
  238. package/lib/typescript/module/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +0 -1
  239. package/lib/typescript/module/components/Card/templates/SimpleTrendingCard.d.ts +0 -14
  240. package/lib/typescript/module/components/Card/templates/SimpleTrendingCard.d.ts.map +0 -1
  241. package/lib/typescript/module/components/Card/types.d.ts +0 -91
  242. package/lib/typescript/module/components/Card/types.d.ts.map +0 -1
  243. package/lib/typescript/module/components/CloseIcon/CloseIcon.d.ts +0 -16
  244. package/lib/typescript/module/components/CloseIcon/CloseIcon.d.ts.map +0 -1
  245. package/lib/typescript/module/components/CloseIcon/index.d.ts +0 -3
  246. package/lib/typescript/module/components/CloseIcon/index.d.ts.map +0 -1
  247. package/lib/typescript/module/components/DateRangePicker/DateRangePicker.d.ts +0 -25
  248. package/lib/typescript/module/components/DateRangePicker/DateRangePicker.d.ts.map +0 -1
  249. package/lib/typescript/module/components/DateRangePicker/index.d.ts +0 -1
  250. package/lib/typescript/module/components/DateRangePicker/index.d.ts.map +0 -1
  251. package/lib/typescript/module/components/Filters/Filters.d.ts +0 -80
  252. package/lib/typescript/module/components/Filters/Filters.d.ts.map +0 -1
  253. package/lib/typescript/module/components/Filters/PointsRangeSelector.d.ts +0 -29
  254. package/lib/typescript/module/components/Filters/PointsRangeSelector.d.ts.map +0 -1
  255. package/lib/typescript/module/components/Filters/index.d.ts +0 -5
  256. package/lib/typescript/module/components/Filters/index.d.ts.map +0 -1
  257. package/lib/typescript/module/components/Input/Input.d.ts +0 -23
  258. package/lib/typescript/module/components/Input/Input.d.ts.map +0 -1
  259. package/lib/typescript/module/components/Input/index.d.ts +0 -3
  260. package/lib/typescript/module/components/Input/index.d.ts.map +0 -1
  261. package/lib/typescript/module/components/LockOverlay/LockOverlay.d.ts +0 -16
  262. package/lib/typescript/module/components/LockOverlay/LockOverlay.d.ts.map +0 -1
  263. package/lib/typescript/module/components/LockOverlay/index.d.ts +0 -3
  264. package/lib/typescript/module/components/LockOverlay/index.d.ts.map +0 -1
  265. package/lib/typescript/module/components/Marquee/Marquee.d.ts +0 -18
  266. package/lib/typescript/module/components/Marquee/Marquee.d.ts.map +0 -1
  267. package/lib/typescript/module/components/Marquee/index.d.ts +0 -3
  268. package/lib/typescript/module/components/Marquee/index.d.ts.map +0 -1
  269. package/lib/typescript/module/components/NumericStepper/NumericStepper.d.ts +0 -19
  270. package/lib/typescript/module/components/NumericStepper/NumericStepper.d.ts.map +0 -1
  271. package/lib/typescript/module/components/NumericStepper/index.d.ts +0 -3
  272. package/lib/typescript/module/components/NumericStepper/index.d.ts.map +0 -1
  273. package/lib/typescript/module/components/Popup/Popup.d.ts +0 -42
  274. package/lib/typescript/module/components/Popup/Popup.d.ts.map +0 -1
  275. package/lib/typescript/module/components/Popup/index.d.ts +0 -3
  276. package/lib/typescript/module/components/Popup/index.d.ts.map +0 -1
  277. package/lib/typescript/module/components/ProgressBar/ProgressBar.d.ts +0 -26
  278. package/lib/typescript/module/components/ProgressBar/ProgressBar.d.ts.map +0 -1
  279. package/lib/typescript/module/components/ProgressBar/index.d.ts +0 -3
  280. package/lib/typescript/module/components/ProgressBar/index.d.ts.map +0 -1
  281. package/lib/typescript/module/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +0 -58
  282. package/lib/typescript/module/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +0 -1
  283. package/lib/typescript/module/components/RedeemedVoucher/index.d.ts +0 -3
  284. package/lib/typescript/module/components/RedeemedVoucher/index.d.ts.map +0 -1
  285. package/lib/typescript/module/components/RedemptionOption/RedemptionOption.d.ts +0 -25
  286. package/lib/typescript/module/components/RedemptionOption/RedemptionOption.d.ts.map +0 -1
  287. package/lib/typescript/module/components/RedemptionOption/index.d.ts +0 -3
  288. package/lib/typescript/module/components/RedemptionOption/index.d.ts.map +0 -1
  289. package/lib/typescript/module/components/ScratchCard/ScratchCard.d.ts +0 -31
  290. package/lib/typescript/module/components/ScratchCard/ScratchCard.d.ts.map +0 -1
  291. package/lib/typescript/module/components/ScratchCard/ScratchCardContent.d.ts +0 -8
  292. package/lib/typescript/module/components/ScratchCard/ScratchCardContent.d.ts.map +0 -1
  293. package/lib/typescript/module/components/ScratchCard/index.d.ts +0 -5
  294. package/lib/typescript/module/components/ScratchCard/index.d.ts.map +0 -1
  295. package/lib/typescript/module/components/SelectAmount/SelectAmount.d.ts +0 -29
  296. package/lib/typescript/module/components/SelectAmount/SelectAmount.d.ts.map +0 -1
  297. package/lib/typescript/module/components/SelectAmount/index.d.ts +0 -1
  298. package/lib/typescript/module/components/SelectAmount/index.d.ts.map +0 -1
  299. package/lib/typescript/module/components/Skeleton/Shimmer.d.ts +0 -13
  300. package/lib/typescript/module/components/Skeleton/Shimmer.d.ts.map +0 -1
  301. package/lib/typescript/module/components/Skeleton/SkeletonElement.d.ts +0 -12
  302. package/lib/typescript/module/components/Skeleton/SkeletonElement.d.ts.map +0 -1
  303. package/lib/typescript/module/components/Skeleton/index.d.ts +0 -5
  304. package/lib/typescript/module/components/Skeleton/index.d.ts.map +0 -1
  305. package/lib/typescript/module/components/Suggestions/SuggestionList.d.ts +0 -14
  306. package/lib/typescript/module/components/Suggestions/SuggestionList.d.ts.map +0 -1
  307. package/lib/typescript/module/components/TravelBooking/CarRentalForm.d.ts +0 -58
  308. package/lib/typescript/module/components/TravelBooking/CarRentalForm.d.ts.map +0 -1
  309. package/lib/typescript/module/components/TravelBooking/FlightForm.d.ts +0 -57
  310. package/lib/typescript/module/components/TravelBooking/FlightForm.d.ts.map +0 -1
  311. package/lib/typescript/module/components/TravelBooking/FlightSummary.d.ts +0 -41
  312. package/lib/typescript/module/components/TravelBooking/FlightSummary.d.ts.map +0 -1
  313. package/lib/typescript/module/components/TravelBooking/HotelForm.d.ts +0 -52
  314. package/lib/typescript/module/components/TravelBooking/HotelForm.d.ts.map +0 -1
  315. package/lib/typescript/module/components/TravelBooking/HotelSummary.d.ts +0 -44
  316. package/lib/typescript/module/components/TravelBooking/HotelSummary.d.ts.map +0 -1
  317. package/lib/typescript/module/components/TravelBooking/SummaryBar.d.ts +0 -17
  318. package/lib/typescript/module/components/TravelBooking/SummaryBar.d.ts.map +0 -1
  319. package/lib/typescript/module/components/TravelBooking/TabSelector.d.ts +0 -17
  320. package/lib/typescript/module/components/TravelBooking/TabSelector.d.ts.map +0 -1
  321. package/lib/typescript/module/components/TravelBooking/TravelBooking.d.ts +0 -84
  322. package/lib/typescript/module/components/TravelBooking/TravelBooking.d.ts.map +0 -1
  323. package/lib/typescript/module/components/TravelBooking/index.d.ts +0 -1
  324. package/lib/typescript/module/components/TravelBooking/index.d.ts.map +0 -1
  325. package/lib/typescript/module/components/TravelBooking/types.d.ts +0 -26
  326. package/lib/typescript/module/components/TravelBooking/types.d.ts.map +0 -1
  327. package/lib/typescript/module/components/UnlockRewards/RewardItem.d.ts +0 -25
  328. package/lib/typescript/module/components/UnlockRewards/RewardItem.d.ts.map +0 -1
  329. package/lib/typescript/module/components/UnlockRewards/UnlockRewards.d.ts +0 -60
  330. package/lib/typescript/module/components/UnlockRewards/UnlockRewards.d.ts.map +0 -1
  331. package/lib/typescript/module/components/UnlockRewards/index.d.ts +0 -5
  332. package/lib/typescript/module/components/UnlockRewards/index.d.ts.map +0 -1
  333. package/lib/typescript/module/components/Wheel/Wheel.d.ts +0 -37
  334. package/lib/typescript/module/components/Wheel/Wheel.d.ts.map +0 -1
  335. package/lib/typescript/module/components/Wheel/index.d.ts +0 -3
  336. package/lib/typescript/module/components/Wheel/index.d.ts.map +0 -1
  337. package/lib/typescript/module/components/index.d.ts +0 -19
  338. package/lib/typescript/module/components/index.d.ts.map +0 -1
  339. package/lib/typescript/module/constants/BRANDS.d.ts.map +0 -1
  340. package/lib/typescript/module/index.d.ts +0 -3
  341. package/lib/typescript/module/index.d.ts.map +0 -1
  342. package/lib/typescript/module/theme/Colors.d.ts +0 -45
  343. package/lib/typescript/module/theme/Colors.d.ts.map +0 -1
  344. package/lib/typescript/module/theme/ThemeContext.d.ts.map +0 -1
  345. package/lib/typescript/module/theme/index.d.ts +0 -3
  346. package/lib/typescript/module/theme/index.d.ts.map +0 -1
  347. /package/lib/{typescript/module → module}/package.json +0 -0
  348. /package/lib/typescript/{commonjs → src}/app.d.ts +0 -0
  349. /package/lib/typescript/{commonjs → src}/app.d.ts.map +0 -0
  350. /package/lib/typescript/{commonjs → src}/components/Badges/Badge.d.ts +0 -0
  351. /package/lib/typescript/{commonjs → src}/components/Badges/Badge.d.ts.map +0 -0
  352. /package/lib/typescript/{commonjs → src}/components/Badges/index.d.ts +0 -0
  353. /package/lib/typescript/{commonjs → src}/components/Badges/index.d.ts.map +0 -0
  354. /package/lib/typescript/{commonjs → src}/components/Banner/Banner.d.ts +0 -0
  355. /package/lib/typescript/{commonjs → src}/components/Banner/Banner.d.ts.map +0 -0
  356. /package/lib/typescript/{commonjs → src}/components/Banner/BannerWithDetails.d.ts +0 -0
  357. /package/lib/typescript/{commonjs → src}/components/Banner/BannerWithDetails.d.ts.map +0 -0
  358. /package/lib/typescript/{commonjs → src}/components/Banner/index.d.ts +0 -0
  359. /package/lib/typescript/{commonjs → src}/components/Banner/index.d.ts.map +0 -0
  360. /package/lib/typescript/{commonjs → src}/components/BrandIcon/BrandIcon.d.ts +0 -0
  361. /package/lib/typescript/{commonjs → src}/components/BrandIcon/BrandIcon.d.ts.map +0 -0
  362. /package/lib/typescript/{commonjs → src}/components/BrandIcon/index.d.ts +0 -0
  363. /package/lib/typescript/{commonjs → src}/components/BrandIcon/index.d.ts.map +0 -0
  364. /package/lib/typescript/{commonjs → src}/components/Button/Button.d.ts +0 -0
  365. /package/lib/typescript/{commonjs → src}/components/Button/Button.d.ts.map +0 -0
  366. /package/lib/typescript/{commonjs → src}/components/Button/index.d.ts +0 -0
  367. /package/lib/typescript/{commonjs → src}/components/Button/index.d.ts.map +0 -0
  368. /package/lib/typescript/{commonjs → src}/components/Card/Card.d.ts +0 -0
  369. /package/lib/typescript/{commonjs → src}/components/Card/Card.d.ts.map +0 -0
  370. /package/lib/typescript/{commonjs → src}/components/Card/CardContent.d.ts +0 -0
  371. /package/lib/typescript/{commonjs → src}/components/Card/CardContent.d.ts.map +0 -0
  372. /package/lib/typescript/{commonjs → src}/components/Card/CardFooter.d.ts +0 -0
  373. /package/lib/typescript/{commonjs → src}/components/Card/CardFooter.d.ts.map +0 -0
  374. /package/lib/typescript/{commonjs → src}/components/Card/CardHeader.d.ts +0 -0
  375. /package/lib/typescript/{commonjs → src}/components/Card/CardHeader.d.ts.map +0 -0
  376. /package/lib/typescript/{commonjs → src}/components/Card/CardImage.d.ts +0 -0
  377. /package/lib/typescript/{commonjs → src}/components/Card/CardImage.d.ts.map +0 -0
  378. /package/lib/typescript/{commonjs → src}/components/Card/index.d.ts +0 -0
  379. /package/lib/typescript/{commonjs → src}/components/Card/index.d.ts.map +0 -0
  380. /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCard.d.ts +0 -0
  381. /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCard.d.ts.map +0 -0
  382. /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCardWithBackgroundImage.d.ts +0 -0
  383. /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +0 -0
  384. /package/lib/typescript/{commonjs → src}/components/Card/templates/SimpleTrendingCard.d.ts +0 -0
  385. /package/lib/typescript/{commonjs → src}/components/Card/templates/SimpleTrendingCard.d.ts.map +0 -0
  386. /package/lib/typescript/{commonjs → src}/components/Card/types.d.ts +0 -0
  387. /package/lib/typescript/{commonjs → src}/components/Card/types.d.ts.map +0 -0
  388. /package/lib/typescript/{commonjs → src}/components/CloseIcon/CloseIcon.d.ts +0 -0
  389. /package/lib/typescript/{commonjs → src}/components/CloseIcon/CloseIcon.d.ts.map +0 -0
  390. /package/lib/typescript/{commonjs → src}/components/CloseIcon/index.d.ts +0 -0
  391. /package/lib/typescript/{commonjs → src}/components/CloseIcon/index.d.ts.map +0 -0
  392. /package/lib/typescript/{commonjs → src}/components/DateRangePicker/DateRangePicker.d.ts +0 -0
  393. /package/lib/typescript/{commonjs → src}/components/DateRangePicker/index.d.ts.map +0 -0
  394. /package/lib/typescript/{commonjs → src}/components/Filters/Filters.d.ts +0 -0
  395. /package/lib/typescript/{commonjs → src}/components/Filters/Filters.d.ts.map +0 -0
  396. /package/lib/typescript/{commonjs → src}/components/Filters/PointsRangeSelector.d.ts +0 -0
  397. /package/lib/typescript/{commonjs → src}/components/Filters/PointsRangeSelector.d.ts.map +0 -0
  398. /package/lib/typescript/{commonjs → src}/components/Filters/index.d.ts +0 -0
  399. /package/lib/typescript/{commonjs → src}/components/Filters/index.d.ts.map +0 -0
  400. /package/lib/typescript/{commonjs → src}/components/Input/Input.d.ts +0 -0
  401. /package/lib/typescript/{commonjs → src}/components/Input/Input.d.ts.map +0 -0
  402. /package/lib/typescript/{commonjs → src}/components/Input/index.d.ts +0 -0
  403. /package/lib/typescript/{commonjs → src}/components/Input/index.d.ts.map +0 -0
  404. /package/lib/typescript/{commonjs → src}/components/LockOverlay/LockOverlay.d.ts +0 -0
  405. /package/lib/typescript/{commonjs → src}/components/LockOverlay/LockOverlay.d.ts.map +0 -0
  406. /package/lib/typescript/{commonjs → src}/components/LockOverlay/index.d.ts +0 -0
  407. /package/lib/typescript/{commonjs → src}/components/LockOverlay/index.d.ts.map +0 -0
  408. /package/lib/typescript/{commonjs → src}/components/Marquee/Marquee.d.ts +0 -0
  409. /package/lib/typescript/{commonjs → src}/components/Marquee/Marquee.d.ts.map +0 -0
  410. /package/lib/typescript/{commonjs → src}/components/Marquee/index.d.ts +0 -0
  411. /package/lib/typescript/{commonjs → src}/components/Marquee/index.d.ts.map +0 -0
  412. /package/lib/typescript/{commonjs → src}/components/NumericStepper/NumericStepper.d.ts +0 -0
  413. /package/lib/typescript/{commonjs → src}/components/NumericStepper/NumericStepper.d.ts.map +0 -0
  414. /package/lib/typescript/{commonjs → src}/components/NumericStepper/index.d.ts +0 -0
  415. /package/lib/typescript/{commonjs → src}/components/NumericStepper/index.d.ts.map +0 -0
  416. /package/lib/typescript/{commonjs → src}/components/Popup/Popup.d.ts +0 -0
  417. /package/lib/typescript/{commonjs → src}/components/Popup/Popup.d.ts.map +0 -0
  418. /package/lib/typescript/{commonjs → src}/components/Popup/index.d.ts +0 -0
  419. /package/lib/typescript/{commonjs → src}/components/Popup/index.d.ts.map +0 -0
  420. /package/lib/typescript/{commonjs → src}/components/ProgressBar/ProgressBar.d.ts +0 -0
  421. /package/lib/typescript/{commonjs → src}/components/ProgressBar/ProgressBar.d.ts.map +0 -0
  422. /package/lib/typescript/{commonjs → src}/components/ProgressBar/index.d.ts +0 -0
  423. /package/lib/typescript/{commonjs → src}/components/ProgressBar/index.d.ts.map +0 -0
  424. /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +0 -0
  425. /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +0 -0
  426. /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/index.d.ts +0 -0
  427. /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/index.d.ts.map +0 -0
  428. /package/lib/typescript/{commonjs → src}/components/RedemptionOption/RedemptionOption.d.ts +0 -0
  429. /package/lib/typescript/{commonjs → src}/components/RedemptionOption/RedemptionOption.d.ts.map +0 -0
  430. /package/lib/typescript/{commonjs → src}/components/RedemptionOption/index.d.ts +0 -0
  431. /package/lib/typescript/{commonjs → src}/components/RedemptionOption/index.d.ts.map +0 -0
  432. /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCard.d.ts +0 -0
  433. /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCard.d.ts.map +0 -0
  434. /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCardContent.d.ts +0 -0
  435. /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCardContent.d.ts.map +0 -0
  436. /package/lib/typescript/{commonjs → src}/components/ScratchCard/index.d.ts +0 -0
  437. /package/lib/typescript/{commonjs → src}/components/ScratchCard/index.d.ts.map +0 -0
  438. /package/lib/typescript/{commonjs → src}/components/SelectAmount/SelectAmount.d.ts +0 -0
  439. /package/lib/typescript/{commonjs → src}/components/SelectAmount/SelectAmount.d.ts.map +0 -0
  440. /package/lib/typescript/{commonjs → src}/components/SelectAmount/index.d.ts.map +0 -0
  441. /package/lib/typescript/{commonjs → src}/components/Skeleton/Shimmer.d.ts +0 -0
  442. /package/lib/typescript/{commonjs → src}/components/Skeleton/Shimmer.d.ts.map +0 -0
  443. /package/lib/typescript/{commonjs → src}/components/Skeleton/SkeletonElement.d.ts +0 -0
  444. /package/lib/typescript/{commonjs → src}/components/Skeleton/SkeletonElement.d.ts.map +0 -0
  445. /package/lib/typescript/{commonjs → src}/components/Skeleton/index.d.ts +0 -0
  446. /package/lib/typescript/{commonjs → src}/components/Skeleton/index.d.ts.map +0 -0
  447. /package/lib/typescript/{commonjs → src}/components/Suggestions/SuggestionList.d.ts +0 -0
  448. /package/lib/typescript/{commonjs → src}/components/Suggestions/SuggestionList.d.ts.map +0 -0
  449. /package/lib/typescript/{commonjs → src}/components/TravelBooking/CarRentalForm.d.ts +0 -0
  450. /package/lib/typescript/{commonjs → src}/components/TravelBooking/CarRentalForm.d.ts.map +0 -0
  451. /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightForm.d.ts +0 -0
  452. /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightForm.d.ts.map +0 -0
  453. /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightSummary.d.ts +0 -0
  454. /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightSummary.d.ts.map +0 -0
  455. /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelForm.d.ts +0 -0
  456. /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelForm.d.ts.map +0 -0
  457. /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelSummary.d.ts +0 -0
  458. /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelSummary.d.ts.map +0 -0
  459. /package/lib/typescript/{commonjs → src}/components/TravelBooking/SummaryBar.d.ts +0 -0
  460. /package/lib/typescript/{commonjs → src}/components/TravelBooking/SummaryBar.d.ts.map +0 -0
  461. /package/lib/typescript/{commonjs → src}/components/TravelBooking/TabSelector.d.ts +0 -0
  462. /package/lib/typescript/{commonjs → src}/components/TravelBooking/TabSelector.d.ts.map +0 -0
  463. /package/lib/typescript/{commonjs → src}/components/TravelBooking/TravelBooking.d.ts +0 -0
  464. /package/lib/typescript/{commonjs → src}/components/TravelBooking/TravelBooking.d.ts.map +0 -0
  465. /package/lib/typescript/{commonjs → src}/components/TravelBooking/index.d.ts.map +0 -0
  466. /package/lib/typescript/{commonjs → src}/components/TravelBooking/types.d.ts +0 -0
  467. /package/lib/typescript/{commonjs → src}/components/TravelBooking/types.d.ts.map +0 -0
  468. /package/lib/typescript/{commonjs → src}/components/UnlockRewards/RewardItem.d.ts +0 -0
  469. /package/lib/typescript/{commonjs → src}/components/UnlockRewards/RewardItem.d.ts.map +0 -0
  470. /package/lib/typescript/{commonjs → src}/components/UnlockRewards/UnlockRewards.d.ts +0 -0
  471. /package/lib/typescript/{commonjs → src}/components/UnlockRewards/UnlockRewards.d.ts.map +0 -0
  472. /package/lib/typescript/{commonjs → src}/components/UnlockRewards/index.d.ts +0 -0
  473. /package/lib/typescript/{commonjs → src}/components/UnlockRewards/index.d.ts.map +0 -0
  474. /package/lib/typescript/{commonjs → src}/components/Wheel/Wheel.d.ts +0 -0
  475. /package/lib/typescript/{commonjs → src}/components/Wheel/Wheel.d.ts.map +0 -0
  476. /package/lib/typescript/{commonjs → src}/components/Wheel/index.d.ts +0 -0
  477. /package/lib/typescript/{commonjs → src}/components/Wheel/index.d.ts.map +0 -0
  478. /package/lib/typescript/{commonjs → src}/components/index.d.ts +0 -0
  479. /package/lib/typescript/{commonjs → src}/components/index.d.ts.map +0 -0
  480. /package/lib/typescript/{commonjs → src}/constants/BRANDS.d.ts +0 -0
  481. /package/lib/typescript/{commonjs → src}/constants/BRANDS.d.ts.map +0 -0
  482. /package/lib/typescript/{commonjs → src}/index.d.ts +0 -0
  483. /package/lib/typescript/{commonjs → src}/index.d.ts.map +0 -0
  484. /package/lib/typescript/{commonjs → src}/theme/Colors.d.ts +0 -0
  485. /package/lib/typescript/{commonjs → src}/theme/Colors.d.ts.map +0 -0
  486. /package/lib/typescript/{commonjs → src}/theme/index.d.ts +0 -0
  487. /package/lib/typescript/{commonjs → src}/theme/index.d.ts.map +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- import { useTheme } from "@/theme"; // Adjust import path
3
+ import { useTheme } from "../../theme/index.js"; // Adjust import path
4
4
  import React, { useCallback, useMemo, useState } from "react";
5
5
  import { View, Text, TouchableOpacity, StyleSheet, LayoutAnimation,
6
6
  // Optional: for smoother transitions
@@ -1 +1 @@
1
- {"version":3,"names":["useTheme","React","useCallback","useMemo","useState","View","Text","TouchableOpacity","StyleSheet","LayoutAnimation","Platform","UIManager","jsx","_jsx","OS","setLayoutAnimationEnabledExperimental","TabSelector","tabs","initialTab","onTabChange","containerStyle","tabStyle","activeTabStyle","tabTextStyle","activeTabTextStyle","separatorStyle","animated","theme","isRTL","styles","themedStyles","defaultTab","length","activeTab","setActiveTab","handleTabPress","tab","configureNext","Presets","easeInEaseOut","style","container","children","map","index","isSelected","isLastTab","Fragment","onPress","activeOpacity","accessibilityRole","accessibilityState","selected","accessibilityLabel","tabText","activeTabText","create","flexDirection","alignItems","backgroundColor","surface","paddingVertical","paddingHorizontal","justifyContent","primary","borderTopLeftRadius","borderTopRightRadius","borderBottomWidth","color","onSurface","fontSize","fontWeight","onPrimary","separator","width","height","alignSelf"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/TravelBooking/TabSelector.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useTheme","React","useCallback","useMemo","useState","View","Text","TouchableOpacity","StyleSheet","LayoutAnimation","Platform","UIManager","jsx","_jsx","OS","setLayoutAnimationEnabledExperimental","TabSelector","tabs","initialTab","onTabChange","containerStyle","tabStyle","activeTabStyle","tabTextStyle","activeTabTextStyle","separatorStyle","animated","theme","isRTL","styles","themedStyles","defaultTab","length","activeTab","setActiveTab","handleTabPress","tab","configureNext","Presets","easeInEaseOut","style","container","children","map","index","isSelected","isLastTab","Fragment","onPress","activeOpacity","accessibilityRole","accessibilityState","selected","accessibilityLabel","tabText","activeTabText","create","flexDirection","alignItems","backgroundColor","surface","paddingVertical","paddingHorizontal","justifyContent","primary","borderTopLeftRadius","borderTopRightRadius","borderBottomWidth","color","onSurface","fontSize","fontWeight","onPrimary","separator","width","height","alignSelf"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/TravelBooking/TabSelector.tsx"],"mappings":";;AAAA,SAAoBA,QAAQ,QAAQ,sBAAa,CAAC,CAAC;AACnD,OAAOC,KAAK,IAAIC,WAAW,EAAEC,OAAO,EAAEC,QAAQ,QAAQ,OAAO;AAC7D,SACEC,IAAI,EACJC,IAAI,EACJC,gBAAgB,EAChBC,UAAU,EAIVC,eAAe;AAAE;AACjBC,QAAQ,EACRC,SAAS,QACJ,cAAc;;AAErB;AAAA,SAAAC,GAAA,IAAAC,IAAA;AACA,IACEH,QAAQ,CAACI,EAAE,KAAK,SAAS,IACzBH,SAAS,CAACI,qCAAqC,EAC/C;EACAJ,SAAS,CAACI,qCAAqC,CAAC,IAAI,CAAC;AACvD;AAeA,MAAMC,WAAuC,GAAGA,CAAC;EAC/CC,IAAI;EACJC,UAAU;EACVC,WAAW;EACXC,cAAc;EACdC,QAAQ;EACRC,cAAc;EACdC,YAAY;EACZC,kBAAkB;EAClBC,cAAc;EACdC,QAAQ,GAAG;AACb,CAAC,KAAK;EACJ,MAAM;IAAEC,KAAK;IAAEC;EAAM,CAAC,GAAG5B,QAAQ,CAAC,CAAC;EACnC,MAAM6B,MAAM,GAAG1B,OAAO,CAAC,MAAM2B,YAAY,CAACH,KAAK,EAAEC,KAAK,CAAC,EAAE,CAACD,KAAK,EAAEC,KAAK,CAAC,CAAC;EAExE,MAAMG,UAAU,GAAG5B,OAAO,CACxB,MAAMe,UAAU,KAAKD,IAAI,IAAIA,IAAI,CAACe,MAAM,GAAG,CAAC,GAAGf,IAAI,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,EAC5D,CAACC,UAAU,EAAED,IAAI,CACnB,CAAC;EAED,MAAM,CAACgB,SAAS,EAAEC,YAAY,CAAC,GAAG9B,QAAQ,CAAS2B,UAAU,CAAC;EAE9D,MAAMI,cAAc,GAAGjC,WAAW,CAC/BkC,GAAW,IAAK;IACf,IAAIA,GAAG,KAAKH,SAAS,EAAE;MACrB,IAAIP,QAAQ,EAAE;QACZjB,eAAe,CAAC4B,aAAa,CAAC5B,eAAe,CAAC6B,OAAO,CAACC,aAAa,CAAC;MACtE;MACAL,YAAY,CAACE,GAAG,CAAC;MACjBjB,WAAW,GAAGiB,GAAG,CAAC;IACpB;EACF,CAAC,EACD,CAACH,SAAS,EAAEd,WAAW,EAAEO,QAAQ,CACnC,CAAC;EAED,oBACEb,IAAA,CAACR,IAAI;IAACmC,KAAK,EAAE,CAACX,MAAM,CAACY,SAAS,EAAErB,cAAc,CAAE;IAAAsB,QAAA,EAC7CzB,IAAI,CAAC0B,GAAG,CAAC,CAACP,GAAG,EAAEQ,KAAK,KAAK;MACxB,MAAMC,UAAU,GAAGT,GAAG,KAAKH,SAAS;MACpC,MAAMa,SAAS,GAAGF,KAAK,KAAK3B,IAAI,CAACe,MAAM,GAAG,CAAC;;MAE3C;;MAEA;;MAEA,oBACEnB,IAAA,CAACZ,KAAK,CAAC8C,QAAQ;QAAAL,QAAA,eACb7B,IAAA,CAACN,gBAAgB;UACfiC,KAAK,EAAE,CACLX,MAAM,CAACO,GAAG,EACVf,QAAQ,EACRwB,UAAU,IAAIhB,MAAM,CAACI,SAAS,EAC9BY,UAAU,IAAIvB,cAAc,CAC5B;UACF0B,OAAO,EAAEA,CAAA,KAAMb,cAAc,CAACC,GAAG,CAAE;UACnCa,aAAa,EAAE,GAAI;UACnBC,iBAAiB,EAAC,KAAK;UACvBC,kBAAkB,EAAE;YAAEC,QAAQ,EAAEP;UAAW,CAAE;UAC7CQ,kBAAkB,EAAEjB,GAAI;UAAAM,QAAA,eAExB7B,IAAA,CAACP,IAAI;YACHkC,KAAK,EAAE,CACLX,MAAM,CAACyB,OAAO,EACd/B,YAAY,EACZsB,UAAU,IAAIhB,MAAM,CAAC0B,aAAa,EAClCV,UAAU,IAAIrB,kBAAkB,CAChC;YAAAkB,QAAA,EAEDN;UAAG,CACA;QAAC,CACS;MAAC,GAxBAA,GA4BL,CAAC;IAErB,CAAC;EAAC,CACE,CAAC;AAEX,CAAC;AAED,MAAMN,YAAY,GAAGA,CAACH,KAAgB,EAAEC,KAAc,KACpDpB,UAAU,CAACgD,MAAM,CAAC;EAChBf,SAAS,EAAE;IACTgB,aAAa,EAAE7B,KAAK,GAAG,aAAa,GAAG,KAAK;IAC5C8B,UAAU,EAAE,UAAU;IACtBC,eAAe,EAAEhC,KAAK,CAACiC;EACzB,CAAC;EACDxB,GAAG,EAAE;IACHyB,eAAe,EAAE,EAAE;IACnBC,iBAAiB,EAAE,EAAE;IACrBC,cAAc,EAAE,QAAQ;IACxBL,UAAU,EAAE;IACd;IACA;IACA;IACA;EACA,CAAC;EACDzB,SAAS,EAAE;IACT0B,eAAe,EAAEhC,KAAK,CAACqC,OAAO;IAC9BC,mBAAmB,EAAE,CAAC;IACtBC,oBAAoB,EAAE,CAAC;IACvBC,iBAAiB,EAAE;EACrB,CAAC;EACDb,OAAO,EAAE;IACPc,KAAK,EAAEzC,KAAK,CAAC0C,SAAS;IACtBC,QAAQ,EAAE,EAAE;IACZC,UAAU,EAAE;EACd,CAAC;EACDhB,aAAa,EAAE;IACba,KAAK,EAAEzC,KAAK,CAAC6C,SAAS;IACtBD,UAAU,EAAE;EACd,CAAC;EACDE,SAAS,EAAE;IACTC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,KAAK;IACbC,SAAS,EAAE,QAAQ;IACnBjB,eAAe,EAAE;EACnB;AACF,CAAC,CAAC;AAEJ,eAAe3C,WAAW","ignoreList":[]}
@@ -7,7 +7,7 @@ import TabSelector from "./TabSelector.js"; // Adjust import path
7
7
  import FlightForm from "./FlightForm.js"; // Adjust import path
8
8
  import HotelForm from "./HotelForm.js"; // Adjust import path
9
9
  import CarRentalForm, { mockCarSuggestions } from "./CarRentalForm.js"; // Adjust import path
10
- import { useTheme } from "@/theme"; // Adjust import path
10
+ import { useTheme } from "../../theme/index.js"; // Adjust import path
11
11
  import SummaryBar from "./SummaryBar.js"; // Adjust import path
12
12
 
13
13
  // Adjust import path
@@ -1 +1 @@
1
- {"version":3,"names":["React","useState","useCallback","useMemo","View","StyleSheet","TabSelector","FlightForm","HotelForm","CarRentalForm","mockCarSuggestions","useTheme","SummaryBar","jsx","_jsx","jsxs","_jsxs","DEFAULT_TABS","DEFAULT_MOCK_FLIGHT_SUGGESTIONS","id","city","value","airports","DEFAULT_MOCK_HOTEL_SUGGESTIONS","country","DEFAULT_MOCK_CAR_SUGGESTIONS","TravelBooking","tabs","initialTab","onTabChange","onSearch","initialFlightSelection","initialHotelSelection","onSummarySelectionChange","flightSuggestionData","hotelSuggestionData","carSuggestionData","tabSelectorProps","summaryBarProps","flightFormProps","hotelFormProps","carRentalFormProps","onInputFocus","onTextChange","formContainerStyle","labelStyle","inputStyle","inputTouchableStyle","inputTextStyle","dateSearchRowStyle","dateInputGroupStyle","searchButtonStyle","searchIconStyle","calendarThemeOverrides","calendarContainerStyle","swapButtonContainerStyle","swapButtonStyle","swapIconStyle","inputGroupContainerStyle","theme","styles","themedStyles","actualInitialTab","length","selectedTab","setSelectedTab","selectedOptions","setSelectedOptions","undefined","handleTabChange","tab","handleInternalSummarySelectionChange","selection","handleInternalSearch","details","console","log","handleInternalTextChange","text","handleInternalInputFocus","input","summaryBarMode","renderContent","commonFormProps","containerStyle","isOneWay","Array","isArray","flightType","departureRowStyle","onSearchPress","suggestionData","checkoutRowStyle","pickupRowStyle","inputGroupStyle","warn","style","container","children","mode","onSelectionChange","contentContainer","create"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/TravelBooking/TravelBooking.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","useState","useCallback","useMemo","View","StyleSheet","TabSelector","FlightForm","HotelForm","CarRentalForm","mockCarSuggestions","useTheme","SummaryBar","jsx","_jsx","jsxs","_jsxs","DEFAULT_TABS","DEFAULT_MOCK_FLIGHT_SUGGESTIONS","id","city","value","airports","DEFAULT_MOCK_HOTEL_SUGGESTIONS","country","DEFAULT_MOCK_CAR_SUGGESTIONS","TravelBooking","tabs","initialTab","onTabChange","onSearch","initialFlightSelection","initialHotelSelection","onSummarySelectionChange","flightSuggestionData","hotelSuggestionData","carSuggestionData","tabSelectorProps","summaryBarProps","flightFormProps","hotelFormProps","carRentalFormProps","onInputFocus","onTextChange","formContainerStyle","labelStyle","inputStyle","inputTouchableStyle","inputTextStyle","dateSearchRowStyle","dateInputGroupStyle","searchButtonStyle","searchIconStyle","calendarThemeOverrides","calendarContainerStyle","swapButtonContainerStyle","swapButtonStyle","swapIconStyle","inputGroupContainerStyle","theme","styles","themedStyles","actualInitialTab","length","selectedTab","setSelectedTab","selectedOptions","setSelectedOptions","undefined","handleTabChange","tab","handleInternalSummarySelectionChange","selection","handleInternalSearch","details","console","log","handleInternalTextChange","text","handleInternalInputFocus","input","summaryBarMode","renderContent","commonFormProps","containerStyle","isOneWay","Array","isArray","flightType","departureRowStyle","onSearchPress","suggestionData","checkoutRowStyle","pickupRowStyle","inputGroupStyle","warn","style","container","children","mode","onSelectionChange","contentContainer","create"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/TravelBooking/TravelBooking.tsx"],"mappings":"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","ignoreList":[]}
@@ -11,7 +11,7 @@ The `UnlockRewards` is a comprehensive component designed for displaying user re
11
11
 
12
12
  ```tsx
13
13
  import UnlockRewards from "@/components/UnlockRewards/UnlockRewards";
14
- import { useTheme } from "@/theme";
14
+ import { useTheme } from "../../theme";
15
15
  import { Ionicons } from "@expo/vector-icons";
16
16
 
17
17
  const MyComponent = () => {
@@ -1,29 +1,42 @@
1
1
  "use strict";
2
2
 
3
- import React, { createContext, useContext, useState } from "react";
4
- import { I18nManager, useColorScheme } from "react-native";
5
- import { lightTheme, darkTheme } from "./Colors.js";
3
+ import React, { createContext, useContext, useState, useEffect, useCallback } from "react";
4
+ import { I18nManager, useColorScheme } from "react-native"; // Added Appearance
5
+ import { lightTheme, darkTheme } from "./Colors.js"; // Assuming Colors.ts exists
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  export const ThemeContext = /*#__PURE__*/createContext({
8
8
  theme: lightTheme,
9
- isRTL: I18nManager.isRTL
9
+ isDark: false,
10
+ toggleTheme: () => console.warn("toggleTheme called outside of ThemeProvider"),
11
+ isRTL: I18nManager.isRTL,
12
+ setRTL: () => console.warn("setRTL called outside of ThemeProvider")
10
13
  });
11
-
12
- // Define props for ThemeProvider
13
-
14
- // Provider component
15
14
  export const RelatedProvider = ({
16
15
  children,
17
16
  customLightTheme,
18
17
  customDarkTheme,
19
- dark,
20
- forceRTL
18
+ initialDark,
19
+ initialRTL
21
20
  }) => {
22
- const [isDark, setIsDark] = useState(dark || useColorScheme() === "dark");
23
- const currentIsRTL = typeof forceRTL === "boolean" ? forceRTL : false;
24
-
25
- // Allow custom themes to override defaults
26
- const [themes, setThemes] = useState({
21
+ const systemColorScheme = useColorScheme();
22
+ const [isDark, setIsDark] = useState(initialDark ?? systemColorScheme === "dark");
23
+ const [isRTL, setIsRTLState] = useState(initialRTL ?? I18nManager.isRTL);
24
+ useEffect(() => {
25
+ if (typeof initialDark === "boolean") {
26
+ setIsDark(initialDark);
27
+ }
28
+ }, [initialDark]);
29
+ useEffect(() => {
30
+ if (typeof initialRTL === "boolean") {
31
+ setIsRTLState(initialRTL);
32
+ }
33
+ }, [initialRTL]);
34
+ useEffect(() => {
35
+ if (initialDark === undefined) {
36
+ setIsDark(useColorScheme() === "dark");
37
+ }
38
+ }, [initialDark]);
39
+ const themes = React.useMemo(() => ({
27
40
  light: {
28
41
  ...lightTheme,
29
42
  ...customLightTheme
@@ -32,18 +45,25 @@ export const RelatedProvider = ({
32
45
  ...darkTheme,
33
46
  ...customDarkTheme
34
47
  }
35
- });
48
+ }), [customLightTheme, customDarkTheme]);
36
49
  const currentTheme = isDark ? themes.dark : themes.light;
50
+ const toggleTheme = useCallback(() => {
51
+ setIsDark(prevIsDark => !prevIsDark);
52
+ }, []);
53
+ const setRTL = useCallback(rtlValue => {
54
+ setIsRTLState(rtlValue);
55
+ }, []);
37
56
  const contextValue = {
38
57
  theme: currentTheme,
39
- isRTL: currentIsRTL
58
+ isDark,
59
+ toggleTheme,
60
+ isRTL,
61
+ setRTL
40
62
  };
41
63
  return /*#__PURE__*/_jsx(ThemeContext.Provider, {
42
64
  value: contextValue,
43
65
  children: children
44
66
  });
45
67
  };
46
-
47
- // Hook for easy access
48
68
  export const useTheme = () => useContext(ThemeContext);
49
69
  //# sourceMappingURL=ThemeContext.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["React","createContext","useContext","useState","I18nManager","useColorScheme","lightTheme","darkTheme","jsx","_jsx","ThemeContext","theme","isRTL","RelatedProvider","children","customLightTheme","customDarkTheme","dark","forceRTL","isDark","setIsDark","currentIsRTL","themes","setThemes","light","currentTheme","contextValue","Provider","value","useTheme"],"sourceRoot":"..\\..\\..\\src","sources":["theme/ThemeContext.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IACVC,aAAa,EACbC,UAAU,EACVC,QAAQ,QAGH,OAAO;AAEd,SAASC,WAAW,EAAEC,cAAc,QAAQ,cAAc;AAC1D,SAASC,UAAU,EAAaC,SAAS,QAAQ,aAAU;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAM5D,OAAO,MAAMC,YAAY,gBAAGT,aAAa,CAAiB;EACxDU,KAAK,EAAEL,UAAU;EACjBM,KAAK,EAAER,WAAW,CAACQ;AACrB,CAAC,CAAC;;AAEF;;AASA;AACA,OAAO,MAAMC,eAA+C,GAAGA,CAAC;EAC9DC,QAAQ;EACRC,gBAAgB;EAChBC,eAAe;EACfC,IAAI;EACJC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,MAAM,EAAEC,SAAS,CAAC,GAAGjB,QAAQ,CAClCc,IAAI,IAAIZ,cAAc,CAAC,CAAC,KAAK,MAC/B,CAAC;EACD,MAAMgB,YAAY,GAAG,OAAOH,QAAQ,KAAK,SAAS,GAAGA,QAAQ,GAAG,KAAK;;EAErE;EACA,MAAM,CAACI,MAAM,EAAEC,SAAS,CAAC,GAAGpB,QAAQ,CAAC;IACnCqB,KAAK,EAAE;MAAE,GAAGlB,UAAU;MAAE,GAAGS;IAAiB,CAAc;IAC1DE,IAAI,EAAE;MAAE,GAAGV,SAAS;MAAE,GAAGS;IAAgB;EAC3C,CAAC,CAAC;EAEF,MAAMS,YAAY,GAAGN,MAAM,GAAGG,MAAM,CAACL,IAAI,GAAGK,MAAM,CAACE,KAAK;EAExD,MAAME,YAA4B,GAAG;IACnCf,KAAK,EAAEc,YAAY;IACnBb,KAAK,EAAES;EACT,CAAC;EAED,oBACEZ,IAAA,CAACC,YAAY,CAACiB,QAAQ;IAACC,KAAK,EAAEF,YAAa;IAAAZ,QAAA,EACxCA;EAAQ,CACY,CAAC;AAE5B,CAAC;;AAED;AACA,OAAO,MAAMe,QAAQ,GAAGA,CAAA,KAAM3B,UAAU,CAACQ,YAAY,CAAC","ignoreList":[]}
1
+ {"version":3,"names":["React","createContext","useContext","useState","useEffect","useCallback","I18nManager","useColorScheme","lightTheme","darkTheme","jsx","_jsx","ThemeContext","theme","isDark","toggleTheme","console","warn","isRTL","setRTL","RelatedProvider","children","customLightTheme","customDarkTheme","initialDark","initialRTL","systemColorScheme","setIsDark","setIsRTLState","undefined","themes","useMemo","light","dark","currentTheme","prevIsDark","rtlValue","contextValue","Provider","value","useTheme"],"sourceRoot":"..\\..\\..\\src","sources":["theme/ThemeContext.tsx"],"mappings":";;AAAA,OAAOA,KAAK,IACVC,aAAa,EACbC,UAAU,EACVC,QAAQ,EACRC,SAAS,EAETC,WAAW,QACN,OAAO;AACd,SAASC,WAAW,EAAEC,cAAc,QAAoB,cAAc,CAAC,CAAC;AACxE,SAASC,UAAU,EAAaC,SAAS,QAAQ,aAAU,CAAC,CAAC;AAAA,SAAAC,GAAA,IAAAC,IAAA;AAU7D,OAAO,MAAMC,YAAY,gBAAGX,aAAa,CAAsB;EAC7DY,KAAK,EAAEL,UAAU;EACjBM,MAAM,EAAE,KAAK;EACbC,WAAW,EAAEA,CAAA,KAAMC,OAAO,CAACC,IAAI,CAAC,6CAA6C,CAAC;EAC9EC,KAAK,EAAEZ,WAAW,CAACY,KAAK;EACxBC,MAAM,EAAEA,CAAA,KAAMH,OAAO,CAACC,IAAI,CAAC,wCAAwC;AACrE,CAAC,CAAC;AAUF,OAAO,MAAMG,eAA+C,GAAGA,CAAC;EAC9DC,QAAQ;EACRC,gBAAgB;EAChBC,eAAe;EACfC,WAAW;EACXC;AACF,CAAC,KAAK;EACJ,MAAMC,iBAAiB,GAAGnB,cAAc,CAAC,CAAC;EAC1C,MAAM,CAACO,MAAM,EAAEa,SAAS,CAAC,GAAGxB,QAAQ,CAClCqB,WAAW,IAAKE,iBAAiB,KAAK,MACxC,CAAC;EAED,MAAM,CAACR,KAAK,EAAEU,aAAa,CAAC,GAAGzB,QAAQ,CACrCsB,UAAU,IAAInB,WAAW,CAACY,KAC5B,CAAC;EAEDd,SAAS,CAAC,MAAM;IACd,IAAI,OAAOoB,WAAW,KAAK,SAAS,EAAE;MACpCG,SAAS,CAACH,WAAW,CAAC;IACxB;EACF,CAAC,EAAE,CAACA,WAAW,CAAC,CAAC;EAEjBpB,SAAS,CAAC,MAAM;IACd,IAAI,OAAOqB,UAAU,KAAK,SAAS,EAAE;MACnCG,aAAa,CAACH,UAAU,CAAC;IAC3B;EACF,CAAC,EAAE,CAACA,UAAU,CAAC,CAAC;EAEhBrB,SAAS,CAAC,MAAM;IACd,IAAIoB,WAAW,KAAKK,SAAS,EAAE;MAC3BF,SAAS,CAACpB,cAAc,CAAC,CAAC,KAAK,MAAM,CAAC;IAC1C;EACF,CAAC,EAAE,CAACiB,WAAW,CAAC,CAAC;EAEjB,MAAMM,MAAM,GAAG9B,KAAK,CAAC+B,OAAO,CAAC,OAAO;IAClCC,KAAK,EAAE;MAAE,GAAGxB,UAAU;MAAE,GAAGc;IAAiB,CAAc;IAC1DW,IAAI,EAAE;MAAE,GAAGxB,SAAS;MAAE,GAAGc;IAAgB;EAC3C,CAAC,CAAC,EAAE,CAACD,gBAAgB,EAAEC,eAAe,CAAC,CAAC;EAExC,MAAMW,YAAY,GAAGpB,MAAM,GAAGgB,MAAM,CAACG,IAAI,GAAGH,MAAM,CAACE,KAAK;EAExD,MAAMjB,WAAW,GAAGV,WAAW,CAAC,MAAM;IACpCsB,SAAS,CAACQ,UAAU,IAAI,CAACA,UAAU,CAAC;EACtC,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMhB,MAAM,GAAGd,WAAW,CAAE+B,QAAiB,IAAK;IAChDR,aAAa,CAACQ,QAAQ,CAAC;EACzB,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMC,YAAiC,GAAG;IACxCxB,KAAK,EAAEqB,YAAY;IACnBpB,MAAM;IACNC,WAAW;IACXG,KAAK;IACLC;EACF,CAAC;EAED,oBACER,IAAA,CAACC,YAAY,CAAC0B,QAAQ;IAACC,KAAK,EAAEF,YAAa;IAAAhB,QAAA,EACxCA;EAAQ,CACY,CAAC;AAE5B,CAAC;AAED,OAAO,MAAMmB,QAAQ,GAAGA,CAAA,KAAMtC,UAAU,CAACU,YAAY,CAAC","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ export const __esModule: boolean;
2
+ export default MyScreen;
3
+ declare function MyScreen(): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
4
+ //# sourceMappingURL=app.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../commonjs/app.js"],"names":[],"mappings":";;AAeA,wHA+IC"}
@@ -0,0 +1,14 @@
1
+ export const __esModule: boolean;
2
+ export default Badge;
3
+ export function Badge({ icon, isActive, size, style, activeStyle, inactiveStyle, activeIcon, label, labelStyle }: {
4
+ icon: any;
5
+ isActive?: boolean | undefined;
6
+ size: any;
7
+ style: any;
8
+ activeStyle: any;
9
+ inactiveStyle: any;
10
+ activeIcon: any;
11
+ label: any;
12
+ labelStyle: any;
13
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
14
+ //# sourceMappingURL=Badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Badge.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Badges/Badge.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;+FAiDC"}
@@ -0,0 +1,3 @@
1
+ export const __esModule: boolean;
2
+ export const Badge: any;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Badges/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,24 @@
1
+ export const __esModule: boolean;
2
+ export default Banner;
3
+ /**
4
+ * A customizable banner component with background image and action button
5
+ */
6
+ declare function Banner({ backgroundImage, buttonText, onButtonPress, onBannerPress, containerStyle, backgroundImageStyle, contentContainerStyle, buttonStyle, buttonTextStyle, height, customButton, contentAlignment, icon, iconPosition, iconStyle, iconSpacing }: {
7
+ backgroundImage: any;
8
+ buttonText?: string | undefined;
9
+ onButtonPress: any;
10
+ onBannerPress: any;
11
+ containerStyle: any;
12
+ backgroundImageStyle: any;
13
+ contentContainerStyle: any;
14
+ buttonStyle: any;
15
+ buttonTextStyle: any;
16
+ height?: number | undefined;
17
+ customButton: any;
18
+ contentAlignment?: string | undefined;
19
+ icon: any;
20
+ iconPosition?: string | undefined;
21
+ iconStyle: any;
22
+ iconSpacing?: number | undefined;
23
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
24
+ //# sourceMappingURL=Banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Banner/Banner.js"],"names":[],"mappings":";;AAaA;;GAEG;AACH;;;;;;;;;;;;;;;;;+FA6EC"}
@@ -0,0 +1,16 @@
1
+ export const __esModule: boolean;
2
+ export default BannerWithDetails;
3
+ declare function BannerWithDetails({ backgroundImage, logoImage, detailText, onPress, containerStyle, imageStyle, logoContainerStyle, logoStyle, textContainerStyle, textStyle, customDetailContent }: {
4
+ backgroundImage: any;
5
+ logoImage: any;
6
+ detailText: any;
7
+ onPress: any;
8
+ containerStyle: any;
9
+ imageStyle: any;
10
+ logoContainerStyle: any;
11
+ logoStyle: any;
12
+ textContainerStyle: any;
13
+ textStyle: any;
14
+ customDetailContent: any;
15
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
16
+ //# sourceMappingURL=BannerWithDetails.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BannerWithDetails.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Banner/BannerWithDetails.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;;;+FAyDC"}
@@ -0,0 +1,4 @@
1
+ export const __esModule: boolean;
2
+ export const Banner: any;
3
+ export const BannerWithDetails: any;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Banner/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ export const __esModule: boolean;
2
+ export default BrandIcon;
3
+ declare function BrandIcon({ brandLogo, brandName, size, selected, showName, onPress, disabled, containerStyle, wrapperStyle, imageStyle, selectionIndicatorStyle, selectionIndicatorIcon, nameStyle }: {
4
+ brandLogo: any;
5
+ brandName: any;
6
+ size?: number | undefined;
7
+ selected?: boolean | undefined;
8
+ showName?: boolean | undefined;
9
+ onPress: any;
10
+ disabled?: boolean | undefined;
11
+ containerStyle: any;
12
+ wrapperStyle: any;
13
+ imageStyle: any;
14
+ selectionIndicatorStyle: any;
15
+ selectionIndicatorIcon: any;
16
+ nameStyle: any;
17
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
18
+ //# sourceMappingURL=BrandIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BrandIcon.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/BrandIcon/BrandIcon.js"],"names":[],"mappings":";;AAYA;;;;;;;;;;;;;;+FA+DC"}
@@ -0,0 +1,3 @@
1
+ export const __esModule: boolean;
2
+ export const BrandIcon: any;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/BrandIcon/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ export const __esModule: boolean;
2
+ export default AppButton;
3
+ declare function AppButton({ title, onPress, style, textStyle, disabled, loading, activeOpacity, backgroundColor, gradientProps, loadingIndicatorColor, accessibilityLabel, testID }: {
4
+ title: any;
5
+ onPress: any;
6
+ style: any;
7
+ textStyle: any;
8
+ disabled?: boolean | undefined;
9
+ loading?: boolean | undefined;
10
+ activeOpacity?: number | undefined;
11
+ backgroundColor: any;
12
+ gradientProps: any;
13
+ loadingIndicatorColor: any;
14
+ accessibilityLabel: any;
15
+ testID: any;
16
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
17
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Button/Button.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;;;;+FAkEC"}
@@ -0,0 +1,3 @@
1
+ export const __esModule: boolean;
2
+ export const Button: any;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Button/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ export const __esModule: boolean;
2
+ export default Card;
3
+ declare function Card({ children, style, onPress, disabled, elevation, testID, variant, backgroundColor, borderColor, borderRadius, backgroundImage, gradient }: {
4
+ children: any;
5
+ style: any;
6
+ onPress: any;
7
+ disabled?: boolean | undefined;
8
+ elevation?: number | undefined;
9
+ testID: any;
10
+ variant: any;
11
+ backgroundColor: any;
12
+ borderColor: any;
13
+ borderRadius?: number | undefined;
14
+ backgroundImage: any;
15
+ gradient: any;
16
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
17
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/Card.js"],"names":[],"mappings":";;AAYA;;;;;;;;;;;;;+FA+EC"}
@@ -0,0 +1,8 @@
1
+ export const __esModule: boolean;
2
+ export default CardContent;
3
+ declare function CardContent({ children, style, padding }: {
4
+ children: any;
5
+ style: any;
6
+ padding?: number | undefined;
7
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
8
+ //# sourceMappingURL=CardContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/CardContent.js"],"names":[],"mappings":";;AAUA;;;;+FAwBC"}
@@ -0,0 +1,9 @@
1
+ export const __esModule: boolean;
2
+ export default CardFooter;
3
+ declare function CardFooter({ children, style, inset, justifyContent }: {
4
+ children: any;
5
+ style: any;
6
+ inset?: boolean | undefined;
7
+ justifyContent?: string | undefined;
8
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
9
+ //# sourceMappingURL=CardFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardFooter.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/CardFooter.js"],"names":[],"mappings":";;AAUA;;;;;+FAYE"}
@@ -0,0 +1,14 @@
1
+ export const __esModule: boolean;
2
+ export default CardHeader;
3
+ declare function CardHeader({ title, subtitle, left, right, style, titleStyle, subtitleStyle, titleColor, subtitleColor }: {
4
+ title: any;
5
+ subtitle: any;
6
+ left: any;
7
+ right: any;
8
+ style: any;
9
+ titleStyle: any;
10
+ subtitleStyle: any;
11
+ titleColor: any;
12
+ subtitleColor: any;
13
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
14
+ //# sourceMappingURL=CardHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/CardHeader.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;+FAuCC"}
@@ -0,0 +1,12 @@
1
+ export const __esModule: boolean;
2
+ export default CardImage;
3
+ declare function CardImage({ source, style, height, width, resizeMode, borderRadius, overlay }: {
4
+ source: any;
5
+ style: any;
6
+ height?: number | undefined;
7
+ width?: string | undefined;
8
+ resizeMode?: string | undefined;
9
+ borderRadius: any;
10
+ overlay: any;
11
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
12
+ //# sourceMappingURL=CardImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardImage.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/CardImage.js"],"names":[],"mappings":";;AAWA;;;;;;;;+FAwBE"}
@@ -0,0 +1,10 @@
1
+ export const __esModule: boolean;
2
+ export const Card: any;
3
+ export const CardContent: any;
4
+ export const CardFooter: any;
5
+ export const CardHeader: any;
6
+ export const CardImage: any;
7
+ export const DealCard: any;
8
+ export const DealCardWithBackgroundImage: any;
9
+ export const SimpleTrendingCard: any;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,30 @@
1
+ export const __esModule: boolean;
2
+ export default DealCard;
3
+ declare function DealCard({ imageSource, onPress, label, labelContainerStyle, labelStyle, dealDescription, dealDescriptionStyle, dealPrice, dealPriceStyle, dealProviderName, dealProviderNameStyle, progressBar, progressBarText, progressBarTextPosition, progressBarTextAlign, progressValue, progressHeight, progressWidth, remainingProgressColor, progressColor, style, width, variant, isRTL, overlayVisible }: {
4
+ imageSource: any;
5
+ onPress: any;
6
+ label: any;
7
+ labelContainerStyle: any;
8
+ labelStyle: any;
9
+ dealDescription: any;
10
+ dealDescriptionStyle: any;
11
+ dealPrice: any;
12
+ dealPriceStyle: any;
13
+ dealProviderName: any;
14
+ dealProviderNameStyle: any;
15
+ progressBar: any;
16
+ progressBarText: any;
17
+ progressBarTextPosition: any;
18
+ progressBarTextAlign: any;
19
+ progressValue: any;
20
+ progressHeight: any;
21
+ progressWidth: any;
22
+ remainingProgressColor: any;
23
+ progressColor: any;
24
+ style: any;
25
+ width: any;
26
+ variant?: string | undefined;
27
+ isRTL?: boolean | undefined;
28
+ overlayVisible?: boolean | undefined;
29
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
30
+ //# sourceMappingURL=DealCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DealCard.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/components/Card/templates/DealCard.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;;;;;;;;;;;;;+FA8KC"}
@@ -0,0 +1,37 @@
1
+ export const __esModule: boolean;
2
+ export default DealCardWithBackgroundImage;
3
+ declare function DealCardWithBackgroundImage({ backgroundImage, onPress, label, labelContainerStyle, labelStyle, actionIconDefault, actionIconActive, onActionPress, innerCardStyle, dealDescription, dealDescriptionStyle, dealPrice, dealPriceStyle, dealProviderName, dealProviderNameStyle, progressBar, progressBarText, progressBarTextPosition, progressBarTextAlign, progressValue, progressHeight, progressWidth, remainingProgressColor, progressColor, innerCardVariant, style, width, isRTL: initialIsRTL, overlayVisible, overlayCover, borderRadius, onOverlayPress }: {
4
+ backgroundImage: any;
5
+ onPress: any;
6
+ label: any;
7
+ labelContainerStyle: any;
8
+ labelStyle: any;
9
+ actionIconDefault: any;
10
+ actionIconActive: any;
11
+ onActionPress: any;
12
+ innerCardStyle: any;
13
+ dealDescription: any;
14
+ dealDescriptionStyle: any;
15
+ dealPrice: any;
16
+ dealPriceStyle: any;
17
+ dealProviderName: any;
18
+ dealProviderNameStyle: any;
19
+ progressBar: any;
20
+ progressBarText: any;
21
+ progressBarTextPosition: any;
22
+ progressBarTextAlign: any;
23
+ progressValue: any;
24
+ progressHeight: any;
25
+ progressWidth: any;
26
+ remainingProgressColor: any;
27
+ progressColor: any;
28
+ innerCardVariant?: string | undefined;
29
+ style: any;
30
+ width?: string | undefined;
31
+ isRTL?: boolean | undefined;
32
+ overlayVisible?: boolean | undefined;
33
+ overlayCover?: string | undefined;
34
+ borderRadius?: number | undefined;
35
+ onOverlayPress: any;
36
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
37
+ //# sourceMappingURL=DealCardWithBackgroundImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DealCardWithBackgroundImage.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/components/Card/templates/DealCardWithBackgroundImage.js"],"names":[],"mappings":";;AAmBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAuNC"}
@@ -0,0 +1,12 @@
1
+ export const __esModule: boolean;
2
+ export default SimpleTrendingCard;
3
+ declare function SimpleTrendingCard({ backgroundImage, onPress, icon, iconPosition, shadowEffect, shadowOpacity, style }: {
4
+ backgroundImage: any;
5
+ onPress: any;
6
+ icon: any;
7
+ iconPosition?: string | undefined;
8
+ shadowEffect?: boolean | undefined;
9
+ shadowOpacity?: number | undefined;
10
+ style: any;
11
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
12
+ //# sourceMappingURL=SimpleTrendingCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleTrendingCard.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/components/Card/templates/SimpleTrendingCard.js"],"names":[],"mappings":";;AAYA;;;;;;;;+FA4CC"}
@@ -0,0 +1,2 @@
1
+ export const __esModule: boolean;
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Card/types.js"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ export const __esModule: boolean;
2
+ export default CloseIcon;
3
+ declare function CloseIcon({ onPress, show, customIcon, variant, containerStyle, iconStyle, color: colorProp, size, isRTL }: {
4
+ onPress: any;
5
+ show?: boolean | undefined;
6
+ customIcon: any;
7
+ variant?: string | undefined;
8
+ containerStyle: any;
9
+ iconStyle: any;
10
+ color: any;
11
+ size?: number | undefined;
12
+ isRTL?: boolean | undefined;
13
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
14
+ //# sourceMappingURL=CloseIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CloseIcon.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/CloseIcon/CloseIcon.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;sGAkDC"}
@@ -0,0 +1,3 @@
1
+ export const __esModule: boolean;
2
+ export const CloseIcon: any;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/CloseIcon/index.js"],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ export const __esModule: boolean;
2
+ export default DateRangePicker;
3
+ declare function DateRangePicker({ initialDepartureDate, initialReturnDate, isOneWay, onDatesChange, departureLabel, returnLabel, placeholder, calendarThemeOverrides, outerContainerStyle, inputContainerStyle, inputGroupStyle, labelStyle, inputTextStyle, separatorStyle, calendarContainerStyle }: {
4
+ initialDepartureDate: any;
5
+ initialReturnDate: any;
6
+ isOneWay?: boolean | undefined;
7
+ onDatesChange: any;
8
+ departureLabel?: string | undefined;
9
+ returnLabel?: string | undefined;
10
+ placeholder?: string | undefined;
11
+ calendarThemeOverrides?: {} | undefined;
12
+ outerContainerStyle: any;
13
+ inputContainerStyle: any;
14
+ inputGroupStyle: any;
15
+ labelStyle: any;
16
+ inputTextStyle: any;
17
+ separatorStyle: any;
18
+ calendarContainerStyle: any;
19
+ }): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
20
+ //# sourceMappingURL=DateRangePicker.d.ts.map