@photoroom/ui 0.1.391 → 0.1.393
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/TestimonialSpotlightBlock/TestimonialSpotlightBlock.d.ts +3 -6
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightBlock.d.ts.map +1 -1
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightCard.d.ts +1 -3
- package/components/website/TestimonialSpotlightBlock/TestimonialSpotlightCard.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +3 -3
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -54070,15 +54070,15 @@ u9.displayName = "BlockBackground";
|
|
|
54070
54070
|
//#region src/components/website/BrandInsightBlock/BrandInsightBlock.tsx
|
|
54071
54071
|
var $be = ({ title: e, summary: r, snapshot: i, className: a, ...o }) => /* @__PURE__ */ n(u9, {
|
|
54072
54072
|
variant: "neutral-50",
|
|
54073
|
-
className: W("pt-e700 pb-e1000 gap-i600 flex flex-col items-center px-4 sm:px-6 md:px-8", a),
|
|
54073
|
+
className: W("pt-e700 pb-e1000 gap-i600 flex flex-col items-center px-4 sm:px-6 md:px-8 xl:px-10", a),
|
|
54074
54074
|
...o,
|
|
54075
54075
|
children: [e, /* @__PURE__ */ n("div", {
|
|
54076
|
-
className: "mx-auto flex w-full max-w-[1200px] flex-col items-start justify-between gap-
|
|
54076
|
+
className: "mx-auto flex w-full max-w-[1200px] flex-col items-start justify-between gap-12 sm:flex-row sm:gap-8 lg:gap-16",
|
|
54077
54077
|
children: [/* @__PURE__ */ t("div", {
|
|
54078
54078
|
className: "w-full min-w-0 flex-1 sm:max-w-[640px]",
|
|
54079
54079
|
children: r
|
|
54080
54080
|
}), /* @__PURE__ */ t("div", {
|
|
54081
|
-
className: "w-full sm:w-
|
|
54081
|
+
className: "w-full sm:w-60 sm:shrink-0 lg:w-72",
|
|
54082
54082
|
children: i
|
|
54083
54083
|
})]
|
|
54084
54084
|
})]
|