Fix lucide site

This commit is contained in:
Eric Fennis
2021-04-30 01:24:34 +02:00
parent 269d5fa2d0
commit 5418c63468
4 changed files with 745 additions and 2161 deletions

View File

@@ -2,8 +2,7 @@
"private": true, "private": true,
"workspaces": { "workspaces": {
"packages": [ "packages": [
"packages/*", "packages/*"
"site"
], ],
"nohoist": [ "nohoist": [
"**/jest", "**/jest/**", "**/jest", "**/jest/**",

View File

@@ -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;

File diff suppressed because it is too large Load Diff

1648
yarn.lock

File diff suppressed because it is too large Load Diff