@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
|
@@ -895,13 +895,13 @@ function HeroAdaptableProductGrid({
|
|
|
895
895
|
actions,
|
|
896
896
|
actionsSlot,
|
|
897
897
|
imageSrc,
|
|
898
|
-
imageAlt
|
|
898
|
+
imageAlt,
|
|
899
899
|
background,
|
|
900
|
-
|
|
900
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
901
|
+
spacing = "xl",
|
|
901
902
|
pattern,
|
|
902
903
|
patternOpacity,
|
|
903
904
|
className,
|
|
904
|
-
containerClassName,
|
|
905
905
|
headingClassName,
|
|
906
906
|
descriptionClassName,
|
|
907
907
|
contentClassName,
|
|
@@ -919,22 +919,22 @@ function HeroAdaptableProductGrid({
|
|
|
919
919
|
patternOpacity,
|
|
920
920
|
className,
|
|
921
921
|
containerClassName,
|
|
922
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "
|
|
922
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "pt-8 md:pt-0", children: [
|
|
923
923
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
924
924
|
"h1",
|
|
925
925
|
{
|
|
926
926
|
className: cn(
|
|
927
|
-
"text-5xl lg:text-7xl font-semibold text-
|
|
927
|
+
"text-5xl lg:text-7xl font-semibold text-pretty",
|
|
928
928
|
headingClassName
|
|
929
929
|
),
|
|
930
930
|
children: heading
|
|
931
931
|
}
|
|
932
932
|
) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: headingClassName, children: heading })),
|
|
933
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-
|
|
933
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-6 md:mt-24 grid gap-10 grid-cols-1 lg:grid-cols-2", children: [
|
|
934
934
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
935
935
|
"div",
|
|
936
936
|
{
|
|
937
|
-
className: cn("flex flex-col items-start gap-
|
|
937
|
+
className: cn("flex flex-col items-start gap-2", contentClassName),
|
|
938
938
|
children: [
|
|
939
939
|
description && (typeof description === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
940
940
|
"p",
|
|
@@ -969,7 +969,10 @@ function HeroAdaptableProductGrid({
|
|
|
969
969
|
{
|
|
970
970
|
src: imageSrc,
|
|
971
971
|
alt: imageAlt,
|
|
972
|
-
className: cn(
|
|
972
|
+
className: cn(
|
|
973
|
+
"max-h-[400px] w-full object-cover",
|
|
974
|
+
imageClassName
|
|
975
|
+
),
|
|
973
976
|
optixFlowConfig
|
|
974
977
|
}
|
|
975
978
|
)
|
|
@@ -84,6 +84,6 @@ interface HeroAdaptableProductGridProps {
|
|
|
84
84
|
*/
|
|
85
85
|
optixFlowConfig?: OptixFlowConfig;
|
|
86
86
|
}
|
|
87
|
-
declare function HeroAdaptableProductGrid({ heading, description, actions, actionsSlot, imageSrc, imageAlt, background, spacing, pattern, patternOpacity, className,
|
|
87
|
+
declare function HeroAdaptableProductGrid({ heading, description, actions, actionsSlot, imageSrc, imageAlt, background, containerClassName, spacing, pattern, patternOpacity, className, headingClassName, descriptionClassName, contentClassName, imageContainerClassName, imageClassName, actionsClassName, optixFlowConfig, }: HeroAdaptableProductGridProps): React.JSX.Element;
|
|
88
88
|
|
|
89
89
|
export { HeroAdaptableProductGrid, type HeroAdaptableProductGridProps };
|
|
@@ -84,6 +84,6 @@ interface HeroAdaptableProductGridProps {
|
|
|
84
84
|
*/
|
|
85
85
|
optixFlowConfig?: OptixFlowConfig;
|
|
86
86
|
}
|
|
87
|
-
declare function HeroAdaptableProductGrid({ heading, description, actions, actionsSlot, imageSrc, imageAlt, background, spacing, pattern, patternOpacity, className,
|
|
87
|
+
declare function HeroAdaptableProductGrid({ heading, description, actions, actionsSlot, imageSrc, imageAlt, background, containerClassName, spacing, pattern, patternOpacity, className, headingClassName, descriptionClassName, contentClassName, imageContainerClassName, imageClassName, actionsClassName, optixFlowConfig, }: HeroAdaptableProductGridProps): React.JSX.Element;
|
|
88
88
|
|
|
89
89
|
export { HeroAdaptableProductGrid, type HeroAdaptableProductGridProps };
|
|
@@ -874,13 +874,13 @@ function HeroAdaptableProductGrid({
|
|
|
874
874
|
actions,
|
|
875
875
|
actionsSlot,
|
|
876
876
|
imageSrc,
|
|
877
|
-
imageAlt
|
|
877
|
+
imageAlt,
|
|
878
878
|
background,
|
|
879
|
-
|
|
879
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
880
|
+
spacing = "xl",
|
|
880
881
|
pattern,
|
|
881
882
|
patternOpacity,
|
|
882
883
|
className,
|
|
883
|
-
containerClassName,
|
|
884
884
|
headingClassName,
|
|
885
885
|
descriptionClassName,
|
|
886
886
|
contentClassName,
|
|
@@ -898,22 +898,22 @@ function HeroAdaptableProductGrid({
|
|
|
898
898
|
patternOpacity,
|
|
899
899
|
className,
|
|
900
900
|
containerClassName,
|
|
901
|
-
children: /* @__PURE__ */ jsxs("div", { className: "
|
|
901
|
+
children: /* @__PURE__ */ jsxs("div", { className: "pt-8 md:pt-0", children: [
|
|
902
902
|
heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
|
|
903
903
|
"h1",
|
|
904
904
|
{
|
|
905
905
|
className: cn(
|
|
906
|
-
"text-5xl lg:text-7xl font-semibold text-
|
|
906
|
+
"text-5xl lg:text-7xl font-semibold text-pretty",
|
|
907
907
|
headingClassName
|
|
908
908
|
),
|
|
909
909
|
children: heading
|
|
910
910
|
}
|
|
911
911
|
) : /* @__PURE__ */ jsx("div", { className: headingClassName, children: heading })),
|
|
912
|
-
/* @__PURE__ */ jsxs("div", { className: "mt-
|
|
912
|
+
/* @__PURE__ */ jsxs("div", { className: "mt-6 md:mt-24 grid gap-10 grid-cols-1 lg:grid-cols-2", children: [
|
|
913
913
|
/* @__PURE__ */ jsxs(
|
|
914
914
|
"div",
|
|
915
915
|
{
|
|
916
|
-
className: cn("flex flex-col items-start gap-
|
|
916
|
+
className: cn("flex flex-col items-start gap-2", contentClassName),
|
|
917
917
|
children: [
|
|
918
918
|
description && (typeof description === "string" ? /* @__PURE__ */ jsx(
|
|
919
919
|
"p",
|
|
@@ -948,7 +948,10 @@ function HeroAdaptableProductGrid({
|
|
|
948
948
|
{
|
|
949
949
|
src: imageSrc,
|
|
950
950
|
alt: imageAlt,
|
|
951
|
-
className: cn(
|
|
951
|
+
className: cn(
|
|
952
|
+
"max-h-[400px] w-full object-cover",
|
|
953
|
+
imageClassName
|
|
954
|
+
),
|
|
952
955
|
optixFlowConfig
|
|
953
956
|
}
|
|
954
957
|
)
|