@photoroom/ui 0.1.87 → 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/components/website/ComparisonBlock/ComparisonBlock.d.ts.map +1 -1
- package/components/website/TagCloudBlock/TagCloudBlock.d.ts.map +1 -1
- package/components/website/TextContentBlock/TextContentCard.d.ts +2 -1
- package/components/website/TextContentBlock/TextContentCard.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +27 -24
- package/package.json +1 -1
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
|
}),
|
|
@@ -53219,11 +53219,11 @@ var Yme = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
53219
53219
|
})]
|
|
53220
53220
|
});
|
|
53221
53221
|
}, ihe = ({ title: e, content: t }) => /* @__PURE__ */ T("div", {
|
|
53222
|
-
className: "
|
|
53222
|
+
className: "pt-e700 pb-e1000 px-4 sm:px-6 md:px-8 xl:px-10",
|
|
53223
53223
|
children: /* @__PURE__ */ E("div", {
|
|
53224
|
-
className: "gap-
|
|
53224
|
+
className: "gap-i600 mx-auto flex max-w-[1200px] flex-col",
|
|
53225
53225
|
children: [e, /* @__PURE__ */ T("div", {
|
|
53226
|
-
className: V("body-500 rounded-500 bg-background-subdued p-4 sm:p-6", "columns-1 gap-6 sm:columns-2 lg:columns-3"),
|
|
53226
|
+
className: V("body-light-500 rounded-500 bg-background-subdued p-4 sm:p-6", "columns-1 gap-6 sm:columns-2 lg:columns-3"),
|
|
53227
53227
|
children: t
|
|
53228
53228
|
})]
|
|
53229
53229
|
})
|
|
@@ -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",
|
|
@@ -55014,25 +55014,28 @@ var _ge = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
55014
55014
|
});
|
|
55015
55015
|
}, bge = ({ titleBlock: e, cards: t, className: n, ...r }) => /* @__PURE__ */ E("section", {
|
|
55016
55016
|
...r,
|
|
55017
|
-
className: V("
|
|
55017
|
+
className: V("pt-e700 pb-e1000 px-4 sm:px-8", n),
|
|
55018
55018
|
children: [!!e && /* @__PURE__ */ T("div", {
|
|
55019
|
-
className: "pb-
|
|
55019
|
+
className: "pb-i600",
|
|
55020
55020
|
children: e
|
|
55021
55021
|
}), /* @__PURE__ */ T("div", {
|
|
55022
55022
|
className: "mx-auto flex max-w-[1200px] flex-col gap-6 lg:flex-row lg:justify-center",
|
|
55023
55023
|
children: t
|
|
55024
55024
|
})]
|
|
55025
|
-
}), xge = "cursor-pointer rounded-200 outline-hidden focus-visible:ring focus-visible:ring-misc-focus-indicator text-content-accent hover:text-content-accent-hover active:text-content-accent-down focus-visible:text-content-accent-hover".split(" ").map((e) => `[&_a]:${e}`).join(" "), Sge = ({
|
|
55026
|
-
|
|
55027
|
-
|
|
55028
|
-
|
|
55029
|
-
className: "
|
|
55030
|
-
children:
|
|
55031
|
-
|
|
55032
|
-
|
|
55033
|
-
|
|
55034
|
-
|
|
55035
|
-
|
|
55025
|
+
}), xge = "cursor-pointer rounded-200 outline-hidden focus-visible:ring focus-visible:ring-misc-focus-indicator text-content-accent hover:text-content-accent-hover active:text-content-accent-down focus-visible:text-content-accent-hover".split(" ").map((e) => `[&_a]:${e}`).join(" "), Sge = ({ type: e = "default", content: t, footer: n, className: r, ...i }) => {
|
|
55026
|
+
let a = e === "compact";
|
|
55027
|
+
return /* @__PURE__ */ E("div", {
|
|
55028
|
+
...i,
|
|
55029
|
+
className: H("rounded-500 bg-background-subdued text-content-secondary [&_strong]:body-semi-strong-700 [&_strong]:text-content-primary w-full lg:max-w-[512px]", a ? "px-6 pt-5 pb-6" : "px-8 pt-6 pb-8", r),
|
|
55030
|
+
children: [/* @__PURE__ */ T("div", {
|
|
55031
|
+
className: V("w-full max-w-[560px]", a ? "body-light-600" : "body-light-700"),
|
|
55032
|
+
children: t
|
|
55033
|
+
}), !!n && /* @__PURE__ */ T("div", {
|
|
55034
|
+
className: V("body-light-500 mt-6 w-full max-w-[560px]", xge),
|
|
55035
|
+
children: n
|
|
55036
|
+
})]
|
|
55037
|
+
});
|
|
55038
|
+
}, B9 = l(({ as: e = "a", icon: t, title: n, description: r, image: i, ...a }, o) => a.href ? /* @__PURE__ */ E(e, {
|
|
55036
55039
|
ref: o,
|
|
55037
55040
|
className: "group inline-flex w-full flex-col gap-3 outline-hidden",
|
|
55038
55041
|
...a,
|