@opensite/ui 1.4.1 → 1.4.3

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 (55) hide show
  1. package/dist/components.cjs +28 -28
  2. package/dist/components.js +28 -28
  3. package/dist/footer-accordion-social.cjs +2 -1
  4. package/dist/footer-accordion-social.js +2 -1
  5. package/dist/footer-animated-social.cjs +2 -1
  6. package/dist/footer-animated-social.js +2 -1
  7. package/dist/footer-background-card.cjs +1 -1
  8. package/dist/footer-background-card.js +1 -1
  9. package/dist/footer-brand-description.cjs +6 -5
  10. package/dist/footer-brand-description.js +6 -5
  11. package/dist/footer-brand-links-contact.cjs +22 -28
  12. package/dist/footer-brand-links-contact.d.cts +5 -1
  13. package/dist/footer-brand-links-contact.d.ts +5 -1
  14. package/dist/footer-brand-links-contact.js +22 -28
  15. package/dist/footer-comprehensive-links.cjs +4 -3
  16. package/dist/footer-comprehensive-links.js +4 -3
  17. package/dist/footer-contact-card.cjs +2 -1
  18. package/dist/footer-contact-card.js +2 -1
  19. package/dist/footer-cta-banner.cjs +2 -1
  20. package/dist/footer-cta-banner.js +2 -1
  21. package/dist/footer-cta-social.cjs +2 -1
  22. package/dist/footer-cta-social.js +2 -1
  23. package/dist/footer-info-cards-accordion.cjs +2 -1
  24. package/dist/footer-info-cards-accordion.js +2 -1
  25. package/dist/footer-links-grid.cjs +4 -4
  26. package/dist/footer-links-grid.js +4 -4
  27. package/dist/footer-nav-social.cjs +2 -1
  28. package/dist/footer-nav-social.js +2 -1
  29. package/dist/footer-newsletter-contact.cjs +2 -1
  30. package/dist/footer-newsletter-contact.js +2 -1
  31. package/dist/footer-newsletter-grid.cjs +2 -1
  32. package/dist/footer-newsletter-grid.js +2 -1
  33. package/dist/footer-newsletter-minimal.cjs +2 -1
  34. package/dist/footer-newsletter-minimal.js +2 -1
  35. package/dist/footer-simple-centered.cjs +13 -16
  36. package/dist/footer-simple-centered.js +13 -16
  37. package/dist/footer-social-apps.cjs +9 -6
  38. package/dist/footer-social-apps.d.cts +5 -1
  39. package/dist/footer-social-apps.d.ts +5 -1
  40. package/dist/footer-social-apps.js +9 -6
  41. package/dist/footer-social-newsletter.cjs +2 -1
  42. package/dist/footer-social-newsletter.js +2 -1
  43. package/dist/footer-split-image-accordion.cjs +2 -1
  44. package/dist/footer-split-image-accordion.js +2 -1
  45. package/dist/index.cjs +28 -28
  46. package/dist/index.js +28 -28
  47. package/dist/navbar-fullscreen-menu.cjs +1 -0
  48. package/dist/navbar-fullscreen-menu.js +1 -0
  49. package/dist/navbar-transparent-overlay.cjs +1 -0
  50. package/dist/navbar-transparent-overlay.js +1 -0
  51. package/dist/registry.cjs +50 -57
  52. package/dist/registry.js +50 -57
  53. package/dist/social-link-icon.cjs +1 -0
  54. package/dist/social-link-icon.js +1 -0
  55. package/package.json +1 -1
@@ -1704,6 +1704,7 @@ var SocialLinkIcon = React4__namespace.forwardRef(
1704
1704
  Pressable,
1705
1705
  {
1706
1706
  ref,
1707
+ href,
1707
1708
  "aria-label": accessibleLabel,
1708
1709
  className: cn(
1709
1710
  "inline-flex items-center justify-center transition-colors",
@@ -2974,7 +2975,7 @@ function FooterCopyright({
2974
2975
  currentYear,
2975
2976
  " ",
2976
2977
  copyright,
2977
- ". All Rights Reserved."
2978
+ " All Rights Reserved."
2978
2979
  ] });
2979
2980
  }
2980
2981
  var brandAttributionOptions = [
@@ -3517,7 +3518,7 @@ function FooterLinksGrid({
3517
3518
  className: cn(className),
3518
3519
  containerClassName,
3519
3520
  children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
3520
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-4 md:gap-8 md:grid-cols-6", children: [
3521
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-8 md:grid-cols-6", children: [
3521
3522
  (logo || tagline) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex space-y-2 col-span-2 flex-col mb-6 md:mb-0 pr-0 md:pr-6", children: [
3522
3523
  logo && /* @__PURE__ */ jsxRuntime.jsx(
3523
3524
  FooterLogo,
@@ -3527,7 +3528,7 @@ function FooterLinksGrid({
3527
3528
  optixFlowConfig
3528
3529
  }
3529
3530
  ),
3530
- tagline && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-4 font-bold", children: tagline })
3531
+ tagline && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-4", children: tagline })
3531
3532
  ] }),
3532
3533
  menuItems && menuItems.length > 0 && menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
3533
3534
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
@@ -3547,7 +3548,7 @@ function FooterLinksGrid({
3547
3548
  }
3548
3549
  )
3549
3550
  ] }),
3550
- bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex gap-4", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "underline", children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
3551
+ bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "underline", children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
3551
3552
  ] })
3552
3553
  ] })
3553
3554
  }
@@ -3756,14 +3757,15 @@ function FooterSocialApps({
3756
3757
  appLabel,
3757
3758
  copyright,
3758
3759
  background,
3759
- spacing,
3760
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
3761
+ spacing = "py-6 md:py-32",
3760
3762
  pattern,
3761
3763
  patternOpacity,
3762
3764
  optixFlowConfig
3763
3765
  }) {
3764
3766
  const sectionsContent = React4.useMemo(() => {
3765
3767
  if (!sections || sections.length === 0) return null;
3766
- return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
3768
+ return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-8 md:mt-0", children: [
3767
3769
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
3768
3770
  /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-4", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { className: "font-medium ", children: /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: link.href, children: link.name }) }, linkIdx)) })
3769
3771
  ] }, sectionIdx));
@@ -3803,6 +3805,7 @@ function FooterSocialApps({
3803
3805
  pattern,
3804
3806
  patternOpacity,
3805
3807
  className: cn(className),
3808
+ containerClassName,
3806
3809
  children: /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
3807
3810
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col justify-between gap-10 lg:flex-row lg:gap-20", children: [
3808
3811
  logo && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -3810,12 +3813,12 @@ function FooterSocialApps({
3810
3813
  {
3811
3814
  logo,
3812
3815
  logoClassName: "flex items-center gap-2",
3813
- logoImageClassName: "h-10",
3816
+ logoImageClassName: "w-auto object-contain h-8 md:h-10",
3814
3817
  optixFlowConfig
3815
3818
  }
3816
3819
  ) }),
3817
- sections && sections.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid flex-1 gap-8 sm:grid-cols-2 md:grid-cols-3", children: sectionsContent }),
3818
- (socialLinks && socialLinks.length > 0 || appLinks && appLinks.length > 0) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-6", children: [
3820
+ sections && sections.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid flex-1 gap-4 md:gap-12 grid-cols-2 md:grid-cols-3", children: sectionsContent }),
3821
+ (socialLinks && socialLinks.length > 0 || appLinks && appLinks.length > 0) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-6 md:gap-12", children: [
3819
3822
  socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
3820
3823
  socialLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-3 font-bold", children: socialLabel }),
3821
3824
  /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex items-center gap-2", children: socialLinksContent })
@@ -3896,20 +3899,17 @@ function FooterSimpleCentered({
3896
3899
  ]);
3897
3900
  const bottomLinksContent = React4.useMemo(() => {
3898
3901
  if (!bottomLinks || bottomLinks.length === 0) return null;
3899
- return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsxs(React4__namespace.Fragment, { children: [
3900
- idx > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "opacity-70", children: "\u2022" }),
3901
- /* @__PURE__ */ jsxRuntime.jsx(
3902
- Pressable,
3903
- {
3904
- href: link.href,
3905
- className: cn(
3906
- "text-sm opacity-80 transition-colors hover:opacity-100",
3907
- bottomLinkClassName
3908
- ),
3909
- children: link.text
3910
- }
3911
- )
3912
- ] }, link.href));
3902
+ return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(React4__namespace.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
3903
+ Pressable,
3904
+ {
3905
+ href: link.href,
3906
+ className: cn(
3907
+ "text-sm opacity-80 transition-colors hover:opacity-100",
3908
+ bottomLinkClassName
3909
+ ),
3910
+ children: link.text
3911
+ }
3912
+ ) }, link.href));
3913
3913
  }, [bottomLinks, bottomLinkClassName]);
3914
3914
  return /* @__PURE__ */ jsxRuntime.jsx(
3915
3915
  Section,
@@ -3995,7 +3995,7 @@ function FooterSimpleCentered({
3995
3995
  "div",
3996
3996
  {
3997
3997
  className: cn(
3998
- "flex flex-col items-start gap-4 text-xs sm:text-sm md:flex-row lg:items-center",
3998
+ "pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center w-full md:w-fit",
3999
3999
  bottomLinksClassName
4000
4000
  ),
4001
4001
  children: bottomLinksContent
@@ -4087,7 +4087,7 @@ function FooterBrandDescription({
4087
4087
  "p",
4088
4088
  {
4089
4089
  className: cn(
4090
- "max-w-[70%] text-sm opacity-80",
4090
+ "max-w-full md:max-w-[70%] text-sm opacity-80",
4091
4091
  descriptionClassName
4092
4092
  ),
4093
4093
  children: description
@@ -4121,7 +4121,7 @@ function FooterBrandDescription({
4121
4121
  "div",
4122
4122
  {
4123
4123
  className: cn(
4124
- "grid w-full gap-6 md:grid-cols-3 lg:gap-20",
4124
+ "grid w-full gap-6 grid-cols-2 md:grid-cols-3 lg:gap-20",
4125
4125
  navGridClassName
4126
4126
  ),
4127
4127
  children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
@@ -4156,7 +4156,7 @@ function FooterBrandDescription({
4156
4156
  "div",
4157
4157
  {
4158
4158
  className: cn(
4159
- "mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
4159
+ "mt-8 flex flex-col justify-between gap-8 md:gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
4160
4160
  bottomClassName
4161
4161
  ),
4162
4162
  children: [
@@ -4185,7 +4185,7 @@ function FooterBrandDescription({
4185
4185
  "ul",
4186
4186
  {
4187
4187
  className: cn(
4188
- "order-1 flex flex-col gap-2 md:order-2 md:flex-row",
4188
+ "order-1 md:order-2 pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center",
4189
4189
  legalLinksClassName
4190
4190
  ),
4191
4191
  children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(
@@ -1681,6 +1681,7 @@ var SocialLinkIcon = React4.forwardRef(
1681
1681
  Pressable,
1682
1682
  {
1683
1683
  ref,
1684
+ href,
1684
1685
  "aria-label": accessibleLabel,
1685
1686
  className: cn(
1686
1687
  "inline-flex items-center justify-center transition-colors",
@@ -2951,7 +2952,7 @@ function FooterCopyright({
2951
2952
  currentYear,
2952
2953
  " ",
2953
2954
  copyright,
2954
- ". All Rights Reserved."
2955
+ " All Rights Reserved."
2955
2956
  ] });
2956
2957
  }
2957
2958
  var brandAttributionOptions = [
@@ -3494,7 +3495,7 @@ function FooterLinksGrid({
3494
3495
  className: cn(className),
3495
3496
  containerClassName,
3496
3497
  children: /* @__PURE__ */ jsxs("footer", { children: [
3497
- /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4 md:gap-8 md:grid-cols-6", children: [
3498
+ /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-8 md:grid-cols-6", children: [
3498
3499
  (logo || tagline) && /* @__PURE__ */ jsxs("div", { className: "flex space-y-2 col-span-2 flex-col mb-6 md:mb-0 pr-0 md:pr-6", children: [
3499
3500
  logo && /* @__PURE__ */ jsx(
3500
3501
  FooterLogo,
@@ -3504,7 +3505,7 @@ function FooterLinksGrid({
3504
3505
  optixFlowConfig
3505
3506
  }
3506
3507
  ),
3507
- tagline && /* @__PURE__ */ jsx("p", { className: "mt-4 font-bold", children: tagline })
3508
+ tagline && /* @__PURE__ */ jsx("p", { className: "mt-4", children: tagline })
3508
3509
  ] }),
3509
3510
  menuItems && menuItems.length > 0 && menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { children: [
3510
3511
  /* @__PURE__ */ jsx("h3", { className: "mb-4 font-bold", children: section.title }),
@@ -3524,7 +3525,7 @@ function FooterLinksGrid({
3524
3525
  }
3525
3526
  )
3526
3527
  ] }),
3527
- bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsx("ul", { className: "flex gap-4", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: "underline", children: /* @__PURE__ */ jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
3528
+ bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsx("ul", { className: "pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: "underline", children: /* @__PURE__ */ jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
3528
3529
  ] })
3529
3530
  ] })
3530
3531
  }
@@ -3733,14 +3734,15 @@ function FooterSocialApps({
3733
3734
  appLabel,
3734
3735
  copyright,
3735
3736
  background,
3736
- spacing,
3737
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
3738
+ spacing = "py-6 md:py-32",
3737
3739
  pattern,
3738
3740
  patternOpacity,
3739
3741
  optixFlowConfig
3740
3742
  }) {
3741
3743
  const sectionsContent = useMemo(() => {
3742
3744
  if (!sections || sections.length === 0) return null;
3743
- return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { children: [
3745
+ return sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: "mt-8 md:mt-0", children: [
3744
3746
  /* @__PURE__ */ jsx("h3", { className: "mb-4 font-bold", children: section.title }),
3745
3747
  /* @__PURE__ */ jsx("ul", { className: "space-y-4", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: "font-medium ", children: /* @__PURE__ */ jsx(Pressable, { href: link.href, children: link.name }) }, linkIdx)) })
3746
3748
  ] }, sectionIdx));
@@ -3780,6 +3782,7 @@ function FooterSocialApps({
3780
3782
  pattern,
3781
3783
  patternOpacity,
3782
3784
  className: cn(className),
3785
+ containerClassName,
3783
3786
  children: /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsxs("footer", { children: [
3784
3787
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col justify-between gap-10 lg:flex-row lg:gap-20", children: [
3785
3788
  logo && /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-6", children: /* @__PURE__ */ jsx(
@@ -3787,12 +3790,12 @@ function FooterSocialApps({
3787
3790
  {
3788
3791
  logo,
3789
3792
  logoClassName: "flex items-center gap-2",
3790
- logoImageClassName: "h-10",
3793
+ logoImageClassName: "w-auto object-contain h-8 md:h-10",
3791
3794
  optixFlowConfig
3792
3795
  }
3793
3796
  ) }),
3794
- sections && sections.length > 0 && /* @__PURE__ */ jsx("div", { className: "grid flex-1 gap-8 sm:grid-cols-2 md:grid-cols-3", children: sectionsContent }),
3795
- (socialLinks && socialLinks.length > 0 || appLinks && appLinks.length > 0) && /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-6", children: [
3797
+ sections && sections.length > 0 && /* @__PURE__ */ jsx("div", { className: "grid flex-1 gap-4 md:gap-12 grid-cols-2 md:grid-cols-3", children: sectionsContent }),
3798
+ (socialLinks && socialLinks.length > 0 || appLinks && appLinks.length > 0) && /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-6 md:gap-12", children: [
3796
3799
  socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsxs("div", { children: [
3797
3800
  socialLabel && /* @__PURE__ */ jsx("p", { className: "mb-3 font-bold", children: socialLabel }),
3798
3801
  /* @__PURE__ */ jsx("ul", { className: "flex items-center gap-2", children: socialLinksContent })
@@ -3873,20 +3876,17 @@ function FooterSimpleCentered({
3873
3876
  ]);
3874
3877
  const bottomLinksContent = useMemo(() => {
3875
3878
  if (!bottomLinks || bottomLinks.length === 0) return null;
3876
- return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxs(React4.Fragment, { children: [
3877
- idx > 0 && /* @__PURE__ */ jsx("span", { className: "opacity-70", children: "\u2022" }),
3878
- /* @__PURE__ */ jsx(
3879
- Pressable,
3880
- {
3881
- href: link.href,
3882
- className: cn(
3883
- "text-sm opacity-80 transition-colors hover:opacity-100",
3884
- bottomLinkClassName
3885
- ),
3886
- children: link.text
3887
- }
3888
- )
3889
- ] }, link.href));
3879
+ return bottomLinks.map((link, idx) => /* @__PURE__ */ jsx(React4.Fragment, { children: /* @__PURE__ */ jsx(
3880
+ Pressable,
3881
+ {
3882
+ href: link.href,
3883
+ className: cn(
3884
+ "text-sm opacity-80 transition-colors hover:opacity-100",
3885
+ bottomLinkClassName
3886
+ ),
3887
+ children: link.text
3888
+ }
3889
+ ) }, link.href));
3890
3890
  }, [bottomLinks, bottomLinkClassName]);
3891
3891
  return /* @__PURE__ */ jsx(
3892
3892
  Section,
@@ -3972,7 +3972,7 @@ function FooterSimpleCentered({
3972
3972
  "div",
3973
3973
  {
3974
3974
  className: cn(
3975
- "flex flex-col items-start gap-4 text-xs sm:text-sm md:flex-row lg:items-center",
3975
+ "pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center w-full md:w-fit",
3976
3976
  bottomLinksClassName
3977
3977
  ),
3978
3978
  children: bottomLinksContent
@@ -4064,7 +4064,7 @@ function FooterBrandDescription({
4064
4064
  "p",
4065
4065
  {
4066
4066
  className: cn(
4067
- "max-w-[70%] text-sm opacity-80",
4067
+ "max-w-full md:max-w-[70%] text-sm opacity-80",
4068
4068
  descriptionClassName
4069
4069
  ),
4070
4070
  children: description
@@ -4098,7 +4098,7 @@ function FooterBrandDescription({
4098
4098
  "div",
4099
4099
  {
4100
4100
  className: cn(
4101
- "grid w-full gap-6 md:grid-cols-3 lg:gap-20",
4101
+ "grid w-full gap-6 grid-cols-2 md:grid-cols-3 lg:gap-20",
4102
4102
  navGridClassName
4103
4103
  ),
4104
4104
  children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
@@ -4133,7 +4133,7 @@ function FooterBrandDescription({
4133
4133
  "div",
4134
4134
  {
4135
4135
  className: cn(
4136
- "mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
4136
+ "mt-8 flex flex-col justify-between gap-8 md:gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
4137
4137
  bottomClassName
4138
4138
  ),
4139
4139
  children: [
@@ -4162,7 +4162,7 @@ function FooterBrandDescription({
4162
4162
  "ul",
4163
4163
  {
4164
4164
  className: cn(
4165
- "order-1 flex flex-col gap-2 md:order-2 md:flex-row",
4165
+ "order-1 md:order-2 pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center",
4166
4166
  legalLinksClassName
4167
4167
  ),
4168
4168
  children: legalLinks.map((link, idx) => /* @__PURE__ */ jsx(
@@ -539,7 +539,7 @@ function FooterCopyright({
539
539
  currentYear,
540
540
  " ",
541
541
  copyright,
542
- ". All Rights Reserved."
542
+ " All Rights Reserved."
543
543
  ] });
544
544
  }
545
545
  var brandAttributionOptions = [
@@ -1714,6 +1714,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1714
1714
  Pressable,
1715
1715
  {
1716
1716
  ref,
1717
+ href,
1717
1718
  "aria-label": accessibleLabel,
1718
1719
  className: cn(
1719
1720
  "inline-flex items-center justify-center transition-colors",
@@ -518,7 +518,7 @@ function FooterCopyright({
518
518
  currentYear,
519
519
  " ",
520
520
  copyright,
521
- ". All Rights Reserved."
521
+ " All Rights Reserved."
522
522
  ] });
523
523
  }
524
524
  var brandAttributionOptions = [
@@ -1693,6 +1693,7 @@ var SocialLinkIcon = React.forwardRef(
1693
1693
  Pressable,
1694
1694
  {
1695
1695
  ref,
1696
+ href,
1696
1697
  "aria-label": accessibleLabel,
1697
1698
  className: cn(
1698
1699
  "inline-flex items-center justify-center transition-colors",
@@ -464,7 +464,7 @@ function FooterCopyright({
464
464
  currentYear,
465
465
  " ",
466
466
  copyright,
467
- ". All Rights Reserved."
467
+ " All Rights Reserved."
468
468
  ] });
469
469
  }
470
470
  var brandAttributionOptions = [
@@ -1145,6 +1145,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1145
1145
  Pressable,
1146
1146
  {
1147
1147
  ref,
1148
+ href,
1148
1149
  "aria-label": accessibleLabel,
1149
1150
  className: cn(
1150
1151
  "inline-flex items-center justify-center transition-colors",
@@ -443,7 +443,7 @@ function FooterCopyright({
443
443
  currentYear,
444
444
  " ",
445
445
  copyright,
446
- ". All Rights Reserved."
446
+ " All Rights Reserved."
447
447
  ] });
448
448
  }
449
449
  var brandAttributionOptions = [
@@ -1124,6 +1124,7 @@ var SocialLinkIcon = React.forwardRef(
1124
1124
  Pressable,
1125
1125
  {
1126
1126
  ref,
1127
+ href,
1127
1128
  "aria-label": accessibleLabel,
1128
1129
  className: cn(
1129
1130
  "inline-flex items-center justify-center transition-colors",
@@ -463,7 +463,7 @@ function FooterCopyright({
463
463
  currentYear,
464
464
  " ",
465
465
  copyright,
466
- ". All Rights Reserved."
466
+ " All Rights Reserved."
467
467
  ] });
468
468
  }
469
469
  var brandAttributionOptions = [
@@ -442,7 +442,7 @@ function FooterCopyright({
442
442
  currentYear,
443
443
  " ",
444
444
  copyright,
445
- ". All Rights Reserved."
445
+ " All Rights Reserved."
446
446
  ] });
447
447
  }
448
448
  var brandAttributionOptions = [
@@ -535,7 +535,7 @@ function FooterCopyright({
535
535
  currentYear,
536
536
  " ",
537
537
  copyright,
538
- ". All Rights Reserved."
538
+ " All Rights Reserved."
539
539
  ] });
540
540
  }
541
541
  var brandAttributionOptions = [
@@ -1591,6 +1591,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1591
1591
  Pressable,
1592
1592
  {
1593
1593
  ref,
1594
+ href,
1594
1595
  "aria-label": accessibleLabel,
1595
1596
  className: cn(
1596
1597
  "inline-flex items-center justify-center transition-colors",
@@ -1691,7 +1692,7 @@ function FooterBrandDescription({
1691
1692
  "p",
1692
1693
  {
1693
1694
  className: cn(
1694
- "max-w-[70%] text-sm opacity-80",
1695
+ "max-w-full md:max-w-[70%] text-sm opacity-80",
1695
1696
  descriptionClassName
1696
1697
  ),
1697
1698
  children: description
@@ -1725,7 +1726,7 @@ function FooterBrandDescription({
1725
1726
  "div",
1726
1727
  {
1727
1728
  className: cn(
1728
- "grid w-full gap-6 md:grid-cols-3 lg:gap-20",
1729
+ "grid w-full gap-6 grid-cols-2 md:grid-cols-3 lg:gap-20",
1729
1730
  navGridClassName
1730
1731
  ),
1731
1732
  children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
@@ -1760,7 +1761,7 @@ function FooterBrandDescription({
1760
1761
  "div",
1761
1762
  {
1762
1763
  className: cn(
1763
- "mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
1764
+ "mt-8 flex flex-col justify-between gap-8 md:gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
1764
1765
  bottomClassName
1765
1766
  ),
1766
1767
  children: [
@@ -1789,7 +1790,7 @@ function FooterBrandDescription({
1789
1790
  "ul",
1790
1791
  {
1791
1792
  className: cn(
1792
- "order-1 flex flex-col gap-2 md:order-2 md:flex-row",
1793
+ "order-1 md:order-2 pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center",
1793
1794
  legalLinksClassName
1794
1795
  ),
1795
1796
  children: legalLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(
@@ -514,7 +514,7 @@ function FooterCopyright({
514
514
  currentYear,
515
515
  " ",
516
516
  copyright,
517
- ". All Rights Reserved."
517
+ " All Rights Reserved."
518
518
  ] });
519
519
  }
520
520
  var brandAttributionOptions = [
@@ -1570,6 +1570,7 @@ var SocialLinkIcon = React.forwardRef(
1570
1570
  Pressable,
1571
1571
  {
1572
1572
  ref,
1573
+ href,
1573
1574
  "aria-label": accessibleLabel,
1574
1575
  className: cn(
1575
1576
  "inline-flex items-center justify-center transition-colors",
@@ -1670,7 +1671,7 @@ function FooterBrandDescription({
1670
1671
  "p",
1671
1672
  {
1672
1673
  className: cn(
1673
- "max-w-[70%] text-sm opacity-80",
1674
+ "max-w-full md:max-w-[70%] text-sm opacity-80",
1674
1675
  descriptionClassName
1675
1676
  ),
1676
1677
  children: description
@@ -1704,7 +1705,7 @@ function FooterBrandDescription({
1704
1705
  "div",
1705
1706
  {
1706
1707
  className: cn(
1707
- "grid w-full gap-6 md:grid-cols-3 lg:gap-20",
1708
+ "grid w-full gap-6 grid-cols-2 md:grid-cols-3 lg:gap-20",
1708
1709
  navGridClassName
1709
1710
  ),
1710
1711
  children: sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
@@ -1739,7 +1740,7 @@ function FooterBrandDescription({
1739
1740
  "div",
1740
1741
  {
1741
1742
  className: cn(
1742
- "mt-8 flex flex-col justify-between gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
1743
+ "mt-8 flex flex-col justify-between gap-8 md:gap-4 border-t py-8 text-xs font-medium opacity-70 md:flex-row md:items-center md:text-left",
1743
1744
  bottomClassName
1744
1745
  ),
1745
1746
  children: [
@@ -1768,7 +1769,7 @@ function FooterBrandDescription({
1768
1769
  "ul",
1769
1770
  {
1770
1771
  className: cn(
1771
- "order-1 flex flex-col gap-2 md:order-2 md:flex-row",
1772
+ "order-1 md:order-2 pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center",
1772
1773
  legalLinksClassName
1773
1774
  ),
1774
1775
  children: legalLinks.map((link, idx) => /* @__PURE__ */ jsx(
@@ -569,7 +569,7 @@ function FooterCopyright({
569
569
  currentYear,
570
570
  " ",
571
571
  copyright,
572
- ". All Rights Reserved."
572
+ " All Rights Reserved."
573
573
  ] });
574
574
  }
575
575
  var brandAttributionOptions = [
@@ -1145,6 +1145,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1145
1145
  Pressable,
1146
1146
  {
1147
1147
  ref,
1148
+ href,
1148
1149
  "aria-label": accessibleLabel,
1149
1150
  className: cn(
1150
1151
  "inline-flex items-center justify-center transition-colors",
@@ -1572,7 +1573,8 @@ function FooterBrandLinksContact({
1572
1573
  copyrightClassName,
1573
1574
  legalLinksClassName,
1574
1575
  background,
1575
- spacing,
1576
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
1577
+ spacing = "py-6 md:py-32",
1576
1578
  pattern,
1577
1579
  patternOpacity,
1578
1580
  optixFlowConfig
@@ -1647,7 +1649,7 @@ function FooterBrandLinksContact({
1647
1649
  idx
1648
1650
  ));
1649
1651
  }, [socialLinks, socialLinkClassName]);
1650
- return /* @__PURE__ */ jsxRuntime.jsx(
1652
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1651
1653
  Section,
1652
1654
  {
1653
1655
  background,
@@ -1655,7 +1657,22 @@ function FooterBrandLinksContact({
1655
1657
  pattern,
1656
1658
  patternOpacity,
1657
1659
  className: cn(className),
1658
- children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(contentClassName), children: [
1660
+ containerClassName,
1661
+ children: [
1662
+ (logoSrc || tagline || description) && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center flex-col mb-20", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-w-full md:max-w-md flex flex-col gap-4 items-center text-center text-balance", children: [
1663
+ logoSrc && /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: "/", className: "flex w-fit", children: /* @__PURE__ */ jsxRuntime.jsx(
1664
+ img.Img,
1665
+ {
1666
+ src: logoSrc,
1667
+ alt: logoAlt || "Logo",
1668
+ className: "h-auto md:h-24 w-40 max-w-lg md:w-auto object-contain",
1669
+ loading: "lazy",
1670
+ optixFlowConfig
1671
+ }
1672
+ ) }),
1673
+ tagline && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xl font-medium", children: tagline }),
1674
+ description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm leading-relaxed", children: description })
1675
+ ] }) }),
1659
1676
  /* @__PURE__ */ jsxRuntime.jsxs(
1660
1677
  "div",
1661
1678
  {
@@ -1664,29 +1681,6 @@ function FooterBrandLinksContact({
1664
1681
  gridClassName
1665
1682
  ),
1666
1683
  children: [
1667
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(brandClassName), children: [
1668
- logoSrc && /* @__PURE__ */ jsxRuntime.jsx(
1669
- img.Img,
1670
- {
1671
- src: logoSrc,
1672
- alt: logoAlt,
1673
- className: cn("mb-4 h-10 w-auto", logoClassName),
1674
- loading: "eager",
1675
- optixFlowConfig
1676
- }
1677
- ),
1678
- tagline && /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("mb-4 text-base", taglineClassName), children: tagline }),
1679
- description && /* @__PURE__ */ jsxRuntime.jsx(
1680
- "p",
1681
- {
1682
- className: cn(
1683
- "text-sm opacity-80",
1684
- descriptionClassName
1685
- ),
1686
- children: description
1687
- }
1688
- )
1689
- ] }),
1690
1684
  linkGroupsContent,
1691
1685
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(contactColumnClassName), children: [
1692
1686
  contactTitle && /* @__PURE__ */ jsxRuntime.jsx(
@@ -1764,7 +1758,7 @@ function FooterBrandLinksContact({
1764
1758
  ] })
1765
1759
  }
1766
1760
  )
1767
- ] })
1761
+ ]
1768
1762
  }
1769
1763
  );
1770
1764
  }
@@ -100,6 +100,10 @@ interface FooterBrandLinksContactProps {
100
100
  legalLinksClassName?: string;
101
101
  /** Section background variant */
102
102
  background?: SectionBackground;
103
+ /**
104
+ * Additional CSS classes for the container
105
+ */
106
+ containerClassName?: string;
103
107
  /** Section spacing variant */
104
108
  spacing?: SectionSpacing;
105
109
  /** Optional background pattern */
@@ -113,6 +117,6 @@ interface FooterBrandLinksContactProps {
113
117
  * FooterBrandLinksContact - Multi-column footer with brand summary,
114
118
  * link groups, contact details, and social icons plus a legal bar.
115
119
  */
116
- declare function FooterBrandLinksContact({ logoSrc, logoAlt, tagline, description, linkGroups, contactItems, socialLinks, legalLinks, copyright, contactTitle, socialTitle, className, contentClassName, gridClassName, brandClassName, logoClassName, taglineClassName, descriptionClassName, linkGroupClassName, linkGroupTitleClassName, linkListClassName, linkItemClassName, contactColumnClassName, contactItemClassName, socialSectionClassName, socialLinkClassName, bottomBarClassName, copyrightClassName, legalLinksClassName, background, spacing, pattern, patternOpacity, optixFlowConfig, }: FooterBrandLinksContactProps): React.JSX.Element;
120
+ declare function FooterBrandLinksContact({ logoSrc, logoAlt, tagline, description, linkGroups, contactItems, socialLinks, legalLinks, copyright, contactTitle, socialTitle, className, contentClassName, gridClassName, brandClassName, logoClassName, taglineClassName, descriptionClassName, linkGroupClassName, linkGroupTitleClassName, linkListClassName, linkItemClassName, contactColumnClassName, contactItemClassName, socialSectionClassName, socialLinkClassName, bottomBarClassName, copyrightClassName, legalLinksClassName, background, containerClassName, spacing, pattern, patternOpacity, optixFlowConfig, }: FooterBrandLinksContactProps): React.JSX.Element;
117
121
 
118
122
  export { FooterBrandLinksContact, type FooterBrandLinksContactProps };
@@ -100,6 +100,10 @@ interface FooterBrandLinksContactProps {
100
100
  legalLinksClassName?: string;
101
101
  /** Section background variant */
102
102
  background?: SectionBackground;
103
+ /**
104
+ * Additional CSS classes for the container
105
+ */
106
+ containerClassName?: string;
103
107
  /** Section spacing variant */
104
108
  spacing?: SectionSpacing;
105
109
  /** Optional background pattern */
@@ -113,6 +117,6 @@ interface FooterBrandLinksContactProps {
113
117
  * FooterBrandLinksContact - Multi-column footer with brand summary,
114
118
  * link groups, contact details, and social icons plus a legal bar.
115
119
  */
116
- declare function FooterBrandLinksContact({ logoSrc, logoAlt, tagline, description, linkGroups, contactItems, socialLinks, legalLinks, copyright, contactTitle, socialTitle, className, contentClassName, gridClassName, brandClassName, logoClassName, taglineClassName, descriptionClassName, linkGroupClassName, linkGroupTitleClassName, linkListClassName, linkItemClassName, contactColumnClassName, contactItemClassName, socialSectionClassName, socialLinkClassName, bottomBarClassName, copyrightClassName, legalLinksClassName, background, spacing, pattern, patternOpacity, optixFlowConfig, }: FooterBrandLinksContactProps): React.JSX.Element;
120
+ declare function FooterBrandLinksContact({ logoSrc, logoAlt, tagline, description, linkGroups, contactItems, socialLinks, legalLinks, copyright, contactTitle, socialTitle, className, contentClassName, gridClassName, brandClassName, logoClassName, taglineClassName, descriptionClassName, linkGroupClassName, linkGroupTitleClassName, linkListClassName, linkItemClassName, contactColumnClassName, contactItemClassName, socialSectionClassName, socialLinkClassName, bottomBarClassName, copyrightClassName, legalLinksClassName, background, containerClassName, spacing, pattern, patternOpacity, optixFlowConfig, }: FooterBrandLinksContactProps): React.JSX.Element;
117
121
 
118
122
  export { FooterBrandLinksContact, type FooterBrandLinksContactProps };