@chakra-ui/color-mode
Advanced tools
Comparing version 0.0.0-dev-2022587541 to 0.0.0-dev-2022610103716
@@ -9,3 +9,3 @@ export declare type ColorMode = "light" | "dark"; | ||
query(): MediaQueryList; | ||
getSystemTheme(fallback?: ColorMode | undefined): "dark" | "light"; | ||
getSystemTheme(fallback?: ColorMode): "dark" | "light"; | ||
addListener(fn: (cm: ColorMode) => unknown): () => void; | ||
@@ -12,0 +12,0 @@ preventTransition(): () => void; |
{ | ||
"name": "@chakra-ui/color-mode", | ||
"version": "0.0.0-dev-2022587541", | ||
"version": "0.0.0-dev-2022610103716", | ||
"description": "React component and hooks for handling light and dark mode.", | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/hooks": "2.0.2", | ||
"@chakra-ui/utils": "2.0.2" | ||
"@chakra-ui/hooks": "0.0.0-dev-2022610103716", | ||
"@chakra-ui/utils": "0.0.0-dev-2022610103716" | ||
}, | ||
@@ -49,0 +49,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
47771
+ Added@chakra-ui/hooks@0.0.0-dev-2022610103716(transitive)
+ Added@chakra-ui/utils@0.0.0-dev-20226101037162.2.3(transitive)
+ Added@types/lodash.mergewith@4.6.9(transitive)
- Removed@chakra-ui/hooks@2.0.2(transitive)
- Removed@chakra-ui/utils@2.0.2(transitive)