shadcn-zod-formkit 1.23.0 → 1.23.2

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 = "",
5621
5621
  listBtnConfig = [],
5622
5622
  submitBtnLabel = "Guardar",
5623
5623
  submitBtnLabelSubmiting = "Guardando...",
@@ -5676,7 +5676,7 @@ var DynamicForm = ({
5676
5676
  Button,
5677
5677
  {
5678
5678
  type: btn.btnType,
5679
- size: "icon-lg",
5679
+ size: "lg",
5680
5680
  className: submitBtnClass,
5681
5681
  variant: btn.variant,
5682
5682
  onClick: btn.onClick,
@@ -5689,8 +5689,8 @@ var DynamicForm = ({
5689
5689
  Button,
5690
5690
  {
5691
5691
  type: onClick ? "button" : "submit",
5692
- size: "icon-lg",
5693
- className: cn("text-lg", submitBtnClass),
5692
+ size: "lg",
5693
+ className: cn(submitBtnClass),
5694
5694
  disabled: isPending,
5695
5695
  onClick: onClick ? handleClick : void 0,
5696
5696
  children: isPending ? /* @__PURE__ */ jsxs(Fragment, { children: [