@uiw/react-color-editable-input
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -6,4 +6,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import { useRef, useEffect, useState } from 'react'; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import { jsxs as _jsxs } from "react/jsx-runtime"; | ||
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; | ||
var validHex = hex => /^#?([A-Fa-f0-9]{3,4}){1,2}$/.test(hex); | ||
@@ -10,0 +9,0 @@ var getNumberValue = value => Number(String(value).replace(/%/g, '')); |
{ | ||
"name": "@uiw/react-color-editable-input", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Color Editable Input", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
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
15774
357