@yamada-ui/checkbox
Advanced tools
Comparing version 0.2.18 to 0.3.0
@@ -0,1 +1,2 @@ | ||
"use client" | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
@@ -0,1 +1,2 @@ | ||
"use client" | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
@@ -0,1 +1,2 @@ | ||
"use client" | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
{ | ||
"name": "@yamada-ui/checkbox", | ||
"version": "0.2.18", | ||
"version": "0.3.0", | ||
"description": "Yamada UI checkbox component", | ||
@@ -38,9 +38,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "0.8.0", | ||
"@yamada-ui/core": "0.9.0", | ||
"@yamada-ui/utils": "0.2.0", | ||
"@yamada-ui/layouts": "0.2.17", | ||
"@yamada-ui/form-control": "0.2.17", | ||
"@yamada-ui/motion": "0.3.15", | ||
"@yamada-ui/use-focus-visible": "0.1.6", | ||
"@yamada-ui/use-controllable-state": "0.1.7" | ||
"@yamada-ui/layouts": "0.3.0", | ||
"@yamada-ui/form-control": "0.3.0", | ||
"@yamada-ui/motion": "0.4.0", | ||
"@yamada-ui/use-focus-visible": "0.2.0", | ||
"@yamada-ui/use-controllable-state": "0.2.0" | ||
}, | ||
@@ -61,3 +61,6 @@ "devDependencies": { | ||
"esm" | ||
] | ||
], | ||
"banner": { | ||
"js": "\"use client\"" | ||
} | ||
}, | ||
@@ -64,0 +67,0 @@ "module": "dist/index.mjs", |
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
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
74943
2078
+ Added@yamada-ui/core@0.9.0(transitive)
+ Added@yamada-ui/form-control@0.3.0(transitive)
+ Added@yamada-ui/layouts@0.3.0(transitive)
+ Added@yamada-ui/motion@0.4.0(transitive)
+ Added@yamada-ui/portal@0.3.0(transitive)
+ Added@yamada-ui/use-controllable-state@0.2.0(transitive)
+ Added@yamada-ui/use-focus-visible@0.2.0(transitive)
- Removed@yamada-ui/core@0.8.0(transitive)
- Removed@yamada-ui/form-control@0.2.17(transitive)
- Removed@yamada-ui/layouts@0.2.17(transitive)
- Removed@yamada-ui/motion@0.3.15(transitive)
- Removed@yamada-ui/portal@0.2.5(transitive)
- Removed@yamada-ui/use-controllable-state@0.1.7(transitive)
- Removed@yamada-ui/use-focus-visible@0.1.6(transitive)
Updated@yamada-ui/core@0.9.0
Updated@yamada-ui/layouts@0.3.0
Updated@yamada-ui/motion@0.4.0