erp-pos-ecommerce-shared 0.2.8 → 0.2.10

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.
@@ -2122,7 +2122,7 @@ var FormPage = ({
2122
2122
  ]
2123
2123
  }
2124
2124
  ) }),
2125
- /* @__PURE__ */ jsx(Container, { w: cardWidth ?? 500, my: -10, children: /* @__PURE__ */ jsxs(Flex, { direction: "column", children: [
2125
+ /* @__PURE__ */ jsx(Flex, { justify: "center", align: "center", w: "100%", children: /* @__PURE__ */ jsx(Paper, { w: cardWidth ?? 500, my: -10, children: /* @__PURE__ */ jsxs(Flex, { direction: "column", children: [
2126
2126
  /* @__PURE__ */ jsxs(Title, { order: 1, my: 10, children: [
2127
2127
  typeOfForm === "create" ? "Crear" : "Editar",
2128
2128
  " ",
@@ -2145,7 +2145,7 @@ var FormPage = ({
2145
2145
  onFormRef
2146
2146
  }
2147
2147
  ) })
2148
- ] }) })
2148
+ ] }) }) })
2149
2149
  ] });
2150
2150
  };
2151
2151