@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.
Files changed (3) hide show
  1. package/index.css +1 -1
  2. package/index.mjs +5 -5
  3. 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("rounded-500 bg-background-subdued inline-flex items-center gap-2.5 p-3", "hover:bg-background-subdued-hover", "active:bg-background-subdued-down", "focus-visible:bg-background-subdued-hover", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring outline-hidden transition-all"),
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__ */ L("div", {
58442
- className: "rounded-200 relative flex size-10 shrink-0 overflow-hidden [&>img]:h-full [&>img]:w-full [&>img]:object-cover",
58443
- children: [n, /* @__PURE__ */ I("div", { className: "ring-misc-border pointer-events-none absolute inset-0 rounded-[inherit] ring-1 ring-inset" })]
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-semi-strong-600 truncate",
58445
+ className: "component-500 text-content-primary truncate",
58446
58446
  children: t
58447
58447
  })]
58448
58448
  }) : null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@photoroom/ui",
3
- "version": "0.1.547",
3
+ "version": "0.1.548",
4
4
  "private": false,
5
5
  "description": "Photoroom design system components",
6
6
  "sideEffects": [