@yamada-ui/use-value
Advanced tools
Comparing version 0.1.24 to 0.1.25
@@ -33,3 +33,3 @@ "use strict"; | ||
} else if ((0, import_utils.isArray)(value)) { | ||
return (0, import_core.useColorModetValue)(...value); | ||
return (0, import_core.useColorModeValue)(...value); | ||
} else { | ||
@@ -36,0 +36,0 @@ return value; |
{ | ||
"name": "@yamada-ui/use-value", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "Yamada UI useValue custom hook", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.6.2", | ||
"@yamada-ui/core": "0.6.3", | ||
"@yamada-ui/utils": "0.1.5", | ||
"@yamada-ui/use-breakpoint": "0.1.24" | ||
"@yamada-ui/use-breakpoint": "0.1.25" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
5365
+ Added@yamada-ui/core@0.6.3(transitive)
+ Added@yamada-ui/use-breakpoint@0.1.25(transitive)
- Removed@yamada-ui/core@0.6.2(transitive)
- Removed@yamada-ui/use-breakpoint@0.1.24(transitive)
Updated@yamada-ui/core@0.6.3