@photoroom/ui 0.1.184 → 0.1.185
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.css +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -54927,7 +54927,7 @@ var Gge = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ D("div", {
|
|
|
54927
54927
|
className: H("bg-white-alpha-2 rounded-500 flex flex-col justify-between gap-6 overflow-clip p-6 sm:min-h-[360px]", e),
|
|
54928
54928
|
...i,
|
|
54929
54929
|
children: [/* @__PURE__ */ E("div", {
|
|
54930
|
-
className: "[&_img:h-full
|
|
54930
|
+
className: "relative h-18 w-full shrink-0 [&_img]:static [&_img]:h-full [&_img]:w-auto [&_img]:object-contain",
|
|
54931
54931
|
children: t
|
|
54932
54932
|
}), /* @__PURE__ */ D("div", {
|
|
54933
54933
|
className: "flex w-full flex-1 flex-col justify-end gap-4",
|
|
@@ -55142,7 +55142,7 @@ var Gge = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ D("div", {
|
|
|
55142
55142
|
children: /* @__PURE__ */ D("div", {
|
|
55143
55143
|
className: "flex w-full flex-col gap-4 sm:gap-6 sm:@[592px]:flex-row sm:@[592px]:items-start sm:@[592px]:gap-6",
|
|
55144
55144
|
children: [/* @__PURE__ */ E("div", {
|
|
55145
|
-
className: "rounded-500 aspect-[3/2] w-full shrink-0 overflow-hidden sm:@[592px]:flex-1 sm:@[592px]:basis-0 [&_img]:size-full [&_img]:object-cover",
|
|
55145
|
+
className: "rounded-500 relative aspect-[3/2] w-full shrink-0 overflow-hidden sm:@[592px]:flex-1 sm:@[592px]:basis-0 [&_img]:static [&_img]:size-full [&_img]:object-cover",
|
|
55146
55146
|
children: e
|
|
55147
55147
|
}), /* @__PURE__ */ D("div", {
|
|
55148
55148
|
className: "flex w-full flex-col items-start gap-6 sm:@[592px]:flex-1 sm:@[592px]:basis-0 sm:@[592px]:justify-center",
|