@uiw/react-color-compact
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "@uiw/react-color-compact", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Color Compact component for React.", | ||
@@ -38,6 +38,6 @@ "homepage": "https://uiwjs.github.io/react-color/#/compact", | ||
"dependencies": { | ||
"@uiw/color-convert": "1.3.2", | ||
"@uiw/react-color-editable-input": "1.3.2", | ||
"@uiw/react-color-editable-input-rgba": "1.3.2", | ||
"@uiw/react-color-swatch": "1.3.2" | ||
"@uiw/color-convert": "1.3.3", | ||
"@uiw/react-color-editable-input": "1.3.3", | ||
"@uiw/react-color-editable-input-rgba": "1.3.3", | ||
"@uiw/react-color-swatch": "1.3.3" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
@@ -8,3 +8,5 @@ React Color Compact | ||
<!--rehype:ignore:start--> | ||
[![react-color-compact](https://user-images.githubusercontent.com/1680273/125949911-bb919f60-2bf3-487b-9aad-5aef82bcd5ed.png)](https://uiwjs.github.io/react-color/#/compact) | ||
<!--rehype:ignore:end--> | ||
@@ -19,6 +21,7 @@ ## Install | ||
```js | ||
```jsx mdx:preview | ||
import React, { useState } from 'react'; | ||
import Compact from '@uiw/react-color-compact'; | ||
function Demo() { | ||
export default function Demo() { | ||
const [hex, setHex] = useState("#fff"); | ||
@@ -47,2 +50,4 @@ return ( | ||
} | ||
declare const Compact: React.ForwardRefExoticComponent<CompactProps<React.MouseEvent<HTMLDivElement, MouseEvent>> & React.RefAttributes<HTMLDivElement>>; | ||
export default Compact; | ||
``` | ||
@@ -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
17303
57
+ Added@uiw/color-convert@1.3.3(transitive)
+ Added@uiw/react-color-editable-input@1.3.3(transitive)
+ Added@uiw/react-color-editable-input-rgba@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-editable-input@1.3.2(transitive)
- Removed@uiw/react-color-editable-input-rgba@1.3.2(transitive)
- Removed@uiw/react-color-swatch@1.3.2(transitive)
Updated@uiw/color-convert@1.3.3