@photoroom/ui 0.1.547 → 0.1.548
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/index.css +1 -1
- package/index.mjs +5 -5
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -58436,13 +58436,13 @@ i9.displayName = "ToolLinkCard";
|
|
|
58436
58436
|
//#region src/components/website/ToolSmallCard/ToolSmallCard.tsx
|
|
58437
58437
|
var a9 = (({ as: e = "a", title: t, image: n, ref: r, ...i }) => i.href ? /* @__PURE__ */ L(e, {
|
|
58438
58438
|
ref: r,
|
|
58439
|
-
className: H("
|
|
58439
|
+
className: H("inline-flex items-center gap-2 py-1.5 ps-1.5 pe-3", "rounded-500 border-misc-hairline-emphasized misc-border-size-hairline", "hover:bg-background-borderless-subdued-hover", "active:bg-background-borderless-subdued-down", "focus-visible:bg-background-borderless-subdued-hover", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring outline-hidden transition-all"),
|
|
58440
58440
|
...i,
|
|
58441
|
-
children: [!!n && /* @__PURE__ */
|
|
58442
|
-
className: "rounded-
|
|
58443
|
-
children:
|
|
58441
|
+
children: [!!n && /* @__PURE__ */ I("div", {
|
|
58442
|
+
className: "rounded-concentric-500-6px relative flex h-12 w-[85px] shrink-0 overflow-hidden [&_img]:size-full [&_img]:object-cover",
|
|
58443
|
+
children: n
|
|
58444
58444
|
}), /* @__PURE__ */ I("span", {
|
|
58445
|
-
className: "component-
|
|
58445
|
+
className: "component-500 text-content-primary truncate",
|
|
58446
58446
|
children: t
|
|
58447
58447
|
})]
|
|
58448
58448
|
}) : null);
|