medusa-plugin-ordinant 0.1.2 → 0.1.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.
|
@@ -591,9 +591,10 @@ const VariantRow = ({
|
|
|
591
591
|
] })
|
|
592
592
|
] }),
|
|
593
593
|
row.status === "needs_sku" && /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: "small", leading: "compact", className: "text-ui-fg-subtle mt-1", children: "No SKU — use “Generate SKUs” above, or add one under Variants, so this variant can be classified and sold." }),
|
|
594
|
-
row.status !== "needs_sku" && !editing && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-2", children: [
|
|
594
|
+
row.status !== "needs_sku" && !editing && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-2 flex flex-col gap-2", children: [
|
|
595
595
|
/* @__PURE__ */ jsxRuntime.jsx(ReadableAttributes, { attributes: row.attributes }),
|
|
596
|
-
row.notes && /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: "small", leading: "compact", className: "text-ui-fg-subtle
|
|
596
|
+
row.notes && /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: "small", leading: "compact", className: "text-ui-fg-subtle", children: row.notes }),
|
|
597
|
+
row.attributes && /* @__PURE__ */ jsxRuntime.jsx(CoveragePreview, { attributes: row.attributes })
|
|
597
598
|
] }),
|
|
598
599
|
editing && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-3 flex flex-col gap-3", children: [
|
|
599
600
|
/* @__PURE__ */ jsxRuntime.jsx(AttributeEditor, { value: draft, onChange: setDraft }),
|
|
@@ -588,9 +588,10 @@ const VariantRow = ({
|
|
|
588
588
|
] })
|
|
589
589
|
] }),
|
|
590
590
|
row.status === "needs_sku" && /* @__PURE__ */ jsx(Text, { size: "small", leading: "compact", className: "text-ui-fg-subtle mt-1", children: "No SKU — use “Generate SKUs” above, or add one under Variants, so this variant can be classified and sold." }),
|
|
591
|
-
row.status !== "needs_sku" && !editing && /* @__PURE__ */ jsxs("div", { className: "mt-2", children: [
|
|
591
|
+
row.status !== "needs_sku" && !editing && /* @__PURE__ */ jsxs("div", { className: "mt-2 flex flex-col gap-2", children: [
|
|
592
592
|
/* @__PURE__ */ jsx(ReadableAttributes, { attributes: row.attributes }),
|
|
593
|
-
row.notes && /* @__PURE__ */ jsx(Text, { size: "small", leading: "compact", className: "text-ui-fg-subtle
|
|
593
|
+
row.notes && /* @__PURE__ */ jsx(Text, { size: "small", leading: "compact", className: "text-ui-fg-subtle", children: row.notes }),
|
|
594
|
+
row.attributes && /* @__PURE__ */ jsx(CoveragePreview, { attributes: row.attributes })
|
|
594
595
|
] }),
|
|
595
596
|
editing && /* @__PURE__ */ jsxs("div", { className: "mt-3 flex flex-col gap-3", children: [
|
|
596
597
|
/* @__PURE__ */ jsx(AttributeEditor, { value: draft, onChange: setDraft }),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "medusa-plugin-ordinant",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Ordinant compliance for Medusa v2: catalog classification with merchant attestation and a deterministic, citation-bearing checkout gate. Compliance information and automation - not legal advice.",
|
|
5
5
|
"author": "Ordinant (https://ordinant.com)",
|
|
6
6
|
"license": "MIT",
|