@tripian/react 9.3.16 → 9.3.18
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/img/4d72cc0e02f29a79235ff15b71b67d8d.png +0 -0
- package/img/f554f5060b97b83f777a00ac87126eb2.png +0 -0
- package/index.d.ts +9 -1
- package/index.js +797 -8
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +2 -2
- package/providers/kiwi/KiwiHotelCard/KiwiHotelCard.d.ts +12 -0
- package/providers/kiwi/KiwiHotelCard/KiwiHotelCardImage/KiwiHotelCardImage.d.ts +9 -0
- package/providers/kiwi/KiwiHotelCard/KiwiSpecialOffersModal/KiwiSpecialOffersModal.d.ts +9 -0
- package/providers/kiwi/KiwiHotelCard/KiwiVisaBenefitsModal/KiwiVisaBenefitsModal.d.ts +6 -0
- package/providers/kiwi/KiwiHotelFilterBar/KiwiHotelFilterBar.d.ts +14 -0
- package/providers/kiwi/KiwiHotelFilterModal/KiwiHotelFilterModal.d.ts +20 -0
- package/providers/kiwi/KiwiHotelSearchBar/KiwiHotelSearchBar.d.ts +25 -0
|
Binary file
|
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -157,4 +157,12 @@ import ViatorProductCard from './providers/viator/components/ViatorProductCard/V
|
|
|
157
157
|
import ViatorProductInfo from './providers/viator/components/ViatorProductInfo/ViatorProductInfo';
|
|
158
158
|
import ViatorTourInfoImage from './providers/viator/components/ViatorProductInfo/ViatorTourInfoImage/ViatorTourInfoImage';
|
|
159
159
|
import VictoryProductCard from './providers/victory/VictoryProductCard/VictoryProductCard';
|
|
160
|
-
|
|
160
|
+
import KiwiHotelSearchBar from './providers/kiwi/KiwiHotelSearchBar/KiwiHotelSearchBar';
|
|
161
|
+
import KiwiHotelCard from './providers/kiwi/KiwiHotelCard/KiwiHotelCard';
|
|
162
|
+
import KiwiHotelFilterBar from './providers/kiwi/KiwiHotelFilterBar/KiwiHotelFilterBar';
|
|
163
|
+
import KiwiHotelFilterModal, { EMPTY_FILTERS } from './providers/kiwi/KiwiHotelFilterModal/KiwiHotelFilterModal';
|
|
164
|
+
import KiwiSpecialOffersModal from './providers/kiwi/KiwiHotelCard/KiwiSpecialOffersModal/KiwiSpecialOffersModal';
|
|
165
|
+
export type { KiwiSortOption } from './providers/kiwi/KiwiHotelFilterBar/KiwiHotelFilterBar';
|
|
166
|
+
export type { KiwiHotelFilters } from './providers/kiwi/KiwiHotelFilterModal/KiwiHotelFilterModal';
|
|
167
|
+
export type { KiwiCitySuggestion } from './providers/kiwi/KiwiHotelSearchBar/KiwiHotelSearchBar';
|
|
168
|
+
export { Accordion, AccommondationCard, AccommondationInfo, AddIconButton, Badge, BackButton, Backdrop, BbAccommodationInfo, BbCarRentInfo, BbTourCard, BbTourInfo, BbTourInfoForm, BbTourInfoImage, BbTourInfoOffer, BbTourInfoText, Booking, BookingCard, BookingDetails, Button, ButtonIcons, BUTTON_TYPES, ButterflyCard, ButterflyCardSlider, CardSlider, Checkbox, CreateIconButton, CloseIconButton, CloseIconButton2, CompanionModal, ConfirmModalPopup, Copy, CouponCard, CustomPopover, CustomSlider, DatePicker, DateRangePicker, DeleteUser, DeleteUserSuccess, DestinationSelect, DirectionInfo, Dropdown, ErrorMessage, EventCard, EventList, FavoriteIconButton, FavoriteIconButton2, Feedback, FlightCard, FormTemplateAgent, FormTemplateCompanion, FormTemplateLogin, FormTemplateNewPassword, FormTemplateProfile, FormTemplateRegister, FormTemplateResetPassword, FormTemplateToursAndTickets, FormTemplateTripNext, FormTemplateTripNextWidget, GoogleMaps, GoogleMapsPoiInfo, GoogleMapsProductInfo, StorageInfoBox, GoogleMapsSearch, GPlacesAutocomplete2, GygTourCard, GygTourInfoEx, GygTourInfoForm, GygTourInfoImage, GygTourShoppingForm, GygTourOption, Header, IconImage, Img, ImgLazy, Input, ItineraryCardSlider, Label, Loading, MapCategory, Modal, ModalFull, MustTryCard, NumberCounter, NumberInput, Notification, OfferAvailableDaySelect, OfferCard, OpenedHours, OpeningsForm, PageLoading, PlaceDetailsModal, PlanChangeDay, PoiActionButton, PoiCategories, PoiInfo, PoiInfoImage, PoiInfoText, PoiListCard, PoiListSearch, PoiRefCard, PoiSearchAutoComplete, PoiOfferRefCard, PreAppLoading, PreLoading, Price, ProgressLoading, ProgressAppLoading, RadioButton, RadioButtonGroup, RatingStars, ReadMoreLess, RefCard, ReservationDetails, ResetPasswordApproved, ResetPasswordEmail, RezdyProductCard, RezdyTourInfo, RezdyTourInfoImage, RouteResult, RSelect, SearchThisArea, SharePoiModal, ShowMoreLess, SideNavigation, SocialLogin, SocialLoginSignoutPage, StepAlternativeCard, StepCard, StepCardUserReaction, StepInfo, StepTimes, StepTimeframe, Svg, Switch, SvgIcons, QuestionTemplate, TabMenu, TasteCard, TasteCard2, TasteInfo, TextField, TimelineAddPoiModal, Toggle, ToggleSwitch, ToristyProductCard, ToristyTourInfoImage, ToristyTourInfoText, TourCard, TourRefCardProduct, TourTicketLazyLoading, TripCard, TripSavedCard, UserCompanions, UserFeedbacks, ViatorProductCard, ViatorProductInfo, ViatorTourInfoImage, VictoryProductCard, KiwiHotelSearchBar, KiwiHotelCard, KiwiHotelFilterBar, KiwiHotelFilterModal, EMPTY_FILTERS, KiwiSpecialOffersModal, };
|