@uiw/react-color-circle
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "@uiw/react-color-circle", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Color swatch component for React.", | ||
@@ -38,4 +38,4 @@ "homepage": "https://uiwjs.github.io/react-color/#/circle", | ||
"dependencies": { | ||
"@uiw/color-convert": "1.3.2", | ||
"@uiw/react-color-swatch": "1.3.2" | ||
"@uiw/color-convert": "1.3.3", | ||
"@uiw/react-color-swatch": "1.3.3" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
@@ -8,3 +8,5 @@ React Color Swatch | ||
<!--rehype:ignore:start--> | ||
[![react-color-circle](https://user-images.githubusercontent.com/1680273/125948967-87e1d2eb-ed51-46c8-9378-9bf964b093ea.png)](https://uiwjs.github.io/react-color/#/circle) | ||
<!--rehype:ignore:end--> | ||
@@ -19,6 +21,7 @@ ## Install | ||
```js | ||
```jsx mdx:preview | ||
import React, { useState } from 'react'; | ||
import Circle from '@uiw/react-color-circle'; | ||
function Demo() { | ||
export default function Demo() { | ||
const [hex, setHex] = useState('#F44E3B'); | ||
@@ -47,2 +50,4 @@ return ( | ||
} | ||
declare const Circle: React.ForwardRefExoticComponent<CircleProps & React.RefAttributes<HTMLDivElement>>; | ||
export default Circle; | ||
``` | ||
@@ -49,0 +54,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
15059
57
+ Added@uiw/color-convert@1.3.3(transitive)
+ Added@uiw/react-color-swatch@1.3.3(transitive)
- Removed@uiw/color-convert@1.3.2(transitive)
- Removed@uiw/react-color-swatch@1.3.2(transitive)
Updated@uiw/color-convert@1.3.3