@uiw/react-color-hue
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@uiw/react-color-hue", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Color hue", | ||
@@ -31,4 +31,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.0.4", | ||
"@uiw/react-color-alpha": "^0.0.4" | ||
"@uiw/color-convert": "^0.0.5", | ||
"@uiw/react-color-alpha": "^0.0.5" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "973ee0fb55033f9b6c0357b60792a3bd71b65dd8" | ||
"gitHead": "810c6e3f259462a10df264ed192337bcd7396bc0" | ||
} |
@@ -31,5 +31,5 @@ Color Hue | ||
```ts | ||
import { ColorAlphaProps } from '@uiw/react-color-alpha'; | ||
import { AlphaProps } from '@uiw/react-color-alpha'; | ||
interface ColorHueProps extends Omit<ColorAlphaProps, 'hsva' | 'onChange'> { | ||
interface HueProps extends Omit<AlphaProps, 'hsva' | 'onChange'> { | ||
onChange?: (newHue: { h: number }) => void; | ||
@@ -36,0 +36,0 @@ hue: number; |
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
11634
+ Added@uiw/color-convert@0.0.5(transitive)
+ Added@uiw/react-color-alpha@0.0.5(transitive)
+ Added@uiw/react-drag-event-interactive@0.0.5(transitive)
- Removed@uiw/color-convert@0.0.4(transitive)
- Removed@uiw/react-color-alpha@0.0.4(transitive)
- Removed@uiw/react-drag-event-interactive@0.0.4(transitive)
Updated@uiw/color-convert@^0.0.5