@react-google-maps/api
Advanced tools
Comparing version 1.7.8 to 1.7.9
@@ -6,5 +6,5 @@ /// <reference types="googlemaps" /> | ||
}): {}; | ||
export declare const getLayoutStyles: (mapCanvasProjection: google.maps.MapCanvasProjection, offset: any, bounds?: google.maps.LatLngBounds | undefined, position?: google.maps.LatLng | undefined) => { | ||
export declare const getLayoutStyles: (mapCanvasProjection: google.maps.MapCanvasProjection, offset: any, bounds?: google.maps.LatLngBounds | google.maps.LatLngBoundsLiteral | undefined, position?: google.maps.LatLng | google.maps.LatLngLiteral | undefined) => { | ||
left: string; | ||
top: string; | ||
}; |
@@ -12,4 +12,4 @@ /// <reference types="googlemaps" /> | ||
}; | ||
bounds?: google.maps.LatLngBounds; | ||
position?: google.maps.LatLng; | ||
bounds?: google.maps.LatLngBounds | google.maps.LatLngBoundsLiteral; | ||
position?: google.maps.LatLng | google.maps.LatLngLiteral; | ||
onLoad?: (overlayView: google.maps.OverlayView) => void; | ||
@@ -16,0 +16,0 @@ onUnmount?: (overlayView: google.maps.OverlayView) => void; |
{ | ||
"name": "@react-google-maps/api", | ||
"version": "1.7.8", | ||
"version": "1.7.9", | ||
"description": "React.js Google Maps API integration", | ||
@@ -96,6 +96,6 @@ "license": "MIT", | ||
"@getify/eslint-plugin-proper-arrows": "8.0.1", | ||
"@testing-library/react": "9.3.1", | ||
"@testing-library/react": "9.3.2", | ||
"@types/babel-types": "7.0.7", | ||
"@types/invariant": "2.2.30", | ||
"@types/jest": "24.0.21", | ||
"@types/jest": "24.0.22", | ||
"awesome-typescript-loader": "5.2.1", | ||
@@ -119,3 +119,3 @@ "eslint-config-standard": "14.1.0", | ||
"eslint-plugin-react-hooks": "2.2.0", | ||
"eslint-plugin-react-perf": "3.2.1", | ||
"eslint-plugin-react-perf": "3.2.3", | ||
"eslint-plugin-standard": "4.0.1", | ||
@@ -126,2 +126,3 @@ "eslint-plugin-you-dont-need-lodash-underscore": "6.8.0", | ||
"jest-cli": "24.9.0", | ||
"jss": "9.8.7", | ||
"react": "16.11.0", | ||
@@ -131,3 +132,3 @@ "react-docgen": "4.1.1", | ||
"react-dom": "16.11.0", | ||
"react-styleguidist": "9.2.0", | ||
"react-styleguidist": "10.2.0", | ||
"rimraf": "3.0.0", | ||
@@ -134,0 +135,0 @@ "ts-jest": "24.1.0" |
@@ -78,5 +78,5 @@ /* eslint-disable filenames/match-regex */ | ||
offset: any, | ||
bounds?: google.maps.LatLngBounds, | ||
bounds?: google.maps.LatLngBounds | google.maps.LatLngBoundsLiteral, | ||
// eslint-disable-next-line @getify/proper-arrows/params | ||
position?: google.maps.LatLng | ||
position?: google.maps.LatLng | google.maps.LatLngLiteral | ||
) => { | ||
@@ -83,0 +83,0 @@ return bounds !== undefined |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1714885
37