@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.
Files changed (75) hide show
  1. package/dist/hero-adaptable-product-grid.cjs +11 -8
  2. package/dist/hero-adaptable-product-grid.d.cts +1 -1
  3. package/dist/hero-adaptable-product-grid.d.ts +1 -1
  4. package/dist/hero-adaptable-product-grid.js +11 -8
  5. package/dist/hero-business-operations-mosaic.cjs +542 -22
  6. package/dist/hero-business-operations-mosaic.d.cts +20 -8
  7. package/dist/hero-business-operations-mosaic.d.ts +20 -8
  8. package/dist/hero-business-operations-mosaic.js +542 -19
  9. package/dist/hero-centered-gradient-cta.cjs +3 -3
  10. package/dist/hero-centered-gradient-cta.js +3 -3
  11. package/dist/hero-community-survey-cta.cjs +3 -2
  12. package/dist/hero-community-survey-cta.js +3 -2
  13. package/dist/hero-conversion-video-play.cjs +1 -1
  14. package/dist/hero-conversion-video-play.js +1 -1
  15. package/dist/hero-crm-streamlined.cjs +4 -4
  16. package/dist/hero-crm-streamlined.js +4 -4
  17. package/dist/hero-design-showcase-logos.cjs +4 -1
  18. package/dist/hero-design-showcase-logos.js +4 -1
  19. package/dist/hero-design-system-3d.cjs +1 -1
  20. package/dist/hero-design-system-3d.js +1 -1
  21. package/dist/hero-feature-cards-grid.cjs +2 -2
  22. package/dist/hero-feature-cards-grid.js +2 -2
  23. package/dist/hero-fullscreen-background-image.cjs +4 -3
  24. package/dist/hero-fullscreen-background-image.js +4 -3
  25. package/dist/hero-fullscreen-logo-cta.cjs +7 -5
  26. package/dist/hero-fullscreen-logo-cta.js +7 -5
  27. package/dist/hero-gradient-avatars-rating.cjs +3 -3
  28. package/dist/hero-gradient-avatars-rating.js +3 -3
  29. package/dist/hero-gradient-client-focused.cjs +2 -2
  30. package/dist/hero-gradient-client-focused.js +2 -2
  31. package/dist/hero-grid-pattern-solutions.cjs +2 -2
  32. package/dist/hero-grid-pattern-solutions.d.cts +1 -1
  33. package/dist/hero-grid-pattern-solutions.d.ts +1 -1
  34. package/dist/hero-grid-pattern-solutions.js +2 -2
  35. package/dist/hero-innovation-image-grid.cjs +48 -42
  36. package/dist/hero-innovation-image-grid.js +48 -42
  37. package/dist/hero-mental-health-team.cjs +633 -89
  38. package/dist/hero-mental-health-team.d.cts +26 -6
  39. package/dist/hero-mental-health-team.d.ts +26 -6
  40. package/dist/hero-mental-health-team.js +614 -85
  41. package/dist/hero-minimal-centered-dark.cjs +841 -807
  42. package/dist/hero-minimal-centered-dark.d.cts +1 -1
  43. package/dist/hero-minimal-centered-dark.d.ts +1 -1
  44. package/dist/hero-minimal-centered-dark.js +840 -806
  45. package/dist/hero-presentation-platform-video.cjs +8 -2
  46. package/dist/hero-presentation-platform-video.js +8 -2
  47. package/dist/hero-product-showcase-floating.cjs +715 -612
  48. package/dist/hero-product-showcase-floating.d.cts +5 -1
  49. package/dist/hero-product-showcase-floating.d.ts +5 -1
  50. package/dist/hero-product-showcase-floating.js +712 -609
  51. package/dist/hero-saas-dashboard-preview.cjs +82 -107
  52. package/dist/hero-saas-dashboard-preview.d.cts +1 -1
  53. package/dist/hero-saas-dashboard-preview.d.ts +1 -1
  54. package/dist/hero-saas-dashboard-preview.js +82 -107
  55. package/dist/hero-software-growth-video-dialog.cjs +5 -5
  56. package/dist/hero-software-growth-video-dialog.js +5 -5
  57. package/dist/hero-split-image-newsletter.cjs +41 -32
  58. package/dist/hero-split-image-newsletter.js +41 -32
  59. package/dist/hero-stats-social-proof.cjs +1 -1
  60. package/dist/hero-stats-social-proof.js +1 -1
  61. package/dist/hero-testimonial-image-grid.cjs +2 -2
  62. package/dist/hero-testimonial-image-grid.js +2 -2
  63. package/dist/hero-therapy-testimonial-grid.cjs +682 -638
  64. package/dist/hero-therapy-testimonial-grid.d.cts +5 -1
  65. package/dist/hero-therapy-testimonial-grid.d.ts +5 -1
  66. package/dist/hero-therapy-testimonial-grid.js +671 -627
  67. package/dist/hero-ui-library-showcase.cjs +51 -42
  68. package/dist/hero-ui-library-showcase.js +51 -42
  69. package/dist/hero-video-dialog-gradient.cjs +2 -2
  70. package/dist/hero-video-dialog-gradient.js +2 -2
  71. package/dist/hero-video-overlay-stars.cjs +7 -15
  72. package/dist/hero-video-overlay-stars.js +7 -15
  73. package/dist/registry.cjs +608 -438
  74. package/dist/registry.js +608 -438
  75. package/package.json +1 -1
@@ -954,48 +954,54 @@ function HeroInnovationImageGrid({
954
954
  patternOpacity,
955
955
  className,
956
956
  containerClassName,
957
- children: /* @__PURE__ */ jsx("div", { className: "relative", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 gap-22.5 lg:grid-cols-2", children: [
958
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-12", contentClassName), children: [
959
- /* @__PURE__ */ jsxs("div", { children: [
960
- heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
961
- "h1",
962
- {
963
- className: cn(
964
- "mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
965
- headingClassName
966
- ),
967
- children: heading
968
- }
969
- ) : /* @__PURE__ */ jsx(
970
- "h1",
971
- {
972
- className: cn(
973
- "mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
974
- headingClassName
975
- ),
976
- children: heading
977
- }
978
- )),
979
- description && (typeof description === "string" ? /* @__PURE__ */ jsx(
980
- "p",
981
- {
982
- className: cn(
983
- "text-lg text-balance",
984
- descriptionClassName
985
- ),
986
- children: description
987
- }
988
- ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description }))
989
- ] }),
990
- /* @__PURE__ */ jsx(
991
- BlockActions,
992
- {
993
- actions,
994
- actionsSlot,
995
- actionsClassName
996
- }
997
- )
998
- ] }) }),
957
+ children: /* @__PURE__ */ jsx("div", { className: "pt-10 md:pt-0", children: /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 gap-12 md:gap-22.5 lg:grid-cols-2", children: [
958
+ /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs(
959
+ "div",
960
+ {
961
+ className: cn("flex flex-col gap-2 md:gap-12", contentClassName),
962
+ children: [
963
+ /* @__PURE__ */ jsxs("div", { children: [
964
+ heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
965
+ "h1",
966
+ {
967
+ className: cn(
968
+ "mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
969
+ headingClassName
970
+ ),
971
+ children: heading
972
+ }
973
+ ) : /* @__PURE__ */ jsx(
974
+ "h1",
975
+ {
976
+ className: cn(
977
+ "mb-3 text-4xl font-bold md:text-5xl lg:text-6xl text-balance",
978
+ headingClassName
979
+ ),
980
+ children: heading
981
+ }
982
+ )),
983
+ description && (typeof description === "string" ? /* @__PURE__ */ jsx(
984
+ "p",
985
+ {
986
+ className: cn(
987
+ "text-lg text-balance",
988
+ descriptionClassName
989
+ ),
990
+ children: description
991
+ }
992
+ ) : /* @__PURE__ */ jsx("div", { className: descriptionClassName, children: description }))
993
+ ] }),
994
+ /* @__PURE__ */ jsx(
995
+ BlockActions,
996
+ {
997
+ actions,
998
+ actionsSlot,
999
+ actionsClassName
1000
+ }
1001
+ )
1002
+ ]
1003
+ }
1004
+ ) }),
999
1005
  renderImages
1000
1006
  ] }) })
1001
1007
  }