@yamada-ui/core
Advanced tools
Comparing version 0.0.0-dev-20230804221203 to 0.0.0-dev-20230807041207
@@ -78,3 +78,3 @@ "use strict"; | ||
useColorMode: () => useColorMode, | ||
useColorModetValue: () => useColorModetValue, | ||
useColorModeValue: () => useColorModeValue, | ||
useComponentStyle: () => useComponentStyle, | ||
@@ -1608,3 +1608,3 @@ useMultiComponentStyle: () => useMultiComponentStyle, | ||
}; | ||
var useColorModetValue = (light, dark) => { | ||
var useColorModeValue = (light, dark) => { | ||
const { colorMode } = useColorMode(); | ||
@@ -1771,3 +1771,3 @@ return colorMode === "light" ? light : dark; | ||
useColorMode, | ||
useColorModetValue, | ||
useColorModeValue, | ||
useComponentStyle, | ||
@@ -1774,0 +1774,0 @@ useMultiComponentStyle, |
{ | ||
"name": "@yamada-ui/core", | ||
"version": "0.0.0-dev-20230804221203", | ||
"version": "0.0.0-dev-20230807041207", | ||
"description": "Yamada UI core", | ||
@@ -45,4 +45,4 @@ "keywords": [ | ||
"csstype": "^3.1.1", | ||
"@yamada-ui/utils": "0.0.0-dev-20230804221203", | ||
"@yamada-ui/portal": "0.0.0-dev-20230804221203" | ||
"@yamada-ui/utils": "0.1.5", | ||
"@yamada-ui/portal": "0.2.4" | ||
}, | ||
@@ -49,0 +49,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
296787
+ Added@yamada-ui/portal@0.2.4(transitive)
+ Added@yamada-ui/utils@0.1.5(transitive)
- Removed@yamada-ui/portal@0.0.0-dev-20230804221203(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20230804221203(transitive)
Updated@yamada-ui/portal@0.2.4
Updated@yamada-ui/utils@0.1.5