@photoroom/ui 0.1.393 → 0.1.395
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 +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -31193,7 +31193,7 @@ var HW = (({ as: r, icon: i, title: a, description: o, href: s, className: c, di
|
|
|
31193
31193
|
className: "body-500 text-content-secondary line-clamp-2",
|
|
31194
31194
|
children: o
|
|
31195
31195
|
})]
|
|
31196
|
-
})] }), m = U("rounded-500 content-to-edge-spacious-px-500 flex items-start gap-4 py-4", "border-misc-border
|
|
31196
|
+
})] }), m = U("rounded-500 content-to-edge-spacious-px-500 flex items-start gap-4 py-4", "border-misc-border bg-surface-higher border transition-colors duration-150 ease-in-out", "overflow-hidden text-start", "cursor-pointer", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring outline-hidden", "hover:border-misc-border-hover", "active:border-misc-border-down", "focus-visible:border-misc-border-hover", "h-auto w-full grow", { "pointer-events-none cursor-not-allowed opacity-50": l }, c), h = r || (s ? "a" : "button"), g = {
|
|
31197
31197
|
className: m,
|
|
31198
31198
|
onClick: u
|
|
31199
31199
|
};
|