@opensite/ui 1.4.0 → 1.4.1

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 (51) hide show
  1. package/dist/components.cjs +90 -90
  2. package/dist/components.js +90 -90
  3. package/dist/feature-bento-image-grid.cjs +219 -114
  4. package/dist/feature-bento-image-grid.js +219 -114
  5. package/dist/feature-icon-grid-bordered.cjs +1 -1
  6. package/dist/feature-icon-grid-bordered.js +1 -1
  7. package/dist/footer-accordion-social.cjs +6 -6
  8. package/dist/footer-accordion-social.js +6 -6
  9. package/dist/footer-animated-social.cjs +7 -7
  10. package/dist/footer-animated-social.js +7 -7
  11. package/dist/footer-background-card.cjs +13 -13
  12. package/dist/footer-background-card.js +13 -13
  13. package/dist/footer-brand-description.cjs +12 -10
  14. package/dist/footer-brand-description.d.cts +5 -1
  15. package/dist/footer-brand-description.d.ts +5 -1
  16. package/dist/footer-brand-description.js +12 -10
  17. package/dist/footer-brand-links-contact.cjs +9 -9
  18. package/dist/footer-brand-links-contact.js +9 -9
  19. package/dist/footer-comprehensive-links.cjs +1 -1
  20. package/dist/footer-comprehensive-links.js +1 -1
  21. package/dist/footer-contact-card.cjs +7 -39
  22. package/dist/footer-contact-card.js +7 -39
  23. package/dist/footer-cta-banner.cjs +10 -10
  24. package/dist/footer-cta-banner.js +10 -10
  25. package/dist/footer-cta-social.cjs +7 -7
  26. package/dist/footer-cta-social.js +7 -7
  27. package/dist/footer-info-cards-accordion.cjs +9 -9
  28. package/dist/footer-info-cards-accordion.js +9 -9
  29. package/dist/footer-links-grid.cjs +1 -1
  30. package/dist/footer-links-grid.js +1 -1
  31. package/dist/footer-nav-social.cjs +8 -8
  32. package/dist/footer-nav-social.js +8 -8
  33. package/dist/footer-newsletter-contact.cjs +5 -5
  34. package/dist/footer-newsletter-contact.js +5 -5
  35. package/dist/footer-newsletter-grid.cjs +9 -9
  36. package/dist/footer-newsletter-grid.js +9 -9
  37. package/dist/footer-newsletter-minimal.cjs +6 -6
  38. package/dist/footer-newsletter-minimal.js +6 -6
  39. package/dist/footer-simple-centered.cjs +6 -6
  40. package/dist/footer-simple-centered.js +6 -6
  41. package/dist/footer-social-apps.cjs +2 -2
  42. package/dist/footer-social-apps.js +2 -2
  43. package/dist/footer-social-newsletter.cjs +2 -2
  44. package/dist/footer-social-newsletter.js +2 -2
  45. package/dist/footer-split-image-accordion.cjs +6 -6
  46. package/dist/footer-split-image-accordion.js +6 -6
  47. package/dist/index.cjs +90 -90
  48. package/dist/index.js +90 -90
  49. package/dist/registry.cjs +346 -215
  50. package/dist/registry.js +346 -215
  51. package/package.json +1 -1
@@ -1782,7 +1782,7 @@ function FooterSocialNewsletter({
1782
1782
  "div",
1783
1783
  {
1784
1784
  className: cn(
1785
- "flex flex-col gap-2 text-muted-foreground md:flex-row md:items-center md:gap-4",
1785
+ "flex flex-col gap-2 opacity-80 md:flex-row md:items-center md:gap-4",
1786
1786
  copyrightClassName
1787
1787
  ),
1788
1788
  children: [
@@ -1793,7 +1793,7 @@ function FooterSocialNewsletter({
1793
1793
  internalBrandSlug: "open_site_ai",
1794
1794
  optionIndex: 7,
1795
1795
  variant: "span",
1796
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
1796
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
1797
1797
  }
1798
1798
  )
1799
1799
  ]
@@ -1761,7 +1761,7 @@ function FooterSocialNewsletter({
1761
1761
  "div",
1762
1762
  {
1763
1763
  className: cn(
1764
- "flex flex-col gap-2 text-muted-foreground md:flex-row md:items-center md:gap-4",
1764
+ "flex flex-col gap-2 opacity-80 md:flex-row md:items-center md:gap-4",
1765
1765
  copyrightClassName
1766
1766
  ),
1767
1767
  children: [
@@ -1772,7 +1772,7 @@ function FooterSocialNewsletter({
1772
1772
  internalBrandSlug: "open_site_ai",
1773
1773
  optionIndex: 7,
1774
1774
  variant: "span",
1775
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
1775
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
1776
1776
  }
1777
1777
  )
1778
1778
  ]
@@ -1888,7 +1888,7 @@ function FooterSplitImageAccordion({
1888
1888
  type: "email",
1889
1889
  placeholder: emailPlaceholder,
1890
1890
  error: meta.touched && !!meta.error,
1891
- className: "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
1891
+ className: "flex h-10 w-full rounded-md border border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
1892
1892
  "aria-label": emailPlaceholder
1893
1893
  }
1894
1894
  ) }),
@@ -1946,7 +1946,7 @@ function FooterSplitImageAccordion({
1946
1946
  "p",
1947
1947
  {
1948
1948
  className: cn(
1949
- "text-muted-foreground",
1949
+ "opacity-80",
1950
1950
  brandDescriptionClassName
1951
1951
  ),
1952
1952
  children: footerData.description
@@ -1962,11 +1962,11 @@ function FooterSplitImageAccordion({
1962
1962
  ),
1963
1963
  children: footerLinks.map((section) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
1964
1964
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 text-base font-bold", children: section.title }),
1965
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3 text-sm text-muted-foreground", children: section.items.map((item, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
1965
+ /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-3 text-sm opacity-80", children: section.items.map((item, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
1966
1966
  Pressable,
1967
1967
  {
1968
1968
  href: item.link,
1969
- className: "hover:text-primary",
1969
+ className: "hover:opacity-100",
1970
1970
  children: item.text
1971
1971
  }
1972
1972
  ) }, idx)) })
@@ -2004,7 +2004,7 @@ function FooterSplitImageAccordion({
2004
2004
  "div",
2005
2005
  {
2006
2006
  className: cn(
2007
- "flex flex-wrap items-center gap-4 text-sm text-muted-foreground",
2007
+ "flex flex-wrap items-center gap-4 text-sm opacity-80",
2008
2008
  copyrightClassName
2009
2009
  ),
2010
2010
  children: [
@@ -2015,7 +2015,7 @@ function FooterSplitImageAccordion({
2015
2015
  internalBrandSlug: "open_site_ai",
2016
2016
  optionIndex: 8,
2017
2017
  variant: "span",
2018
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
2018
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
2019
2019
  }
2020
2020
  )
2021
2021
  ]
@@ -1866,7 +1866,7 @@ function FooterSplitImageAccordion({
1866
1866
  type: "email",
1867
1867
  placeholder: emailPlaceholder,
1868
1868
  error: meta.touched && !!meta.error,
1869
- className: "flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
1869
+ className: "flex h-10 w-full rounded-md border border-input px-3 py-2 text-sm ring-offset-background placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
1870
1870
  "aria-label": emailPlaceholder
1871
1871
  }
1872
1872
  ) }),
@@ -1924,7 +1924,7 @@ function FooterSplitImageAccordion({
1924
1924
  "p",
1925
1925
  {
1926
1926
  className: cn(
1927
- "text-muted-foreground",
1927
+ "opacity-80",
1928
1928
  brandDescriptionClassName
1929
1929
  ),
1930
1930
  children: footerData.description
@@ -1940,11 +1940,11 @@ function FooterSplitImageAccordion({
1940
1940
  ),
1941
1941
  children: footerLinks.map((section) => /* @__PURE__ */ jsxs("div", { children: [
1942
1942
  /* @__PURE__ */ jsx("h3", { className: "mb-4 text-base font-bold", children: section.title }),
1943
- /* @__PURE__ */ jsx("ul", { className: "space-y-3 text-sm text-muted-foreground", children: section.items.map((item, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1943
+ /* @__PURE__ */ jsx("ul", { className: "space-y-3 text-sm opacity-80", children: section.items.map((item, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1944
1944
  Pressable,
1945
1945
  {
1946
1946
  href: item.link,
1947
- className: "hover:text-primary",
1947
+ className: "hover:opacity-100",
1948
1948
  children: item.text
1949
1949
  }
1950
1950
  ) }, idx)) })
@@ -1982,7 +1982,7 @@ function FooterSplitImageAccordion({
1982
1982
  "div",
1983
1983
  {
1984
1984
  className: cn(
1985
- "flex flex-wrap items-center gap-4 text-sm text-muted-foreground",
1985
+ "flex flex-wrap items-center gap-4 text-sm opacity-80",
1986
1986
  copyrightClassName
1987
1987
  ),
1988
1988
  children: [
@@ -1993,7 +1993,7 @@ function FooterSplitImageAccordion({
1993
1993
  internalBrandSlug: "open_site_ai",
1994
1994
  optionIndex: 8,
1995
1995
  variant: "span",
1996
- linkClassName: "underline underline-offset-4 transition-colors hover:text-primary"
1996
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
1997
1997
  }
1998
1998
  )
1999
1999
  ]