@tripian/react 6.0.18 → 6.0.21

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tripian/react",
3
- "version": "6.0.18",
3
+ "version": "6.0.21",
4
4
  "description": "Tripian Inc React Components",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
8
  "@react-google-maps/api": "^2.12.0",
9
- "@tripian/model": "6.0.17",
9
+ "@tripian/model": "6.0.20",
10
10
  "external-svg-loader": "^1.6.1",
11
11
  "moment": "^2.24.0",
12
12
  "react": "^18.1.0",
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface ITourRefCard {
4
- bookingRef: Providers.Glx.BookingRef;
5
- clicked: (bookingRef: Providers.Glx.BookingRef) => void;
6
- }
7
- declare const TourRefCard: React.FC<ITourRefCard>;
8
- export default TourRefCard;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface IGlxTourCard {
4
- bookingRef: Providers.Glx.BookingRef;
5
- bodyClicked: (booking: Providers.Glx.BookingRef) => void;
6
- }
7
- declare const GlxTourCard: React.FC<IGlxTourCard>;
8
- export default GlxTourCard;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface IGlxTourCardImage {
4
- bookingRef: Providers.Glx.BookingRef;
5
- }
6
- declare const GlxTourCardImage: React.FC<IGlxTourCardImage>;
7
- export default GlxTourCardImage;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface IGlxTourCardText {
4
- bookingRef: Providers.Glx.BookingRef;
5
- }
6
- declare const GlxTourCardText: React.FC<IGlxTourCardText>;
7
- export default GlxTourCardText;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface IGlxTourInfo {
4
- booking: Providers.Glx.Booking;
5
- bookingRate: Providers.Glx.TourRating;
6
- bookingReviews?: Providers.Glx.TourReview[];
7
- close: () => void;
8
- }
9
- declare const GlxTourInfo: React.FC<IGlxTourInfo>;
10
- export default GlxTourInfo;
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface IGlxTourInfoForm {
4
- booking: Providers.Glx.Booking;
5
- bookingRate: Providers.Glx.TourRating;
6
- }
7
- declare const GlxTourInfoForm: React.FC<IGlxTourInfoForm>;
8
- export default GlxTourInfoForm;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- import 'slick-carousel/slick/slick.css';
4
- import 'slick-carousel/slick/slick-theme.css';
5
- interface IGlxTourInfoImage {
6
- booking: Providers.Glx.Booking;
7
- close: () => void;
8
- }
9
- declare const GlxTourInfoImage: React.FC<IGlxTourInfoImage>;
10
- export default GlxTourInfoImage;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { Providers } from '@tripian/model';
3
- interface IGlxTourInfoText {
4
- booking: Providers.Glx.Booking;
5
- }
6
- declare const GlxTourInfoText: React.FC<IGlxTourInfoText>;
7
- export default GlxTourInfoText;