@photoroom/ui 0.1.367 → 0.1.369
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
|
@@ -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) });
|