@photoroom/ui 0.1.184 → 0.1.186
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/BentoBlock/BentoBlock.d.ts +3 -3
- package/components/website/BentoBlock/BentoBlock.d.ts.map +1 -1
- package/components/website/EnterpriseGradeBlock/EnterpriseGradeBlock.d.ts +2 -2
- package/components/website/EnterpriseGradeBlock/EnterpriseGradeBlock.d.ts.map +1 -1
- package/components/website/FeaturesSpotlightBlock/FeaturesSpotlightBlock.d.ts +3 -3
- package/components/website/FeaturesSpotlightBlock/FeaturesSpotlightBlock.d.ts.map +1 -1
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightBlock.d.ts +3 -3
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightBlock.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +5 -5
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -54580,7 +54580,7 @@ var Fge = ({ title: e, date: t, className: n }) => /* @__PURE__ */ D("div", {
|
|
|
54580
54580
|
]
|
|
54581
54581
|
})
|
|
54582
54582
|
})
|
|
54583
|
-
}), Vge = ({
|
|
54583
|
+
}), Vge = ({ title: e, children: t, className: r, ...i }) => {
|
|
54584
54584
|
let a = n.toArray(t);
|
|
54585
54585
|
return /* @__PURE__ */ E("section", {
|
|
54586
54586
|
className: H("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", r),
|
|
@@ -54903,7 +54903,7 @@ var Gge = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ D("div", {
|
|
|
54903
54903
|
})]
|
|
54904
54904
|
})]
|
|
54905
54905
|
});
|
|
54906
|
-
}, t_e = ({ className: e,
|
|
54906
|
+
}, t_e = ({ className: e, title: t, children: n, cta: r, ...i }) => /* @__PURE__ */ E("section", {
|
|
54907
54907
|
className: H("pt-e700 pb-e1000 bg-black px-4 sm:px-6 md:px-8 xl:px-10", e),
|
|
54908
54908
|
...i,
|
|
54909
54909
|
children: /* @__PURE__ */ D("div", {
|
|
@@ -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",
|
|
@@ -55117,7 +55117,7 @@ var Gge = ({ titleBlock: e, children: t, ...n }) => /* @__PURE__ */ D("div", {
|
|
|
55117
55117
|
className: "body-light-500 text-content-secondary",
|
|
55118
55118
|
children: n
|
|
55119
55119
|
})]
|
|
55120
|
-
}), g_e = ({
|
|
55120
|
+
}), g_e = ({ title: e, children: t, className: r, ...i }) => {
|
|
55121
55121
|
let a = n.toArray(t);
|
|
55122
55122
|
return /* @__PURE__ */ E("section", {
|
|
55123
55123
|
className: H("pt-e700 pb-e1000 w-full px-4 sm:px-6 md:px-8 xl:px-10", r),
|
|
@@ -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",
|