@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
@@ -548,7 +548,7 @@ function FooterCopyright({
548
548
  currentYear,
549
549
  " ",
550
550
  copyright,
551
- ". All Rights Reserved."
551
+ " All Rights Reserved."
552
552
  ] });
553
553
  }
554
554
  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",
@@ -1551,7 +1552,8 @@ function FooterBrandLinksContact({
1551
1552
  copyrightClassName,
1552
1553
  legalLinksClassName,
1553
1554
  background,
1554
- spacing,
1555
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
1556
+ spacing = "py-6 md:py-32",
1555
1557
  pattern,
1556
1558
  patternOpacity,
1557
1559
  optixFlowConfig
@@ -1626,7 +1628,7 @@ function FooterBrandLinksContact({
1626
1628
  idx
1627
1629
  ));
1628
1630
  }, [socialLinks, socialLinkClassName]);
1629
- return /* @__PURE__ */ jsx(
1631
+ return /* @__PURE__ */ jsxs(
1630
1632
  Section,
1631
1633
  {
1632
1634
  background,
@@ -1634,7 +1636,22 @@ function FooterBrandLinksContact({
1634
1636
  pattern,
1635
1637
  patternOpacity,
1636
1638
  className: cn(className),
1637
- children: /* @__PURE__ */ jsxs("div", { className: cn(contentClassName), children: [
1639
+ containerClassName,
1640
+ children: [
1641
+ (logoSrc || tagline || description) && /* @__PURE__ */ jsx("div", { className: "flex items-center flex-col mb-20", children: /* @__PURE__ */ jsxs("div", { className: "max-w-full md:max-w-md flex flex-col gap-4 items-center text-center text-balance", children: [
1642
+ logoSrc && /* @__PURE__ */ jsx(Pressable, { href: "/", className: "flex w-fit", children: /* @__PURE__ */ jsx(
1643
+ Img,
1644
+ {
1645
+ src: logoSrc,
1646
+ alt: logoAlt || "Logo",
1647
+ className: "h-auto md:h-24 w-40 max-w-lg md:w-auto object-contain",
1648
+ loading: "lazy",
1649
+ optixFlowConfig
1650
+ }
1651
+ ) }),
1652
+ tagline && /* @__PURE__ */ jsx("p", { className: "text-xl font-medium", children: tagline }),
1653
+ description && /* @__PURE__ */ jsx("p", { className: "text-sm leading-relaxed", children: description })
1654
+ ] }) }),
1638
1655
  /* @__PURE__ */ jsxs(
1639
1656
  "div",
1640
1657
  {
@@ -1643,29 +1660,6 @@ function FooterBrandLinksContact({
1643
1660
  gridClassName
1644
1661
  ),
1645
1662
  children: [
1646
- /* @__PURE__ */ jsxs("div", { className: cn(brandClassName), children: [
1647
- logoSrc && /* @__PURE__ */ jsx(
1648
- Img,
1649
- {
1650
- src: logoSrc,
1651
- alt: logoAlt,
1652
- className: cn("mb-4 h-10 w-auto", logoClassName),
1653
- loading: "eager",
1654
- optixFlowConfig
1655
- }
1656
- ),
1657
- tagline && /* @__PURE__ */ jsx("p", { className: cn("mb-4 text-base", taglineClassName), children: tagline }),
1658
- description && /* @__PURE__ */ jsx(
1659
- "p",
1660
- {
1661
- className: cn(
1662
- "text-sm opacity-80",
1663
- descriptionClassName
1664
- ),
1665
- children: description
1666
- }
1667
- )
1668
- ] }),
1669
1663
  linkGroupsContent,
1670
1664
  /* @__PURE__ */ jsxs("div", { className: cn(contactColumnClassName), children: [
1671
1665
  contactTitle && /* @__PURE__ */ jsx(
@@ -1743,7 +1737,7 @@ function FooterBrandLinksContact({
1743
1737
  ] })
1744
1738
  }
1745
1739
  )
1746
- ] })
1740
+ ]
1747
1741
  }
1748
1742
  );
1749
1743
  }
@@ -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",
@@ -1587,7 +1588,7 @@ function FooterComprehensiveLinks({
1587
1588
  summary && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm leading-relaxed", children: summary })
1588
1589
  ] }) }),
1589
1590
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 gap-10 lg:gap-12", children: [
1590
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-8 sm:grid-cols-2 lg:grid-cols-12", children: [
1591
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-12", children: [
1591
1592
  linkColumns && linkColumns.length > 0 && linkColumns.map((column) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "lg:col-span-2", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4", children: [
1592
1593
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-sm font-semibold", children: column.title }),
1593
1594
  /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex flex-col gap-2.5", children: column.links.map((link) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
@@ -1599,7 +1600,7 @@ function FooterComprehensiveLinks({
1599
1600
  }
1600
1601
  ) }, link.href)) })
1601
1602
  ] }) }, column.title)),
1602
- contact || (socialLinks?.length ?? 0) > 0 ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-12 col-span-2 lg:col-span-12 w-full", children: [
1603
+ contact || (socialLinks?.length ?? 0) > 0 ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-12 col-span-1 sm:col-span-2 lg:col-span-4", children: [
1603
1604
  contact ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4", children: [
1604
1605
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-sm font-semibold", children: "Contact" }),
1605
1606
  /* @__PURE__ */ jsxRuntime.jsxs("ul", { className: "flex flex-col gap-3", children: [
@@ -548,7 +548,7 @@ function FooterCopyright({
548
548
  currentYear,
549
549
  " ",
550
550
  copyright,
551
- ". All Rights Reserved."
551
+ " All Rights Reserved."
552
552
  ] });
553
553
  }
554
554
  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",
@@ -1566,7 +1567,7 @@ function FooterComprehensiveLinks({
1566
1567
  summary && /* @__PURE__ */ jsx("p", { className: "text-sm leading-relaxed", children: summary })
1567
1568
  ] }) }),
1568
1569
  /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 gap-10 lg:gap-12", children: [
1569
- /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-8 sm:grid-cols-2 lg:grid-cols-12", children: [
1570
+ /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-12", children: [
1570
1571
  linkColumns && linkColumns.length > 0 && linkColumns.map((column) => /* @__PURE__ */ jsx("div", { className: "lg:col-span-2", children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4", children: [
1571
1572
  /* @__PURE__ */ jsx("h3", { className: "text-sm font-semibold", children: column.title }),
1572
1573
  /* @__PURE__ */ jsx("ul", { className: "flex flex-col gap-2.5", children: column.links.map((link) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -1578,7 +1579,7 @@ function FooterComprehensiveLinks({
1578
1579
  }
1579
1580
  ) }, link.href)) })
1580
1581
  ] }) }, column.title)),
1581
- contact || (socialLinks?.length ?? 0) > 0 ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-12 col-span-2 lg:col-span-12 w-full", children: [
1582
+ contact || (socialLinks?.length ?? 0) > 0 ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-12 col-span-1 sm:col-span-2 lg:col-span-4", children: [
1582
1583
  contact ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4", children: [
1583
1584
  /* @__PURE__ */ jsx("h3", { className: "text-sm font-semibold", children: "Contact" }),
1584
1585
  /* @__PURE__ */ jsxs("ul", { className: "flex flex-col gap-3", children: [
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -150,7 +150,7 @@ function FooterCopyright({
150
150
  currentYear,
151
151
  " ",
152
152
  copyright,
153
- ". All Rights Reserved."
153
+ " All Rights Reserved."
154
154
  ] });
155
155
  }
156
156
  var brandAttributionOptions = [
@@ -1519,6 +1519,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1519
1519
  Pressable,
1520
1520
  {
1521
1521
  ref,
1522
+ href,
1522
1523
  "aria-label": accessibleLabel,
1523
1524
  className: cn(
1524
1525
  "inline-flex items-center justify-center transition-colors",
@@ -129,7 +129,7 @@ function FooterCopyright({
129
129
  currentYear,
130
130
  " ",
131
131
  copyright,
132
- ". All Rights Reserved."
132
+ " All Rights Reserved."
133
133
  ] });
134
134
  }
135
135
  var brandAttributionOptions = [
@@ -1498,6 +1498,7 @@ var SocialLinkIcon = React.forwardRef(
1498
1498
  Pressable,
1499
1499
  {
1500
1500
  ref,
1501
+ href,
1501
1502
  "aria-label": accessibleLabel,
1502
1503
  className: cn(
1503
1504
  "inline-flex items-center justify-center transition-colors",
@@ -537,7 +537,7 @@ function FooterCopyright({
537
537
  currentYear,
538
538
  " ",
539
539
  copyright,
540
- ". All Rights Reserved."
540
+ " All Rights Reserved."
541
541
  ] });
542
542
  }
543
543
  var brandAttributionOptions = [
@@ -1218,6 +1218,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1218
1218
  Pressable,
1219
1219
  {
1220
1220
  ref,
1221
+ href,
1221
1222
  "aria-label": accessibleLabel,
1222
1223
  className: cn(
1223
1224
  "inline-flex items-center justify-center transition-colors",
@@ -515,7 +515,7 @@ function FooterCopyright({
515
515
  currentYear,
516
516
  " ",
517
517
  copyright,
518
- ". All Rights Reserved."
518
+ " All Rights Reserved."
519
519
  ] });
520
520
  }
521
521
  var brandAttributionOptions = [
@@ -1196,6 +1196,7 @@ var SocialLinkIcon = React.forwardRef(
1196
1196
  Pressable,
1197
1197
  {
1198
1198
  ref,
1199
+ href,
1199
1200
  "aria-label": accessibleLabel,
1200
1201
  className: cn(
1201
1202
  "inline-flex items-center justify-center transition-colors",
@@ -534,7 +534,7 @@ function FooterCopyright({
534
534
  currentYear,
535
535
  " ",
536
536
  copyright,
537
- ". All Rights Reserved."
537
+ " All Rights Reserved."
538
538
  ] });
539
539
  }
540
540
  var brandAttributionOptions = [
@@ -1452,7 +1452,7 @@ function FooterLinksGrid({
1452
1452
  className: cn(className),
1453
1453
  containerClassName,
1454
1454
  children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
1455
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-4 md:gap-8 md:grid-cols-6", children: [
1455
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-8 md:grid-cols-6", children: [
1456
1456
  (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: [
1457
1457
  logo && /* @__PURE__ */ jsxRuntime.jsx(
1458
1458
  FooterLogo,
@@ -1462,7 +1462,7 @@ function FooterLinksGrid({
1462
1462
  optixFlowConfig
1463
1463
  }
1464
1464
  ),
1465
- tagline && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-4 font-bold", children: tagline })
1465
+ tagline && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-4", children: tagline })
1466
1466
  ] }),
1467
1467
  menuItems && menuItems.length > 0 && menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1468
1468
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-bold", children: section.title }),
@@ -1482,7 +1482,7 @@ function FooterLinksGrid({
1482
1482
  }
1483
1483
  )
1484
1484
  ] }),
1485
- 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)) })
1485
+ 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)) })
1486
1486
  ] })
1487
1487
  ] })
1488
1488
  }
@@ -513,7 +513,7 @@ function FooterCopyright({
513
513
  currentYear,
514
514
  " ",
515
515
  copyright,
516
- ". All Rights Reserved."
516
+ " All Rights Reserved."
517
517
  ] });
518
518
  }
519
519
  var brandAttributionOptions = [
@@ -1431,7 +1431,7 @@ function FooterLinksGrid({
1431
1431
  className: cn(className),
1432
1432
  containerClassName,
1433
1433
  children: /* @__PURE__ */ jsxs("footer", { children: [
1434
- /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4 md:gap-8 md:grid-cols-6", children: [
1434
+ /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-8 md:grid-cols-6", children: [
1435
1435
  (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: [
1436
1436
  logo && /* @__PURE__ */ jsx(
1437
1437
  FooterLogo,
@@ -1441,7 +1441,7 @@ function FooterLinksGrid({
1441
1441
  optixFlowConfig
1442
1442
  }
1443
1443
  ),
1444
- tagline && /* @__PURE__ */ jsx("p", { className: "mt-4 font-bold", children: tagline })
1444
+ tagline && /* @__PURE__ */ jsx("p", { className: "mt-4", children: tagline })
1445
1445
  ] }),
1446
1446
  menuItems && menuItems.length > 0 && menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { children: [
1447
1447
  /* @__PURE__ */ jsx("h3", { className: "mb-4 font-bold", children: section.title }),
@@ -1461,7 +1461,7 @@ function FooterLinksGrid({
1461
1461
  }
1462
1462
  )
1463
1463
  ] }),
1464
- 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)) })
1464
+ 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)) })
1465
1465
  ] })
1466
1466
  ] })
1467
1467
  }
@@ -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",
@@ -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",
@@ -541,7 +541,7 @@ function FooterCopyright({
541
541
  currentYear,
542
542
  " ",
543
543
  copyright,
544
- ". All Rights Reserved."
544
+ " All Rights Reserved."
545
545
  ] });
546
546
  }
547
547
  var brandAttributionOptions = [
@@ -1222,6 +1222,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1222
1222
  Pressable,
1223
1223
  {
1224
1224
  ref,
1225
+ href,
1225
1226
  "aria-label": accessibleLabel,
1226
1227
  className: cn(
1227
1228
  "inline-flex items-center justify-center transition-colors",
@@ -519,7 +519,7 @@ function FooterCopyright({
519
519
  currentYear,
520
520
  " ",
521
521
  copyright,
522
- ". All Rights Reserved."
522
+ " All Rights Reserved."
523
523
  ] });
524
524
  }
525
525
  var brandAttributionOptions = [
@@ -1200,6 +1200,7 @@ var SocialLinkIcon = React.forwardRef(
1200
1200
  Pressable,
1201
1201
  {
1202
1202
  ref,
1203
+ href,
1203
1204
  "aria-label": accessibleLabel,
1204
1205
  className: cn(
1205
1206
  "inline-flex items-center justify-center transition-colors",
@@ -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",
@@ -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",
@@ -155,7 +155,7 @@ function FooterCopyright({
155
155
  currentYear,
156
156
  " ",
157
157
  copyright,
158
- ". All Rights Reserved."
158
+ " All Rights Reserved."
159
159
  ] });
160
160
  }
161
161
  var brandAttributionOptions = [
@@ -1149,6 +1149,7 @@ var SocialLinkIcon = React__namespace.forwardRef(
1149
1149
  Pressable,
1150
1150
  {
1151
1151
  ref,
1152
+ href,
1152
1153
  "aria-label": accessibleLabel,
1153
1154
  className: cn(
1154
1155
  "inline-flex items-center justify-center transition-colors",
@@ -134,7 +134,7 @@ function FooterCopyright({
134
134
  currentYear,
135
135
  " ",
136
136
  copyright,
137
- ". All Rights Reserved."
137
+ " All Rights Reserved."
138
138
  ] });
139
139
  }
140
140
  var brandAttributionOptions = [
@@ -1128,6 +1128,7 @@ var SocialLinkIcon = React.forwardRef(
1128
1128
  Pressable,
1129
1129
  {
1130
1130
  ref,
1131
+ href,
1131
1132
  "aria-label": accessibleLabel,
1132
1133
  className: cn(
1133
1134
  "inline-flex items-center justify-center transition-colors",
@@ -534,7 +534,7 @@ function FooterCopyright({
534
534
  currentYear,
535
535
  " ",
536
536
  copyright,
537
- ". All Rights Reserved."
537
+ " All Rights Reserved."
538
538
  ] });
539
539
  }
540
540
  var brandAttributionOptions = [
@@ -1482,20 +1482,17 @@ function FooterSimpleCentered({
1482
1482
  ]);
1483
1483
  const bottomLinksContent = React.useMemo(() => {
1484
1484
  if (!bottomLinks || bottomLinks.length === 0) return null;
1485
- return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsxs(React__namespace.Fragment, { children: [
1486
- idx > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "opacity-70", children: "\u2022" }),
1487
- /* @__PURE__ */ jsxRuntime.jsx(
1488
- Pressable,
1489
- {
1490
- href: link.href,
1491
- className: cn(
1492
- "text-sm opacity-80 transition-colors hover:opacity-100",
1493
- bottomLinkClassName
1494
- ),
1495
- children: link.text
1496
- }
1497
- )
1498
- ] }, link.href));
1485
+ return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx(React__namespace.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(
1486
+ Pressable,
1487
+ {
1488
+ href: link.href,
1489
+ className: cn(
1490
+ "text-sm opacity-80 transition-colors hover:opacity-100",
1491
+ bottomLinkClassName
1492
+ ),
1493
+ children: link.text
1494
+ }
1495
+ ) }, link.href));
1499
1496
  }, [bottomLinks, bottomLinkClassName]);
1500
1497
  return /* @__PURE__ */ jsxRuntime.jsx(
1501
1498
  Section,
@@ -1581,7 +1578,7 @@ function FooterSimpleCentered({
1581
1578
  "div",
1582
1579
  {
1583
1580
  className: cn(
1584
- "flex flex-col items-start gap-4 text-xs sm:text-sm md:flex-row lg:items-center",
1581
+ "pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center w-full md:w-fit",
1585
1582
  bottomLinksClassName
1586
1583
  ),
1587
1584
  children: bottomLinksContent
@@ -513,7 +513,7 @@ function FooterCopyright({
513
513
  currentYear,
514
514
  " ",
515
515
  copyright,
516
- ". All Rights Reserved."
516
+ " All Rights Reserved."
517
517
  ] });
518
518
  }
519
519
  var brandAttributionOptions = [
@@ -1461,20 +1461,17 @@ function FooterSimpleCentered({
1461
1461
  ]);
1462
1462
  const bottomLinksContent = useMemo(() => {
1463
1463
  if (!bottomLinks || bottomLinks.length === 0) return null;
1464
- return bottomLinks.map((link, idx) => /* @__PURE__ */ jsxs(React.Fragment, { children: [
1465
- idx > 0 && /* @__PURE__ */ jsx("span", { className: "opacity-70", children: "\u2022" }),
1466
- /* @__PURE__ */ jsx(
1467
- Pressable,
1468
- {
1469
- href: link.href,
1470
- className: cn(
1471
- "text-sm opacity-80 transition-colors hover:opacity-100",
1472
- bottomLinkClassName
1473
- ),
1474
- children: link.text
1475
- }
1476
- )
1477
- ] }, link.href));
1464
+ return bottomLinks.map((link, idx) => /* @__PURE__ */ jsx(React.Fragment, { children: /* @__PURE__ */ jsx(
1465
+ Pressable,
1466
+ {
1467
+ href: link.href,
1468
+ className: cn(
1469
+ "text-sm opacity-80 transition-colors hover:opacity-100",
1470
+ bottomLinkClassName
1471
+ ),
1472
+ children: link.text
1473
+ }
1474
+ ) }, link.href));
1478
1475
  }, [bottomLinks, bottomLinkClassName]);
1479
1476
  return /* @__PURE__ */ jsx(
1480
1477
  Section,
@@ -1560,7 +1557,7 @@ function FooterSimpleCentered({
1560
1557
  "div",
1561
1558
  {
1562
1559
  className: cn(
1563
- "flex flex-col items-start gap-4 text-xs sm:text-sm md:flex-row lg:items-center",
1560
+ "pt-4 md:pt-0 gap-4 grid md:flex grid-cols-2 items-center w-full md:w-fit",
1564
1561
  bottomLinksClassName
1565
1562
  ),
1566
1563
  children: bottomLinksContent