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,44 +0,0 @@
1
- import React from "react";
2
- import { StyleProp, ViewStyle, TextStyle } from "react-native";
3
- import { NumericStepperProps } from "../NumericStepper";
4
- export interface RoomState {
5
- id: string;
6
- [key: string]: any;
7
- }
8
- export interface GuestConfigType {
9
- key: string;
10
- name: string;
11
- description: string;
12
- defaultValue: number;
13
- minValue: number;
14
- maxValue?: number;
15
- }
16
- export interface HotelSummaryProps {
17
- guestConfigData?: GuestConfigType[];
18
- selection?: RoomState[];
19
- onSelectionChange?: (rooms: RoomState[]) => void;
20
- maxRooms?: number;
21
- minRooms?: number;
22
- roomTitlePrefix?: string;
23
- removeRoomText?: string;
24
- addRoomText?: string;
25
- containerStyle?: StyleProp<ViewStyle>;
26
- roomContainerStyle?: StyleProp<ViewStyle>;
27
- roomHeaderStyle?: StyleProp<ViewStyle>;
28
- roomTitleStyle?: StyleProp<TextStyle>;
29
- removeRoomButtonStyle?: StyleProp<ViewStyle>;
30
- removeRoomTextStyle?: StyleProp<TextStyle>;
31
- guestRowStyle?: StyleProp<ViewStyle>;
32
- guestLabelContainerStyle?: StyleProp<ViewStyle>;
33
- guestNameStyle?: StyleProp<TextStyle>;
34
- guestDescriptionStyle?: StyleProp<TextStyle>;
35
- addRoomButtonStyle?: StyleProp<ViewStyle>;
36
- addRoomButtonTextStyle?: StyleProp<TextStyle>;
37
- stepperContainerStyle?: NumericStepperProps["style"];
38
- stepperButtonStyle?: NumericStepperProps["buttonStyle"];
39
- stepperButtonTextStyle?: NumericStepperProps["buttonTextStyle"];
40
- stepperValueTextStyle?: NumericStepperProps["valueTextStyle"];
41
- }
42
- declare const HotelSummary: React.FC<HotelSummaryProps>;
43
- export default HotelSummary;
44
- //# sourceMappingURL=HotelSummary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"HotelSummary.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/HotelSummary.tsx"],"names":[],"mappings":"AACA,OAAO,KAAoD,MAAM,OAAO,CAAC;AACzE,OAAO,EACL,SAAS,EAKT,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAkB,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAGxE,MAAM,WAAW,SAAS;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AA+BD,MAAM,WAAW,iBAAiB;IAChC,eAAe,CAAC,EAAE,eAAe,EAAE,CAAC;IACpC,SAAS,CAAC,EAAE,SAAS,EAAE,CAAC;IACxB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,EAAE,KAAK,IAAI,CAAC;IACjD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,eAAe,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACvC,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,qBAAqB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7C,mBAAmB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC3C,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrC,wBAAwB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChD,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,qBAAqB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7C,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,sBAAsB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC9C,qBAAqB,CAAC,EAAE,mBAAmB,CAAC,OAAO,CAAC,CAAC;IACrD,kBAAkB,CAAC,EAAE,mBAAmB,CAAC,aAAa,CAAC,CAAC;IACxD,sBAAsB,CAAC,EAAE,mBAAmB,CAAC,iBAAiB,CAAC,CAAC;IAChE,qBAAqB,CAAC,EAAE,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;CAC/D;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA6L7C,CAAC;AAkEF,eAAe,YAAY,CAAC"}
@@ -1,17 +0,0 @@
1
- import React from "react";
2
- import { StyleProp, ViewStyle, TextStyle } from "react-native";
3
- import { FlightSelection, FlightSummaryProps } from "./FlightSummary";
4
- import { RoomState, HotelSummaryProps } from "./HotelSummary";
5
- export type SelectionCallbackDataType = FlightSelection | RoomState[];
6
- export type SummaryBarProps = {
7
- containerStyle?: StyleProp<ViewStyle>;
8
- summaryTextStyle?: StyleProp<TextStyle>;
9
- iconStyle?: StyleProp<TextStyle>;
10
- onSelectionChange?: (selection: SelectionCallbackDataType) => void;
11
- mode: "flight" | "hotel";
12
- flightProps?: FlightSummaryProps;
13
- hotelProps?: HotelSummaryProps;
14
- };
15
- declare const SummaryBar: React.FC<SummaryBarProps>;
16
- export default SummaryBar;
17
- //# sourceMappingURL=SummaryBar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SummaryBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/SummaryBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AACzE,OAAO,EAQL,SAAS,EACT,SAAS,EACT,SAAS,EAGV,MAAM,cAAc,CAAC;AACtB,OAAsB,EACpB,eAAe,EAEf,kBAAkB,EACnB,MAAM,iBAAiB,CAAC;AACzB,OAAqB,EACnB,SAAS,EAET,iBAAiB,EAClB,MAAM,gBAAgB,CAAC;AAWxB,MAAM,MAAM,yBAAyB,GAAG,eAAe,GAAG,SAAS,EAAE,CAAC;AAEtE,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,gBAAgB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACxC,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,iBAAiB,CAAC,EAAE,CAAC,SAAS,EAAE,yBAAyB,KAAK,IAAI,CAAC;IACnE,IAAI,EAAE,QAAQ,GAAG,OAAO,CAAC;IACzB,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC,CAAC;AAIF,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA6IzC,CAAC;AAgDF,eAAe,UAAU,CAAC"}
@@ -1,17 +0,0 @@
1
- import React from "react";
2
- import { StyleProp, ViewStyle, TextStyle } from "react-native";
3
- export interface TabSelectorProps {
4
- tabs: string[];
5
- initialTab?: string;
6
- onTabChange?: (selectedTab: string) => void;
7
- containerStyle?: StyleProp<ViewStyle>;
8
- tabStyle?: StyleProp<ViewStyle>;
9
- activeTabStyle?: StyleProp<ViewStyle>;
10
- tabTextStyle?: StyleProp<TextStyle>;
11
- activeTabTextStyle?: StyleProp<TextStyle>;
12
- separatorStyle?: StyleProp<ViewStyle>;
13
- animated?: boolean;
14
- }
15
- declare const TabSelector: React.FC<TabSelectorProps>;
16
- export default TabSelector;
17
- //# sourceMappingURL=TabSelector.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TabSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/TabSelector.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAC9D,OAAO,EAKL,SAAS,EACT,SAAS,EACT,SAAS,EAIV,MAAM,cAAc,CAAC;AAUtB,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA+E3C,CAAC;AA0CF,eAAe,WAAW,CAAC"}
@@ -1,84 +0,0 @@
1
- import React from "react";
2
- import { StyleProp, ViewStyle, TextStyle } from "react-native";
3
- import { TabSelectorProps } from "./TabSelector";
4
- import { FlightFormProps } from "./FlightForm";
5
- import { HotelFormProps } from "./HotelForm";
6
- import { CarRentalFormProps } from "./CarRentalForm";
7
- import { SelectionCallbackDataType, SummaryBarProps } from "./SummaryBar";
8
- import { FlightSuggestions, FormInputType, HotelSuggestions, CarSuggestions } from "./types";
9
- import { FlightSelection, FlightSummaryProps } from "./FlightSummary";
10
- import { HotelSummaryProps, RoomState } from "./HotelSummary";
11
- export interface TravelBookingProps {
12
- /** Array of tab names. Defaults to ['Flights', 'Hotels', 'Car Rentals'] */
13
- tabs?: string[];
14
- /** The initially selected tab. Defaults to the first tab in the `tabs` array. */
15
- initialTab?: string;
16
- /** Callback when the selected tab changes */
17
- onTabChange?: (tab: string) => void;
18
- /** Callback when the search button is pressed in any form */
19
- onSearch?: (details: any) => void;
20
- /** Callback when any form input gains focus */
21
- onInputFocus?: (input: FormInputType) => void;
22
- /** Callback when text changes in location inputs */
23
- onTextChange?: (text: string) => void;
24
- /** Initial selection state for FlightSummary (if mode is 'flight') */
25
- initialFlightSelection?: FlightSelection;
26
- /** Initial selection state for HotelSummary (if mode is 'hotel') */
27
- initialHotelSelection?: RoomState[];
28
- /** Callback when the selection in SummaryBar changes */
29
- onSummarySelectionChange?: (selection: SelectionCallbackDataType) => void;
30
- /** Suggestion data for FlightForm */
31
- flightSuggestionData?: FlightSuggestions[];
32
- /** Suggestion data for HotelForm */
33
- hotelSuggestionData?: HotelSuggestions[];
34
- /** Suggestion data for CarRentalForm */
35
- carSuggestionData?: CarSuggestions[];
36
- /** Style for the root container of each form */
37
- formContainerStyle?: StyleProp<ViewStyle>;
38
- /** Style for input labels */
39
- labelStyle?: StyleProp<TextStyle>;
40
- /** Style for the CustomInput's TextInput component */
41
- inputStyle?: StyleProp<ViewStyle>;
42
- /** Style for the touchable wrapper around date displays (if applicable) */
43
- inputTouchableStyle?: StyleProp<ViewStyle>;
44
- /** Style for the text inside inputs or date displays */
45
- inputTextStyle?: StyleProp<TextStyle>;
46
- /** Style for the container holding the date picker(s) and search button */
47
- dateSearchRowStyle?: StyleProp<ViewStyle>;
48
- /** Style for the individual date display groups within DateRangePicker */
49
- dateInputGroupStyle?: StyleProp<ViewStyle>;
50
- /** Style for the search button */
51
- searchButtonStyle?: StyleProp<ViewStyle>;
52
- /** Style for the search icon */
53
- searchIconStyle?: StyleProp<TextStyle>;
54
- /** Theme overrides for the calendar component */
55
- calendarThemeOverrides?: object;
56
- /** Style for the container wrapping the calendar modal/view */
57
- calendarContainerStyle?: StyleProp<ViewStyle>;
58
- /** Style for the container wrapping the swap button (Flights/Cars) */
59
- swapButtonContainerStyle?: StyleProp<ViewStyle>;
60
- /** Style for the swap button itself (Flights/Cars) */
61
- swapButtonStyle?: StyleProp<ViewStyle>;
62
- /** Style for the swap icon (Flights/Cars) */
63
- swapIconStyle?: StyleProp<TextStyle>;
64
- /** Style for the container wrapping the input fields (Flights/Cars) */
65
- inputGroupContainerStyle?: StyleProp<ViewStyle>;
66
- /** Props to pass down to the TabSelector component */
67
- tabSelectorProps?: Omit<TabSelectorProps, "tabs" | "initialTab" | "onTabChange">;
68
- /** Props to pass down to the SummaryBar component */
69
- summaryBarProps?: Omit<SummaryBarProps, "mode" | "initialSelection" | "onSelectionChange" | "flightProps" | "hotelProps">;
70
- /** Props to pass down to the FlightSummary component (via SummaryBar) */
71
- flightSummaryProps?: Omit<FlightSummaryProps, "selection" | "onSelectionChange">;
72
- /** Props to pass down to the HotelSummary component (via SummaryBar) */
73
- hotelSummaryProps?: Omit<HotelSummaryProps, "selection" | "onSelectionChange">;
74
- /** Props to pass down to the FlightForm component */
75
- /** Props to pass down to the FlightForm component */
76
- flightFormProps?: Omit<FlightFormProps, "isOneWay" | "onSearchPress" | "onInputFocus" | "suggestionData" | "onTextChange">;
77
- /** Props to pass down to the HotelForm component */
78
- hotelFormProps?: Omit<HotelFormProps, "onSearchPress" | "onInputFocus" | "suggestionData" | "onTextChange">;
79
- /** Props to pass down to the CarRentalForm component */
80
- carRentalFormProps?: Omit<CarRentalFormProps, "onSearchPress" | "onInputFocus" | "suggestionData" | "onTextChange">;
81
- }
82
- declare const TravelBooking: React.FC<TravelBookingProps>;
83
- export default TravelBooking;
84
- //# sourceMappingURL=TravelBooking.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TravelBooking.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/TravelBooking.tsx"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/index.ts"],"names":[],"mappings":""}
@@ -1,26 +0,0 @@
1
- export declare enum FormInputType {
2
- FLIGHT_FROM = "flightFrom",
3
- FLIGHT_TO = "flightTo",
4
- HOTEL_DEST = "hotelDest",
5
- CAR_PICKUP = "carPickup",
6
- CAR_DROP_OFF = "carDropoff"
7
- }
8
- export interface FlightSuggestions {
9
- id: string | number;
10
- city: string;
11
- value: string;
12
- airports: string[];
13
- }
14
- export interface HotelSuggestions {
15
- id: string | number;
16
- city: string;
17
- country: string;
18
- value: string;
19
- }
20
- export interface CarSuggestions {
21
- id: string | number;
22
- city: string;
23
- country: string;
24
- value: string;
25
- }
26
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/types.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,WAAW,eAAe;IAC1B,SAAS,aAAa;IACtB,UAAU,cAAc;IACxB,UAAU,cAAc;IACxB,YAAY,eAAe;CAC5B;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,25 +0,0 @@
1
- import React from "react";
2
- import { ViewStyle, TextStyle } from "react-native";
3
- interface RewardItemProps {
4
- icon: React.ReactNode;
5
- activeIcon: React.ReactNode;
6
- isActive?: boolean;
7
- inactiveIconStyle?: ViewStyle;
8
- activeIconStyle?: ViewStyle;
9
- title: string;
10
- description: string;
11
- status: string;
12
- statusBgColor: string;
13
- statusTextColor: string;
14
- isRTL?: boolean;
15
- containerStyle?: ViewStyle;
16
- badgeStyle?: ViewStyle;
17
- textContainerStyle?: ViewStyle;
18
- titleTextStyle?: TextStyle;
19
- descriptionTextStyle?: TextStyle;
20
- statusBadgeStyle?: ViewStyle;
21
- statusTextStyle?: TextStyle;
22
- }
23
- declare const RewardItem: React.FC<RewardItemProps>;
24
- export default RewardItem;
25
- //# sourceMappingURL=RewardItem.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RewardItem.d.ts","sourceRoot":"","sources":["../../../../../src/components/UnlockRewards/RewardItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAKL,SAAS,EACT,SAAS,EAEV,MAAM,cAAc,CAAC;AAItB,UAAU,eAAe;IACvB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,eAAe,CAAC,EAAE,SAAS,CAAC;IAE5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IAExB,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAC7B,eAAe,CAAC,EAAE,SAAS,CAAC;CAC7B;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAoFzC,CAAC;AAkDF,eAAe,UAAU,CAAC"}
@@ -1,60 +0,0 @@
1
- import React from "react";
2
- import { ViewStyle, TextStyle, ImageSourcePropType, ImageStyle } from "react-native";
3
- type Reward = {
4
- icon?: React.ReactNode;
5
- activeIcon?: React.ReactNode;
6
- title: string;
7
- description: string;
8
- isActive: boolean;
9
- status: string;
10
- statusBackgroundColor: string;
11
- statusTextColor: string;
12
- };
13
- interface UnlockRewardsProps {
14
- title?: string;
15
- description?: string;
16
- rewards: Reward[];
17
- activeIconStyle?: ViewStyle;
18
- inactiveIconStyle?: ViewStyle;
19
- onClose?: () => void;
20
- isRTL?: boolean;
21
- customTopBackground?: React.ReactNode;
22
- topBackgroundImage?: ImageSourcePropType;
23
- topBackgroundColor?: string;
24
- topBackgroundHeight?: number;
25
- topBackgroundImageStyle?: ImageStyle;
26
- topBackgroundStyle?: ViewStyle;
27
- topGradientColors?: string[];
28
- topGradientStart?: {
29
- x: number;
30
- y: number;
31
- };
32
- topGradientEnd?: {
33
- x: number;
34
- y: number;
35
- };
36
- topGradientLocations?: number[];
37
- modalOverlayStyle?: ViewStyle;
38
- cardContainerStyle?: ViewStyle;
39
- mainTitleStyle?: TextStyle;
40
- subtitleStyle?: TextStyle;
41
- rewardsContainerStyle?: ViewStyle;
42
- smallIconsRowStyle?: ViewStyle;
43
- rewardItemContainerStyle?: ViewStyle;
44
- rewardItemIconWrapperStyle?: ViewStyle;
45
- rewardItemTextContainerStyle?: ViewStyle;
46
- rewardItemTitleTextStyle?: TextStyle;
47
- rewardItemDescriptionTextStyle?: TextStyle;
48
- rewardItemStatusBadgeStyle?: ViewStyle;
49
- rewardItemStatusTextStyle?: TextStyle;
50
- showCloseIcon?: boolean;
51
- customCloseIcon?: React.ReactNode;
52
- closeIconVariant?: "floating" | "nested";
53
- closeIconContainerStyle?: ViewStyle;
54
- closeIconStyle?: TextStyle;
55
- closeIconColor?: string;
56
- closeIconSize?: number;
57
- }
58
- declare const UnlockRewards: React.FC<UnlockRewardsProps>;
59
- export default UnlockRewards;
60
- //# sourceMappingURL=UnlockRewards.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnlockRewards.d.ts","sourceRoot":"","sources":["../../../../../src/components/UnlockRewards/UnlockRewards.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAIL,SAAS,EACT,SAAS,EAET,mBAAmB,EACnB,UAAU,EAEX,MAAM,cAAc,CAAC;AAOtB,KAAK,MAAM,GAAG;IACZ,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,uBAAuB,CAAC,EAAE,UAAU,CAAC;IACrC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,gBAAgB,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC5C,cAAc,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC1C,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,wBAAwB,CAAC,EAAE,SAAS,CAAC;IACrC,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,4BAA4B,CAAC,EAAE,SAAS,CAAC;IACzC,wBAAwB,CAAC,EAAE,SAAS,CAAC;IACrC,8BAA8B,CAAC,EAAE,SAAS,CAAC;IAC3C,0BAA0B,CAAC,EAAE,SAAS,CAAC;IACvC,yBAAyB,CAAC,EAAE,SAAS,CAAC;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,gBAAgB,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IACzC,uBAAuB,CAAC,EAAE,SAAS,CAAC;IACpC,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyK/C,CAAC;AAqEF,eAAe,aAAa,CAAC"}
@@ -1,5 +0,0 @@
1
- export { default as UnlockRewards } from "./UnlockRewards";
2
- export { default as RewardItem } from "./RewardItem";
3
- export * from "./RewardItem";
4
- export * from "./UnlockRewards";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/UnlockRewards/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,aAAa,EAAC,MAAM,iBAAiB,CAAC;AACzD,OAAO,EAAC,OAAO,IAAI,UAAU,EAAC,MAAM,cAAc,CAAC;AACnD,cAAc,cAAc,CAAA;AAC5B,cAAc,iBAAiB,CAAC"}
@@ -1,37 +0,0 @@
1
- import React from "react";
2
- import { ViewStyle, TextStyle } from "react-native";
3
- import { AppButtonProps } from "../Button";
4
- export interface SpinWheelItem {
5
- id: string | number;
6
- label: string;
7
- value?: any;
8
- color: string;
9
- textColor?: string;
10
- }
11
- interface SpinWheelProps {
12
- items: SpinWheelItem[];
13
- predeterminedWinner?: SpinWheelItem | string | number;
14
- size?: number;
15
- spinDuration?: number;
16
- friction?: number;
17
- enabled?: boolean;
18
- onSpinStart?: () => void;
19
- onSpinEnd?: (item: SpinWheelItem) => void;
20
- containerStyle?: ViewStyle;
21
- centerStyle?: ViewStyle;
22
- spinButtonText?: string;
23
- wheelTextStyle?: TextStyle;
24
- knobStyle?: ViewStyle;
25
- actionButtonStyle?: ViewStyle;
26
- actionButtonTextStyle?: TextStyle;
27
- actionButtonProps?: Partial<Omit<AppButtonProps, "title" | "onPress">>;
28
- wheelBorderColor?: string;
29
- wheelBorderWidth?: number;
30
- wheelTextColor?: string;
31
- knobColor?: string;
32
- centerSize?: number;
33
- centerComponent?: React.ReactNode;
34
- }
35
- declare const SpinWheel: React.FC<SpinWheelProps>;
36
- export default SpinWheel;
37
- //# sourceMappingURL=Wheel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Wheel.d.ts","sourceRoot":"","sources":["../../../../../src/components/Wheel/Wheel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAOL,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAE,cAAc,EAAU,MAAM,WAAW,CAAC;AAEnD,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA+BD,UAAU,cAAc;IAEtB,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,mBAAmB,CAAC,EAAE,aAAa,GAAG,MAAM,GAAG,MAAM,CAAC;IAGtD,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IAG1C,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,qBAAqB,CAAC,EAAE,SAAS,CAAA;IACjC,iBAAiB,CAAC,EAAE,OAAO,CACvB,IAAI,CAAC,cAAc,EAAE,OAAO,GAAG,SAAS,CAAC,CAC5C,CAAC;IAEF,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACnC;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+SvC,CAAC;AAqDF,eAAe,SAAS,CAAC"}
@@ -1,3 +0,0 @@
1
- export { default as Wheel } from "./Wheel";
2
- export * from "./Wheel";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Wheel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAC,MAAM,SAAS,CAAA;AACzC,cAAc,SAAS,CAAA"}
@@ -1,19 +0,0 @@
1
- export * from "./Card";
2
- export * from "./ProgressBar";
3
- export * from "./Badges";
4
- export * from "./Banner";
5
- export * from "./BrandIcon";
6
- export * from "./Filters";
7
- export * from "./Input";
8
- export * from "./LockOverlay";
9
- export * from "./Popup";
10
- export * from "./RedemptionOption";
11
- export * from "./ScratchCard";
12
- export * from "./UnlockRewards";
13
- export * from "./Wheel";
14
- export * from "./CloseIcon";
15
- export * from "./Marquee";
16
- export * from "./RedeemedVoucher";
17
- export * from "./Button";
18
- export * from "./Skeleton";
19
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAA;AACtB,cAAc,eAAe,CAAC;AAC9B,cAAe,UAAU,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BRANDS.d.ts","sourceRoot":"","sources":["../../../../src/constants/BRANDS.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,MAAM;;;;;;;;;;IA8DT,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./theme";
2
- export * from "./components";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAQA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAC"}
@@ -1,45 +0,0 @@
1
- export interface ThemeType {
2
- background: string;
3
- surface: string;
4
- surfaceVariant: string;
5
- primary: string;
6
- primaryVariant: string;
7
- secondary: string;
8
- secondaryVariant: string;
9
- error: string;
10
- success: string;
11
- warning: string;
12
- info: string;
13
- text: string;
14
- onPrimary: string;
15
- onSecondary: string;
16
- onError: string;
17
- onBackground: string;
18
- onSurface: string;
19
- border: string;
20
- divider: string;
21
- disabled: string;
22
- inputBackground: string;
23
- inputText: string;
24
- labelText: string;
25
- placeholderText: string;
26
- helper: string;
27
- spacing: {
28
- xs: number;
29
- s: number;
30
- m: number;
31
- l: number;
32
- xl: number;
33
- xxl: number;
34
- };
35
- gradients?: {
36
- primary?: string[];
37
- secondary?: string[];
38
- [key: string]: string[] | undefined;
39
- };
40
- skeletonBackgroundColor?: string;
41
- skeletonItemColor?: string;
42
- }
43
- export declare const lightTheme: ThemeType;
44
- export declare const darkTheme: ThemeType;
45
- //# sourceMappingURL=Colors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Colors.d.ts","sourceRoot":"","sources":["../../../../src/theme/Colors.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS;IAExB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,MAAM,CAAA;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,gBAAgB,EAAE,MAAM,CAAA;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IAGb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAGlB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAGhB,QAAQ,EAAE,MAAM,CAAC;IAGjB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IAEf,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAC;QACX,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;QACV,CAAC,EAAE,MAAM,CAAC;QACV,EAAE,EAAE,MAAM,CAAC;QACX,GAAG,EAAE,MAAM,CAAC;KACb,CAAA;IAED,SAAS,CAAC,EAAE;QACV,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;QACnB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;QACrB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC;KACrC,CAAC;IACF,uBAAuB,CAAC,EAAG,MAAM,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAGD,eAAO,MAAM,UAAU,EAAE,SA+CxB,CAAC;AAGF,eAAO,MAAM,SAAS,EAAE,SA+CvB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThemeContext.d.ts","sourceRoot":"","sources":["../../../../src/theme/ThemeContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAKZ,SAAS,EACV,MAAM,OAAO,CAAC;AAGf,OAAO,EAAc,SAAS,EAAa,MAAM,UAAU,CAAC;AAE5D,UAAU,cAAc;IACtB,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;CAChB;AACD,eAAO,MAAM,YAAY,+BAGvB,CAAC;AAGH,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,SAAS,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACtC,eAAe,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IACrC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAGD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8B1D,CAAC;AAGF,eAAO,MAAM,QAAQ,sBAAiC,CAAC"}
@@ -1,3 +0,0 @@
1
- export * from "./ThemeContext";
2
- export * from "./Colors";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC"}
File without changes
File without changes
File without changes