@weareseeed/medusa-athos-plugin 0.0.1 → 0.0.3
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.
|
@@ -81,11 +81,11 @@ const AthosPage = () => {
|
|
|
81
81
|
navigator.clipboard.writeText(feedUrl).then(() => ui.toast.success("Feed URL copied to clipboard")).catch(() => ui.toast.error("Failed to copy URL"));
|
|
82
82
|
};
|
|
83
83
|
if (configLoading) {
|
|
84
|
-
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center p-12"
|
|
84
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center p-12" });
|
|
85
85
|
}
|
|
86
86
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-y-4 p-4", children: [
|
|
87
87
|
/* @__PURE__ */ jsxRuntime.jsxs(ui.Container, { children: [
|
|
88
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-between px-6 py-4", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Heading, { level: "h1", children: "Athos Feed Settings" }) }),
|
|
88
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-between px-6 py-4", children: /* @__PURE__ */ jsxRuntime.jsx(ui.Heading, { level: "h1", children: "Athos Commerce Feed Settings" }) }),
|
|
89
89
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-y-4 px-6 pb-6", children: [
|
|
90
90
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-y-2", children: [
|
|
91
91
|
/* @__PURE__ */ jsxRuntime.jsx(ui.Label, { children: "Storefront URL" }),
|
|
@@ -78,11 +78,11 @@ const AthosPage = () => {
|
|
|
78
78
|
navigator.clipboard.writeText(feedUrl).then(() => toast.success("Feed URL copied to clipboard")).catch(() => toast.error("Failed to copy URL"));
|
|
79
79
|
};
|
|
80
80
|
if (configLoading) {
|
|
81
|
-
return /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center p-12"
|
|
81
|
+
return /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center p-12" });
|
|
82
82
|
}
|
|
83
83
|
return /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-y-4 p-4", children: [
|
|
84
84
|
/* @__PURE__ */ jsxs(Container, { children: [
|
|
85
|
-
/* @__PURE__ */ jsx("div", { className: "flex items-center justify-between px-6 py-4", children: /* @__PURE__ */ jsx(Heading, { level: "h1", children: "Athos Feed Settings" }) }),
|
|
85
|
+
/* @__PURE__ */ jsx("div", { className: "flex items-center justify-between px-6 py-4", children: /* @__PURE__ */ jsx(Heading, { level: "h1", children: "Athos Commerce Feed Settings" }) }),
|
|
86
86
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-y-4 px-6 pb-6", children: [
|
|
87
87
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-y-2", children: [
|
|
88
88
|
/* @__PURE__ */ jsx(Label, { children: "Storefront URL" }),
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @weareseeed/medusa-athos-plugin
|
|
2
2
|
|
|
3
|
-
Medusa v2 plugin that generates a streaming
|
|
3
|
+
Medusa v2 plugin that generates a streaming NDJSON product feed for [Athos Commerce](https://athoscommerce.com) integration.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|