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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateRangePicker.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/DateRangePicker/DateRangePicker.js"],"names":[],"mappings":";;AAgCA;;;;;;;;;;;;;;;;+FAkPC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/DateRangePicker/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Filters;
|
|
3
|
+
declare function Filters({ isRTL: isRTLProp, sortOptions, sortSectionTitle, sectionTitleStyle, sortSectionStyle, onActionButtonPress, rangeInitialMax, rangeInitialMin, rangeMaxLimit, rangeMinLimit, pointsRangeContainerStyle, pointsRangeInputsContainerStyle, pointsRangeCustomInputContainerStyle, pointsRangeCustomInputFieldStyle, pointsRangeSliderContainerStyle, pointsRangeMultiSliderContainerStyle, pointsRangeTrackStyle, pointsRangeSelectedTrackStyle, pointsRangeUnselectedTrackStyle, pointsRangeMarkerStyle, pointsRangeMarkerEnabledStyle, pointsRangeMarkerDisabledStyle, pointsRangeMarkerDotStyle, pointsRangeInputProps, pointsRangeMultiSliderProps, containerStyle, headerStyle, titleStyle, resetTextStyle, sectionStyle, optionRowStyle, optionTextStyle, checkboxColor: checkboxColorProp, applyButtonStyle, applyButtonTextStyle, bottomSheetStyle, bottomSheetIndex, handleIndicatorStyle, brands, brandContainerStyle, brandActiveIcon, showPointsRange, pointsRangeSectionTitle, brandActiveIconStyle, brandSectionTile, applyButtonText, headerResetText, headerTitleText, onClose, visible, applyButtonComponentProps }: {
|
|
4
|
+
isRTL: any;
|
|
5
|
+
sortOptions?: never[] | undefined;
|
|
6
|
+
sortSectionTitle?: string | undefined;
|
|
7
|
+
sectionTitleStyle: any;
|
|
8
|
+
sortSectionStyle: any;
|
|
9
|
+
onActionButtonPress: any;
|
|
10
|
+
rangeInitialMax?: number | undefined;
|
|
11
|
+
rangeInitialMin?: number | undefined;
|
|
12
|
+
rangeMaxLimit?: number | undefined;
|
|
13
|
+
rangeMinLimit?: number | undefined;
|
|
14
|
+
pointsRangeContainerStyle: any;
|
|
15
|
+
pointsRangeInputsContainerStyle: any;
|
|
16
|
+
pointsRangeCustomInputContainerStyle: any;
|
|
17
|
+
pointsRangeCustomInputFieldStyle: any;
|
|
18
|
+
pointsRangeSliderContainerStyle: any;
|
|
19
|
+
pointsRangeMultiSliderContainerStyle: any;
|
|
20
|
+
pointsRangeTrackStyle: any;
|
|
21
|
+
pointsRangeSelectedTrackStyle: any;
|
|
22
|
+
pointsRangeUnselectedTrackStyle: any;
|
|
23
|
+
pointsRangeMarkerStyle: any;
|
|
24
|
+
pointsRangeMarkerEnabledStyle: any;
|
|
25
|
+
pointsRangeMarkerDisabledStyle: any;
|
|
26
|
+
pointsRangeMarkerDotStyle: any;
|
|
27
|
+
pointsRangeInputProps: any;
|
|
28
|
+
pointsRangeMultiSliderProps: any;
|
|
29
|
+
containerStyle: any;
|
|
30
|
+
headerStyle: any;
|
|
31
|
+
titleStyle: any;
|
|
32
|
+
resetTextStyle: any;
|
|
33
|
+
sectionStyle: any;
|
|
34
|
+
optionRowStyle: any;
|
|
35
|
+
optionTextStyle: any;
|
|
36
|
+
checkboxColor: any;
|
|
37
|
+
applyButtonStyle: any;
|
|
38
|
+
applyButtonTextStyle: any;
|
|
39
|
+
bottomSheetStyle: any;
|
|
40
|
+
bottomSheetIndex?: number | undefined;
|
|
41
|
+
handleIndicatorStyle: any;
|
|
42
|
+
brands?: never[] | undefined;
|
|
43
|
+
brandContainerStyle: any;
|
|
44
|
+
brandActiveIcon: any;
|
|
45
|
+
showPointsRange?: boolean | undefined;
|
|
46
|
+
pointsRangeSectionTitle?: string | undefined;
|
|
47
|
+
brandActiveIconStyle: any;
|
|
48
|
+
brandSectionTile?: string | undefined;
|
|
49
|
+
applyButtonText?: string | undefined;
|
|
50
|
+
headerResetText?: string | undefined;
|
|
51
|
+
headerTitleText?: string | undefined;
|
|
52
|
+
onClose: any;
|
|
53
|
+
visible?: boolean | undefined;
|
|
54
|
+
applyButtonComponentProps: any;
|
|
55
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
56
|
+
//# sourceMappingURL=Filters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Filters.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Filters/Filters.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAiPC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default PointsRangeSelector;
|
|
3
|
+
declare function PointsRangeSelector({ minLimit, maxLimit, initialMin, initialMax, resetKey, isRTL, onChange, containerStyle, inputsContainerStyle, customInputContainerStyle, customInputFieldStyle, sliderContainerStyle, multiSliderContainerStyle, trackStyle, selectedTrackStyle, unselectedTrackStyle, markerStyle, markerEnabledStyle, markerDisabledStyle, markerDotStyle, inputProps, multiSliderProps }: {
|
|
4
|
+
minLimit?: number | undefined;
|
|
5
|
+
maxLimit?: number | undefined;
|
|
6
|
+
initialMin?: number | undefined;
|
|
7
|
+
initialMax?: number | undefined;
|
|
8
|
+
resetKey: any;
|
|
9
|
+
isRTL?: boolean | undefined;
|
|
10
|
+
onChange: any;
|
|
11
|
+
containerStyle: any;
|
|
12
|
+
inputsContainerStyle: any;
|
|
13
|
+
customInputContainerStyle: any;
|
|
14
|
+
customInputFieldStyle: any;
|
|
15
|
+
sliderContainerStyle: any;
|
|
16
|
+
multiSliderContainerStyle: any;
|
|
17
|
+
trackStyle: any;
|
|
18
|
+
selectedTrackStyle: any;
|
|
19
|
+
unselectedTrackStyle: any;
|
|
20
|
+
markerStyle: any;
|
|
21
|
+
markerEnabledStyle: any;
|
|
22
|
+
markerDisabledStyle: any;
|
|
23
|
+
markerDotStyle: any;
|
|
24
|
+
inputProps?: {} | undefined;
|
|
25
|
+
multiSliderProps?: {} | undefined;
|
|
26
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
27
|
+
//# sourceMappingURL=PointsRangeSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PointsRangeSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Filters/PointsRangeSelector.js"],"names":[],"mappings":";;AAqBA;;;;;;;;;;;;;;;;;;;;;;;+FAyKC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Filters/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Input/Input.js"],"names":[],"mappings":";;AAYA,+BAqFG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Input/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default LockOverlay;
|
|
3
|
+
declare function LockOverlay({ visible, containerStyle, iconStyle, textStyle, text, iconSize, iconColor, overlayOpacity, contentVerticalAlign, ...touchableProps }: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
visible?: boolean | undefined;
|
|
6
|
+
containerStyle: any;
|
|
7
|
+
iconStyle: any;
|
|
8
|
+
textStyle: any;
|
|
9
|
+
text?: string | undefined;
|
|
10
|
+
iconSize?: number | undefined;
|
|
11
|
+
iconColor?: string | undefined;
|
|
12
|
+
overlayOpacity?: number | undefined;
|
|
13
|
+
contentVerticalAlign?: string | undefined;
|
|
14
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
15
|
+
//# sourceMappingURL=LockOverlay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LockOverlay.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/LockOverlay/LockOverlay.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;;sGAkCC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/LockOverlay/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ReusableMarquee;
|
|
3
|
+
declare function ReusableMarquee({ data: baseData, renderItem, itemWidth, itemHeight, itemSpacing, animationSpeedMs, style, contentContainerStyle, moveTo }: {
|
|
4
|
+
data: any;
|
|
5
|
+
renderItem: any;
|
|
6
|
+
itemWidth: any;
|
|
7
|
+
itemHeight: any;
|
|
8
|
+
itemSpacing: any;
|
|
9
|
+
animationSpeedMs?: number | undefined;
|
|
10
|
+
style: any;
|
|
11
|
+
contentContainerStyle: any;
|
|
12
|
+
moveTo?: string | undefined;
|
|
13
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
14
|
+
//# sourceMappingURL=Marquee.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Marquee.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Marquee/Marquee.js"],"names":[],"mappings":";;AAaA;;;;;;;;;;sGA+EC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Marquee/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default NumericStepper;
|
|
3
|
+
declare function NumericStepper({ value, minValue, maxValue, onIncrement, onDecrement, isRTL: isRTLProp, style, buttonStyle, buttonTextStyle, valueTextStyle, disabledOpacity }: {
|
|
4
|
+
value: any;
|
|
5
|
+
minValue?: number | undefined;
|
|
6
|
+
maxValue?: number | undefined;
|
|
7
|
+
onIncrement: any;
|
|
8
|
+
onDecrement: any;
|
|
9
|
+
isRTL: any;
|
|
10
|
+
style: any;
|
|
11
|
+
buttonStyle: any;
|
|
12
|
+
buttonTextStyle: any;
|
|
13
|
+
valueTextStyle: any;
|
|
14
|
+
disabledOpacity?: number | undefined;
|
|
15
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
16
|
+
//# sourceMappingURL=NumericStepper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NumericStepper.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/NumericStepper/NumericStepper.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;;;+FA4DC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/NumericStepper/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Popup;
|
|
3
|
+
declare function Popup({ visible, onClose, backgroundImage, title, content, subtitle, children, primaryButtonText, onPrimaryButtonPress, secondaryButtonText, onSecondaryButtonPress, closeOnBackdropPress, showCloseIcon, customCloseIcon, illustrationImage, illustrationStyle, containerStyle, titleStyle, contentStyle, primaryButtonStyle, primaryButtonTextStyle, secondaryButtonStyle, secondaryButtonTextStyle, contentContainerStyle, closeIconContainerStyle, closeIconStyle, closeIconVariant, subtitleStyle, isRTL: propIsRTL, closeIconColor, closeIconSize, modalStyle, overlay, customContent }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
onClose: any;
|
|
6
|
+
backgroundImage: any;
|
|
7
|
+
title: any;
|
|
8
|
+
content: any;
|
|
9
|
+
subtitle: any;
|
|
10
|
+
children: any;
|
|
11
|
+
primaryButtonText: any;
|
|
12
|
+
onPrimaryButtonPress: any;
|
|
13
|
+
secondaryButtonText: any;
|
|
14
|
+
onSecondaryButtonPress: any;
|
|
15
|
+
closeOnBackdropPress?: boolean | undefined;
|
|
16
|
+
showCloseIcon?: boolean | undefined;
|
|
17
|
+
customCloseIcon: any;
|
|
18
|
+
illustrationImage: any;
|
|
19
|
+
illustrationStyle: any;
|
|
20
|
+
containerStyle: any;
|
|
21
|
+
titleStyle: any;
|
|
22
|
+
contentStyle: any;
|
|
23
|
+
primaryButtonStyle: any;
|
|
24
|
+
primaryButtonTextStyle: any;
|
|
25
|
+
secondaryButtonStyle: any;
|
|
26
|
+
secondaryButtonTextStyle: any;
|
|
27
|
+
contentContainerStyle: any;
|
|
28
|
+
closeIconContainerStyle: any;
|
|
29
|
+
closeIconStyle: any;
|
|
30
|
+
closeIconVariant?: string | undefined;
|
|
31
|
+
subtitleStyle: any;
|
|
32
|
+
isRTL: any;
|
|
33
|
+
closeIconColor: any;
|
|
34
|
+
closeIconSize?: number | undefined;
|
|
35
|
+
modalStyle: any;
|
|
36
|
+
overlay: any;
|
|
37
|
+
customContent: any;
|
|
38
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
39
|
+
//# sourceMappingURL=Popup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Popup/Popup.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sGAkLC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Popup/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ProgressBar;
|
|
3
|
+
declare function ProgressBar({ progress, text, containerStyle, barContainerStyle, progressStyle, remainingStyle, textStyle, progressColor: progressColorProp, remainingColor: remainingColorProp, textColor: textColorProp, height, width, borderRadius, textPosition, textAlign, showText, isRTL }: {
|
|
4
|
+
progress?: number | undefined;
|
|
5
|
+
text?: string | undefined;
|
|
6
|
+
containerStyle?: {} | undefined;
|
|
7
|
+
barContainerStyle?: {} | undefined;
|
|
8
|
+
progressStyle?: {} | undefined;
|
|
9
|
+
remainingStyle?: {} | undefined;
|
|
10
|
+
textStyle?: {} | undefined;
|
|
11
|
+
progressColor: any;
|
|
12
|
+
remainingColor: any;
|
|
13
|
+
textColor: any;
|
|
14
|
+
height?: number | undefined;
|
|
15
|
+
width: any;
|
|
16
|
+
borderRadius?: number | undefined;
|
|
17
|
+
textPosition?: string | undefined;
|
|
18
|
+
textAlign?: string | undefined;
|
|
19
|
+
showText?: boolean | undefined;
|
|
20
|
+
isRTL?: boolean | undefined;
|
|
21
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
22
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/ProgressBar/ProgressBar.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;;;;;;;;;+FA6EC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/ProgressBar/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RedeemedVoucherSheet.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/RedeemedVoucher/RedeemedVoucherSheet.js"],"names":[],"mappings":";;AAmBA,8IA2PC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/RedeemedVoucher/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default RedemptionOption;
|
|
3
|
+
declare function RedemptionOption({ icon, text, orientation, backgroundColor, textColor, width, height, borderRadius, padding, fontSize, disabled, isActive, onPress, containerStyle, textStyle, iconContainerStyle, activeOpacityValue, isRTL }: {
|
|
4
|
+
icon: any;
|
|
5
|
+
text: any;
|
|
6
|
+
orientation?: string | undefined;
|
|
7
|
+
backgroundColor: any;
|
|
8
|
+
textColor: any;
|
|
9
|
+
width: any;
|
|
10
|
+
height: any;
|
|
11
|
+
borderRadius?: number | undefined;
|
|
12
|
+
padding?: number | undefined;
|
|
13
|
+
fontSize?: number | undefined;
|
|
14
|
+
disabled?: boolean | undefined;
|
|
15
|
+
isActive?: boolean | undefined;
|
|
16
|
+
onPress: any;
|
|
17
|
+
containerStyle: any;
|
|
18
|
+
textStyle: any;
|
|
19
|
+
iconContainerStyle: any;
|
|
20
|
+
activeOpacityValue?: number | undefined;
|
|
21
|
+
isRTL: any;
|
|
22
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
23
|
+
//# sourceMappingURL=RedemptionOption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RedemptionOption.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/RedemptionOption/RedemptionOption.js"],"names":[],"mappings":";;AAWA;;;;;;;;;;;;;;;;;;;+FAmFC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/RedemptionOption/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ScratchCard;
|
|
3
|
+
declare function ScratchCard({ style, children, image, brushStrokeWidth, revealThreshold, width, height, backgroundColor, text, textFont, textFontColor, textFontSize, onScratched, gradient }: {
|
|
4
|
+
style: any;
|
|
5
|
+
children: any;
|
|
6
|
+
image: any;
|
|
7
|
+
brushStrokeWidth?: number | undefined;
|
|
8
|
+
revealThreshold?: number | undefined;
|
|
9
|
+
width?: number | undefined;
|
|
10
|
+
height?: number | undefined;
|
|
11
|
+
backgroundColor?: string | undefined;
|
|
12
|
+
text?: string | undefined;
|
|
13
|
+
textFont: any;
|
|
14
|
+
textFontColor?: string | undefined;
|
|
15
|
+
textFontSize?: number | undefined;
|
|
16
|
+
onScratched: any;
|
|
17
|
+
gradient: any;
|
|
18
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
19
|
+
//# sourceMappingURL=ScratchCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScratchCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/ScratchCard/ScratchCard.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;;;;;;+FAuLC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ScratchCardContent;
|
|
3
|
+
declare function ScratchCardContent({ children, style }: {
|
|
4
|
+
children: any;
|
|
5
|
+
style: any;
|
|
6
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
7
|
+
//# sourceMappingURL=ScratchCardContent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScratchCardContent.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/ScratchCard/ScratchCardContent.js"],"names":[],"mappings":";;AAQA;;;+FAQC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/ScratchCard/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SelectAmount;
|
|
3
|
+
declare function SelectAmount({ isRTL, conversionRate, minValue, maxValue, pointsValue, step, title, buttonText, currencyLabel, pointsLabel, rowStyle, labelStyle, titleStyle, containerStyle, actionButtonStyle, actionButtonTextStyle, sliderContainerStyle, stepperButtonStyle, stepperButtonTextStyle, stepperValueTextStyle, currencyValueTextStyle, onValueChange, onClick }: {
|
|
4
|
+
isRTL: any;
|
|
5
|
+
conversionRate?: number | undefined;
|
|
6
|
+
minValue?: number | undefined;
|
|
7
|
+
maxValue?: number | undefined;
|
|
8
|
+
pointsValue?: number | undefined;
|
|
9
|
+
step?: number | undefined;
|
|
10
|
+
title: any;
|
|
11
|
+
buttonText?: string | undefined;
|
|
12
|
+
currencyLabel?: string | undefined;
|
|
13
|
+
pointsLabel?: string | undefined;
|
|
14
|
+
rowStyle: any;
|
|
15
|
+
labelStyle: any;
|
|
16
|
+
titleStyle: any;
|
|
17
|
+
containerStyle: any;
|
|
18
|
+
actionButtonStyle: any;
|
|
19
|
+
actionButtonTextStyle: any;
|
|
20
|
+
sliderContainerStyle: any;
|
|
21
|
+
stepperButtonStyle: any;
|
|
22
|
+
stepperButtonTextStyle: any;
|
|
23
|
+
stepperValueTextStyle: any;
|
|
24
|
+
currencyValueTextStyle: any;
|
|
25
|
+
onValueChange: any;
|
|
26
|
+
onClick: any;
|
|
27
|
+
}): _react.ReactElement<unknown, string | _react.JSXElementConstructor<any>>;
|
|
28
|
+
import _react = require("react");
|
|
29
|
+
//# sourceMappingURL=SelectAmount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectAmount.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/SelectAmount/SelectAmount.js"],"names":[],"mappings":";;AAaA;;;;;;;;;;;;;;;;;;;;;;;;6EAoHC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/SelectAmount/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Shimmer;
|
|
3
|
+
declare function Shimmer({ children, width, height, style, duration, shimmerWidth }: {
|
|
4
|
+
children: any;
|
|
5
|
+
width: any;
|
|
6
|
+
height: any;
|
|
7
|
+
style: any;
|
|
8
|
+
duration?: number | undefined;
|
|
9
|
+
shimmerWidth?: number | undefined;
|
|
10
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
11
|
+
//# sourceMappingURL=Shimmer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Shimmer.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Skeleton/Shimmer.js"],"names":[],"mappings":";;AAaA;;;;;;;+FA2DC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SkeletonElement;
|
|
3
|
+
declare function SkeletonElement({ width, height, borderRadius, style, children }: {
|
|
4
|
+
width: any;
|
|
5
|
+
height: any;
|
|
6
|
+
borderRadius: any;
|
|
7
|
+
style: any;
|
|
8
|
+
children: any;
|
|
9
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
10
|
+
//# sourceMappingURL=SkeletonElement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkeletonElement.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Skeleton/SkeletonElement.js"],"names":[],"mappings":";;AAWA;;;;;;+FAsBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Skeleton/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default SuggestionList;
|
|
3
|
+
declare function SuggestionList({ data, visible, renderItemContent, containerStyle, itemStyle, itemTextStyle, listStyle }: {
|
|
4
|
+
data: any;
|
|
5
|
+
visible: any;
|
|
6
|
+
renderItemContent: any;
|
|
7
|
+
containerStyle: any;
|
|
8
|
+
itemStyle: any;
|
|
9
|
+
itemTextStyle: any;
|
|
10
|
+
listStyle: any;
|
|
11
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | null;
|
|
12
|
+
//# sourceMappingURL=SuggestionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SuggestionList.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/Suggestions/SuggestionList.js"],"names":[],"mappings":";;AAeA;;;;;;;;sGAgDC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export const mockCarSuggestions: {
|
|
3
|
+
id: number;
|
|
4
|
+
city: string;
|
|
5
|
+
country: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}[];
|
|
8
|
+
export default CarRentalForm;
|
|
9
|
+
declare function CarRentalForm({ initialFromLocation, initialToLocation, initialPickupDate, initialDropoffDate, onSwapPress, onSearchPress, fromLabel, toLabel, fromPlaceholder, toPlaceholder, pickupLabel, dropoffLabel, swapIconName, searchIconName, calendarThemeOverrides, containerStyle, inputGroupContainerStyle, inputWrapperStyle, inputGroupStyle, labelStyle, swapButtonContainerStyle, swapButtonStyle, swapIconStyle, pickupRowStyle, searchButtonStyle, searchIconStyle, isOneWay, suggestionData, onInputFocus, onTextChange, dateRangePickerOuterContainerStyle, dateRangePickerLabelStyle, dateRangePickerInputGroupStyle, dateRangePickerCalendarContainerStyle, suggestionListContainerStyle, suggestionItemStyle, suggestionItemTextStyle, agePickerWrapperStyle, agePickerLabelStyle, pickerContainerStyle, pickerStyle }: {
|
|
10
|
+
initialFromLocation: any;
|
|
11
|
+
initialToLocation: any;
|
|
12
|
+
initialPickupDate: any;
|
|
13
|
+
initialDropoffDate: any;
|
|
14
|
+
onSwapPress: any;
|
|
15
|
+
onSearchPress: any;
|
|
16
|
+
fromLabel?: string | undefined;
|
|
17
|
+
toLabel?: string | undefined;
|
|
18
|
+
fromPlaceholder?: string | undefined;
|
|
19
|
+
toPlaceholder?: string | undefined;
|
|
20
|
+
pickupLabel?: string | undefined;
|
|
21
|
+
dropoffLabel?: string | undefined;
|
|
22
|
+
swapIconName?: string | undefined;
|
|
23
|
+
searchIconName?: string | undefined;
|
|
24
|
+
calendarThemeOverrides?: {} | undefined;
|
|
25
|
+
containerStyle: any;
|
|
26
|
+
inputGroupContainerStyle: any;
|
|
27
|
+
inputWrapperStyle: any;
|
|
28
|
+
inputGroupStyle: any;
|
|
29
|
+
labelStyle: any;
|
|
30
|
+
swapButtonContainerStyle: any;
|
|
31
|
+
swapButtonStyle: any;
|
|
32
|
+
swapIconStyle: any;
|
|
33
|
+
pickupRowStyle: any;
|
|
34
|
+
searchButtonStyle: any;
|
|
35
|
+
searchIconStyle: any;
|
|
36
|
+
isOneWay: any;
|
|
37
|
+
suggestionData: any;
|
|
38
|
+
onInputFocus: any;
|
|
39
|
+
onTextChange: any;
|
|
40
|
+
dateRangePickerOuterContainerStyle: any;
|
|
41
|
+
dateRangePickerLabelStyle: any;
|
|
42
|
+
dateRangePickerInputGroupStyle: any;
|
|
43
|
+
dateRangePickerCalendarContainerStyle: any;
|
|
44
|
+
suggestionListContainerStyle: any;
|
|
45
|
+
suggestionItemStyle: any;
|
|
46
|
+
suggestionItemTextStyle: any;
|
|
47
|
+
agePickerWrapperStyle: any;
|
|
48
|
+
agePickerLabelStyle: any;
|
|
49
|
+
pickerContainerStyle: any;
|
|
50
|
+
pickerStyle: any;
|
|
51
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
52
|
+
//# sourceMappingURL=CarRentalForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CarRentalForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/TravelBooking/CarRentalForm.js"],"names":[],"mappings":";;;;;;;;AAmDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAqOC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default FlightForm;
|
|
3
|
+
declare function FlightForm({ initialFromLocation, initialToLocation, initialDepartureDate, initialReturnDate, onSwapPress, onSearchPress, onInputFocus, onTextChange, fromLabel, toLabel, fromPlaceholder, toPlaceholder, departureLabel, returnLabel, swapIconName, searchIconName, calendarThemeOverrides, isOneWay, suggestionData, containerStyle, inputGroupContainerStyle, inputWrapperStyle, customInputContainerStyle, labelStyle, swapButtonContainerStyle, swapButtonStyle, swapIconStyle, departureRowStyle, searchButtonStyle, searchIconStyle, dateRangePickerOuterContainerStyle, dateRangePickerLabelStyle, dateRangePickerInputGroupStyle, dateRangePickerCalendarContainerStyle, suggestionListContainerStyle, suggestionItemGroupStyle, suggestionCityRowStyle, suggestionCityIconStyle, suggestionCityTextStyle, suggestionAirportTouchableStyle, suggestionAirportIconStyle, suggestionAirportTextStyle }: {
|
|
4
|
+
initialFromLocation?: string | undefined;
|
|
5
|
+
initialToLocation?: string | undefined;
|
|
6
|
+
initialDepartureDate: any;
|
|
7
|
+
initialReturnDate: any;
|
|
8
|
+
onSwapPress: any;
|
|
9
|
+
onSearchPress: any;
|
|
10
|
+
onInputFocus: any;
|
|
11
|
+
onTextChange: any;
|
|
12
|
+
fromLabel?: string | undefined;
|
|
13
|
+
toLabel?: string | undefined;
|
|
14
|
+
fromPlaceholder?: string | undefined;
|
|
15
|
+
toPlaceholder?: string | undefined;
|
|
16
|
+
departureLabel?: string | undefined;
|
|
17
|
+
returnLabel?: string | undefined;
|
|
18
|
+
swapIconName?: string | undefined;
|
|
19
|
+
searchIconName?: string | undefined;
|
|
20
|
+
calendarThemeOverrides?: {} | undefined;
|
|
21
|
+
isOneWay: any;
|
|
22
|
+
suggestionData: any;
|
|
23
|
+
containerStyle: any;
|
|
24
|
+
inputGroupContainerStyle: any;
|
|
25
|
+
inputWrapperStyle: any;
|
|
26
|
+
customInputContainerStyle: any;
|
|
27
|
+
labelStyle: any;
|
|
28
|
+
swapButtonContainerStyle: any;
|
|
29
|
+
swapButtonStyle: any;
|
|
30
|
+
swapIconStyle: any;
|
|
31
|
+
departureRowStyle: any;
|
|
32
|
+
searchButtonStyle: any;
|
|
33
|
+
searchIconStyle: any;
|
|
34
|
+
dateRangePickerOuterContainerStyle: any;
|
|
35
|
+
dateRangePickerLabelStyle: any;
|
|
36
|
+
dateRangePickerInputGroupStyle: any;
|
|
37
|
+
dateRangePickerCalendarContainerStyle: any;
|
|
38
|
+
suggestionListContainerStyle: any;
|
|
39
|
+
suggestionItemGroupStyle: any;
|
|
40
|
+
suggestionCityRowStyle: any;
|
|
41
|
+
suggestionCityIconStyle: any;
|
|
42
|
+
suggestionCityTextStyle: any;
|
|
43
|
+
suggestionAirportTouchableStyle: any;
|
|
44
|
+
suggestionAirportIconStyle: any;
|
|
45
|
+
suggestionAirportTextStyle: any;
|
|
46
|
+
}): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
47
|
+
//# sourceMappingURL=FlightForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlightForm.d.ts","sourceRoot":"","sources":["../../../../../commonjs/components/TravelBooking/FlightForm.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+FAoOC"}
|