Fix lucide site
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*",
|
"packages/*"
|
||||||
"site"
|
|
||||||
],
|
],
|
||||||
"nohoist": [
|
"nohoist": [
|
||||||
"**/jest", "**/jest/**",
|
"**/jest", "**/jest/**",
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
import { SyntheticEvent, useEffect, useRef, useState } from 'react';
|
import { SyntheticEvent, useEffect, useRef, useState } from 'react';
|
||||||
import { FormLabel, Icon, Input, InputGroup, InputLeftElement } from '@chakra-ui/react';
|
import { FormLabel, Icon, Input, InputGroup, InputLeftElement } from '@chakra-ui/react';
|
||||||
import { CustomPicker } from 'react-color';
|
import { Saturation, Hue, ColorWrap as CustomPicker } from 'react-color/lib/components/common';
|
||||||
|
|
||||||
const { Saturation, Hue } = require('react-color/lib/components/common');
|
|
||||||
|
|
||||||
type ColorPickerProps = {
|
type ColorPickerProps = {
|
||||||
value: string;
|
value: string;
|
||||||
|
|||||||
1251
site/yarn.lock
1251
site/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user