@vis.gl/react-google-maps
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -16,11 +16,11 @@ import React, { CSSProperties, FunctionComponent, PropsWithChildren } from 'react'; | ||
export declare const ColorScheme: { | ||
DARK: string; | ||
LIGHT: string; | ||
FOLLOW_SYSTEM: string; | ||
readonly DARK: "DARK"; | ||
readonly LIGHT: "LIGHT"; | ||
readonly FOLLOW_SYSTEM: "FOLLOW_SYSTEM"; | ||
}; | ||
export type ColorScheme = (typeof ColorScheme)[keyof typeof ColorScheme]; | ||
export declare const RenderingType: { | ||
VECTOR: string; | ||
RASTER: string; | ||
UNINITIALIZED: string; | ||
readonly VECTOR: "VECTOR"; | ||
readonly RASTER: "RASTER"; | ||
readonly UNINITIALIZED: "UNINITIALIZED"; | ||
}; | ||
@@ -27,0 +27,0 @@ export type RenderingType = (typeof RenderingType)[keyof typeof RenderingType]; |
@@ -42,3 +42,3 @@ import { APILoadingStatus } from './api-loading-status'; | ||
/** | ||
* Serialize the paramters used to load the library for easier comparison. | ||
* Serialize the parameters used to load the library for easier comparison. | ||
*/ | ||
@@ -45,0 +45,0 @@ private static serializeParams; |
{ | ||
"name": "@vis.gl/react-google-maps", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "React components and hooks for the Google Maps JavaScript API", | ||
@@ -78,3 +78,3 @@ "source": "src/index.ts", | ||
"eslint": "^8.25.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-import": "^2.23.4", | ||
@@ -81,0 +81,0 @@ "eslint-plugin-react": "^7.24.0", |
@@ -93,3 +93,3 @@ import {APILoadingStatus} from './api-loading-status'; | ||
/** | ||
* Serialize the paramters used to load the library for easier comparison. | ||
* Serialize the parameters used to load the library for easier comparison. | ||
*/ | ||
@@ -96,0 +96,0 @@ private static serializeParams(params: ApiParams): string { |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
797902