@photoroom/ui 0.1.88 → 0.1.89
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
|
@@ -53041,10 +53041,10 @@ var Yme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
53041
53041
|
})]
|
|
53042
53042
|
})]
|
|
53043
53043
|
}), $me = ({ titleBlock: e, children: t, className: n, ...r }) => /* @__PURE__ */ T("section", {
|
|
53044
|
-
className: H("
|
|
53044
|
+
className: H("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", n),
|
|
53045
53045
|
...r,
|
|
53046
53046
|
children: /* @__PURE__ */ E("div", {
|
|
53047
|
-
className: "gap-
|
|
53047
|
+
className: "gap-i600 mx-auto flex w-full max-w-[1200px] flex-col items-center",
|
|
53048
53048
|
children: [e, /* @__PURE__ */ T("div", {
|
|
53049
53049
|
className: "w-full max-w-[640px]",
|
|
53050
53050
|
children: t
|
|
@@ -53097,7 +53097,7 @@ var Yme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
53097
53097
|
role: "row",
|
|
53098
53098
|
children: [
|
|
53099
53099
|
/* @__PURE__ */ T("div", {
|
|
53100
|
-
className: "component-600 text-content-secondary flex-1 py-[13px] text-balance",
|
|
53100
|
+
className: "component-light-600 text-content-secondary flex-1 py-[13px] text-balance",
|
|
53101
53101
|
role: "rowheader",
|
|
53102
53102
|
children: e.featureName
|
|
53103
53103
|
}),
|
|
@@ -53740,14 +53740,14 @@ var v9 = {}, y9 = ({ variant: e, className: t, cssBackgroundColor: n, children:
|
|
|
53740
53740
|
let i = n?.slice(0, 8);
|
|
53741
53741
|
return /* @__PURE__ */ T("div", {
|
|
53742
53742
|
className: V("px-4 sm:px-6 md:px-8 xl:px-10", {
|
|
53743
|
-
"
|
|
53743
|
+
"pt-e400 pb-e600": e === "default",
|
|
53744
53744
|
"border-misc-border border-b py-6": e === "compact"
|
|
53745
53745
|
}),
|
|
53746
53746
|
...r,
|
|
53747
53747
|
children: /* @__PURE__ */ E("div", {
|
|
53748
53748
|
className: "flex flex-col items-center gap-4 sm:gap-6",
|
|
53749
53749
|
children: [t && /* @__PURE__ */ T("div", {
|
|
53750
|
-
className: V("
|
|
53750
|
+
className: V("component-600 text-content-secondary max-w-[640px] text-center", { "sr-only": e === "compact" }),
|
|
53751
53751
|
children: t
|
|
53752
53752
|
}), !!i?.length && /* @__PURE__ */ T("div", {
|
|
53753
53753
|
className: V("mx-auto flex justify-center gap-2 lg:max-w-[1200px] lg:flex-nowrap", {
|
|
@@ -53847,10 +53847,10 @@ var v9 = {}, y9 = ({ variant: e, className: t, cssBackgroundColor: n, children:
|
|
|
53847
53847
|
});
|
|
53848
53848
|
}, Nhe = ({ containerId: e, title: t, helpText: n, url: r, visibleOnMobile: i, ...a }) => /* @__PURE__ */ E("div", {
|
|
53849
53849
|
id: e,
|
|
53850
|
-
className: V("
|
|
53850
|
+
className: V("pt-e700 pb-e1000 w-full bg-neutral-50 px-4 xl:px-10", !i && "hidden lg:block"),
|
|
53851
53851
|
...a,
|
|
53852
53852
|
children: [/* @__PURE__ */ E("div", {
|
|
53853
|
-
className: "gap-
|
|
53853
|
+
className: "gap-i600 flex flex-col justify-center",
|
|
53854
53854
|
children: [t, /* @__PURE__ */ T("div", {
|
|
53855
53855
|
className: V("mx-auto h-[720px] w-full max-w-[1200px]", "rounded-500 overflow-hidden border"),
|
|
53856
53856
|
children: /* @__PURE__ */ T("iframe", {
|
|
@@ -54850,7 +54850,7 @@ var sge = Object.assign(L9, {
|
|
|
54850
54850
|
})]
|
|
54851
54851
|
});
|
|
54852
54852
|
}, z9 = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ T("section", {
|
|
54853
|
-
className: "
|
|
54853
|
+
className: "pt-e400 pb-e600 mx-auto max-w-[1200px] px-4 sm:px-6 md:px-8 xl:px-10",
|
|
54854
54854
|
...n,
|
|
54855
54855
|
children: /* @__PURE__ */ E("div", {
|
|
54856
54856
|
className: "gap-i200 flex flex-col",
|