@photoroom/ui 0.1.343 → 0.1.345
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
|
@@ -49669,10 +49669,10 @@ var J_e = ({ label: e, description: r, avatar: i, trailingElement: a, className:
|
|
|
49669
49669
|
c
|
|
49670
49670
|
]
|
|
49671
49671
|
}), Z_e = ({ index: e, title: r, subtitle: i, className: a }) => /* @__PURE__ */ n("div", {
|
|
49672
|
-
className: W("flex w-full flex-col gap-0.5 overflow-x-clip", a),
|
|
49672
|
+
className: W("flex w-full flex-col gap-0.5 overflow-x-clip py-[7px]", a),
|
|
49673
49673
|
children: [/* @__PURE__ */ t(w8, {
|
|
49674
49674
|
title: r,
|
|
49675
|
-
className: "gap-1.5",
|
|
49675
|
+
className: "h-auto gap-1.5",
|
|
49676
49676
|
leading: /* @__PURE__ */ t("span", {
|
|
49677
49677
|
className: "component-semi-strong-300 bg-content-primary text-content-white-primary-inverted flex h-4 min-w-4 shrink-0 items-center justify-center rounded-full px-0.5 pb-px",
|
|
49678
49678
|
children: e
|
|
@@ -50804,14 +50804,14 @@ var O5 = (({ selected: e, children: n, className: r, as: i = "button", ref: a, .
|
|
|
50804
50804
|
ref: a,
|
|
50805
50805
|
...i === "button" ? { type: "button" } : {},
|
|
50806
50806
|
"aria-pressed": i === "button" ? e : void 0,
|
|
50807
|
-
className: W("inline-flex items-center", "content-to-edge-px-300 h-6", "outline-hidden", "rounded-300", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring", "component-400 whitespace-nowrap", { "
|
|
50807
|
+
className: W("inline-flex items-center", "content-to-edge-px-300 h-6", "outline-hidden", "rounded-300", "focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring", "component-400 whitespace-nowrap", { "shadow-[inset_0_0_0_0.5px_var(--color-misc-border-default)]": !e }, {
|
|
50808
50808
|
"bg-background-default": e,
|
|
50809
50809
|
"hover:bg-background-hover focus-visible:bg-background-hover active:bg-background-down": e,
|
|
50810
50810
|
"hover:bg-background-subdued-hover focus-visible:bg-background-subdued-hover active:bg-background-subdued-down": !e
|
|
50811
50811
|
}, {
|
|
50812
50812
|
"text-content-secondary": !e,
|
|
50813
50813
|
"text-content-white-primary-inverted": e
|
|
50814
|
-
}, "interaction-transition transition-
|
|
50814
|
+
}, "interaction-transition transition-[color,background-color,box-shadow]", r),
|
|
50815
50815
|
...o,
|
|
50816
50816
|
children: n
|
|
50817
50817
|
}));
|