@yamada-ui/layouts
Advanced tools
Comparing version 0.0.0-dev-20231104154042 to 0.0.0-dev-20231106182830
@@ -30,14 +30,2 @@ import * as _yamada_ui_core from '@yamada-ui/core'; | ||
/** | ||
* The CSS `grid-gap` property. | ||
*/ | ||
gap?: CSSUIObject['gridGap']; | ||
/** | ||
* The CSS `grid-row-gap` property. | ||
*/ | ||
rowGap?: CSSUIObject['gridRowGap']; | ||
/** | ||
* The CSS `grid-column-gap` property. | ||
*/ | ||
columnGap?: CSSUIObject['gridColumnGap']; | ||
/** | ||
* The CSS `grid-auto-flow` property. | ||
@@ -44,0 +32,0 @@ */ |
@@ -39,5 +39,5 @@ "use client" | ||
area: gridArea, | ||
gap: gridGap, | ||
rowGap: gridRowGap, | ||
columnGap: gridColumnGap, | ||
gap, | ||
rowGap, | ||
columnGap, | ||
autoFlow: gridAutoFlow, | ||
@@ -56,5 +56,5 @@ autoColumns: gridAutoColumns, | ||
gridArea, | ||
gridGap, | ||
gridRowGap, | ||
gridColumnGap, | ||
gap, | ||
rowGap, | ||
columnGap, | ||
gridAutoFlow, | ||
@@ -61,0 +61,0 @@ gridAutoColumns, |
@@ -95,5 +95,5 @@ "use client" | ||
area: gridArea, | ||
gap: gridGap, | ||
rowGap: gridRowGap, | ||
columnGap: gridColumnGap, | ||
gap, | ||
rowGap, | ||
columnGap, | ||
autoFlow: gridAutoFlow, | ||
@@ -112,5 +112,5 @@ autoColumns: gridAutoColumns, | ||
gridArea, | ||
gridGap, | ||
gridRowGap, | ||
gridColumnGap, | ||
gap, | ||
rowGap, | ||
columnGap, | ||
gridAutoFlow, | ||
@@ -117,0 +117,0 @@ gridAutoColumns, |
{ | ||
"name": "@yamada-ui/layouts", | ||
"version": "0.0.0-dev-20231104154042", | ||
"version": "0.0.0-dev-20231106182830", | ||
"description": "Yamada UI layouts components", | ||
@@ -38,4 +38,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.0.0-dev-20231104154042", | ||
"@yamada-ui/utils": "0.0.0-dev-20231104154042" | ||
"@yamada-ui/core": "0.12.5", | ||
"@yamada-ui/utils": "0.3.3" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
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
56677
1698
+ Added@yamada-ui/core@0.12.5(transitive)
+ Added@yamada-ui/portal@0.3.6(transitive)
+ Added@yamada-ui/utils@0.3.3(transitive)
- Removed@yamada-ui/core@0.0.0-dev-20231104154042(transitive)
- Removed@yamada-ui/portal@0.0.0-dev-20231104154042(transitive)
- Removed@yamada-ui/utils@0.0.0-dev-20231104154042(transitive)
Updated@yamada-ui/core@0.12.5
Updated@yamada-ui/utils@0.3.3