@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
|
@@ -1092,7 +1092,7 @@ function HeroCommunitySurveyCta({
|
|
|
1092
1092
|
className,
|
|
1093
1093
|
containerClassName,
|
|
1094
1094
|
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative grid grid-cols-1 items-center gap-8 lg:grid-cols-2 lg:gap-12", children: [
|
|
1095
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8", children: [
|
|
1095
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8 pt-8 md:pt-0", children: [
|
|
1096
1096
|
renderAnnouncement,
|
|
1097
1097
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
1098
1098
|
"h1",
|
|
@@ -1119,7 +1119,8 @@ function HeroCommunitySurveyCta({
|
|
|
1119
1119
|
{
|
|
1120
1120
|
actions,
|
|
1121
1121
|
actionsClassName,
|
|
1122
|
-
actionsSlot
|
|
1122
|
+
actionsSlot,
|
|
1123
|
+
mobileConfig: { width: "full", position: "center" }
|
|
1123
1124
|
}
|
|
1124
1125
|
)
|
|
1125
1126
|
] }),
|
|
@@ -1071,7 +1071,7 @@ function HeroCommunitySurveyCta({
|
|
|
1071
1071
|
className,
|
|
1072
1072
|
containerClassName,
|
|
1073
1073
|
children: /* @__PURE__ */ jsxs("div", { className: "relative grid grid-cols-1 items-center gap-8 lg:grid-cols-2 lg:gap-12", children: [
|
|
1074
|
-
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8", children: [
|
|
1074
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col items-start gap-6 md:gap-8 pt-8 md:pt-0", children: [
|
|
1075
1075
|
renderAnnouncement,
|
|
1076
1076
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
1077
1077
|
"h1",
|
|
@@ -1098,7 +1098,8 @@ function HeroCommunitySurveyCta({
|
|
|
1098
1098
|
{
|
|
1099
1099
|
actions,
|
|
1100
1100
|
actionsClassName,
|
|
1101
|
-
actionsSlot
|
|
1101
|
+
actionsSlot,
|
|
1102
|
+
mobileConfig: { width: "full", position: "center" }
|
|
1102
1103
|
}
|
|
1103
1104
|
)
|
|
1104
1105
|
] }),
|
|
@@ -921,7 +921,7 @@ function HeroCrmStreamlined({
|
|
|
921
921
|
className,
|
|
922
922
|
containerClassName,
|
|
923
923
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center justify-between gap-10 md:flex-row", children: [
|
|
924
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-
|
|
924
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-14 md:mt-0 flex flex-col gap-2", children: [
|
|
925
925
|
tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
926
926
|
"p",
|
|
927
927
|
{
|
|
@@ -962,14 +962,14 @@ function HeroCrmStreamlined({
|
|
|
962
962
|
"div",
|
|
963
963
|
{
|
|
964
964
|
className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
|
|
965
|
-
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "aspect-square w-full overflow-hidden", children: [
|
|
965
|
+
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
|
|
966
966
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
967
967
|
img.Img,
|
|
968
968
|
{
|
|
969
969
|
src: image.src,
|
|
970
970
|
alt: image.alt,
|
|
971
971
|
className: cn(
|
|
972
|
-
"relative z-20 h-full w-full object-cover object-center
|
|
972
|
+
"relative z-20 h-full w-full object-cover object-center",
|
|
973
973
|
image.className
|
|
974
974
|
),
|
|
975
975
|
optixFlowConfig
|
|
@@ -979,7 +979,7 @@ function HeroCrmStreamlined({
|
|
|
979
979
|
"div",
|
|
980
980
|
{
|
|
981
981
|
className: cn(
|
|
982
|
-
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225"
|
|
982
|
+
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
|
|
983
983
|
)
|
|
984
984
|
}
|
|
985
985
|
)
|
|
@@ -900,7 +900,7 @@ function HeroCrmStreamlined({
|
|
|
900
900
|
className,
|
|
901
901
|
containerClassName,
|
|
902
902
|
children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center justify-between gap-10 md:flex-row", children: [
|
|
903
|
-
/* @__PURE__ */ jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxs("div", { className: "mt-
|
|
903
|
+
/* @__PURE__ */ jsx("div", { className: cn("basis-2/4", contentClassName), children: /* @__PURE__ */ jsxs("div", { className: "mt-14 md:mt-0 flex flex-col gap-2", children: [
|
|
904
904
|
tagline && (typeof tagline === "string" ? /* @__PURE__ */ jsx(
|
|
905
905
|
"p",
|
|
906
906
|
{
|
|
@@ -941,14 +941,14 @@ function HeroCrmStreamlined({
|
|
|
941
941
|
"div",
|
|
942
942
|
{
|
|
943
943
|
className: cn("relative basis-[42%] py-9 md:py-16", imageClassName),
|
|
944
|
-
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxs("div", { className: "aspect-square w-full overflow-hidden", children: [
|
|
944
|
+
children: imageSlot ? imageSlot : image ? /* @__PURE__ */ jsxs("div", { className: "aspect-square w-full overflow-hidden rounded-xl shadow-xl", children: [
|
|
945
945
|
/* @__PURE__ */ jsx(
|
|
946
946
|
Img,
|
|
947
947
|
{
|
|
948
948
|
src: image.src,
|
|
949
949
|
alt: image.alt,
|
|
950
950
|
className: cn(
|
|
951
|
-
"relative z-20 h-full w-full object-cover object-center
|
|
951
|
+
"relative z-20 h-full w-full object-cover object-center",
|
|
952
952
|
image.className
|
|
953
953
|
),
|
|
954
954
|
optixFlowConfig
|
|
@@ -958,7 +958,7 @@ function HeroCrmStreamlined({
|
|
|
958
958
|
"div",
|
|
959
959
|
{
|
|
960
960
|
className: cn(
|
|
961
|
-
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225"
|
|
961
|
+
"absolute top-0 left-25 z-10 bg-muted aspect-[1.378254211/1] h-full w-225 rounded-xl"
|
|
962
962
|
)
|
|
963
963
|
}
|
|
964
964
|
)
|
|
@@ -974,7 +974,10 @@ function HeroDesignShowcaseLogos({
|
|
|
974
974
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
975
975
|
"div",
|
|
976
976
|
{
|
|
977
|
-
className: cn(
|
|
977
|
+
className: cn(
|
|
978
|
+
"flex flex-col items-center gap-8 pt-8 md:pt-12",
|
|
979
|
+
contentClassName
|
|
980
|
+
),
|
|
978
981
|
children: [
|
|
979
982
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-[920px] flex-col items-center gap-6", children: [
|
|
980
983
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -953,7 +953,10 @@ function HeroDesignShowcaseLogos({
|
|
|
953
953
|
/* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs(
|
|
954
954
|
"div",
|
|
955
955
|
{
|
|
956
|
-
className: cn(
|
|
956
|
+
className: cn(
|
|
957
|
+
"flex flex-col items-center gap-8 pt-8 md:pt-12",
|
|
958
|
+
contentClassName
|
|
959
|
+
),
|
|
957
960
|
children: [
|
|
958
961
|
/* @__PURE__ */ jsxs("div", { className: "flex max-w-[920px] flex-col items-center gap-6", children: [
|
|
959
962
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
@@ -938,7 +938,7 @@ function HeroDesignSystem3d({
|
|
|
938
938
|
"div",
|
|
939
939
|
{
|
|
940
940
|
className: cn(
|
|
941
|
-
"relative mt-
|
|
941
|
+
"relative mt-8 aspect-[1.2/1] overflow-hidden sm:-right-[10%] sm:mt-16 sm:aspect-[2.788990826/1]",
|
|
942
942
|
imagesClassName
|
|
943
943
|
),
|
|
944
944
|
children: [
|
|
@@ -917,7 +917,7 @@ function HeroDesignSystem3d({
|
|
|
917
917
|
"div",
|
|
918
918
|
{
|
|
919
919
|
className: cn(
|
|
920
|
-
"relative mt-
|
|
920
|
+
"relative mt-8 aspect-[1.2/1] overflow-hidden sm:-right-[10%] sm:mt-16 sm:aspect-[2.788990826/1]",
|
|
921
921
|
imagesClassName
|
|
922
922
|
),
|
|
923
923
|
children: [
|
|
@@ -963,12 +963,12 @@ function HeroFeatureCardsGrid({
|
|
|
963
963
|
patternOpacity,
|
|
964
964
|
className,
|
|
965
965
|
containerClassName,
|
|
966
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
966
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
967
967
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
968
968
|
"div",
|
|
969
969
|
{
|
|
970
970
|
className: cn(
|
|
971
|
-
"mx-auto max-w-full md:max-w-3xl text-center",
|
|
971
|
+
"mx-auto max-w-full md:max-w-3xl text-center flex flex-col items-center",
|
|
972
972
|
contentClassName
|
|
973
973
|
),
|
|
974
974
|
children: [
|
|
@@ -942,12 +942,12 @@ function HeroFeatureCardsGrid({
|
|
|
942
942
|
patternOpacity,
|
|
943
943
|
className,
|
|
944
944
|
containerClassName,
|
|
945
|
-
children: /* @__PURE__ */ jsxs("div", { className: "
|
|
945
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-10 md:pt-0", children: [
|
|
946
946
|
/* @__PURE__ */ jsxs(
|
|
947
947
|
"div",
|
|
948
948
|
{
|
|
949
949
|
className: cn(
|
|
950
|
-
"mx-auto max-w-full md:max-w-3xl text-center",
|
|
950
|
+
"mx-auto max-w-full md:max-w-3xl text-center flex flex-col items-center",
|
|
951
951
|
contentClassName
|
|
952
952
|
),
|
|
953
953
|
children: [
|
|
@@ -901,7 +901,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
901
901
|
patternOpacity,
|
|
902
902
|
className,
|
|
903
903
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
904
|
-
contentClassName = "
|
|
904
|
+
contentClassName = "",
|
|
905
905
|
headingClassName,
|
|
906
906
|
descriptionClassName,
|
|
907
907
|
actionsClassName,
|
|
@@ -941,7 +941,8 @@ function HeroFullscreenBackgroundImage({
|
|
|
941
941
|
"div",
|
|
942
942
|
{
|
|
943
943
|
className: cn(
|
|
944
|
-
"
|
|
944
|
+
"flex flex-col gap-4 md:gap-6 px-6 pt-28 pb-6 md:pt-0 md:pb-0",
|
|
945
|
+
"relative z-30 m-auto max-w-full md:max-w-md flex-col items-center justify-center text-center",
|
|
945
946
|
contentClassName
|
|
946
947
|
),
|
|
947
948
|
children: [
|
|
@@ -949,7 +950,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
949
950
|
"h1",
|
|
950
951
|
{
|
|
951
952
|
className: cn(
|
|
952
|
-
"text-
|
|
953
|
+
"text-5xl md:text-6xl lg:text-7xl text-balance text-white text-shadow-2xl font-semibold",
|
|
953
954
|
headingClassName
|
|
954
955
|
),
|
|
955
956
|
children: heading
|
|
@@ -880,7 +880,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
880
880
|
patternOpacity,
|
|
881
881
|
className,
|
|
882
882
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
883
|
-
contentClassName = "
|
|
883
|
+
contentClassName = "",
|
|
884
884
|
headingClassName,
|
|
885
885
|
descriptionClassName,
|
|
886
886
|
actionsClassName,
|
|
@@ -920,7 +920,8 @@ function HeroFullscreenBackgroundImage({
|
|
|
920
920
|
"div",
|
|
921
921
|
{
|
|
922
922
|
className: cn(
|
|
923
|
-
"
|
|
923
|
+
"flex flex-col gap-4 md:gap-6 px-6 pt-28 pb-6 md:pt-0 md:pb-0",
|
|
924
|
+
"relative z-30 m-auto max-w-full md:max-w-md flex-col items-center justify-center text-center",
|
|
924
925
|
contentClassName
|
|
925
926
|
),
|
|
926
927
|
children: [
|
|
@@ -928,7 +929,7 @@ function HeroFullscreenBackgroundImage({
|
|
|
928
929
|
"h1",
|
|
929
930
|
{
|
|
930
931
|
className: cn(
|
|
931
|
-
"text-
|
|
932
|
+
"text-5xl md:text-6xl lg:text-7xl text-balance text-white text-shadow-2xl font-semibold",
|
|
932
933
|
headingClassName
|
|
933
934
|
),
|
|
934
935
|
children: heading
|
|
@@ -839,7 +839,7 @@ function HeroFullscreenLogoCta({
|
|
|
839
839
|
patternOpacity,
|
|
840
840
|
className,
|
|
841
841
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
842
|
-
contentClassName
|
|
842
|
+
contentClassName,
|
|
843
843
|
headingClassName,
|
|
844
844
|
descriptionClassName,
|
|
845
845
|
optixFlowConfig
|
|
@@ -909,18 +909,20 @@ function HeroFullscreenLogoCta({
|
|
|
909
909
|
"div",
|
|
910
910
|
{
|
|
911
911
|
className: cn(
|
|
912
|
-
"
|
|
912
|
+
"z-30 m-auto max-w-full items-start justify-center flex flex-col",
|
|
913
|
+
"relative gap-12 md:gap-6 px-5",
|
|
914
|
+
"pt-8 pb-6 md:pt-0 md:pb-0",
|
|
913
915
|
contentClassName
|
|
914
916
|
),
|
|
915
917
|
children: [
|
|
916
918
|
renderLogo,
|
|
917
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-end justify-between", children: [
|
|
919
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col md:flex-row items-start md:items-end justify-start md:justify-between gap-8", children: [
|
|
918
920
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex w-full flex-col gap-8 md:w-2/3"), children: [
|
|
919
921
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
920
922
|
"h1",
|
|
921
923
|
{
|
|
922
924
|
className: cn(
|
|
923
|
-
"text-
|
|
925
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
924
926
|
headingClassName
|
|
925
927
|
),
|
|
926
928
|
children: heading
|
|
@@ -929,7 +931,7 @@ function HeroFullscreenLogoCta({
|
|
|
929
931
|
"h1",
|
|
930
932
|
{
|
|
931
933
|
className: cn(
|
|
932
|
-
"text-
|
|
934
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
933
935
|
headingClassName
|
|
934
936
|
),
|
|
935
937
|
children: heading
|
|
@@ -818,7 +818,7 @@ function HeroFullscreenLogoCta({
|
|
|
818
818
|
patternOpacity,
|
|
819
819
|
className,
|
|
820
820
|
containerClassName = "px-0 sm:px-0 lg:px-0 max-w-full relative z-10 h-screen w-screen flex justify-center items-center",
|
|
821
|
-
contentClassName
|
|
821
|
+
contentClassName,
|
|
822
822
|
headingClassName,
|
|
823
823
|
descriptionClassName,
|
|
824
824
|
optixFlowConfig
|
|
@@ -888,18 +888,20 @@ function HeroFullscreenLogoCta({
|
|
|
888
888
|
"div",
|
|
889
889
|
{
|
|
890
890
|
className: cn(
|
|
891
|
-
"
|
|
891
|
+
"z-30 m-auto max-w-full items-start justify-center flex flex-col",
|
|
892
|
+
"relative gap-12 md:gap-6 px-5",
|
|
893
|
+
"pt-8 pb-6 md:pt-0 md:pb-0",
|
|
892
894
|
contentClassName
|
|
893
895
|
),
|
|
894
896
|
children: [
|
|
895
897
|
renderLogo,
|
|
896
|
-
/* @__PURE__ */ jsxs("div", { className: "flex items-end justify-between", children: [
|
|
898
|
+
/* @__PURE__ */ jsxs("div", { className: "flex flex-col md:flex-row items-start md:items-end justify-start md:justify-between gap-8", children: [
|
|
897
899
|
/* @__PURE__ */ jsxs("div", { className: cn("flex w-full flex-col gap-8 md:w-2/3"), children: [
|
|
898
900
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
899
901
|
"h1",
|
|
900
902
|
{
|
|
901
903
|
className: cn(
|
|
902
|
-
"text-
|
|
904
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
903
905
|
headingClassName
|
|
904
906
|
),
|
|
905
907
|
children: heading
|
|
@@ -908,7 +910,7 @@ function HeroFullscreenLogoCta({
|
|
|
908
910
|
"h1",
|
|
909
911
|
{
|
|
910
912
|
className: cn(
|
|
911
|
-
"text-
|
|
913
|
+
"text-5xl md:text-6xl lg:text-7xl",
|
|
912
914
|
headingClassName
|
|
913
915
|
),
|
|
914
916
|
children: heading
|
|
@@ -987,7 +987,7 @@ function HeroGradientAvatarsRating({
|
|
|
987
987
|
"div",
|
|
988
988
|
{
|
|
989
989
|
className: cn(
|
|
990
|
-
"grid items-center gap-
|
|
990
|
+
"grid items-center gap-4 md:gap-6 grid-cols-1 lg:grid-cols-2",
|
|
991
991
|
imagesClassName
|
|
992
992
|
),
|
|
993
993
|
children: [
|
|
@@ -1049,7 +1049,7 @@ function HeroGradientAvatarsRating({
|
|
|
1049
1049
|
"div",
|
|
1050
1050
|
{
|
|
1051
1051
|
className: cn(
|
|
1052
|
-
"flex flex-col items-center text-center lg:items-start lg:text-left",
|
|
1052
|
+
"flex flex-col items-center text-center lg:items-start lg:text-left pt-6 md:pt-0",
|
|
1053
1053
|
contentClassName
|
|
1054
1054
|
),
|
|
1055
1055
|
children: [
|
|
@@ -1057,7 +1057,7 @@ function HeroGradientAvatarsRating({
|
|
|
1057
1057
|
"h1",
|
|
1058
1058
|
{
|
|
1059
1059
|
className: cn(
|
|
1060
|
-
"text-4xl font-semibold
|
|
1060
|
+
"text-4xl font-semibold md:text-6xl lg:text-7xl text-balance leading-tight",
|
|
1061
1061
|
headingClassName
|
|
1062
1062
|
),
|
|
1063
1063
|
children: typeof heading === "string" ? heading : heading
|
|
@@ -965,7 +965,7 @@ function HeroGradientAvatarsRating({
|
|
|
965
965
|
"div",
|
|
966
966
|
{
|
|
967
967
|
className: cn(
|
|
968
|
-
"grid items-center gap-
|
|
968
|
+
"grid items-center gap-4 md:gap-6 grid-cols-1 lg:grid-cols-2",
|
|
969
969
|
imagesClassName
|
|
970
970
|
),
|
|
971
971
|
children: [
|
|
@@ -1027,7 +1027,7 @@ function HeroGradientAvatarsRating({
|
|
|
1027
1027
|
"div",
|
|
1028
1028
|
{
|
|
1029
1029
|
className: cn(
|
|
1030
|
-
"flex flex-col items-center text-center lg:items-start lg:text-left",
|
|
1030
|
+
"flex flex-col items-center text-center lg:items-start lg:text-left pt-6 md:pt-0",
|
|
1031
1031
|
contentClassName
|
|
1032
1032
|
),
|
|
1033
1033
|
children: [
|
|
@@ -1035,7 +1035,7 @@ function HeroGradientAvatarsRating({
|
|
|
1035
1035
|
"h1",
|
|
1036
1036
|
{
|
|
1037
1037
|
className: cn(
|
|
1038
|
-
"text-4xl font-semibold
|
|
1038
|
+
"text-4xl font-semibold md:text-6xl lg:text-7xl text-balance leading-tight",
|
|
1039
1039
|
headingClassName
|
|
1040
1040
|
),
|
|
1041
1041
|
children: typeof heading === "string" ? heading : heading
|
|
@@ -939,7 +939,7 @@ function HeroGradientClientFocused({
|
|
|
939
939
|
"h1",
|
|
940
940
|
{
|
|
941
941
|
className: cn(
|
|
942
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
942
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
943
943
|
headingClassName
|
|
944
944
|
),
|
|
945
945
|
children: heading
|
|
@@ -948,7 +948,7 @@ function HeroGradientClientFocused({
|
|
|
948
948
|
"h1",
|
|
949
949
|
{
|
|
950
950
|
className: cn(
|
|
951
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
951
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
952
952
|
headingClassName
|
|
953
953
|
),
|
|
954
954
|
children: heading
|
|
@@ -918,7 +918,7 @@ function HeroGradientClientFocused({
|
|
|
918
918
|
"h1",
|
|
919
919
|
{
|
|
920
920
|
className: cn(
|
|
921
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
921
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
922
922
|
headingClassName
|
|
923
923
|
),
|
|
924
924
|
children: heading
|
|
@@ -927,7 +927,7 @@ function HeroGradientClientFocused({
|
|
|
927
927
|
"h1",
|
|
928
928
|
{
|
|
929
929
|
className: cn(
|
|
930
|
-
"max-w-full md:max-w-md text-7xl font-semibold text-balance",
|
|
930
|
+
"max-w-full md:max-w-md text-5xl md:text-6xl lg:text-7xl font-semibold text-balance",
|
|
931
931
|
headingClassName
|
|
932
932
|
),
|
|
933
933
|
children: heading
|
|
@@ -939,11 +939,11 @@ function HeroGridPatternSolutions({
|
|
|
939
939
|
images,
|
|
940
940
|
imagesSlot,
|
|
941
941
|
background,
|
|
942
|
-
spacing = "pt-28 pb-8 md:pt-32 md:pb-32",
|
|
943
942
|
pattern,
|
|
944
943
|
patternOpacity,
|
|
945
944
|
className,
|
|
946
|
-
containerClassName = "
|
|
945
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
946
|
+
spacing = "xl",
|
|
947
947
|
contentClassName,
|
|
948
948
|
headingClassName,
|
|
949
949
|
descriptionClassName,
|
|
@@ -92,6 +92,6 @@ interface HeroGridPatternSolutionsProps {
|
|
|
92
92
|
*/
|
|
93
93
|
optixFlowConfig?: OptixFlowConfig;
|
|
94
94
|
}
|
|
95
|
-
declare function HeroGridPatternSolutions({ badgeText, badgeHref, badgeSlot, heading, description, actions, actionsSlot, images, imagesSlot, background,
|
|
95
|
+
declare function HeroGridPatternSolutions({ badgeText, badgeHref, badgeSlot, heading, description, actions, actionsSlot, images, imagesSlot, background, pattern, patternOpacity, className, containerClassName, spacing, contentClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroGridPatternSolutionsProps): React.JSX.Element;
|
|
96
96
|
|
|
97
97
|
export { HeroGridPatternSolutions, type HeroGridPatternSolutionsProps };
|
|
@@ -92,6 +92,6 @@ interface HeroGridPatternSolutionsProps {
|
|
|
92
92
|
*/
|
|
93
93
|
optixFlowConfig?: OptixFlowConfig;
|
|
94
94
|
}
|
|
95
|
-
declare function HeroGridPatternSolutions({ badgeText, badgeHref, badgeSlot, heading, description, actions, actionsSlot, images, imagesSlot, background,
|
|
95
|
+
declare function HeroGridPatternSolutions({ badgeText, badgeHref, badgeSlot, heading, description, actions, actionsSlot, images, imagesSlot, background, pattern, patternOpacity, className, containerClassName, spacing, contentClassName, headingClassName, descriptionClassName, actionsClassName, imagesClassName, optixFlowConfig, }: HeroGridPatternSolutionsProps): React.JSX.Element;
|
|
96
96
|
|
|
97
97
|
export { HeroGridPatternSolutions, type HeroGridPatternSolutionsProps };
|
|
@@ -918,11 +918,11 @@ function HeroGridPatternSolutions({
|
|
|
918
918
|
images,
|
|
919
919
|
imagesSlot,
|
|
920
920
|
background,
|
|
921
|
-
spacing = "pt-28 pb-8 md:pt-32 md:pb-32",
|
|
922
921
|
pattern,
|
|
923
922
|
patternOpacity,
|
|
924
923
|
className,
|
|
925
|
-
containerClassName = "
|
|
924
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
925
|
+
spacing = "xl",
|
|
926
926
|
contentClassName,
|
|
927
927
|
headingClassName,
|
|
928
928
|
descriptionClassName,
|
|
@@ -976,48 +976,54 @@ function HeroInnovationImageGrid({
|
|
|
976
976
|
patternOpacity,
|
|
977
977
|
className,
|
|
978
978
|
containerClassName,
|
|
979
|
-
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "
|
|
980
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
979
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 gap-12 md:gap-22.5 lg:grid-cols-2", children: [
|
|
980
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
981
|
+
"div",
|
|
982
|
+
{
|
|
983
|
+
className: cn("flex flex-col gap-2 md:gap-12", contentClassName),
|
|
984
|
+
children: [
|
|
985
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
986
|
+
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
987
|
+
"h1",
|
|
988
|
+
{
|
|
989
|
+
className: cn(
|
|
990
|
+
"mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
|
|
991
|
+
headingClassName
|
|
992
|
+
),
|
|
993
|
+
children: heading
|
|
994
|
+
}
|
|
995
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
996
|
+
"h1",
|
|
997
|
+
{
|
|
998
|
+
className: cn(
|
|
999
|
+
"mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
|
|
1000
|
+
headingClassName
|
|
1001
|
+
),
|
|
1002
|
+
children: heading
|
|
1003
|
+
}
|
|
1004
|
+
)),
|
|
1005
|
+
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
1006
|
+
"p",
|
|
1007
|
+
{
|
|
1008
|
+
className: cn(
|
|
1009
|
+
"text-lg text-balance",
|
|
1010
|
+
descriptionClassName
|
|
1011
|
+
),
|
|
1012
|
+
children: description
|
|
1013
|
+
}
|
|
1014
|
+
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: descriptionClassName, children: description }))
|
|
1015
|
+
] }),
|
|
1016
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1017
|
+
BlockActions,
|
|
1018
|
+
{
|
|
1019
|
+
actions,
|
|
1020
|
+
actionsSlot,
|
|
1021
|
+
actionsClassName
|
|
1022
|
+
}
|
|
1023
|
+
)
|
|
1024
|
+
]
|
|
1025
|
+
}
|
|
1026
|
+
) }),
|
|
1021
1027
|
renderImages
|
|
1022
1028
|
] }) })
|
|
1023
1029
|
}
|