Update Chakra UI dom Detection

main
Chris 2 years ago
parent cd75a9c6e5
commit 0b18506f0d

@ -756,7 +756,12 @@
66 66
], ],
"description": "Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.", "description": "Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.",
"dom": "html[style*='chakra-ui-color-mode']", "dom": [
"html[style*='chakra-ui-color-mode']",
"body.chakra-ui-dark",
"body.chakra-ui-light",
"div.chakra-portal"
],
"icon": "Chakra UI.svg", "icon": "Chakra UI.svg",
"implies": "React", "implies": "React",
"oss": true, "oss": true,