@photoroom/ui 0.1.370 → 0.1.371
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
|
|
32989
|
+
var dq = G(U("relative flex w-full overflow-hidden text-start outline-hidden", "rounded-400 bg-surface-default shadow-[inset_0_0_0_0.5px_var(--color-misc-hairline-emphasized)]", "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",
|
|
@@ -33055,7 +33055,7 @@ var dq = G(U("relative flex w-full overflow-hidden text-start outline-hidden", "
|
|
|
33055
33055
|
l && /* @__PURE__ */ t(ms, {
|
|
33056
33056
|
variant: u,
|
|
33057
33057
|
size: "medium",
|
|
33058
|
-
className:
|
|
33058
|
+
className: "absolute inset-e-1 top-1 z-10 shrink-0",
|
|
33059
33059
|
children: l
|
|
33060
33060
|
})
|
|
33061
33061
|
]
|