@tripian/react 4.0.0 → 4.1.0
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/components/base/Accordion/Accordion.d.ts +10 -0
- package/components/base/Modal/Modal.d.ts +1 -0
- package/index.d.ts +3 -1
- package/index.js +3077 -2032
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +2 -2
- package/providers/bb/components/BbTourInfo/BbTourInfoForm/BbTourInfoForm.d.ts +7 -5
- package/providers/gyg/components/BookingDetails/BookingDetails.d.ts +7 -0
- package/providers/gyg/components/GygTourInfo/GygTourInfo.d.ts +5 -1
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourInfoForm.d.ts +4 -2
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/GygTourOption.d.ts +2 -1
- package/providers/gyg/components/GygTourInfo/GygTourInfoForm/GygTourOption/isoLanguages.d.ts +4 -0
package/index.d.ts
CHANGED
|
@@ -86,4 +86,6 @@ import TripCard from './components/TripCard/TripCard';
|
|
|
86
86
|
import TopThingsSlider from './components/TopThingsSlider/TopThingsSlider';
|
|
87
87
|
import UserCompanions from './components/UserCompanions/UserCompanions';
|
|
88
88
|
import QuestionTemplate from './components/QuestionTemplate/QuestionTemplate';
|
|
89
|
-
|
|
89
|
+
import BookingDetails from './providers/gyg/components/BookingDetails/BookingDetails';
|
|
90
|
+
import Accordion from './components/base/Accordion/Accordion';
|
|
91
|
+
export { Accordion, AccommendationCard, AccommendationInfo, Backdrop, BbTourCard, BbTourInfo, Booking, BookingDetails, Button, ButtonIcons, BUTTON_TYPES, ButterflyCard, ButterflyCardSlider, CardSlider, Checkbox, CloseIconButton, ConfirmModalPopup, DatePicker, DateRangePicker, DirectionInfo, Dropdown, FlightCard, FormTemplateAgent, FormTemplateCompanion, FormTemplateLogin, FormTemplateProfile, FormTemplateRegister, FormTemplateTrip, FormTemplateTrip2, GlxTourCard, GlxTourCardSlider, GlxTourInfo, GoogleMaps, GoogleMapsPoiInfo, GygTourCard, GygTourInfo, IconImage, Img, ImgLazy, Label, Loading, Modal, ModalFull, MustTryCard, NumberCounter, NumberInput, Notification, OpeningsForm, PageLoading, PlanChangeDay, PoiCategories, PoiInfo, PoiInfoImage, PoiInfoText, PoiListCard, PoiListSearch, PoiRefCard, PreLoading, Price, ProgressLoading, ProgressAppLoading, RadioButtonGroup, RatingStars, RefCard, ReservationDetails, RouteResult, RSelect, SearchThisArea, SideNavigation, StepAlternativeCard, StepCard, StepCardUserReaction, StepInfo, StepTimeframe, Svg, Switch, SvgIcons, QuestionTemplate, TabMenu, TasteCard, TasteCard2, TasteCard2Slider, TasteInfo, TextField, TourRefCard, TourRefCardProduct, TopThingsSlider, TripCard, UserCompanions, };
|