mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-06-02 22:26:57 -05:00
uninstall chakra-icons
This commit is contained in:
parent
1fda2adf1b
commit
29d1a9f68f
|
|
@ -1,4 +1,3 @@
|
|||
import { ChevronDownIcon } from "@chakra-ui/icons";
|
||||
import { useMyTheme } from "hooks/common";
|
||||
import { useState } from "react";
|
||||
import ReactSelect, {
|
||||
|
|
@ -40,7 +39,16 @@ const DropdownIndicator = (props: any) => {
|
|||
const { textColor } = useMyTheme();
|
||||
return (
|
||||
<components.DropdownIndicator {...props}>
|
||||
<ChevronDownIcon fontSize="1.3rem" color={textColor} />
|
||||
<svg
|
||||
viewBox="0 0 24 24"
|
||||
focusable="false"
|
||||
className="chakra-icon css-rcci7d"
|
||||
>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
||||
></path>
|
||||
</svg>
|
||||
</components.DropdownIndicator>
|
||||
);
|
||||
};
|
||||
|
|
|
|||
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -481,15 +481,6 @@
|
|||
"@chakra-ui/utils": "1.3.0"
|
||||
}
|
||||
},
|
||||
"@chakra-ui/icons": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@chakra-ui/icons/-/icons-1.0.6.tgz",
|
||||
"integrity": "sha512-r2jZQ7DOGKWMOpWF2LXapn60brSSmenRwBC/1pj/vqWB8XQcgx74QB+ZsYsOUrRnlM83xpay9S6D8mv/m4cdzw==",
|
||||
"requires": {
|
||||
"@chakra-ui/icon": "1.1.2",
|
||||
"@types/react": "^17.0.0"
|
||||
}
|
||||
},
|
||||
"@chakra-ui/image": {
|
||||
"version": "1.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@chakra-ui/image/-/image-1.0.8.tgz",
|
||||
|
|
@ -1675,12 +1666,14 @@
|
|||
"@types/prop-types": {
|
||||
"version": "15.7.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.3.tgz",
|
||||
"integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw=="
|
||||
"integrity": "sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "17.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.3.tgz",
|
||||
"integrity": "sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
@ -1744,7 +1737,8 @@
|
|||
"@types/scheduler": {
|
||||
"version": "0.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.1.tgz",
|
||||
"integrity": "sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA=="
|
||||
"integrity": "sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/sinonjs__fake-timers": {
|
||||
"version": "6.0.2",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
"cy:install": "cypress install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.6",
|
||||
"@chakra-ui/react": "^1.3.4",
|
||||
"@chakra-ui/theme-tools": "^1.1.0",
|
||||
"@emotion/react": "^11.1.5",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user