@photoroom/ui 0.1.368 → 0.1.370
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.mjs
CHANGED
|
@@ -32986,7 +32986,7 @@ var sq = ({ label: e, onClick: n }) => /* @__PURE__ */ t("button", {
|
|
|
32986
32986
|
uq.displayName = "PreviewBox";
|
|
32987
32987
|
//#endregion
|
|
32988
32988
|
//#region src/components/content/VisualToolTile/VisualToolTile.tsx
|
|
32989
|
-
var dq = G(U("relative flex w-full overflow-hidden text-start outline-hidden", "rounded-400 border-misc-
|
|
32989
|
+
var dq = G(U("relative flex w-full overflow-hidden text-start outline-hidden", "rounded-400 border-misc-hairline-emphasized misc-border-size-hairline bg-surface-default", "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"), {
|
|
32990
32990
|
variants: { density: {
|
|
32991
32991
|
compact: "items-center gap-2 py-2 ps-4 pe-2",
|
|
32992
32992
|
regular: "items-center gap-2 ps-6",
|
|
@@ -49712,7 +49712,7 @@ var Y_e = ({ label: e, description: r, avatar: i, trailingElement: a, className:
|
|
|
49712
49712
|
...l,
|
|
49713
49713
|
children: [
|
|
49714
49714
|
/* @__PURE__ */ t("div", {
|
|
49715
|
-
className: U("rounded-200 bg-surface-high flex shrink-0 items-center justify-center p-2", u ? "
|
|
49715
|
+
className: U("rounded-200 bg-surface-high flex shrink-0 items-center justify-center p-2", u ? "shadow-[inset_0_0_0_2px_var(--color-content-accent)]" : "shadow-[inset_0_0_0_0.5px_var(--color-misc-hairline-emphasized)]"),
|
|
49716
49716
|
children: (() => {
|
|
49717
49717
|
let e = i;
|
|
49718
49718
|
return he(e, { className: U("text-content-primary h-5 w-5", e.props.className) });
|