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.
- package/lib/module/app.js +3 -2
- package/lib/module/app.js.map +1 -1
- package/lib/module/components/DateRangePicker/DateRangePicker.js +1 -2
- package/lib/module/components/DateRangePicker/DateRangePicker.js.map +1 -1
- package/lib/module/components/Popup/README.md +1 -1
- package/lib/module/components/Suggestions/SuggestionList.js +1 -1
- package/lib/module/components/Suggestions/SuggestionList.js.map +1 -1
- package/lib/module/components/TravelBooking/CarRentalForm.js +1 -1
- package/lib/module/components/TravelBooking/CarRentalForm.js.map +1 -1
- package/lib/module/components/TravelBooking/FlightForm.js +1 -1
- package/lib/module/components/TravelBooking/FlightForm.js.map +1 -1
- package/lib/module/components/TravelBooking/FlightSummary.js +1 -1
- package/lib/module/components/TravelBooking/FlightSummary.js.map +1 -1
- package/lib/module/components/TravelBooking/HotelForm.js +1 -1
- package/lib/module/components/TravelBooking/HotelForm.js.map +1 -1
- package/lib/module/components/TravelBooking/HotelSummary.js +1 -1
- package/lib/module/components/TravelBooking/HotelSummary.js.map +1 -1
- package/lib/module/components/TravelBooking/README.md +3 -3
- package/lib/module/components/TravelBooking/SummaryBar.js +1 -1
- package/lib/module/components/TravelBooking/SummaryBar.js.map +1 -1
- package/lib/module/components/TravelBooking/TabSelector.js +1 -1
- package/lib/module/components/TravelBooking/TabSelector.js.map +1 -1
- package/lib/module/components/TravelBooking/TravelBooking.js +1 -1
- package/lib/module/components/TravelBooking/TravelBooking.js.map +1 -1
- package/lib/module/components/UnlockRewards/README.md +1 -1
- package/lib/module/theme/ThemeContext.js +39 -19
- package/lib/module/theme/ThemeContext.js.map +1 -1
- package/lib/typescript/lib/commonjs/app.d.ts +4 -0
- package/lib/typescript/lib/commonjs/app.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Badges/Badge.d.ts +14 -0
- package/lib/typescript/lib/commonjs/components/Badges/Badge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Badges/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/Badges/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Banner/Banner.d.ts +24 -0
- package/lib/typescript/lib/commonjs/components/Banner/Banner.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Banner/BannerWithDetails.d.ts +16 -0
- package/lib/typescript/lib/commonjs/components/Banner/BannerWithDetails.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Banner/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/Banner/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/BrandIcon/BrandIcon.d.ts +18 -0
- package/lib/typescript/lib/commonjs/components/BrandIcon/BrandIcon.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/BrandIcon/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/BrandIcon/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Button/Button.d.ts +17 -0
- package/lib/typescript/lib/commonjs/components/Button/Button.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Button/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/Button/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/Card.d.ts +17 -0
- package/lib/typescript/lib/commonjs/components/Card/Card.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/CardContent.d.ts +8 -0
- package/lib/typescript/lib/commonjs/components/Card/CardContent.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/CardFooter.d.ts +9 -0
- package/lib/typescript/lib/commonjs/components/Card/CardFooter.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/CardHeader.d.ts +14 -0
- package/lib/typescript/lib/commonjs/components/Card/CardHeader.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/CardImage.d.ts +12 -0
- package/lib/typescript/lib/commonjs/components/Card/CardImage.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/components/Card/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/templates/DealCard.d.ts +30 -0
- package/lib/typescript/lib/commonjs/components/Card/templates/DealCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts +37 -0
- package/lib/typescript/lib/commonjs/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/templates/SimpleTrendingCard.d.ts +12 -0
- package/lib/typescript/lib/commonjs/components/Card/templates/SimpleTrendingCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Card/types.d.ts +2 -0
- package/lib/typescript/lib/commonjs/components/Card/types.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/CloseIcon/CloseIcon.d.ts +14 -0
- package/lib/typescript/lib/commonjs/components/CloseIcon/CloseIcon.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/CloseIcon/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/CloseIcon/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/DateRangePicker/DateRangePicker.d.ts +20 -0
- package/lib/typescript/lib/commonjs/components/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/DateRangePicker/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/components/DateRangePicker/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Filters/Filters.d.ts +56 -0
- package/lib/typescript/lib/commonjs/components/Filters/Filters.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Filters/PointsRangeSelector.d.ts +27 -0
- package/lib/typescript/lib/commonjs/components/Filters/PointsRangeSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Filters/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/Filters/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Input/Input.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/Input/Input.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Input/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/Input/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/LockOverlay/LockOverlay.d.ts +15 -0
- package/lib/typescript/lib/commonjs/components/LockOverlay/LockOverlay.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/LockOverlay/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/LockOverlay/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Marquee/Marquee.d.ts +14 -0
- package/lib/typescript/lib/commonjs/components/Marquee/Marquee.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Marquee/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/Marquee/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/NumericStepper/NumericStepper.d.ts +16 -0
- package/lib/typescript/lib/commonjs/components/NumericStepper/NumericStepper.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/NumericStepper/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/NumericStepper/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Popup/Popup.d.ts +39 -0
- package/lib/typescript/lib/commonjs/components/Popup/Popup.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Popup/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/Popup/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/ProgressBar/ProgressBar.d.ts +22 -0
- package/lib/typescript/lib/commonjs/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/ProgressBar/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/ProgressBar/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/RedeemedVoucher/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/RedeemedVoucher/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/RedemptionOption/RedemptionOption.d.ts +23 -0
- package/lib/typescript/lib/commonjs/components/RedemptionOption/RedemptionOption.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/RedemptionOption/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/RedemptionOption/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCard.d.ts +19 -0
- package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCardContent.d.ts +7 -0
- package/lib/typescript/lib/commonjs/components/ScratchCard/ScratchCardContent.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/ScratchCard/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/ScratchCard/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/SelectAmount/SelectAmount.d.ts +29 -0
- package/lib/typescript/lib/commonjs/components/SelectAmount/SelectAmount.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/SelectAmount/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/components/SelectAmount/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Skeleton/Shimmer.d.ts +11 -0
- package/lib/typescript/lib/commonjs/components/Skeleton/Shimmer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Skeleton/SkeletonElement.d.ts +10 -0
- package/lib/typescript/lib/commonjs/components/Skeleton/SkeletonElement.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Skeleton/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/Skeleton/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Suggestions/SuggestionList.d.ts +12 -0
- package/lib/typescript/lib/commonjs/components/Suggestions/SuggestionList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/CarRentalForm.d.ts +52 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/CarRentalForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/FlightForm.d.ts +47 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/FlightForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/FlightSummary.d.ts +32 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/FlightSummary.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/HotelForm.d.ts +45 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/HotelForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/HotelSummary.d.ts +36 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/HotelSummary.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/SummaryBar.d.ts +12 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/SummaryBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/TabSelector.d.ts +15 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/TabSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/TravelBooking.d.ts +47 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/TravelBooking.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/types.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/TravelBooking/types.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/UnlockRewards/RewardItem.d.ts +23 -0
- package/lib/typescript/lib/commonjs/components/UnlockRewards/RewardItem.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/UnlockRewards/UnlockRewards.d.ts +41 -0
- package/lib/typescript/lib/commonjs/components/UnlockRewards/UnlockRewards.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/UnlockRewards/index.d.ts +4 -0
- package/lib/typescript/lib/commonjs/components/UnlockRewards/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Wheel/Wheel.d.ts +25 -0
- package/lib/typescript/lib/commonjs/components/Wheel/Wheel.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/Wheel/index.d.ts +3 -0
- package/lib/typescript/lib/commonjs/components/Wheel/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/components/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/components/index.d.ts.map +1 -0
- package/lib/typescript/{module → lib/commonjs}/constants/BRANDS.d.ts +2 -1
- package/lib/typescript/lib/commonjs/constants/BRANDS.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/theme/Colors.d.ts +110 -0
- package/lib/typescript/lib/commonjs/theme/Colors.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/theme/ThemeContext.d.ts +11 -0
- package/lib/typescript/lib/commonjs/theme/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/theme/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/theme/index.d.ts.map +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/{commonjs → src}/components/DateRangePicker/DateRangePicker.d.ts.map +1 -1
- package/lib/typescript/src/components/DateRangePicker/index.d.ts +2 -0
- package/lib/typescript/src/components/SelectAmount/index.d.ts +2 -0
- package/lib/typescript/src/components/TravelBooking/index.d.ts +2 -0
- package/lib/typescript/{module → src}/theme/ThemeContext.d.ts +8 -5
- package/lib/typescript/src/theme/ThemeContext.d.ts.map +1 -0
- package/package.json +29 -79
- package/src/app.tsx +1 -1
- package/src/components/DateRangePicker/DateRangePicker.tsx +1 -2
- package/src/components/Popup/README.md +1 -1
- package/src/components/Suggestions/SuggestionList.tsx +1 -1
- package/src/components/TravelBooking/CarRentalForm.tsx +1 -1
- package/src/components/TravelBooking/FlightForm.tsx +1 -1
- package/src/components/TravelBooking/FlightSummary.tsx +1 -1
- package/src/components/TravelBooking/HotelForm.tsx +1 -1
- package/src/components/TravelBooking/HotelSummary.tsx +1 -1
- package/src/components/TravelBooking/README.md +3 -3
- package/src/components/TravelBooking/SummaryBar.tsx +1 -1
- package/src/components/TravelBooking/TabSelector.tsx +1 -1
- package/src/components/TravelBooking/TravelBooking.tsx +1 -1
- package/src/components/UnlockRewards/README.md +1 -1
- package/src/theme/ThemeContext.tsx +56 -20
- package/lib/typescript/commonjs/components/DateRangePicker/index.d.ts +0 -1
- package/lib/typescript/commonjs/components/SelectAmount/index.d.ts +0 -1
- package/lib/typescript/commonjs/components/TravelBooking/index.d.ts +0 -1
- package/lib/typescript/commonjs/package.json +0 -1
- package/lib/typescript/commonjs/theme/ThemeContext.d.ts +0 -18
- package/lib/typescript/commonjs/theme/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/module/app.d.ts +0 -4
- package/lib/typescript/module/app.d.ts.map +0 -1
- package/lib/typescript/module/components/Badges/Badge.d.ts +0 -16
- package/lib/typescript/module/components/Badges/Badge.d.ts.map +0 -1
- package/lib/typescript/module/components/Badges/index.d.ts +0 -3
- package/lib/typescript/module/components/Badges/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Banner/Banner.d.ts +0 -26
- package/lib/typescript/module/components/Banner/Banner.d.ts.map +0 -1
- package/lib/typescript/module/components/Banner/BannerWithDetails.d.ts +0 -19
- package/lib/typescript/module/components/Banner/BannerWithDetails.d.ts.map +0 -1
- package/lib/typescript/module/components/Banner/index.d.ts +0 -5
- package/lib/typescript/module/components/Banner/index.d.ts.map +0 -1
- package/lib/typescript/module/components/BrandIcon/BrandIcon.d.ts +0 -21
- package/lib/typescript/module/components/BrandIcon/BrandIcon.d.ts.map +0 -1
- package/lib/typescript/module/components/BrandIcon/index.d.ts +0 -3
- package/lib/typescript/module/components/BrandIcon/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Button/Button.d.ts +0 -21
- package/lib/typescript/module/components/Button/Button.d.ts.map +0 -1
- package/lib/typescript/module/components/Button/index.d.ts +0 -3
- package/lib/typescript/module/components/Button/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/Card.d.ts +0 -5
- package/lib/typescript/module/components/Card/Card.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/CardContent.d.ts +0 -5
- package/lib/typescript/module/components/Card/CardContent.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/CardFooter.d.ts +0 -5
- package/lib/typescript/module/components/Card/CardFooter.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/CardHeader.d.ts +0 -5
- package/lib/typescript/module/components/Card/CardHeader.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/CardImage.d.ts +0 -5
- package/lib/typescript/module/components/Card/CardImage.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/index.d.ts +0 -11
- package/lib/typescript/module/components/Card/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/templates/DealCard.d.ts +0 -33
- package/lib/typescript/module/components/Card/templates/DealCard.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/templates/DealCardWithBackgroundImage.d.ts +0 -40
- package/lib/typescript/module/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/templates/SimpleTrendingCard.d.ts +0 -14
- package/lib/typescript/module/components/Card/templates/SimpleTrendingCard.d.ts.map +0 -1
- package/lib/typescript/module/components/Card/types.d.ts +0 -91
- package/lib/typescript/module/components/Card/types.d.ts.map +0 -1
- package/lib/typescript/module/components/CloseIcon/CloseIcon.d.ts +0 -16
- package/lib/typescript/module/components/CloseIcon/CloseIcon.d.ts.map +0 -1
- package/lib/typescript/module/components/CloseIcon/index.d.ts +0 -3
- package/lib/typescript/module/components/CloseIcon/index.d.ts.map +0 -1
- package/lib/typescript/module/components/DateRangePicker/DateRangePicker.d.ts +0 -25
- package/lib/typescript/module/components/DateRangePicker/DateRangePicker.d.ts.map +0 -1
- package/lib/typescript/module/components/DateRangePicker/index.d.ts +0 -1
- package/lib/typescript/module/components/DateRangePicker/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Filters/Filters.d.ts +0 -80
- package/lib/typescript/module/components/Filters/Filters.d.ts.map +0 -1
- package/lib/typescript/module/components/Filters/PointsRangeSelector.d.ts +0 -29
- package/lib/typescript/module/components/Filters/PointsRangeSelector.d.ts.map +0 -1
- package/lib/typescript/module/components/Filters/index.d.ts +0 -5
- package/lib/typescript/module/components/Filters/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Input/Input.d.ts +0 -23
- package/lib/typescript/module/components/Input/Input.d.ts.map +0 -1
- package/lib/typescript/module/components/Input/index.d.ts +0 -3
- package/lib/typescript/module/components/Input/index.d.ts.map +0 -1
- package/lib/typescript/module/components/LockOverlay/LockOverlay.d.ts +0 -16
- package/lib/typescript/module/components/LockOverlay/LockOverlay.d.ts.map +0 -1
- package/lib/typescript/module/components/LockOverlay/index.d.ts +0 -3
- package/lib/typescript/module/components/LockOverlay/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Marquee/Marquee.d.ts +0 -18
- package/lib/typescript/module/components/Marquee/Marquee.d.ts.map +0 -1
- package/lib/typescript/module/components/Marquee/index.d.ts +0 -3
- package/lib/typescript/module/components/Marquee/index.d.ts.map +0 -1
- package/lib/typescript/module/components/NumericStepper/NumericStepper.d.ts +0 -19
- package/lib/typescript/module/components/NumericStepper/NumericStepper.d.ts.map +0 -1
- package/lib/typescript/module/components/NumericStepper/index.d.ts +0 -3
- package/lib/typescript/module/components/NumericStepper/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Popup/Popup.d.ts +0 -42
- package/lib/typescript/module/components/Popup/Popup.d.ts.map +0 -1
- package/lib/typescript/module/components/Popup/index.d.ts +0 -3
- package/lib/typescript/module/components/Popup/index.d.ts.map +0 -1
- package/lib/typescript/module/components/ProgressBar/ProgressBar.d.ts +0 -26
- package/lib/typescript/module/components/ProgressBar/ProgressBar.d.ts.map +0 -1
- package/lib/typescript/module/components/ProgressBar/index.d.ts +0 -3
- package/lib/typescript/module/components/ProgressBar/index.d.ts.map +0 -1
- package/lib/typescript/module/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +0 -58
- package/lib/typescript/module/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +0 -1
- package/lib/typescript/module/components/RedeemedVoucher/index.d.ts +0 -3
- package/lib/typescript/module/components/RedeemedVoucher/index.d.ts.map +0 -1
- package/lib/typescript/module/components/RedemptionOption/RedemptionOption.d.ts +0 -25
- package/lib/typescript/module/components/RedemptionOption/RedemptionOption.d.ts.map +0 -1
- package/lib/typescript/module/components/RedemptionOption/index.d.ts +0 -3
- package/lib/typescript/module/components/RedemptionOption/index.d.ts.map +0 -1
- package/lib/typescript/module/components/ScratchCard/ScratchCard.d.ts +0 -31
- package/lib/typescript/module/components/ScratchCard/ScratchCard.d.ts.map +0 -1
- package/lib/typescript/module/components/ScratchCard/ScratchCardContent.d.ts +0 -8
- package/lib/typescript/module/components/ScratchCard/ScratchCardContent.d.ts.map +0 -1
- package/lib/typescript/module/components/ScratchCard/index.d.ts +0 -5
- package/lib/typescript/module/components/ScratchCard/index.d.ts.map +0 -1
- package/lib/typescript/module/components/SelectAmount/SelectAmount.d.ts +0 -29
- package/lib/typescript/module/components/SelectAmount/SelectAmount.d.ts.map +0 -1
- package/lib/typescript/module/components/SelectAmount/index.d.ts +0 -1
- package/lib/typescript/module/components/SelectAmount/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Skeleton/Shimmer.d.ts +0 -13
- package/lib/typescript/module/components/Skeleton/Shimmer.d.ts.map +0 -1
- package/lib/typescript/module/components/Skeleton/SkeletonElement.d.ts +0 -12
- package/lib/typescript/module/components/Skeleton/SkeletonElement.d.ts.map +0 -1
- package/lib/typescript/module/components/Skeleton/index.d.ts +0 -5
- package/lib/typescript/module/components/Skeleton/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Suggestions/SuggestionList.d.ts +0 -14
- package/lib/typescript/module/components/Suggestions/SuggestionList.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/CarRentalForm.d.ts +0 -58
- package/lib/typescript/module/components/TravelBooking/CarRentalForm.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/FlightForm.d.ts +0 -57
- package/lib/typescript/module/components/TravelBooking/FlightForm.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/FlightSummary.d.ts +0 -41
- package/lib/typescript/module/components/TravelBooking/FlightSummary.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/HotelForm.d.ts +0 -52
- package/lib/typescript/module/components/TravelBooking/HotelForm.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/HotelSummary.d.ts +0 -44
- package/lib/typescript/module/components/TravelBooking/HotelSummary.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/SummaryBar.d.ts +0 -17
- package/lib/typescript/module/components/TravelBooking/SummaryBar.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/TabSelector.d.ts +0 -17
- package/lib/typescript/module/components/TravelBooking/TabSelector.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/TravelBooking.d.ts +0 -84
- package/lib/typescript/module/components/TravelBooking/TravelBooking.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/index.d.ts +0 -1
- package/lib/typescript/module/components/TravelBooking/index.d.ts.map +0 -1
- package/lib/typescript/module/components/TravelBooking/types.d.ts +0 -26
- package/lib/typescript/module/components/TravelBooking/types.d.ts.map +0 -1
- package/lib/typescript/module/components/UnlockRewards/RewardItem.d.ts +0 -25
- package/lib/typescript/module/components/UnlockRewards/RewardItem.d.ts.map +0 -1
- package/lib/typescript/module/components/UnlockRewards/UnlockRewards.d.ts +0 -60
- package/lib/typescript/module/components/UnlockRewards/UnlockRewards.d.ts.map +0 -1
- package/lib/typescript/module/components/UnlockRewards/index.d.ts +0 -5
- package/lib/typescript/module/components/UnlockRewards/index.d.ts.map +0 -1
- package/lib/typescript/module/components/Wheel/Wheel.d.ts +0 -37
- package/lib/typescript/module/components/Wheel/Wheel.d.ts.map +0 -1
- package/lib/typescript/module/components/Wheel/index.d.ts +0 -3
- package/lib/typescript/module/components/Wheel/index.d.ts.map +0 -1
- package/lib/typescript/module/components/index.d.ts +0 -19
- package/lib/typescript/module/components/index.d.ts.map +0 -1
- package/lib/typescript/module/constants/BRANDS.d.ts.map +0 -1
- package/lib/typescript/module/index.d.ts +0 -3
- package/lib/typescript/module/index.d.ts.map +0 -1
- package/lib/typescript/module/theme/Colors.d.ts +0 -45
- package/lib/typescript/module/theme/Colors.d.ts.map +0 -1
- package/lib/typescript/module/theme/ThemeContext.d.ts.map +0 -1
- package/lib/typescript/module/theme/index.d.ts +0 -3
- package/lib/typescript/module/theme/index.d.ts.map +0 -1
- /package/lib/{typescript/module → module}/package.json +0 -0
- /package/lib/typescript/{commonjs → src}/app.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/app.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Badges/Badge.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Badges/Badge.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Badges/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Badges/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Banner/Banner.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Banner/Banner.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Banner/BannerWithDetails.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Banner/BannerWithDetails.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Banner/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Banner/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/BrandIcon/BrandIcon.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/BrandIcon/BrandIcon.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/BrandIcon/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/BrandIcon/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Button/Button.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Button/Button.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Button/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Button/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/Card.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/Card.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardContent.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardContent.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardFooter.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardFooter.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardHeader.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardHeader.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardImage.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/CardImage.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCard.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCard.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCardWithBackgroundImage.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/templates/DealCardWithBackgroundImage.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/templates/SimpleTrendingCard.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/templates/SimpleTrendingCard.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/types.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Card/types.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/CloseIcon/CloseIcon.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/CloseIcon/CloseIcon.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/CloseIcon/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/CloseIcon/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/DateRangePicker/DateRangePicker.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/DateRangePicker/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Filters/Filters.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Filters/Filters.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Filters/PointsRangeSelector.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Filters/PointsRangeSelector.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Filters/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Filters/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Input/Input.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Input/Input.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Input/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Input/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/LockOverlay/LockOverlay.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/LockOverlay/LockOverlay.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/LockOverlay/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/LockOverlay/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Marquee/Marquee.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Marquee/Marquee.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Marquee/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Marquee/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/NumericStepper/NumericStepper.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/NumericStepper/NumericStepper.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/NumericStepper/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/NumericStepper/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Popup/Popup.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Popup/Popup.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Popup/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Popup/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/ProgressBar/ProgressBar.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/ProgressBar/ProgressBar.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/ProgressBar/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/ProgressBar/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/RedeemedVoucherSheet.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedeemedVoucher/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedemptionOption/RedemptionOption.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedemptionOption/RedemptionOption.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedemptionOption/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/RedemptionOption/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCard.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCard.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCardContent.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/ScratchCard/ScratchCardContent.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/ScratchCard/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/ScratchCard/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/SelectAmount/SelectAmount.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/SelectAmount/SelectAmount.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/SelectAmount/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Skeleton/Shimmer.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Skeleton/Shimmer.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Skeleton/SkeletonElement.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Skeleton/SkeletonElement.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Skeleton/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Skeleton/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Suggestions/SuggestionList.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Suggestions/SuggestionList.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/CarRentalForm.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/CarRentalForm.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightForm.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightForm.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightSummary.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/FlightSummary.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelForm.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelForm.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelSummary.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/HotelSummary.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/SummaryBar.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/SummaryBar.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/TabSelector.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/TabSelector.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/TravelBooking.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/TravelBooking.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/types.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/TravelBooking/types.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/UnlockRewards/RewardItem.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/UnlockRewards/RewardItem.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/UnlockRewards/UnlockRewards.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/UnlockRewards/UnlockRewards.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/UnlockRewards/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/UnlockRewards/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Wheel/Wheel.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Wheel/Wheel.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/Wheel/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/Wheel/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/components/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/components/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/constants/BRANDS.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/constants/BRANDS.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/index.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/theme/Colors.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/theme/Colors.d.ts.map +0 -0
- /package/lib/typescript/{commonjs → src}/theme/index.d.ts +0 -0
- /package/lib/typescript/{commonjs → src}/theme/index.d.ts.map +0 -0
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { FC, ReactNode } from "react";
|
|
2
|
-
import { ImageSourcePropType, TextStyle, ViewStyle } from "react-native";
|
|
3
|
-
import { ImageStyle } from 'expo-image';
|
|
4
|
-
interface PopupProps {
|
|
5
|
-
visible: boolean;
|
|
6
|
-
onClose: () => void;
|
|
7
|
-
backgroundImage?: ImageSourcePropType;
|
|
8
|
-
title?: string;
|
|
9
|
-
content?: string;
|
|
10
|
-
subtitle?: string;
|
|
11
|
-
children?: ReactNode;
|
|
12
|
-
primaryButtonText?: string;
|
|
13
|
-
onPrimaryButtonPress?: () => void;
|
|
14
|
-
secondaryButtonText?: string;
|
|
15
|
-
onSecondaryButtonPress?: () => void;
|
|
16
|
-
closeOnBackdropPress?: boolean;
|
|
17
|
-
showCloseIcon?: boolean;
|
|
18
|
-
closeIconVariant?: "floating" | "nested";
|
|
19
|
-
customCloseIcon?: ReactNode;
|
|
20
|
-
closeIconContainerStyle?: ViewStyle;
|
|
21
|
-
closeIconStyle?: TextStyle;
|
|
22
|
-
closeIconColor?: string;
|
|
23
|
-
illustrationImage?: ImageSourcePropType;
|
|
24
|
-
illustrationStyle?: ImageStyle;
|
|
25
|
-
containerStyle?: ViewStyle;
|
|
26
|
-
contentContainerStyle?: ViewStyle;
|
|
27
|
-
titleStyle?: TextStyle;
|
|
28
|
-
subtitleStyle?: TextStyle;
|
|
29
|
-
contentStyle?: TextStyle;
|
|
30
|
-
primaryButtonStyle?: ViewStyle;
|
|
31
|
-
primaryButtonTextStyle?: TextStyle;
|
|
32
|
-
secondaryButtonStyle?: ViewStyle;
|
|
33
|
-
secondaryButtonTextStyle?: TextStyle;
|
|
34
|
-
isRTL?: boolean;
|
|
35
|
-
closeIconSize?: number;
|
|
36
|
-
modalStyle?: ViewStyle;
|
|
37
|
-
overlay?: ReactNode;
|
|
38
|
-
customContent?: ReactNode;
|
|
39
|
-
}
|
|
40
|
-
declare const Popup: FC<PopupProps>;
|
|
41
|
-
export default Popup;
|
|
42
|
-
//# sourceMappingURL=Popup.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popup/Popup.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAE,SAAS,EAAwC,MAAM,OAAO,CAAC;AACnF,OAAO,EAOL,mBAAmB,EAKnB,SAAS,EACT,SAAS,EAGV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAS,UAAU,EAAC,MAAM,YAAY,CAAC;AAG9C,UAAU,UAAU;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,UAAU,GAAG,QAAQ,CAAC;IACzC,eAAe,CAAC,EAAE,SAAS,CAAC;IAC5B,uBAAuB,CAAC,EAAE,SAAS,CAAC;IACpC,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,mBAAmB,CAAC;IACxC,iBAAiB,CAAC,EAAE,UAAU,CAAC;IAC/B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,qBAAqB,CAAC,EAAE,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,kBAAkB,CAAC,EAAE,SAAS,CAAC;IAC/B,sBAAsB,CAAC,EAAE,SAAS,CAAC;IACnC,oBAAoB,CAAC,EAAE,SAAS,CAAC;IACjC,wBAAwB,CAAC,EAAE,SAAS,CAAC;IACrC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,aAAa,CAAC,EAAE,SAAS,CAAC;CAC3B;AAGD,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CA6LzB,CAAC;AA2IF,eAAe,KAAK,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAC,MAAM,SAAS,CAAC;AAC1C,cAAc,SAAS,CAAA"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ViewStyle, TextStyle } from "react-native";
|
|
3
|
-
export type ProgressBarTextPosition = "inside" | "above" | "below";
|
|
4
|
-
export type ProgressBarTextAlign = "center" | "left" | "right";
|
|
5
|
-
interface ProgressBarProps {
|
|
6
|
-
progress?: number;
|
|
7
|
-
text?: string;
|
|
8
|
-
containerStyle?: ViewStyle;
|
|
9
|
-
barContainerStyle?: ViewStyle;
|
|
10
|
-
progressStyle?: ViewStyle;
|
|
11
|
-
remainingStyle?: ViewStyle;
|
|
12
|
-
textStyle?: TextStyle;
|
|
13
|
-
progressColor?: string;
|
|
14
|
-
remainingColor?: string;
|
|
15
|
-
textColor?: string;
|
|
16
|
-
height?: number;
|
|
17
|
-
width?: number;
|
|
18
|
-
borderRadius?: number;
|
|
19
|
-
textPosition?: ProgressBarTextPosition;
|
|
20
|
-
textAlign?: "center" | "left" | "right";
|
|
21
|
-
showText?: boolean;
|
|
22
|
-
isRTL?: boolean;
|
|
23
|
-
}
|
|
24
|
-
declare const ProgressBar: React.FC<ProgressBarProps>;
|
|
25
|
-
export default ProgressBar;
|
|
26
|
-
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAA0B,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAE5E,MAAM,MAAM,uBAAuB,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,CAAC;AACnE,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAE/D,UAAU,gBAAgB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAC9B,aAAa,CAAC,EAAE,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,uBAAuB,CAAC;IACvC,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6F3C,CAAC;AAqCF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProgressBar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAC,MAAM,eAAe,CAAC;AACtD,cAAc,eAAe,CAAC"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ImageSourcePropType, StyleProp, ViewStyle } from "react-native";
|
|
3
|
-
import { BottomSheetProps } from "@gorhom/bottom-sheet";
|
|
4
|
-
type Props = {
|
|
5
|
-
visible: boolean;
|
|
6
|
-
onClose: () => void;
|
|
7
|
-
code: string;
|
|
8
|
-
amount?: number;
|
|
9
|
-
expiry?: string;
|
|
10
|
-
image?: ImageSourcePropType;
|
|
11
|
-
title?: string;
|
|
12
|
-
currency?: string;
|
|
13
|
-
codeReadyText?: string;
|
|
14
|
-
qrCodeLabel?: string;
|
|
15
|
-
barCodeLabel?: string;
|
|
16
|
-
myVouchersButtonText?: string;
|
|
17
|
-
onMyVouchersButtonPress?: () => void;
|
|
18
|
-
onCopyCode?: (copiedCode: string) => void;
|
|
19
|
-
showAppleWalletButton?: boolean;
|
|
20
|
-
appleWalletButtonText?: string;
|
|
21
|
-
onAppleWalletButtonPress?: () => void;
|
|
22
|
-
appleWalletIconSource?: ImageSourcePropType;
|
|
23
|
-
qrCodeSize?: number;
|
|
24
|
-
activeTabColors?: string[];
|
|
25
|
-
inactiveTabBackgroundColor?: string;
|
|
26
|
-
inactiveTabBorderColor?: string;
|
|
27
|
-
inactiveTabTextColor?: string;
|
|
28
|
-
primaryButtonColors?: string[];
|
|
29
|
-
allowBarcodeSwitch?: boolean;
|
|
30
|
-
renderBarcodeComponent?: (code: string) => React.ReactNode;
|
|
31
|
-
copyIconComponent?: React.ReactNode;
|
|
32
|
-
amountIconComponent?: React.ReactNode;
|
|
33
|
-
expiryIconComponent?: React.ReactNode;
|
|
34
|
-
snapPoints?: string[];
|
|
35
|
-
sheetBackgroundStyle?: StyleProp<ViewStyle>;
|
|
36
|
-
sheetHandleStyle?: StyleProp<ViewStyle>;
|
|
37
|
-
backdropPressBehavior?: "close" | "none" | number;
|
|
38
|
-
bottomSheetOverrideProps?: Partial<Omit<BottomSheetProps, "children" | "snapPoints" | "index" | "onClose" | "enablePanDownToClose" | "backgroundStyle" | "handleIndicatorStyle" | "backdropComponent">>;
|
|
39
|
-
tabGradientStart?: {
|
|
40
|
-
x: number;
|
|
41
|
-
y: number;
|
|
42
|
-
};
|
|
43
|
-
tabGradientEnd?: {
|
|
44
|
-
x: number;
|
|
45
|
-
y: number;
|
|
46
|
-
};
|
|
47
|
-
primaryButtonGradientStart?: {
|
|
48
|
-
x: number;
|
|
49
|
-
y: number;
|
|
50
|
-
};
|
|
51
|
-
primaryButtonGradientEnd?: {
|
|
52
|
-
x: number;
|
|
53
|
-
y: number;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
declare const RedeemedVoucherSheet: React.FC<Props>;
|
|
57
|
-
export default RedeemedVoucherSheet;
|
|
58
|
-
//# sourceMappingURL=RedeemedVoucherSheet.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RedeemedVoucherSheet.d.ts","sourceRoot":"","sources":["../../../../../src/components/RedeemedVoucher/RedeemedVoucherSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,EAML,mBAAmB,EACnB,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,OAAoB,EAElB,gBAAgB,EAGjB,MAAM,sBAAsB,CAAC;AAO9B,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAE5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,uBAAuB,CAAC,EAAE,MAAM,IAAI,CAAC;IACrC,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,wBAAwB,CAAC,EAAE,MAAM,IAAI,CAAC;IACtC,qBAAqB,CAAC,EAAE,mBAAmB,CAAC;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,sBAAsB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IAC3D,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACpC,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,mBAAmB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,oBAAoB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5C,gBAAgB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACxC,qBAAqB,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;IAClD,wBAAwB,CAAC,EAAE,OAAO,CAChC,IAAI,CACF,gBAAgB,EACd,UAAU,GACV,YAAY,GACZ,OAAO,GACP,SAAS,GACT,sBAAsB,GACtB,iBAAiB,GACjB,sBAAsB,GACtB,mBAAmB,CACtB,CACF,CAAC;IACF,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,0BAA0B,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACtD,wBAAwB,CAAC,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CACrD,CAAC;AAEF,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwSzC,CAAC;AAsLF,eAAe,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/RedeemedVoucher/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAC,MAAM,wBAAwB,CAAC;AACxE,cAAc,wBAAwB,CAAA"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ViewStyle, TextStyle, StyleProp } from "react-native";
|
|
3
|
-
interface RedemptionOptionProps {
|
|
4
|
-
icon: React.ReactNode;
|
|
5
|
-
text: string;
|
|
6
|
-
orientation?: "vertical" | "horizontal";
|
|
7
|
-
backgroundColor?: string;
|
|
8
|
-
textColor?: string;
|
|
9
|
-
width?: number | string;
|
|
10
|
-
height?: number | string;
|
|
11
|
-
borderRadius?: number;
|
|
12
|
-
padding?: number;
|
|
13
|
-
fontSize?: number;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
isActive?: boolean;
|
|
16
|
-
onPress?: () => void;
|
|
17
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
18
|
-
textStyle?: StyleProp<TextStyle>;
|
|
19
|
-
iconContainerStyle?: StyleProp<ViewStyle>;
|
|
20
|
-
activeOpacityValue?: number;
|
|
21
|
-
isRTL?: boolean;
|
|
22
|
-
}
|
|
23
|
-
declare const RedemptionOption: React.FC<RedemptionOptionProps>;
|
|
24
|
-
export default RedemptionOption;
|
|
25
|
-
//# sourceMappingURL=RedemptionOption.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RedemptionOption.d.ts","sourceRoot":"","sources":["../../../../../src/components/RedemptionOption/RedemptionOption.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAKL,SAAS,EACT,SAAS,EACT,SAAS,EAGV,MAAM,cAAc,CAAC;AAEtB,UAAU,qBAAqB;IAE7B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IAEb,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IACxC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAiGrD,CAAC;AAsCF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/RedemptionOption/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;AAChE,cAAc,oBAAoB,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { StyleProp, ViewStyle, ImageRequireSource } from "react-native";
|
|
3
|
-
type ScratchCardProps = {
|
|
4
|
-
style?: StyleProp<ViewStyle>;
|
|
5
|
-
image?: ImageRequireSource;
|
|
6
|
-
children?: React.ReactNode;
|
|
7
|
-
brushStrokeWidth?: number;
|
|
8
|
-
revealThreshold?: number;
|
|
9
|
-
width?: number;
|
|
10
|
-
height?: number;
|
|
11
|
-
backgroundColor?: string;
|
|
12
|
-
text?: string;
|
|
13
|
-
textFont?: ImageRequireSource;
|
|
14
|
-
textFontSize?: number;
|
|
15
|
-
textFontColor?: string;
|
|
16
|
-
onScratched?: () => void;
|
|
17
|
-
gradient?: {
|
|
18
|
-
colors: string[];
|
|
19
|
-
start?: {
|
|
20
|
-
x: number;
|
|
21
|
-
y: number;
|
|
22
|
-
};
|
|
23
|
-
end?: {
|
|
24
|
-
x: number;
|
|
25
|
-
y: number;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
declare const ScratchCard: React.FC<ScratchCardProps>;
|
|
30
|
-
export default ScratchCard;
|
|
31
|
-
//# sourceMappingURL=ScratchCard.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScratchCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScratchCard/ScratchCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAKN,MAAM,OAAO,CAAC;AAkBf,OAAO,EACL,SAAS,EAET,SAAS,EAET,kBAAkB,EAEnB,MAAM,cAAc,CAAC;AAQtB,KAAK,gBAAgB,GAAG;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,kBAAkB,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,QAAQ,CAAC,EAAE;QACT,MAAM,EAAE,MAAM,EAAE,CAAC;QACjB,KAAK,CAAC,EAAE;YAAE,CAAC,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACjC,GAAG,CAAC,EAAE;YAAE,CAAC,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KAChC,CAAC;CACH,CAAC;AAEF,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6M3C,CAAC;AAyBF,eAAe,WAAW,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { StyleProp, ViewStyle } from "react-native";
|
|
2
|
-
type ScratchCardContentProps = {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
style?: StyleProp<ViewStyle>;
|
|
5
|
-
};
|
|
6
|
-
declare const ScratchCardContent: React.FC<ScratchCardContentProps>;
|
|
7
|
-
export default ScratchCardContent;
|
|
8
|
-
//# sourceMappingURL=ScratchCardContent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScratchCardContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScratchCard/ScratchCardContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,SAAS,EAAoB,MAAM,cAAc,CAAC;AAEtE,KAAK,uBAAuB,GAAG;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAKzD,CAAC;AAYF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ScratchCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,OAAO,IAAI,WAAW,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,kBAAkB,EAAC,MAAM,sBAAsB,CAAC;AACnE,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { StyleProp, ViewStyle, TextStyle } from "react-native";
|
|
2
|
-
interface SelectAmountProps {
|
|
3
|
-
isRTL?: boolean;
|
|
4
|
-
pointsValue?: number;
|
|
5
|
-
minValue?: number;
|
|
6
|
-
maxValue?: number;
|
|
7
|
-
step?: number;
|
|
8
|
-
conversionRate?: number;
|
|
9
|
-
pointsLabel?: string;
|
|
10
|
-
currencyLabel?: string;
|
|
11
|
-
buttonText?: string;
|
|
12
|
-
title?: string;
|
|
13
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
14
|
-
titleStyle?: StyleProp<TextStyle>;
|
|
15
|
-
rowStyle?: StyleProp<ViewStyle>;
|
|
16
|
-
labelStyle?: StyleProp<TextStyle>;
|
|
17
|
-
currencyValueTextStyle?: StyleProp<TextStyle>;
|
|
18
|
-
stepperButtonStyle?: StyleProp<ViewStyle>;
|
|
19
|
-
stepperButtonTextStyle?: StyleProp<TextStyle>;
|
|
20
|
-
stepperValueTextStyle?: StyleProp<TextStyle>;
|
|
21
|
-
sliderContainerStyle?: StyleProp<ViewStyle>;
|
|
22
|
-
actionButtonStyle?: StyleProp<ViewStyle>;
|
|
23
|
-
actionButtonTextStyle?: StyleProp<TextStyle>;
|
|
24
|
-
onValueChange?: (value: number) => void;
|
|
25
|
-
onClick?: (value: number) => void;
|
|
26
|
-
}
|
|
27
|
-
declare const SelectAmount: React.FC<SelectAmountProps>;
|
|
28
|
-
export default SelectAmount;
|
|
29
|
-
//# sourceMappingURL=SelectAmount.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SelectAmount.d.ts","sourceRoot":"","sources":["../../../../../src/components/SelectAmount/SelectAmount.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,SAAS,EACT,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAItB,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAChC,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC,sBAAsB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC9C,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,sBAAsB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC9C,qBAAqB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7C,oBAAoB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5C,iBAAiB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACzC,qBAAqB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAE7C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAkH7C,CAAC;AA6DF,eAAe,YAAY,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/SelectAmount/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ViewStyle, DimensionValue, StyleProp } from "react-native";
|
|
3
|
-
interface ShimmerProps {
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
width: DimensionValue;
|
|
6
|
-
height: DimensionValue;
|
|
7
|
-
style?: StyleProp<ViewStyle>;
|
|
8
|
-
duration?: number;
|
|
9
|
-
shimmerWidth?: number;
|
|
10
|
-
}
|
|
11
|
-
declare const Shimmer: React.FC<ShimmerProps>;
|
|
12
|
-
export default Shimmer;
|
|
13
|
-
//# sourceMappingURL=Shimmer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Shimmer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/Shimmer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAKL,SAAS,EACT,cAAc,EACd,SAAS,EACV,MAAM,cAAc,CAAC;AAItB,UAAU,YAAY;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,cAAc,CAAC;IACvB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAgEnC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { ViewStyle, DimensionValue } from "react-native";
|
|
3
|
-
interface SkeletonElementProps {
|
|
4
|
-
width?: DimensionValue;
|
|
5
|
-
height?: DimensionValue;
|
|
6
|
-
borderRadius?: number;
|
|
7
|
-
style?: ViewStyle;
|
|
8
|
-
children?: React.ReactNode;
|
|
9
|
-
}
|
|
10
|
-
declare const SkeletonElement: React.FC<SkeletonElementProps>;
|
|
11
|
-
export default SkeletonElement;
|
|
12
|
-
//# sourceMappingURL=SkeletonElement.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SkeletonElement.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/SkeletonElement.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAoB,SAAS,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE3E,UAAU,oBAAoB;IAC5B,KAAK,CAAC,EAAE,cAAc,CAAA;IACtB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAmBnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAC,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,OAAO,IAAI,eAAe,EAAC,MAAM,mBAAmB,CAAA;AAE7D,cAAc,WAAW,CAAC;AAC1B,cAAc,mBAAmB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { StyleProp, ViewStyle, TextStyle } from "react-native";
|
|
3
|
-
interface SuggestionListProps<T> {
|
|
4
|
-
data: T[];
|
|
5
|
-
visible: boolean;
|
|
6
|
-
renderItemContent: (item: T) => React.ReactNode;
|
|
7
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
8
|
-
itemStyle?: StyleProp<ViewStyle>;
|
|
9
|
-
itemTextStyle?: StyleProp<TextStyle>;
|
|
10
|
-
listStyle?: StyleProp<ViewStyle>;
|
|
11
|
-
}
|
|
12
|
-
declare const SuggestionList: <T extends unknown>({ data, visible, renderItemContent, containerStyle, itemStyle, itemTextStyle, listStyle, }: SuggestionListProps<T>) => React.JSX.Element | null;
|
|
13
|
-
export default SuggestionList;
|
|
14
|
-
//# sourceMappingURL=SuggestionList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SuggestionList.d.ts","sourceRoot":"","sources":["../../../../../src/components/Suggestions/SuggestionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAML,SAAS,EACT,SAAS,EACT,SAAS,EAEV,MAAM,cAAc,CAAC;AAGtB,UAAU,mBAAmB,CAAC,CAAC;IAC7B,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IAChD,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAClC;AAED,QAAA,MAAM,cAAc,GAAI,CAAC,SAAS,OAAO,EAAE,4FAQxC,mBAAmB,CAAC,CAAC,CAAC,6BAqCxB,CAAC;AAoCF,eAAe,cAAc,CAAC"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { StyleProp, ViewStyle, TextStyle } from "react-native";
|
|
3
|
-
import { Ionicons } from "@expo/vector-icons";
|
|
4
|
-
import { CarSuggestions, FormInputType } from "./types";
|
|
5
|
-
export declare const mockCarSuggestions: CarSuggestions[];
|
|
6
|
-
type LocationData = string;
|
|
7
|
-
export interface CarRentalFormProps {
|
|
8
|
-
initialFromLocation?: LocationData;
|
|
9
|
-
initialToLocation?: LocationData;
|
|
10
|
-
initialPickupDate?: string;
|
|
11
|
-
initialDropoffDate?: string;
|
|
12
|
-
onTextChange?: (text: string) => void;
|
|
13
|
-
onInputFocus?: (input: FormInputType) => void;
|
|
14
|
-
onSwapPress?: (currentFrom: LocationData | undefined, currentTo: LocationData | undefined) => void;
|
|
15
|
-
onSearchPress?: (details: {
|
|
16
|
-
from: LocationData | undefined;
|
|
17
|
-
to: LocationData | undefined;
|
|
18
|
-
pickup: string | undefined;
|
|
19
|
-
dropoff: string | undefined;
|
|
20
|
-
driverAge: number | undefined;
|
|
21
|
-
}) => void;
|
|
22
|
-
fromLabel?: string;
|
|
23
|
-
fromPlaceholder?: string;
|
|
24
|
-
toLabel?: string;
|
|
25
|
-
toPlaceholder?: string;
|
|
26
|
-
pickupLabel?: string;
|
|
27
|
-
dropoffLabel?: string;
|
|
28
|
-
swapIconName?: keyof typeof Ionicons.glyphMap;
|
|
29
|
-
searchIconName?: keyof typeof Ionicons.glyphMap;
|
|
30
|
-
calendarThemeOverrides?: object;
|
|
31
|
-
isOneWay?: boolean;
|
|
32
|
-
suggestionData?: CarSuggestions[];
|
|
33
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
34
|
-
inputGroupContainerStyle?: StyleProp<ViewStyle>;
|
|
35
|
-
inputWrapperStyle?: StyleProp<ViewStyle>;
|
|
36
|
-
inputGroupStyle?: StyleProp<ViewStyle>;
|
|
37
|
-
labelStyle?: StyleProp<TextStyle>;
|
|
38
|
-
swapButtonContainerStyle?: StyleProp<ViewStyle>;
|
|
39
|
-
swapButtonStyle?: StyleProp<ViewStyle>;
|
|
40
|
-
swapIconStyle?: StyleProp<TextStyle>;
|
|
41
|
-
pickupRowStyle?: StyleProp<ViewStyle>;
|
|
42
|
-
searchButtonStyle?: StyleProp<ViewStyle>;
|
|
43
|
-
searchIconStyle?: StyleProp<TextStyle>;
|
|
44
|
-
dateRangePickerOuterContainerStyle?: StyleProp<ViewStyle>;
|
|
45
|
-
dateRangePickerLabelStyle?: StyleProp<TextStyle>;
|
|
46
|
-
dateRangePickerInputGroupStyle?: StyleProp<ViewStyle>;
|
|
47
|
-
dateRangePickerCalendarContainerStyle?: StyleProp<ViewStyle>;
|
|
48
|
-
suggestionListContainerStyle?: StyleProp<ViewStyle>;
|
|
49
|
-
suggestionItemStyle?: StyleProp<ViewStyle>;
|
|
50
|
-
suggestionItemTextStyle?: StyleProp<TextStyle>;
|
|
51
|
-
agePickerWrapperStyle?: StyleProp<ViewStyle>;
|
|
52
|
-
agePickerLabelStyle?: StyleProp<TextStyle>;
|
|
53
|
-
pickerContainerStyle?: StyleProp<ViewStyle>;
|
|
54
|
-
pickerStyle?: StyleProp<TextStyle>;
|
|
55
|
-
}
|
|
56
|
-
declare const CarRentalForm: React.FC<CarRentalFormProps>;
|
|
57
|
-
export default CarRentalForm;
|
|
58
|
-
//# sourceMappingURL=CarRentalForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CarRentalForm.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/CarRentalForm.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { StyleProp, ViewStyle, TextStyle } from "react-native";
|
|
3
|
-
import { Ionicons } from "@expo/vector-icons";
|
|
4
|
-
import { FlightSuggestions, FormInputType } from "./types";
|
|
5
|
-
type LocationData = string;
|
|
6
|
-
export interface FlightFormProps {
|
|
7
|
-
initialFromLocation?: LocationData;
|
|
8
|
-
initialToLocation?: LocationData;
|
|
9
|
-
initialDepartureDate?: string;
|
|
10
|
-
initialReturnDate?: string;
|
|
11
|
-
onInputFocus?: (input: FormInputType) => void;
|
|
12
|
-
onSwapPress?: (currentFrom: LocationData | undefined, currentTo: LocationData | undefined) => void;
|
|
13
|
-
onSearchPress?: (details: {
|
|
14
|
-
from: LocationData | undefined;
|
|
15
|
-
to: LocationData | undefined;
|
|
16
|
-
departure: string | undefined;
|
|
17
|
-
return?: string | undefined;
|
|
18
|
-
}) => void;
|
|
19
|
-
onTextChange?: (text: string) => void;
|
|
20
|
-
fromLabel?: string;
|
|
21
|
-
fromPlaceholder?: string;
|
|
22
|
-
toLabel?: string;
|
|
23
|
-
toPlaceholder?: string;
|
|
24
|
-
departureLabel?: string;
|
|
25
|
-
returnLabel?: string;
|
|
26
|
-
swapIconName?: keyof typeof Ionicons.glyphMap;
|
|
27
|
-
searchIconName?: keyof typeof Ionicons.glyphMap;
|
|
28
|
-
calendarThemeOverrides?: object;
|
|
29
|
-
isOneWay?: boolean;
|
|
30
|
-
suggestionData?: FlightSuggestions[];
|
|
31
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
32
|
-
inputGroupContainerStyle?: StyleProp<ViewStyle>;
|
|
33
|
-
inputWrapperStyle?: StyleProp<ViewStyle>;
|
|
34
|
-
customInputContainerStyle?: StyleProp<ViewStyle>;
|
|
35
|
-
labelStyle?: StyleProp<TextStyle>;
|
|
36
|
-
swapButtonContainerStyle?: StyleProp<ViewStyle>;
|
|
37
|
-
swapButtonStyle?: StyleProp<ViewStyle>;
|
|
38
|
-
swapIconStyle?: StyleProp<TextStyle>;
|
|
39
|
-
departureRowStyle?: StyleProp<ViewStyle>;
|
|
40
|
-
searchButtonStyle?: StyleProp<ViewStyle>;
|
|
41
|
-
searchIconStyle?: StyleProp<TextStyle>;
|
|
42
|
-
dateRangePickerOuterContainerStyle?: StyleProp<ViewStyle>;
|
|
43
|
-
dateRangePickerLabelStyle?: StyleProp<TextStyle>;
|
|
44
|
-
dateRangePickerInputGroupStyle?: StyleProp<ViewStyle>;
|
|
45
|
-
dateRangePickerCalendarContainerStyle?: StyleProp<ViewStyle>;
|
|
46
|
-
suggestionListContainerStyle?: StyleProp<ViewStyle>;
|
|
47
|
-
suggestionItemGroupStyle?: StyleProp<ViewStyle>;
|
|
48
|
-
suggestionCityRowStyle?: StyleProp<ViewStyle>;
|
|
49
|
-
suggestionCityIconStyle?: StyleProp<TextStyle>;
|
|
50
|
-
suggestionCityTextStyle?: StyleProp<TextStyle>;
|
|
51
|
-
suggestionAirportTouchableStyle?: StyleProp<ViewStyle>;
|
|
52
|
-
suggestionAirportIconStyle?: StyleProp<TextStyle>;
|
|
53
|
-
suggestionAirportTextStyle?: StyleProp<TextStyle>;
|
|
54
|
-
}
|
|
55
|
-
declare const FlightForm: React.FC<FlightFormProps>;
|
|
56
|
-
export default FlightForm;
|
|
57
|
-
//# sourceMappingURL=FlightForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FlightForm.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/FlightForm.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { StyleProp, ViewStyle, TextStyle } from "react-native";
|
|
3
|
-
import { NumericStepperProps } from "../NumericStepper";
|
|
4
|
-
export interface PassengerConfig {
|
|
5
|
-
key: string;
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
defaultValue: number;
|
|
9
|
-
minValue: number;
|
|
10
|
-
maxValue?: number;
|
|
11
|
-
}
|
|
12
|
-
export interface FlightSelection {
|
|
13
|
-
flightType: string;
|
|
14
|
-
flightClass: string;
|
|
15
|
-
passengers: Record<string, number>;
|
|
16
|
-
}
|
|
17
|
-
export interface FlightSummaryProps {
|
|
18
|
-
passengersData?: PassengerConfig[];
|
|
19
|
-
flightTypesData?: string[];
|
|
20
|
-
flightClassesData?: string[];
|
|
21
|
-
selection?: FlightSelection;
|
|
22
|
-
onSelectionChange?: (details: FlightSelection) => void;
|
|
23
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
24
|
-
buttonGroupContainerStyle?: StyleProp<ViewStyle>;
|
|
25
|
-
buttonStyle?: StyleProp<ViewStyle>;
|
|
26
|
-
selectedButtonStyle?: StyleProp<ViewStyle>;
|
|
27
|
-
buttonTextStyle?: StyleProp<TextStyle>;
|
|
28
|
-
selectedButtonTextStyle?: StyleProp<TextStyle>;
|
|
29
|
-
passengerSectionStyle?: StyleProp<ViewStyle>;
|
|
30
|
-
passengerRowStyle?: StyleProp<ViewStyle>;
|
|
31
|
-
passengerLabelContainerStyle?: StyleProp<ViewStyle>;
|
|
32
|
-
passengerNameStyle?: StyleProp<TextStyle>;
|
|
33
|
-
passengerDescriptionStyle?: StyleProp<TextStyle>;
|
|
34
|
-
stepperContainerStyle?: NumericStepperProps["style"];
|
|
35
|
-
stepperButtonStyle?: NumericStepperProps["buttonStyle"];
|
|
36
|
-
stepperButtonTextStyle?: NumericStepperProps["buttonTextStyle"];
|
|
37
|
-
stepperValueTextStyle?: NumericStepperProps["valueTextStyle"];
|
|
38
|
-
}
|
|
39
|
-
declare const FlightSummary: React.FC<FlightSummaryProps>;
|
|
40
|
-
export default FlightSummary;
|
|
41
|
-
//# sourceMappingURL=FlightSummary.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FlightSummary.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/FlightSummary.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;AAExE,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;AAED,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACpC;AAyCD,MAAM,WAAW,kBAAkB;IAEjC,cAAc,CAAC,EAAE,eAAe,EAAE,CAAC;IACnC,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAG7B,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE,eAAe,KAAK,IAAI,CAAC;IAGvD,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,yBAAyB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjD,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnC,mBAAmB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC3C,eAAe,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACvC,uBAAuB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/C,qBAAqB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7C,iBAAiB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACzC,4BAA4B,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpD,kBAAkB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1C,yBAAyB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAEjD,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;AAGD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6N/C,CAAC;AAqEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { StyleProp, ViewStyle, TextStyle } from "react-native";
|
|
3
|
-
import { Ionicons } from "@expo/vector-icons";
|
|
4
|
-
import { FormInputType, HotelSuggestions } from "./types";
|
|
5
|
-
type LocationData = string;
|
|
6
|
-
export interface HotelFormProps {
|
|
7
|
-
initialDestination?: LocationData;
|
|
8
|
-
initialCheckinDate?: string;
|
|
9
|
-
initialCheckoutDate?: string;
|
|
10
|
-
initialNationality?: string;
|
|
11
|
-
onTextChange?: (text: string) => void;
|
|
12
|
-
onInputFocus?: (input: FormInputType) => void;
|
|
13
|
-
onSearchPress?: (details: {
|
|
14
|
-
destination: LocationData | undefined;
|
|
15
|
-
checkin: string | undefined;
|
|
16
|
-
checkout: string | undefined;
|
|
17
|
-
nationality: string | undefined;
|
|
18
|
-
}) => void;
|
|
19
|
-
destinationLabel?: string;
|
|
20
|
-
destinationPlaceholder?: string;
|
|
21
|
-
checkinLabel?: string;
|
|
22
|
-
checkoutLabel?: string;
|
|
23
|
-
nationalityLabel?: string;
|
|
24
|
-
searchIconName?: keyof typeof Ionicons.glyphMap;
|
|
25
|
-
suggestionData?: HotelSuggestions[];
|
|
26
|
-
nationalityData?: {
|
|
27
|
-
label: string;
|
|
28
|
-
value: string;
|
|
29
|
-
}[];
|
|
30
|
-
calendarThemeOverrides?: object;
|
|
31
|
-
containerStyle?: StyleProp<ViewStyle>;
|
|
32
|
-
inputWrapperStyle?: StyleProp<ViewStyle>;
|
|
33
|
-
customInputContainerStyle?: StyleProp<ViewStyle>;
|
|
34
|
-
labelStyle?: StyleProp<TextStyle>;
|
|
35
|
-
checkoutRowStyle?: StyleProp<ViewStyle>;
|
|
36
|
-
searchButtonStyle?: StyleProp<ViewStyle>;
|
|
37
|
-
searchIconStyle?: StyleProp<TextStyle>;
|
|
38
|
-
dateRangePickerOuterContainerStyle?: StyleProp<ViewStyle>;
|
|
39
|
-
dateRangePickerLabelStyle?: StyleProp<TextStyle>;
|
|
40
|
-
dateRangePickerInputGroupStyle?: StyleProp<ViewStyle>;
|
|
41
|
-
dateRangePickerCalendarContainerStyle?: StyleProp<ViewStyle>;
|
|
42
|
-
suggestionListContainerStyle?: StyleProp<ViewStyle>;
|
|
43
|
-
suggestionItemStyle?: StyleProp<ViewStyle>;
|
|
44
|
-
suggestionItemTextStyle?: StyleProp<TextStyle>;
|
|
45
|
-
nationalityPickerWrapperStyle?: StyleProp<ViewStyle>;
|
|
46
|
-
nationalityPickerLabelStyle?: StyleProp<TextStyle>;
|
|
47
|
-
pickerContainerStyle?: StyleProp<ViewStyle>;
|
|
48
|
-
pickerStyle?: StyleProp<TextStyle>;
|
|
49
|
-
}
|
|
50
|
-
declare const HotelForm: React.FC<HotelFormProps>;
|
|
51
|
-
export default HotelForm;
|
|
52
|
-
//# sourceMappingURL=HotelForm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HotelForm.d.ts","sourceRoot":"","sources":["../../../../../src/components/TravelBooking/HotelForm.tsx"],"names":[],"mappings":"AACA,OAAO,KAAiD,MAAM,OAAO,CAAC;AACtE,OAAO,EAKL,SAAS,EACT,SAAS,EACT,SAAS,EAGV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAK9C,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAI1D,KAAK,YAAY,GAAG,MAAM,CAAC;AAG3B,MAAM,WAAW,cAAc;IAE7B,kBAAkB,CAAC,EAAE,YAAY,CAAC;IAClC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAG5B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAC9C,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE;QACxB,WAAW,EAAE,YAAY,GAAG,SAAS,CAAC;QACtC,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;QAC5B,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAC;QAC7B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;KACjC,KAAK,IAAI,CAAC;IAGX,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAG1B,cAAc,CAAC,EAAE,MAAM,OAAO,QAAQ,CAAC,QAAQ,CAAC;IAGhD,cAAc,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACpC,eAAe,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACrD,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAGhC,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtC,iBAAiB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACzC,yBAAyB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjD,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAClC,gBAAgB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACxC,iBAAiB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACzC,eAAe,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAGvC,kCAAkC,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC1D,yBAAyB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjD,8BAA8B,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACtD,qCAAqC,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAG7D,4BAA4B,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpD,mBAAmB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC3C,uBAAuB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAG/C,6BAA6B,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrD,2BAA2B,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnD,oBAAoB,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5C,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACpC;AAgBD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAsMvC,CAAC;AAoEF,eAAe,SAAS,CAAC"}
|