@yamada-ui/form-control
Advanced tools
Comparing version 2.1.11 to 2.1.12-dev-20241225014442
@@ -22,4 +22,4 @@ "use client" | ||
// src/index.ts | ||
var src_exports = {}; | ||
__export(src_exports, { | ||
var index_exports = {}; | ||
__export(index_exports, { | ||
ErrorMessage: () => ErrorMessage, | ||
@@ -36,3 +36,3 @@ Fieldset: () => Fieldset, | ||
}); | ||
module.exports = __toCommonJS(src_exports); | ||
module.exports = __toCommonJS(index_exports); | ||
@@ -39,0 +39,0 @@ // src/fieldset.tsx |
{ | ||
"name": "@yamada-ui/form-control", | ||
"version": "2.1.11", | ||
"version": "2.1.12-dev-20241225014442", | ||
"description": "Yamada UI form control component", | ||
@@ -39,5 +39,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.16.2", | ||
"@yamada-ui/utils": "1.6.2", | ||
"@yamada-ui/visually-hidden": "1.0.20" | ||
"@yamada-ui/core": "1.17.0-dev-20241225014442", | ||
"@yamada-ui/utils": "1.7.0-dev-20241225014442", | ||
"@yamada-ui/visually-hidden": "1.0.21-dev-20241225014442" | ||
}, | ||
@@ -44,0 +44,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
197891
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)
+ Added@yamada-ui/visually-hidden@1.0.21-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)
- Removed@yamada-ui/visually-hidden@1.0.20(transitive)