@uiw/react-color-material
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "@uiw/react-color-material", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Color Material", | ||
@@ -38,5 +38,5 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"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/color-convert": "1.3.3", | ||
"@uiw/react-color-editable-input": "1.3.3", | ||
"@uiw/react-color-editable-input-rgba": "1.3.3" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
@@ -8,3 +8,5 @@ React Color Material | ||
<!--rehype:ignore:start--> | ||
[![react-color-material](https://user-images.githubusercontent.com/1680273/125949704-6fdaa53b-6cae-4ef5-8e5d-f12a09152528.png)](https://uiwjs.github.io/react-color/#/material) | ||
<!--rehype:ignore:end--> | ||
@@ -19,6 +21,7 @@ ## Install | ||
```js | ||
```jsx mdx:preview | ||
import React, { useState } from 'react'; | ||
import Material from '@uiw/react-color-material'; | ||
function Demo() { | ||
export default function Demo() { | ||
const [hex, setHex] = useState("#fff"); | ||
@@ -46,2 +49,4 @@ return ( | ||
} | ||
declare const Material: React.ForwardRefExoticComponent<MaterialProps & React.RefAttributes<HTMLDivElement>>; | ||
export default Material; | ||
``` | ||
@@ -48,0 +53,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
14462
56
+ 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)
- 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)
Updated@uiw/color-convert@1.3.3