erp-pos-ecommerce-shared 0.2.7 → 0.2.9
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/components.d.ts +1 -1
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6871,7 +6871,7 @@ var FormPage = ({
|
|
|
6871
6871
|
]
|
|
6872
6872
|
}
|
|
6873
6873
|
) }),
|
|
6874
|
-
/* @__PURE__ */ jsx(
|
|
6874
|
+
/* @__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
|
" ",
|