react-currency-input-field
Advanced tools
Comparing version 3.6.3 to 3.6.4
@@ -32,3 +32,3 @@ import React, { ElementType } from 'react'; | ||
}; | ||
export declare type CurrencyInputProps = Overwrite<React.ComponentPropsWithoutRef<'input'>, { | ||
export declare type CurrencyInputProps = Overwrite<React.ComponentPropsWithRef<'input'>, { | ||
/** | ||
@@ -35,0 +35,0 @@ * Allow decimals |
{ | ||
"name": "react-currency-input-field", | ||
"version": "3.6.3", | ||
"version": "3.6.4", | ||
"description": "React <input/> component for formatting currency and numbers.", | ||
@@ -18,3 +18,4 @@ "files": [ | ||
"test-ci": "cross-env NODE_ICU_DATA=node_modules/full-icu jest --coverage", | ||
"lint": "tsc && eslint 'src/**/*.{js,ts,tsx}' --max-warnings=0", | ||
"typecheck": "tsc && tsc --project tsconfig.test.json", | ||
"lint": "eslint src --max-warnings=0", | ||
"gh-predeploy": "parcel build src/examples/index.html --dist-dir demo/examples --public-url ./", | ||
@@ -21,0 +22,0 @@ "gh-deploy": "yarn gh-predeploy && gh-pages -d demo/examples", |
@@ -39,3 +39,3 @@ import React, { ElementType } from 'react'; | ||
export type CurrencyInputProps = Overwrite< | ||
React.ComponentPropsWithoutRef<'input'>, | ||
React.ComponentPropsWithRef<'input'>, | ||
{ | ||
@@ -42,0 +42,0 @@ /** |
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
272830
76
5189