tanya-chatbot 0.8.9 → 0.9.0

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.
@@ -3877,7 +3877,7 @@ const et = "USD", Bs = (e) => {
3877
3877
  );
3878
3878
  return !!(y && ((z = y.variant) != null && z.sku));
3879
3879
  };
3880
- return u && m ? f(u, m) : u && !m ? f(u, null) : !u && m ? f(void 0, m) : !!(w && w.sku);
3880
+ return u && m ? f(u, m) : u && !m ? f(u, null) : !u && m ? f(void 0, m) : !0;
3881
3881
  }, [je, S, k, w]), po = Te || j || !Ct, _t = (u) => {
3882
3882
  const m = Number((u == null ? void 0 : u.quantity) ?? 1);
3883
3883
  return Number.isFinite(m) && m > 0 ? m : 1;
@@ -4154,7 +4154,7 @@ const et = "USD", Bs = (e) => {
4154
4154
  v && `Color: ${v}`,
4155
4155
  F && `Size: ${F}`
4156
4156
  ].filter(Boolean).join(" • ") || "—" }),
4157
- /* @__PURE__ */ a("div", { className: "mt-1 text-xl font-semibold text-gray-900", children: z ? r.price : "Currently unavailable" }),
4157
+ /* @__PURE__ */ a("div", { className: "mt-1 text-xl font-semibold text-gray-900", children: z ? `$${r.price}` : "Currently unavailable" }),
4158
4158
  z && !V && /* @__PURE__ */ a("div", { className: "mt-1 text-xs font-medium text-red-600", children: "Currently out of stock" })
4159
4159
  ] })
4160
4160
  ] }) });