@photoroom/ui 0.1.444 → 0.1.445
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
|
@@ -54644,21 +54644,21 @@ var txe = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__P
|
|
|
54644
54644
|
className: "pb-i600 w-full",
|
|
54645
54645
|
children: e
|
|
54646
54646
|
}), /* @__PURE__ */ t("div", {
|
|
54647
|
-
className: U("grid w-full grid-cols-1 gap-x-6 gap-y-12
|
|
54648
|
-
"lg:grid-cols-3": o.length === 3,
|
|
54649
|
-
"sm:grid-cols-2
|
|
54647
|
+
className: U("grid w-full grid-cols-1 gap-x-6 gap-y-12 xl:gap-x-8", {
|
|
54648
|
+
"lg:grid-cols-3": o.length === 3 || o.length === 6,
|
|
54649
|
+
"sm:grid-cols-2 xl:gap-y-16": o.length !== 3
|
|
54650
54650
|
}),
|
|
54651
54651
|
children: o
|
|
54652
54652
|
})]
|
|
54653
54653
|
})
|
|
54654
54654
|
});
|
|
54655
|
-
}, Oxe = ({ preview: e, title: r, subtitle: i, cta: a,
|
|
54656
|
-
...
|
|
54657
|
-
className: W("@container w-full",
|
|
54655
|
+
}, Oxe = ({ preview: e, title: r, subtitle: i, cta: a, aspectRatio: o = "3:2", className: s, ...c }) => /* @__PURE__ */ t("div", {
|
|
54656
|
+
...c,
|
|
54657
|
+
className: W("@container w-full", s),
|
|
54658
54658
|
children: /* @__PURE__ */ n("div", {
|
|
54659
54659
|
className: "flex w-full flex-col gap-4 sm:gap-6 sm:@[592px]:flex-row sm:@[592px]:items-start sm:@[592px]:gap-6",
|
|
54660
54660
|
children: [/* @__PURE__ */ t("div", {
|
|
54661
|
-
className: "rounded-500 relative
|
|
54661
|
+
className: U("rounded-500 relative w-full shrink-0 overflow-hidden sm:@[592px]:flex-1 sm:@[592px]:basis-0 [&_img]:static [&_img]:size-full [&_img]:object-cover", o === "2:1" ? "aspect-2/1" : "aspect-3/2"),
|
|
54662
54662
|
children: e
|
|
54663
54663
|
}), /* @__PURE__ */ n("div", {
|
|
54664
54664
|
className: "flex w-full flex-col items-start gap-6 sm:@[592px]:flex-1 sm:@[592px]:basis-0 sm:@[592px]:justify-center",
|