@yamada-ui/layouts
Advanced tools
Comparing version 1.3.2 to 1.4.0-dev-20241225014442
@@ -22,4 +22,4 @@ "use client" | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
AspectRatio: () => AspectRatio, | ||
@@ -44,3 +44,3 @@ Bleed: () => Bleed, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -725,3 +725,3 @@ // src/aspect-ratio.tsx | ||
...child.props, | ||
ref: (0, import_utils8.mergeRefs)(child.ref, ref2), | ||
ref: (0, import_utils8.mergeRefs)((0, import_utils8.getRef)(child), ref2), | ||
__css: css2 | ||
@@ -728,0 +728,0 @@ }; |
@@ -203,3 +203,3 @@ "use client" | ||
...child.props, | ||
ref: (0, import_utils.mergeRefs)(child.ref, ref2), | ||
ref: (0, import_utils.mergeRefs)((0, import_utils.getRef)(child), ref2), | ||
__css: css2 | ||
@@ -206,0 +206,0 @@ }; |
{ | ||
"name": "@yamada-ui/layouts", | ||
"version": "1.3.2", | ||
"version": "1.4.0-dev-20241225014442", | ||
"description": "Yamada UI layouts components", | ||
@@ -39,4 +39,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.16.2", | ||
"@yamada-ui/utils": "1.6.2" | ||
"@yamada-ui/core": "1.17.0-dev-20241225014442", | ||
"@yamada-ui/utils": "1.7.0-dev-20241225014442" | ||
}, | ||
@@ -43,0 +43,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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253427
3240
1
+ Added@yamada-ui/core@1.17.0-dev-20241225014442(transitive)
+ Added@yamada-ui/portal@1.0.28-dev-20241225014442(transitive)
+ Added@yamada-ui/utils@1.7.0-dev-20241225014442(transitive)
- Removed@yamada-ui/core@1.16.2(transitive)
- Removed@yamada-ui/portal@1.0.27(transitive)
- Removed@yamada-ui/utils@1.6.2(transitive)