shadcn-zod-formkit 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -5190,7 +5190,8 @@ var DynamicForm = ({
|
|
|
5190
5190
|
] }) }) })
|
|
5191
5191
|
]
|
|
5192
5192
|
}
|
|
5193
|
-
) })
|
|
5193
|
+
) }),
|
|
5194
|
+
withErrorsAlert && errorAlertPosition === "down" && /* @__PURE__ */ jsx(FormErrorsAlert, { formState: form.formState, fields })
|
|
5194
5195
|
] });
|
|
5195
5196
|
if (!withCard) return formContent;
|
|
5196
5197
|
return /* @__PURE__ */ jsx(Card, { children: /* @__PURE__ */ jsx(CardContent, { children: formContent }) });
|