@photoroom/ui 0.1.223 → 0.1.224
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
|
@@ -57191,13 +57191,13 @@ var qve = ({ titleBlock: e, selectedIndex: t, background: n = "neutral-50-bottom
|
|
|
57191
57191
|
}, Zve = ({ icon: e, title: t, description: n, cardCount: r = 3, className: i, ...a }) => {
|
|
57192
57192
|
let o = r === 3;
|
|
57193
57193
|
return /* @__PURE__ */ D("div", {
|
|
57194
|
-
className: H("rounded-500 border-misc-border flex flex-col gap-4 border p-6", o ? "sm:flex-row sm:gap-6 lg:min-h-[360px] lg:flex-col lg:gap-
|
|
57194
|
+
className: H("rounded-500 border-misc-border flex flex-col gap-4 border p-6", o ? "sm:flex-row sm:gap-6 lg:min-h-[360px] lg:flex-col lg:gap-8" : "sm:min-h-[360px] sm:gap-8", i),
|
|
57195
57195
|
...a,
|
|
57196
57196
|
children: [/* @__PURE__ */ E("div", {
|
|
57197
57197
|
className: "relative size-12 shrink-0",
|
|
57198
57198
|
children: e
|
|
57199
57199
|
}), /* @__PURE__ */ D("div", {
|
|
57200
|
-
className:
|
|
57200
|
+
className: "flex flex-col gap-4 sm:flex-1",
|
|
57201
57201
|
children: [/* @__PURE__ */ E("h3", {
|
|
57202
57202
|
className: V("component-700 text-content-primary text-balance", o && "sm:max-w-[560px] lg:max-w-none"),
|
|
57203
57203
|
children: t
|