@photoroom/ui 0.1.633 → 0.1.634
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 +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -58561,7 +58561,7 @@ var C7 = ({ label: e, value: t, max: n = 5, tooltip: r, className: i }) => {
|
|
|
58561
58561
|
});
|
|
58562
58562
|
}, nTe = ({ title: e, children: t, icon: n }) => /* @__PURE__ */ L("div", {
|
|
58563
58563
|
className: "flex items-start gap-3",
|
|
58564
|
-
children: [/* @__PURE__ */ I("div", {
|
|
58564
|
+
children: [!!n && /* @__PURE__ */ I("div", {
|
|
58565
58565
|
className: "relative flex h-6 w-6 shrink-0",
|
|
58566
58566
|
children: n
|
|
58567
58567
|
}), /* @__PURE__ */ L("div", {
|