@flamingo-stack/openframe-frontend-core 0.0.262 → 0.0.263

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.
@@ -1458,7 +1458,7 @@ function VendorDisplayButton({ vendor, onClick, variant = "default", externalUrl
1458
1458
  "button",
1459
1459
  {
1460
1460
  onClick: handleClick,
1461
- className: "inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-[#1A1A1A] border border-[#2A2A2A] hover:border-[#FFC008]/50 transition-colors",
1461
+ className: "inline-flex items-center gap-2 px-3 py-1.5 rounded-full bg-ods-card border border-ods-border hover:border-ods-accent/50 transition-colors",
1462
1462
  children: [
1463
1463
  logoUrl ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-5 h-5 rounded overflow-hidden flex-shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1464
1464
  _chunkXL4V2PYGcjs.next_image_default,
@@ -1469,8 +1469,8 @@ function VendorDisplayButton({ vendor, onClick, variant = "default", externalUrl
1469
1469
  height: 20,
1470
1470
  className: "w-full h-full object-cover"
1471
1471
  }
1472
- ) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-5 h-5 rounded bg-[#2A2A2A] flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-[#666666] text-[10px] font-medium", children: vendor.title.charAt(0).toUpperCase() }) }),
1473
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-sm font-medium text-white", children: vendor.title })
1472
+ ) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-5 h-5 rounded bg-ods-border flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-ods-text-secondary text-[10px] font-medium", children: vendor.title.charAt(0).toUpperCase() }) }),
1473
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { className: "text-sm font-medium text-ods-text-primary", children: vendor.title })
1474
1474
  ]
1475
1475
  }
1476
1476
  );
@@ -1479,7 +1479,7 @@ function VendorDisplayButton({ vendor, onClick, variant = "default", externalUrl
1479
1479
  "button",
1480
1480
  {
1481
1481
  onClick: handleClick,
1482
- className: "flex items-center gap-2 bg-ods-card border border-ods-border rounded-lg py-2 px-3 hover:border-[#FFC008] transition-colors max-w-full overflow-hidden",
1482
+ className: "flex items-center gap-2 bg-ods-card border border-ods-border rounded-lg py-2 px-3 hover:border-ods-accent transition-colors max-w-full overflow-hidden",
1483
1483
  children: [
1484
1484
  getVendorLogo(vendor) ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-8 h-8 bg-ods-card border border-ods-border rounded-lg flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
1485
1485
  _chunkXL4V2PYGcjs.next_image_default,
@@ -1673,7 +1673,7 @@ function CommentCard({
1673
1673
  return false;
1674
1674
  };
1675
1675
  const showDeleteButton = canUserDeleteComment();
1676
- return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card border border-ods-border rounded-lg p-4 hover:border-[#FFC008] transition-all group overflow-hidden w-full max-w-full box-border", style: { maxWidth: "100%", wordBreak: "break-word" }, children: [
1676
+ return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-ods-card border border-ods-border rounded-lg p-4 hover:border-ods-accent transition-all group overflow-hidden w-full max-w-full box-border", style: { maxWidth: "100%", wordBreak: "break-word" }, children: [
1677
1677
  /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col gap-3 mb-3 min-[420px]:flex-row min-[420px]:items-center min-[420px]:justify-between min-[420px]:gap-2 w-full", children: [
1678
1678
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex items-center gap-2 min-w-0 flex-1", children: context === "profile" && comment.vendor ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
1679
1679
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0,