@opensite/ui 2.0.5 → 2.0.7
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/dist/hero-adaptable-product-grid.cjs +11 -8
- package/dist/hero-adaptable-product-grid.d.cts +1 -1
- package/dist/hero-adaptable-product-grid.d.ts +1 -1
- package/dist/hero-adaptable-product-grid.js +11 -8
- package/dist/hero-business-operations-mosaic.cjs +542 -22
- package/dist/hero-business-operations-mosaic.d.cts +20 -8
- package/dist/hero-business-operations-mosaic.d.ts +20 -8
- package/dist/hero-business-operations-mosaic.js +542 -19
- package/dist/hero-centered-gradient-cta.cjs +3 -3
- package/dist/hero-centered-gradient-cta.js +3 -3
- package/dist/hero-community-survey-cta.cjs +3 -2
- package/dist/hero-community-survey-cta.js +3 -2
- package/dist/hero-conversion-video-play.cjs +1 -1
- package/dist/hero-conversion-video-play.js +1 -1
- package/dist/hero-crm-streamlined.cjs +4 -4
- package/dist/hero-crm-streamlined.js +4 -4
- package/dist/hero-design-showcase-logos.cjs +4 -1
- package/dist/hero-design-showcase-logos.js +4 -1
- package/dist/hero-design-system-3d.cjs +1 -1
- package/dist/hero-design-system-3d.js +1 -1
- package/dist/hero-feature-cards-grid.cjs +2 -2
- package/dist/hero-feature-cards-grid.js +2 -2
- package/dist/hero-fullscreen-background-image.cjs +4 -3
- package/dist/hero-fullscreen-background-image.js +4 -3
- package/dist/hero-fullscreen-logo-cta.cjs +7 -5
- package/dist/hero-fullscreen-logo-cta.js +7 -5
- package/dist/hero-gradient-avatars-rating.cjs +3 -3
- package/dist/hero-gradient-avatars-rating.js +3 -3
- package/dist/hero-gradient-client-focused.cjs +2 -2
- package/dist/hero-gradient-client-focused.js +2 -2
- package/dist/hero-grid-pattern-solutions.cjs +2 -2
- package/dist/hero-grid-pattern-solutions.d.cts +1 -1
- package/dist/hero-grid-pattern-solutions.d.ts +1 -1
- package/dist/hero-grid-pattern-solutions.js +2 -2
- package/dist/hero-innovation-image-grid.cjs +48 -42
- package/dist/hero-innovation-image-grid.js +48 -42
- package/dist/hero-mental-health-team.cjs +633 -89
- package/dist/hero-mental-health-team.d.cts +26 -6
- package/dist/hero-mental-health-team.d.ts +26 -6
- package/dist/hero-mental-health-team.js +614 -85
- package/dist/hero-minimal-centered-dark.cjs +841 -807
- package/dist/hero-minimal-centered-dark.d.cts +1 -1
- package/dist/hero-minimal-centered-dark.d.ts +1 -1
- package/dist/hero-minimal-centered-dark.js +840 -806
- package/dist/hero-presentation-platform-video.cjs +8 -2
- package/dist/hero-presentation-platform-video.js +8 -2
- package/dist/hero-product-showcase-floating.cjs +715 -612
- package/dist/hero-product-showcase-floating.d.cts +5 -1
- package/dist/hero-product-showcase-floating.d.ts +5 -1
- package/dist/hero-product-showcase-floating.js +712 -609
- package/dist/hero-saas-dashboard-preview.cjs +82 -107
- package/dist/hero-saas-dashboard-preview.d.cts +1 -1
- package/dist/hero-saas-dashboard-preview.d.ts +1 -1
- package/dist/hero-saas-dashboard-preview.js +82 -107
- package/dist/hero-software-growth-video-dialog.cjs +5 -5
- package/dist/hero-software-growth-video-dialog.js +5 -5
- package/dist/hero-split-image-newsletter.cjs +41 -32
- package/dist/hero-split-image-newsletter.js +41 -32
- package/dist/hero-stats-social-proof.cjs +1 -1
- package/dist/hero-stats-social-proof.js +1 -1
- package/dist/hero-testimonial-image-grid.cjs +2 -2
- package/dist/hero-testimonial-image-grid.js +2 -2
- package/dist/hero-therapy-testimonial-grid.cjs +682 -638
- package/dist/hero-therapy-testimonial-grid.d.cts +5 -1
- package/dist/hero-therapy-testimonial-grid.d.ts +5 -1
- package/dist/hero-therapy-testimonial-grid.js +671 -627
- package/dist/hero-ui-library-showcase.cjs +51 -42
- package/dist/hero-ui-library-showcase.js +51 -42
- package/dist/hero-video-dialog-gradient.cjs +2 -2
- package/dist/hero-video-dialog-gradient.js +2 -2
- package/dist/hero-video-overlay-stars.cjs +7 -15
- package/dist/hero-video-overlay-stars.js +7 -15
- package/dist/registry.cjs +608 -438
- package/dist/registry.js +608 -438
- package/package.json +1 -1
|
@@ -896,38 +896,47 @@ function HeroSplitImageNewsletter({
|
|
|
896
896
|
className: cn("relative flex items-center justify-center", className),
|
|
897
897
|
containerClassName,
|
|
898
898
|
children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-10 lg:flex-row lg:gap-20", children: [
|
|
899
|
-
/* @__PURE__ */ jsxs(
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
),
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
899
|
+
/* @__PURE__ */ jsxs(
|
|
900
|
+
"div",
|
|
901
|
+
{
|
|
902
|
+
className: cn(
|
|
903
|
+
"flex flex-col gap-8 lg:w-1/2 pt-8 md:pt-0",
|
|
904
|
+
contentClassName
|
|
905
|
+
),
|
|
906
|
+
children: [
|
|
907
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
908
|
+
"h1",
|
|
909
|
+
{
|
|
910
|
+
className: cn(
|
|
911
|
+
"text-5xl font-bold md:text-6xl lg:text-7xl text-balance",
|
|
912
|
+
headingClassName
|
|
913
|
+
),
|
|
914
|
+
children: heading
|
|
915
|
+
}
|
|
916
|
+
) : /* @__PURE__ */ jsx(
|
|
917
|
+
"h1",
|
|
918
|
+
{
|
|
919
|
+
className: cn(
|
|
920
|
+
"text-5xl font-bold md:text-6xl lg:text-7xl text-balance",
|
|
921
|
+
headingClassName
|
|
922
|
+
),
|
|
923
|
+
children: heading
|
|
924
|
+
}
|
|
925
|
+
)),
|
|
926
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
927
|
+
"p",
|
|
928
|
+
{
|
|
929
|
+
className: cn(
|
|
930
|
+
"text-lg md:text-xl text-balance",
|
|
931
|
+
descriptionClassName
|
|
932
|
+
),
|
|
933
|
+
children: description
|
|
934
|
+
}
|
|
935
|
+
) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description })),
|
|
936
|
+
renderNewsletterForm
|
|
937
|
+
]
|
|
938
|
+
}
|
|
939
|
+
),
|
|
931
940
|
renderImage
|
|
932
941
|
] })
|
|
933
942
|
}
|
|
@@ -988,7 +988,7 @@ function HeroStatsSocialProof({
|
|
|
988
988
|
patternOpacity,
|
|
989
989
|
className,
|
|
990
990
|
containerClassName,
|
|
991
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
991
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid items-center gap-12 lg:grid-cols-2 lg:gap-20", children: [
|
|
992
992
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-4 md:gap-8", contentClassName), children: [
|
|
993
993
|
badge && /* @__PURE__ */ jsxRuntime.jsxs(Badge, { className: cn("px-4 py-2 gap-2", badgeClassName), children: [
|
|
994
994
|
badgeIcon,
|
|
@@ -967,7 +967,7 @@ function HeroStatsSocialProof({
|
|
|
967
967
|
patternOpacity,
|
|
968
968
|
className,
|
|
969
969
|
containerClassName,
|
|
970
|
-
children: /* @__PURE__ */ jsx("div", { className: "
|
|
970
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "grid items-center gap-12 lg:grid-cols-2 lg:gap-20", children: [
|
|
971
971
|
/* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-4 md:gap-8", contentClassName), children: [
|
|
972
972
|
badge && /* @__PURE__ */ jsxs(Badge, { className: cn("px-4 py-2 gap-2", badgeClassName), children: [
|
|
973
973
|
badgeIcon,
|
|
@@ -966,7 +966,7 @@ function HeroTestimonialImageGrid({
|
|
|
966
966
|
const renderTestimonial = React3.useMemo(() => {
|
|
967
967
|
if (testimonialSlot) return testimonialSlot;
|
|
968
968
|
if (!testimonial || !testimonial.avatars) return null;
|
|
969
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-3", children: [
|
|
969
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-3 pt-8", children: [
|
|
970
970
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex -space-x-2", children: testimonial.avatars.map((avatar, index) => /* @__PURE__ */ jsxRuntime.jsxs(Avatar, { className: "size-10 border-2 border-border", children: [
|
|
971
971
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarImage, { src: avatar.image, alt: testimonial.author }),
|
|
972
972
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarFallback, { children: avatar.fallback })
|
|
@@ -1016,7 +1016,7 @@ function HeroTestimonialImageGrid({
|
|
|
1016
1016
|
patternOpacity,
|
|
1017
1017
|
className,
|
|
1018
1018
|
containerClassName,
|
|
1019
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
1019
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-8 md:flex-row", children: [
|
|
1020
1020
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1", children: [
|
|
1021
1021
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 lg:gap-8", children: [
|
|
1022
1022
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -943,7 +943,7 @@ function HeroTestimonialImageGrid({
|
|
|
943
943
|
const renderTestimonial = useMemo(() => {
|
|
944
944
|
if (testimonialSlot) return testimonialSlot;
|
|
945
945
|
if (!testimonial || !testimonial.avatars) return null;
|
|
946
|
-
return /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-3", children: [
|
|
946
|
+
return /* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-3 pt-8", children: [
|
|
947
947
|
/* @__PURE__ */ jsx("div", { className: "flex -space-x-2", children: testimonial.avatars.map((avatar, index) => /* @__PURE__ */ jsxs(Avatar, { className: "size-10 border-2 border-border", children: [
|
|
948
948
|
/* @__PURE__ */ jsx(AvatarImage, { src: avatar.image, alt: testimonial.author }),
|
|
949
949
|
/* @__PURE__ */ jsx(AvatarFallback, { children: avatar.fallback })
|
|
@@ -993,7 +993,7 @@ function HeroTestimonialImageGrid({
|
|
|
993
993
|
patternOpacity,
|
|
994
994
|
className,
|
|
995
995
|
containerClassName,
|
|
996
|
-
children: /* @__PURE__ */ jsx("div", { className: "
|
|
996
|
+
children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-8 md:flex-row", children: [
|
|
997
997
|
/* @__PURE__ */ jsxs("div", { className: "flex-1", children: [
|
|
998
998
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4 lg:gap-8", children: [
|
|
999
999
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|