@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.
package/dist/components/index.js
CHANGED
|
@@ -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-
|
|
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__ */ jsx7("div", { className: "w-5 h-5 rounded overflow-hidden flex-shrink-0", children: /* @__PURE__ */ jsx7(
|
|
1464
1464
|
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__ */ jsx7("div", { className: "w-5 h-5 rounded bg-
|
|
1473
|
-
/* @__PURE__ */ jsx7("span", { className: "text-sm font-medium text-
|
|
1472
|
+
) }) : /* @__PURE__ */ jsx7("div", { className: "w-5 h-5 rounded bg-ods-border flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ jsx7("span", { className: "text-ods-text-secondary text-[10px] font-medium", children: vendor.title.charAt(0).toUpperCase() }) }),
|
|
1473
|
+
/* @__PURE__ */ jsx7("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-
|
|
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__ */ jsx7("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__ */ jsx7(
|
|
1485
1485
|
next_image_default,
|
|
@@ -1673,7 +1673,7 @@ function CommentCard({
|
|
|
1673
1673
|
return false;
|
|
1674
1674
|
};
|
|
1675
1675
|
const showDeleteButton = canUserDeleteComment();
|
|
1676
|
-
return /* @__PURE__ */ jsxs7("div", { className: "bg-ods-card border border-ods-border rounded-lg p-4 hover:border-
|
|
1676
|
+
return /* @__PURE__ */ jsxs7("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__ */ jsxs7("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__ */ jsx10("div", { className: "flex items-center gap-2 min-w-0 flex-1", children: context === "profile" && comment.vendor ? /* @__PURE__ */ jsxs7(Fragment, { children: [
|
|
1679
1679
|
/* @__PURE__ */ jsx10(
|