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.cjs CHANGED
@@ -5227,7 +5227,8 @@ var DynamicForm = ({
5227
5227
  ] }) }) })
5228
5228
  ]
5229
5229
  }
5230
- ) })
5230
+ ) }),
5231
+ withErrorsAlert && errorAlertPosition === "down" && /* @__PURE__ */ jsxRuntime.jsx(FormErrorsAlert, { formState: form.formState, fields })
5231
5232
  ] });
5232
5233
  if (!withCard) return formContent;
5233
5234
  return /* @__PURE__ */ jsxRuntime.jsx(Card, { children: /* @__PURE__ */ jsxRuntime.jsx(CardContent, { children: formContent }) });