react-usa-svg
Advanced tools
Comparing version 1.0.8 to 1.1.0
@@ -16,1 +16,52 @@ import * as React from 'react'; | ||
export default USASvg; | ||
export function Alabama(props: StateProps): JSX.Element; | ||
export function Alaska(props: StateProps): JSX.Element; | ||
export function Arizona(props: StateProps): JSX.Element; | ||
export function Arkansas(props: StateProps): JSX.Element; | ||
export function California(props: StateProps): JSX.Element; | ||
export function Colorado(props: StateProps): JSX.Element; | ||
export function Connecticut(props: StateProps): JSX.Element; | ||
export function Delaware(props: StateProps): JSX.Element; | ||
export function Florida(props: StateProps): JSX.Element; | ||
export function Georgia(props: StateProps): JSX.Element; | ||
export function Hawaii(props: StateProps): JSX.Element; | ||
export function Idaho(props: StateProps): JSX.Element; | ||
export function Illinois(props: StateProps): JSX.Element; | ||
export function Indiana(props: StateProps): JSX.Element; | ||
export function Iowa(props: StateProps): JSX.Element; | ||
export function Kansas(props: StateProps): JSX.Element; | ||
export function Kentucky(props: StateProps): JSX.Element; | ||
export function Louisiana(props: StateProps): JSX.Element; | ||
export function Maine(props: StateProps): JSX.Element; | ||
export function Maryland(props: StateProps): JSX.Element; | ||
export function Massachusetts(props: StateProps): JSX.Element; | ||
export function Michigan(props: StateProps): JSX.Element; | ||
export function Minnesota(props: StateProps): JSX.Element; | ||
export function Mississippi(props: StateProps): JSX.Element; | ||
export function Missouri(props: StateProps): JSX.Element; | ||
export function Montana(props: StateProps): JSX.Element; | ||
export function Nebraska(props: StateProps): JSX.Element; | ||
export function Nevada(props: StateProps): JSX.Element; | ||
export function NewHampshire(props: StateProps): JSX.Element; | ||
export function NewJersey(props: StateProps): JSX.Element; | ||
export function NewMexico(props: StateProps): JSX.Element; | ||
export function NewYork(props: StateProps): JSX.Element; | ||
export function NorthCarolina(props: StateProps): JSX.Element; | ||
export function NorthDakota(props: StateProps): JSX.Element; | ||
export function Ohio(props: StateProps): JSX.Element; | ||
export function Oklahoma(props: StateProps): JSX.Element; | ||
export function Oregon(props: StateProps): JSX.Element; | ||
export function Pennsylvania(props: StateProps): JSX.Element; | ||
export function RhodeIsland(props: StateProps): JSX.Element; | ||
export function SouthCarolina(props: StateProps): JSX.Element; | ||
export function SouthDakota(props: StateProps): JSX.Element; | ||
export function Tennessee(props: StateProps): JSX.Element; | ||
export function Texas(props: StateProps): JSX.Element; | ||
export function Utah(props: StateProps): JSX.Element; | ||
export function Vermont(props: StateProps): JSX.Element; | ||
export function Virginia(props: StateProps): JSX.Element; | ||
export function Washington(props: StateProps): JSX.Element; | ||
export function WestVirginia(props: StateProps): JSX.Element; | ||
export function Wisconsin(props: StateProps): JSX.Element; | ||
export function Wyoming(props: StateProps): JSX.Element; |
{ | ||
"author": "Konstantin Ryzhov", | ||
"name": "react-usa-svg", | ||
"version": "1.0.8", | ||
"version": "1.1.0", | ||
"description": "React.js SVG-components for USA map", | ||
@@ -23,5 +23,5 @@ "keywords": [ | ||
"prepublish": "yarn build", | ||
"release-patch": "npm version patch -m 'patch version'", | ||
"release-minor": "npm version minor -m 'minor version'", | ||
"release-major": "npm version major -m 'major version'" | ||
"release-patch": "npm version patch -m 'New patch version release'", | ||
"release-minor": "npm version minor -m 'New minor version release'", | ||
"release-major": "npm version major -m 'New major version release'" | ||
}, | ||
@@ -34,6 +34,9 @@ "license": "WTFPL", | ||
"devDependencies": { | ||
"@types/react": "^16.7.6", | ||
"@types/react": "^16.7.18", | ||
"@types/react-dom": "^16.0.9", | ||
"typescript": "^3.1.6" | ||
}, | ||
"resolutions": { | ||
"@types/react": "^16.7.18" | ||
} | ||
} |
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
104499
653