@uiw/react-color-shade-slider
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@uiw/react-color-shade-slider", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Color ShadeSlider component for React.", | ||
@@ -32,4 +32,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" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "973ee0fb55033f9b6c0357b60792a3bd71b65dd8" | ||
"gitHead": "810c6e3f259462a10df264ed192337bcd7396bc0" | ||
} |
@@ -31,7 +31,7 @@ React Shade Slider | ||
```ts | ||
import { ColorAlphaProps } from '@uiw/react-color-alpha'; | ||
import { AlphaProps } from '@uiw/react-color-alpha'; | ||
interface ColorShadeSliderProps extends Omit<ColorAlphaProps, 'onChange'> { | ||
onChange?: (newShade: { v: number, s: number }) => void; | ||
interface ShadeSliderProps extends Omit<AlphaProps, 'onChange'> { | ||
onChange?: (newShade: { v: number; s: number }) => void; | ||
} | ||
``` |
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
12924
+ 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