@photoroom/ui 0.1.342 → 0.1.344
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 +2 -2
- package/package.json +1 -1
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
|