@photoroom/ui 0.1.615 → 0.1.616
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
|
@@ -51223,7 +51223,7 @@ var Aye = 204, jye = [
|
|
|
51223
51223
|
children: d
|
|
51224
51224
|
}),
|
|
51225
51225
|
v && /* @__PURE__ */ I("div", {
|
|
51226
|
-
className: "flex flex-1 items-center gap-1 overflow-hidden",
|
|
51226
|
+
className: "flex flex-1 items-center gap-1 self-stretch overflow-hidden",
|
|
51227
51227
|
children: u
|
|
51228
51228
|
}),
|
|
51229
51229
|
!v && /* @__PURE__ */ I("div", { className: "flex-1" }),
|