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.
package/dist/index.js CHANGED
@@ -6871,7 +6871,7 @@ var FormPage = ({
6871
6871
  ]
6872
6872
  }
6873
6873
  ) }),
6874
- /* @__PURE__ */ jsx(Container, { w: cardWidth ?? 500, my: -10, children: /* @__PURE__ */ jsxs(Flex, { direction: "column", children: [
6874
+ /* @__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: [
6875
6875
  /* @__PURE__ */ jsxs(Title, { order: 1, my: 10, children: [
6876
6876
  typeOfForm === "create" ? "Crear" : "Editar",
6877
6877
  " ",
@@ -6894,7 +6894,7 @@ var FormPage = ({
6894
6894
  onFormRef
6895
6895
  }
6896
6896
  ) })
6897
- ] }) })
6897
+ ] }) }) })
6898
6898
  ] });
6899
6899
  };
6900
6900