@caseparts-org/caseblocks 0.0.185 → 0.0.186

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.
@@ -5,7 +5,7 @@ import { Button as k } from "../../atoms/Button/Button.js";
5
5
  import { Icon as C } from "../../atoms/Icon/Icon.js";
6
6
  import { CartPart as x } from "./CartPart.js";
7
7
  import { s as t } from "../../Cart.module-B0W9CeI5.js";
8
- function L({
8
+ function B({
9
9
  open: c,
10
10
  onClose: s,
11
11
  cart: r,
@@ -63,7 +63,7 @@ function L({
63
63
  onRemove: () => b(e),
64
64
  onUnitEditClick: d ? () => d(e) : void 0
65
65
  },
66
- e.id
66
+ `${e.id}-${e.make ?? ""}-${e.model ?? ""}-${e.serial ?? ""}`
67
67
  )) }) : /* @__PURE__ */ i("div", { className: t.noItems, children: /* @__PURE__ */ i(l, { as: "p", size: "sm", children: "No items in your cart yet" }) }) }),
68
68
  n && /* @__PURE__ */ a("div", { className: t.subtotal, children: [
69
69
  /* @__PURE__ */ i(l, { size: "md", weight: "semibold", children: "Subtotal" }),
@@ -85,5 +85,5 @@ function L({
85
85
  );
86
86
  }
87
87
  export {
88
- L as CartSlideInPanel
88
+ B as CartSlideInPanel
89
89
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@caseparts-org/caseblocks",
3
3
  "private": false,
4
- "version": "0.0.185",
4
+ "version": "0.0.186",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",