@photoroom/ui 0.1.249 → 0.1.251
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
|
@@ -54947,7 +54947,7 @@ var o_e = ({ title: e, date: t, className: n }) => /* @__PURE__ */ D("div", {
|
|
|
54947
54947
|
})
|
|
54948
54948
|
}),
|
|
54949
54949
|
/* @__PURE__ */ E("div", {
|
|
54950
|
-
className: "grid w-full grid-cols-1 grid-rows-1",
|
|
54950
|
+
className: "grid w-full grid-cols-1 grid-rows-1 overflow-x-clip",
|
|
54951
54951
|
children: t.map((e, t) => {
|
|
54952
54952
|
let r = t === s, i = n.toArray(e.cards);
|
|
54953
54953
|
return /* @__PURE__ */ D("div", {
|
|
@@ -54972,7 +54972,7 @@ var o_e = ({ title: e, date: t, className: n }) => /* @__PURE__ */ D("div", {
|
|
|
54972
54972
|
...a,
|
|
54973
54973
|
className: H("relative overflow-hidden", "flex flex-col lg:pb-[148px]", "bg-sand-50 rounded-500", i),
|
|
54974
54974
|
children: [/* @__PURE__ */ E("div", {
|
|
54975
|
-
className: V("relative", "aspect-4/3 w-full lg:aspect-auto lg:h-[300px]", "[&_img]:size-full [&_img]:object-
|
|
54975
|
+
className: V("relative", "aspect-4/3 w-full lg:aspect-auto lg:h-[300px]", "[&_img]:size-full [&_img]:object-contain lg:[&_img]:object-center"),
|
|
54976
54976
|
children: e
|
|
54977
54977
|
}), /* @__PURE__ */ D("div", {
|
|
54978
54978
|
className: V("lg:absolute lg:inset-x-0 lg:bottom-0", "flex flex-1 flex-col justify-between gap-6 lg:flex-row lg:items-end", "p-6 lg:p-8", "bg-sand-50"),
|