shadcn-zod-formkit 1.23.1 → 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.cjs CHANGED
@@ -5655,7 +5655,7 @@ var DynamicForm = ({
5655
5655
  withErrorsAlert = true,
5656
5656
  errorAlertPosition = "up",
5657
5657
  withCard = false,
5658
- submitBtnClass = "text-lg w-1/4",
5658
+ submitBtnClass = "",
5659
5659
  listBtnConfig = [],
5660
5660
  submitBtnLabel = "Guardar",
5661
5661
  submitBtnLabelSubmiting = "Guardando...",
@@ -5714,7 +5714,7 @@ var DynamicForm = ({
5714
5714
  Button,
5715
5715
  {
5716
5716
  type: btn.btnType,
5717
- size: "icon-lg",
5717
+ size: "lg",
5718
5718
  className: submitBtnClass,
5719
5719
  variant: btn.variant,
5720
5720
  onClick: btn.onClick,
@@ -5727,7 +5727,7 @@ var DynamicForm = ({
5727
5727
  Button,
5728
5728
  {
5729
5729
  type: onClick ? "button" : "submit",
5730
- size: "icon-lg",
5730
+ size: "lg",
5731
5731
  className: cn(submitBtnClass),
5732
5732
  disabled: isPending,
5733
5733
  onClick: onClick ? handleClick : void 0,