@uiw/react-color-editable-input
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@uiw/react-color-editable-input", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Color Editable Input", | ||
@@ -34,7 +34,7 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@babel/runtime": "7.15.4" | ||
"@babel/runtime": "7.16.5" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.27", | ||
"@types/react-dom": "17.0.9", | ||
"@types/react": "17.0.38", | ||
"@types/react-dom": "17.0.11", | ||
"@types/react-test-renderer": "17.0.1", | ||
@@ -41,0 +41,0 @@ "react": "17.0.2", |
@@ -40,6 +40,7 @@ React Color Editable Input | ||
```ts | ||
interface EditableInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> { | ||
import React from 'react'; | ||
export interface EditableInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onChange'> { | ||
prefixCls?: string; | ||
value?: string | number; | ||
label?: string; | ||
label?: React.ReactNode; | ||
labelStyle?: React.CSSProperties; | ||
@@ -46,0 +47,0 @@ placement?: 'top' | 'left' | 'bottom' | 'right'; |
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
28784
57
+ Added@babel/runtime@7.16.5(transitive)
- Removed@babel/runtime@7.15.4(transitive)
Updated@babel/runtime@7.16.5