@yamada-ui/ripple
Advanced tools
Comparing version 1.0.48 to 1.0.49-dev-20241225014442
@@ -22,8 +22,8 @@ "use client" | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
Ripple: () => Ripple, | ||
useRipple: () => useRipple | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -30,0 +30,0 @@ // src/ripple.tsx |
{ | ||
"name": "@yamada-ui/ripple", | ||
"version": "1.0.48", | ||
"version": "1.0.49-dev-20241225014442", | ||
"description": "Yamada UI ripple component", | ||
@@ -26,5 +26,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@yamada-ui/core": "1.16.2", | ||
"@yamada-ui/motion": "2.2.12", | ||
"@yamada-ui/utils": "1.6.2" | ||
"@yamada-ui/core": "1.17.0-dev-20241225014442", | ||
"@yamada-ui/motion": "2.3.0-dev-20241225014442", | ||
"@yamada-ui/utils": "1.7.0-dev-20241225014442" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
37971
1
+ Added@yamada-ui/core@1.17.0-dev-20241225014442(transitive)
+ Added@yamada-ui/motion@2.3.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/motion@2.2.12(transitive)
- Removed@yamada-ui/portal@1.0.27(transitive)
- Removed@yamada-ui/utils@1.6.2(transitive)