@photoroom/ui 0.1.545 → 0.1.546
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
|
@@ -57890,18 +57890,15 @@ var KSe = Object.assign($7, {
|
|
|
57890
57890
|
style: { backgroundColor: o },
|
|
57891
57891
|
...s,
|
|
57892
57892
|
children: /* @__PURE__ */ L("div", {
|
|
57893
|
-
className: H("mx-auto w-full max-w-[1200px]", "gap-i400 flex flex-col items-center lg:flex-row", r ? "lg:
|
|
57893
|
+
className: H("mx-auto w-full max-w-[1200px]", "gap-i400 flex flex-col items-center lg:flex-row", r ? "lg:gap-0" : "lg:gap-3 xl:gap-6"),
|
|
57894
57894
|
children: [/* @__PURE__ */ I("div", {
|
|
57895
57895
|
className: H("relative z-1 w-full lg:pe-8", r ? "lg:w-1/2" : "flex-1"),
|
|
57896
57896
|
children: e
|
|
57897
57897
|
}), r ? /* @__PURE__ */ I("div", {
|
|
57898
57898
|
role: i ? "region" : void 0,
|
|
57899
57899
|
"aria-label": i,
|
|
57900
|
-
className: "w-full lg:
|
|
57901
|
-
children:
|
|
57902
|
-
className: "lg:flex lg:min-h-full lg:items-center",
|
|
57903
|
-
children: r
|
|
57904
|
-
})
|
|
57900
|
+
className: "w-full lg:w-1/2",
|
|
57901
|
+
children: r
|
|
57905
57902
|
}) : /* @__PURE__ */ L("div", {
|
|
57906
57903
|
className: "w-full flex-1",
|
|
57907
57904
|
children: [/* @__PURE__ */ I("div", {
|