react-best-gradient-color-picker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-best-gradient-color-picker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An easy to use color/gradient picker for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import React, { useRef, useState, useEffect } from "react" | ||
import PickerContextWrapper from './context' | ||
import { useWindowWidth } from '~App/hooks' | ||
import { useWindowSizes } from 'react-use-window-sizes' | ||
import Picker from "./Picker" | ||
@@ -5,0 +5,0 @@ import './styles.css' |
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
41582