react-simple-phone-input
Advanced tools
Comparing version 5.2.1 to 5.2.2
export { default as PhoneInput, PhoneInputResponseType } from "./PhoneInput"; |
export { default, PhoneInputResponseType } from "./PhoneInput"; |
@@ -0,0 +0,0 @@ import React from "react"; |
@@ -0,0 +0,0 @@ export declare const countryData: { |
@@ -0,0 +0,0 @@ export interface CountryDataTypes { |
import React from 'react'; | ||
export declare function useOnClickOutside(ref: React.RefObject<HTMLDivElement>, handler: (e: MouseEvent | TouchEvent) => void): void; |
export * from "./components"; |
export { default as PhoneInput, PhoneInputResponseType } from "./PhoneInput"; |
export { default, PhoneInputResponseType } from "./PhoneInput"; |
@@ -0,0 +0,0 @@ import React from "react"; |
@@ -0,0 +0,0 @@ export declare const countryData: { |
@@ -0,0 +0,0 @@ export interface CountryDataTypes { |
import React from 'react'; | ||
export declare function useOnClickOutside(ref: React.RefObject<HTMLDivElement>, handler: (e: MouseEvent | TouchEvent) => void): void; |
export * from "./components"; |
@@ -0,0 +0,0 @@ import React from 'react'; |
{ | ||
"name": "react-simple-phone-input", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "A simple react phone input component with calling code dropdown🤷", | ||
@@ -44,4 +44,4 @@ "homepage": "https://react-phone-input.siamahnaf.com", | ||
"peerDependencies": { | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
"react": "^18.2.0 || ^19.0.0 || ^19.0.0-rc", | ||
"react-dom": "^18.2.0 || ^19.0.0 || ^19.0.0-rc" | ||
}, | ||
@@ -48,0 +48,0 @@ "devDependencies": { |
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
104658
25
778