shadcn-zod-formkit 1.23.0 → 1.23.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
@@ -5617,7 +5617,7 @@ var DynamicForm = ({
5617
5617
  withErrorsAlert = true,
5618
5618
  errorAlertPosition = "up",
5619
5619
  withCard = false,
5620
- submitBtnClass,
5620
+ submitBtnClass = "text-lg w-1/4",
5621
5621
  listBtnConfig = [],
5622
5622
  submitBtnLabel = "Guardar",
5623
5623
  submitBtnLabelSubmiting = "Guardando...",
@@ -5690,7 +5690,7 @@ var DynamicForm = ({
5690
5690
  {
5691
5691
  type: onClick ? "button" : "submit",
5692
5692
  size: "icon-lg",
5693
- className: cn("text-lg", submitBtnClass),
5693
+ className: cn(submitBtnClass),
5694
5694
  disabled: isPending,
5695
5695
  onClick: onClick ? handleClick : void 0,
5696
5696
  children: isPending ? /* @__PURE__ */ jsxs(Fragment, { children: [