react-google-reviews
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -21,4 +21,5 @@ /** @jsxImportSource @emotion/react */ | ||
getRelativeDate?: (date: Date) => string; | ||
showDots?: boolean; | ||
}; | ||
export declare const Carousel: FC<CarouselProps & CarouselCSSProps & ReviewCardCSSProps>; | ||
export {}; |
@@ -162,2 +162,7 @@ /** @jsxImportSource @emotion/react */ | ||
getAbsoluteDate?: (date: Date) => string; | ||
/** | ||
* Show/hide navigation dots on the carousel | ||
* Default: true | ||
*/ | ||
showDots?: boolean; | ||
} & CarouselCSSProps & ReviewCardCSSProps; | ||
@@ -164,0 +169,0 @@ type ReactGoogleReviewsBadgeProps = ReactGoogleReviewsBasePropsWithRequired & { |
@@ -21,4 +21,5 @@ /** @jsxImportSource @emotion/react */ | ||
getRelativeDate?: (date: Date) => string; | ||
showDots?: boolean; | ||
}; | ||
export declare const Carousel: FC<CarouselProps & CarouselCSSProps & ReviewCardCSSProps>; | ||
export {}; |
@@ -162,2 +162,7 @@ /** @jsxImportSource @emotion/react */ | ||
getAbsoluteDate?: (date: Date) => string; | ||
/** | ||
* Show/hide navigation dots on the carousel | ||
* Default: true | ||
*/ | ||
showDots?: boolean; | ||
} & CarouselCSSProps & ReviewCardCSSProps; | ||
@@ -164,0 +169,0 @@ type ReactGoogleReviewsBadgeProps = ReactGoogleReviewsBasePropsWithRequired & { |
@@ -321,2 +321,7 @@ import React$1 from 'react'; | ||
getAbsoluteDate?: (date: Date) => string; | ||
/** | ||
* Show/hide navigation dots on the carousel | ||
* Default: true | ||
*/ | ||
showDots?: boolean; | ||
} & CarouselCSSProps & ReviewCardCSSProps; | ||
@@ -323,0 +328,0 @@ type ReactGoogleReviewsBadgeProps = ReactGoogleReviewsBasePropsWithRequired & { |
{ | ||
"name": "react-google-reviews", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "A React component to easily display Google reviews using Google Places API or Google My Business API.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1226953
2382