@yamada-ui/close-button
Advanced tools
Comparing version 1.0.51 to 1.0.52-dev-20241225014442
@@ -22,7 +22,7 @@ "use client" | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
CloseButton: () => CloseButton | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -29,0 +29,0 @@ // src/close-button.tsx |
{ | ||
"name": "@yamada-ui/close-button", | ||
"version": "1.0.51", | ||
"version": "1.0.52-dev-20241225014442", | ||
"description": "Yamada UI close button component", | ||
@@ -39,6 +39,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.16.2", | ||
"@yamada-ui/icon": "1.1.17", | ||
"@yamada-ui/ripple": "1.0.48", | ||
"@yamada-ui/utils": "1.6.2" | ||
"@yamada-ui/core": "1.17.0-dev-20241225014442", | ||
"@yamada-ui/icon": "1.1.18-dev-20241225014442", | ||
"@yamada-ui/ripple": "1.0.49-dev-20241225014442", | ||
"@yamada-ui/utils": "1.7.0-dev-20241225014442" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24462
1
+ Added@yamada-ui/core@1.17.0-dev-20241225014442(transitive)
+ Added@yamada-ui/icon@1.1.18-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/ripple@1.0.49-dev-20241225014442(transitive)
+ Added@yamada-ui/use-token@1.1.35-dev-20241225014442(transitive)
+ Added@yamada-ui/utils@1.7.0-dev-20241225014442(transitive)
- Removed@yamada-ui/core@1.16.2(transitive)
- Removed@yamada-ui/icon@1.1.17(transitive)
- Removed@yamada-ui/motion@2.2.12(transitive)
- Removed@yamada-ui/portal@1.0.27(transitive)
- Removed@yamada-ui/ripple@1.0.48(transitive)
- Removed@yamada-ui/use-token@1.1.34(transitive)
- Removed@yamada-ui/utils@1.6.2(transitive)