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.cjs CHANGED
@@ -5655,7 +5655,7 @@ var DynamicForm = ({
5655
5655
  withErrorsAlert = true,
5656
5656
  errorAlertPosition = "up",
5657
5657
  withCard = false,
5658
- submitBtnClass,
5658
+ submitBtnClass = "text-lg w-1/4",
5659
5659
  listBtnConfig = [],
5660
5660
  submitBtnLabel = "Guardar",
5661
5661
  submitBtnLabelSubmiting = "Guardando...",
@@ -5728,7 +5728,7 @@ var DynamicForm = ({
5728
5728
  {
5729
5729
  type: onClick ? "button" : "submit",
5730
5730
  size: "icon-lg",
5731
- className: cn("text-lg", submitBtnClass),
5731
+ className: cn(submitBtnClass),
5732
5732
  disabled: isPending,
5733
5733
  onClick: onClick ? handleClick : void 0,
5734
5734
  children: isPending ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [