@yamada-ui/layouts
Advanced tools
Comparing version 0.0.0-dev-20231130115355 to 0.0.0-dev-20231204070317
@@ -15,2 +15,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { AspectRatio, AspectRatioProps }; | ||
export { AspectRatio, type AspectRatioProps }; |
@@ -7,2 +7,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Box, BoxProps }; | ||
export { Box, type BoxProps }; |
@@ -7,2 +7,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Center, CenterProps }; | ||
export { Center, type CenterProps }; |
@@ -15,2 +15,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Container, ContainerProps }; | ||
export { Container, type ContainerProps }; |
@@ -15,2 +15,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Divider, DividerProps }; | ||
export { Divider, type DividerProps }; |
@@ -38,2 +38,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Flex, FlexProps, Wrap }; | ||
export { Flex, type FlexProps, Wrap }; |
@@ -77,2 +77,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Grid, GridItem, GridItemProps, GridProps }; | ||
export { Grid, GridItem, type GridItemProps, type GridProps }; |
@@ -7,2 +7,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { Spacer, SpacerProps }; | ||
export { Spacer, type SpacerProps }; |
@@ -32,2 +32,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
export { HStack, Stack, StackProps, VStack }; | ||
export { HStack, Stack, type StackProps, VStack }; |
{ | ||
"name": "@yamada-ui/layouts", | ||
"version": "0.0.0-dev-20231130115355", | ||
"version": "0.0.0-dev-20231204070317", | ||
"description": "Yamada UI layouts components", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.0.0-dev-20231130115355", | ||
"@yamada-ui/core": "0.0.0-dev-20231204070317", | ||
"@yamada-ui/utils": "0.3.3" | ||
@@ -41,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56787
+ Added@yamada-ui/core@0.0.0-dev-20231204070317(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20231130115355(transitive)