@photoroom/ui 0.1.133 → 0.1.135
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/ToolCard/ToolCard.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +4 -4
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -53990,7 +53990,7 @@ var Bhe = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
|
53990
53990
|
children: t
|
|
53991
53991
|
})]
|
|
53992
53992
|
}), Vhe = ({ items: e, titleBlock: t, ...n }) => /* @__PURE__ */ E("div", {
|
|
53993
|
-
className: H("gap-
|
|
53993
|
+
className: H("gap-i600 flex flex-col", "px-4 sm:px-6 md:px-8 xl:px-10", "pt-e600 pb-e500 sm:pt-e500"),
|
|
53994
53994
|
...n,
|
|
53995
53995
|
children: [t, /* @__PURE__ */ T("div", {
|
|
53996
53996
|
className: H("mx-auto w-full xl:max-w-[1200px]", "grid grid-cols-1 gap-x-6 gap-y-6", "sm:grid-cols-2 sm:gap-y-8", "lg:grid-cols-3 lg:gap-y-12", "xl:gap-y-16"),
|
|
@@ -56048,7 +56048,7 @@ var c_e = ({ titleBlock: e, content: t, ctaLabel: n, ctaLink: r, ...i }) => /* @
|
|
|
56048
56048
|
children: n
|
|
56049
56049
|
})]
|
|
56050
56050
|
}), r && /* @__PURE__ */ T("p", {
|
|
56051
|
-
className: "
|
|
56051
|
+
className: "component-light-500 text-content-secondary",
|
|
56052
56052
|
children: r
|
|
56053
56053
|
})]
|
|
56054
56054
|
})]
|
|
@@ -56072,11 +56072,11 @@ var h_e = ({ title: e, children: t, cta: n, image: r, ...i }) => {
|
|
|
56072
56072
|
className: "relative z-2 flex items-center justify-between gap-4 lg:max-w-[480px] lg:flex-col lg:items-start lg:gap-6",
|
|
56073
56073
|
children: [
|
|
56074
56074
|
/* @__PURE__ */ T("h3", {
|
|
56075
|
-
className: "heading-
|
|
56075
|
+
className: "heading-thin-700 text-content-primary sm:heading-thin-800",
|
|
56076
56076
|
children: e
|
|
56077
56077
|
}),
|
|
56078
56078
|
!!t && /* @__PURE__ */ T("div", {
|
|
56079
|
-
className: "body-600 text-content-secondary hidden lg:block",
|
|
56079
|
+
className: "body-light-600 text-content-secondary hidden lg:block",
|
|
56080
56080
|
children: t
|
|
56081
56081
|
}),
|
|
56082
56082
|
!!a && /* @__PURE__ */ T("div", {
|