@opensite/ui 1.3.7 → 1.3.8

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 (53) hide show
  1. package/dist/components.cjs +159 -83
  2. package/dist/components.js +159 -83
  3. package/dist/feature-showcase.cjs +3 -3
  4. package/dist/feature-showcase.js +3 -3
  5. package/dist/footer-accordion-social.cjs +18 -0
  6. package/dist/footer-accordion-social.js +18 -0
  7. package/dist/footer-animated-social.cjs +18 -0
  8. package/dist/footer-animated-social.js +18 -0
  9. package/dist/footer-brand-description.cjs +18 -0
  10. package/dist/footer-brand-description.js +18 -0
  11. package/dist/footer-brand-links-contact.cjs +18 -0
  12. package/dist/footer-brand-links-contact.js +18 -0
  13. package/dist/footer-comprehensive-links.cjs +18 -0
  14. package/dist/footer-comprehensive-links.js +18 -0
  15. package/dist/footer-contact-card.cjs +18 -0
  16. package/dist/footer-contact-card.js +18 -0
  17. package/dist/footer-cta-banner.cjs +18 -0
  18. package/dist/footer-cta-banner.js +18 -0
  19. package/dist/footer-cta-social.cjs +18 -0
  20. package/dist/footer-cta-social.js +18 -0
  21. package/dist/footer-info-cards-accordion.cjs +18 -0
  22. package/dist/footer-info-cards-accordion.js +18 -0
  23. package/dist/footer-links-grid.cjs +9 -14
  24. package/dist/footer-links-grid.d.cts +5 -1
  25. package/dist/footer-links-grid.d.ts +5 -1
  26. package/dist/footer-links-grid.js +9 -14
  27. package/dist/footer-nav-social.cjs +18 -0
  28. package/dist/footer-nav-social.js +18 -0
  29. package/dist/footer-newsletter-contact.cjs +18 -0
  30. package/dist/footer-newsletter-contact.js +18 -0
  31. package/dist/footer-newsletter-grid.cjs +18 -0
  32. package/dist/footer-newsletter-grid.js +18 -0
  33. package/dist/footer-newsletter-minimal.cjs +18 -0
  34. package/dist/footer-newsletter-minimal.js +18 -0
  35. package/dist/footer-social-apps.cjs +18 -0
  36. package/dist/footer-social-apps.js +18 -0
  37. package/dist/footer-social-newsletter.cjs +150 -99
  38. package/dist/footer-social-newsletter.d.cts +5 -1
  39. package/dist/footer-social-newsletter.d.ts +5 -1
  40. package/dist/footer-social-newsletter.js +150 -99
  41. package/dist/footer-split-image-accordion.cjs +18 -0
  42. package/dist/footer-split-image-accordion.js +18 -0
  43. package/dist/index.cjs +159 -83
  44. package/dist/index.js +159 -83
  45. package/dist/navbar-fullscreen-menu.cjs +18 -0
  46. package/dist/navbar-fullscreen-menu.js +18 -0
  47. package/dist/navbar-transparent-overlay.cjs +18 -0
  48. package/dist/navbar-transparent-overlay.js +18 -0
  49. package/dist/registry.cjs +162 -86
  50. package/dist/registry.js +162 -86
  51. package/dist/social-link-icon.cjs +18 -0
  52. package/dist/social-link-icon.js +18 -0
  53. package/package.json +2 -2
package/dist/registry.js CHANGED
@@ -20575,7 +20575,7 @@ function FeatureShowcase({
20575
20575
  },
20576
20576
  style: equalizeOnMobile && mobileSlideHeight ? { minHeight: mobileSlideHeight } : void 0,
20577
20577
  className: cn(
20578
- "flex flex-col gap-8 md:gap-14 md:flex-row md:items-center md:justify-between",
20578
+ "flex flex-col-reverse gap-8 md:gap-14 md:flex-row md:items-center md:justify-between",
20579
20579
  slideClassName
20580
20580
  ),
20581
20581
  children: [
@@ -20584,7 +20584,7 @@ function FeatureShowcase({
20584
20584
  "div",
20585
20585
  {
20586
20586
  className: cn(
20587
- "w-full",
20587
+ "relative w-full min-h-[25dvh] h-[25dvh] max-h-[35dvh] md:min-h-0 md:h-auto md:max-h-none [&>*]:h-full [&>*]:object-cover",
20588
20588
  mediaWrapperClassName,
20589
20589
  mediaClassName
20590
20590
  ),
@@ -20601,7 +20601,7 @@ function FeatureShowcase({
20601
20601
  onNext: () => api?.scrollNext(),
20602
20602
  canScrollPrevious,
20603
20603
  canScrollNext,
20604
- className: "absolute bottom-4 right-0 md:bottom-6"
20604
+ className: "absolute bottom-[calc(25dvh+2rem)] right-4 md:bottom-6 md:right-0"
20605
20605
  }
20606
20606
  )
20607
20607
  ] });
@@ -21127,6 +21127,24 @@ var platformIconMap = {
21127
21127
  spotify: "cib/spotify",
21128
21128
  apple: "cib/apple",
21129
21129
  x: "line-md/twitter-x",
21130
+ github: "cib/github",
21131
+ snapchat: "cib/snapchat",
21132
+ discord: "cib/discord",
21133
+ dev: "simple-icons/devdotto",
21134
+ substack: "simple-icons/substack",
21135
+ reddit: "cib/reddit",
21136
+ pinterest: "cib/pinterest",
21137
+ threads: "simple-icons/threads",
21138
+ twitch: "cib/twitch",
21139
+ whatsapp: "cib/whatsapp",
21140
+ telegram: "cib/telegram",
21141
+ medium: "simple-icons/medium",
21142
+ patreon: "cib/patreon",
21143
+ onlyfans: "simple-icons/onlyfans",
21144
+ eventbrite: "cib/eventbrite",
21145
+ npmjs: "simple-icons/npm",
21146
+ crates: "cib/rust",
21147
+ rubygems: "cib/rubygems",
21130
21148
  unknown: "icon-park-solid/circular-connection"
21131
21149
  };
21132
21150
  var SocialLinkIcon = React52.forwardRef(
@@ -22276,10 +22294,11 @@ function FooterLinksGrid({
22276
22294
  attributionHref,
22277
22295
  bottomLinks,
22278
22296
  background,
22279
- spacing,
22280
22297
  pattern,
22281
22298
  patternOpacity,
22282
- optixFlowConfig
22299
+ optixFlowConfig,
22300
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
22301
+ spacing = "py-6 md:py-32"
22283
22302
  }) {
22284
22303
  const currentYear = useMemo(() => (/* @__PURE__ */ new Date()).getFullYear(), []);
22285
22304
  const copyrightText = copyright ?? `\xA9 ${currentYear}`;
@@ -22291,9 +22310,10 @@ function FooterLinksGrid({
22291
22310
  pattern,
22292
22311
  patternOpacity,
22293
22312
  className: cn(className),
22313
+ containerClassName,
22294
22314
  children: /* @__PURE__ */ jsxs("footer", { children: [
22295
- /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-8 lg:grid-cols-6", children: [
22296
- (logo || tagline) && /* @__PURE__ */ jsxs("div", { className: "col-span-2 mb-8 lg:mb-0", children: [
22315
+ /* @__PURE__ */ jsxs("div", { className: "grid grid-cols-2 gap-4 md:gap-8 md:grid-cols-6", children: [
22316
+ (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: [
22297
22317
  logo && /* @__PURE__ */ jsx(
22298
22318
  FooterLogo,
22299
22319
  {
@@ -22306,17 +22326,10 @@ function FooterLinksGrid({
22306
22326
  ] }),
22307
22327
  menuItems && menuItems.length > 0 && menuItems.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { children: [
22308
22328
  /* @__PURE__ */ jsx("h3", { className: "mb-4 font-bold", children: section.title }),
22309
- /* @__PURE__ */ jsx("ul", { className: "space-y-4 text-muted-foreground", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx(
22310
- "li",
22311
- {
22312
- className: "font-medium hover:text-primary",
22313
- children: /* @__PURE__ */ jsx(Pressable, { href: link.url, children: link.text })
22314
- },
22315
- linkIdx
22316
- )) })
22329
+ /* @__PURE__ */ jsx("ul", { className: "space-y-4", children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: "text-sm font-medium", children: /* @__PURE__ */ jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
22317
22330
  ] }, sectionIdx))
22318
22331
  ] }),
22319
- /* @__PURE__ */ jsxs("div", { className: "mt-24 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium text-muted-foreground md:flex-row md:items-center", children: [
22332
+ /* @__PURE__ */ jsxs("div", { className: "mt-24 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium md:flex-row md:items-center", children: [
22320
22333
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2 md:flex-row md:items-center md:gap-4", children: [
22321
22334
  /* @__PURE__ */ jsx("p", { children: copyrightText }),
22322
22335
  attributionText && /* @__PURE__ */ jsx(
@@ -22328,7 +22341,7 @@ function FooterLinksGrid({
22328
22341
  }
22329
22342
  )
22330
22343
  ] }),
22331
- bottomLinks && bottomLinks.length > 0 && /* @__PURE__ */ jsx("ul", { className: "flex gap-4", children: bottomLinks.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { className: "underline hover:text-primary", children: /* @__PURE__ */ jsx(Pressable, { href: link.url, children: link.text }) }, linkIdx)) })
22344
+ 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)) })
22332
22345
  ] })
22333
22346
  ] })
22334
22347
  }
@@ -22366,7 +22379,8 @@ function FooterSocialNewsletter({
22366
22379
  bottomClassName,
22367
22380
  copyrightClassName,
22368
22381
  background,
22369
- spacing,
22382
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
22383
+ spacing = "py-6 md:py-32",
22370
22384
  pattern,
22371
22385
  patternOpacity,
22372
22386
  optixFlowConfig
@@ -22381,88 +22395,150 @@ function FooterSocialNewsletter({
22381
22395
  pattern,
22382
22396
  patternOpacity,
22383
22397
  className: cn(className),
22398
+ containerClassName,
22384
22399
  children: /* @__PURE__ */ jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxs("footer", { children: [
22385
22400
  logo && /* @__PURE__ */ jsx(
22386
22401
  FooterLogo,
22387
22402
  {
22388
22403
  logo,
22389
- logoClassName: cn("flex items-center gap-2", logoWrapperClassName),
22404
+ logoClassName: cn(
22405
+ "flex items-center gap-2",
22406
+ logoWrapperClassName
22407
+ ),
22390
22408
  logoImageClassName: cn("h-10", logoClassName),
22391
22409
  optixFlowConfig
22392
22410
  }
22393
22411
  ),
22394
- (sections && sections.length > 0 || socialLinks && socialLinks.length > 0 || newsletterLabel || newsletterButtonText) && /* @__PURE__ */ jsxs("div", { className: cn("mt-14 grid gap-8 md:grid-cols-2 lg:grid-cols-5 xl:grid-cols-4", gridClassName), children: [
22395
- sections && sections.length > 0 && sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
22396
- /* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-bold", navTitleClassName), children: section.title }),
22397
- /* @__PURE__ */ jsx("ul", { className: cn("space-y-4 text-muted-foreground", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx(
22398
- "li",
22399
- {
22400
- className: cn("font-medium hover:text-primary", navLinkClassName),
22401
- children: /* @__PURE__ */ jsx(Pressable, { href: link.href, children: link.name })
22402
- },
22403
- linkIdx
22404
- )) })
22405
- ] }, sectionIdx)),
22406
- (socialLinks && socialLinks.length > 0 || newsletterLabel || newsletterButtonText) && /* @__PURE__ */ jsxs("div", { className: cn("lg:col-span-2 xl:col-span-1", socialColumnClassName), children: [
22407
- socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsx("ul", { className: cn("mb-10 flex items-center gap-2 text-muted-foreground", socialLinksClassName), children: socialLinks.map((social, idx) => /* @__PURE__ */ jsx("li", { className: "font-medium", children: /* @__PURE__ */ jsx(
22408
- SocialLinkIcon,
22409
- {
22410
- href: social.href,
22411
- label: social.label,
22412
- iconNameOverride: social.iconNameOverride,
22413
- iconSize: 24,
22414
- className: cn(
22415
- "flex size-12 items-center justify-center rounded-full transition-colors hover:text-primary",
22416
- getNestedCardBg(background),
22417
- getNestedCardTextColor(background),
22418
- socialLinkClassName
22419
- )
22420
- }
22421
- ) }, idx)) }),
22422
- (newsletterLabel || newsletterButtonText) && /* @__PURE__ */ jsxs("div", { className: cn("grid w-full max-w-sm items-center gap-1.5", newsletterClassName), children: [
22423
- newsletterLabel && /* @__PURE__ */ jsx("label", { htmlFor: "newsletter-email", className: "text-sm font-medium", children: newsletterLabel }),
22424
- /* @__PURE__ */ jsxs("div", { className: "flex w-full max-w-sm items-center space-x-2", children: [
22425
- /* @__PURE__ */ jsx(
22426
- "input",
22412
+ sections && sections.length > 0 ? /* @__PURE__ */ jsx(
22413
+ "div",
22414
+ {
22415
+ className: cn(
22416
+ "mt-14 grid gap-8 md:grid-cols-2 lg:grid-cols-5 xl:grid-cols-4",
22417
+ gridClassName
22418
+ ),
22419
+ children: sections && sections.length > 0 && sections.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
22420
+ /* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-bold", navTitleClassName), children: section.title }),
22421
+ /* @__PURE__ */ jsx("ul", { className: cn("space-y-4", navLinksClassName), children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx(
22422
+ "li",
22423
+ {
22424
+ className: cn("font-medium", navLinkClassName),
22425
+ children: /* @__PURE__ */ jsx(Pressable, { href: link.href, children: link.name })
22426
+ },
22427
+ linkIdx
22428
+ )) })
22429
+ ] }, sectionIdx))
22430
+ }
22431
+ ) : null,
22432
+ (socialLinks && socialLinks.length > 0 || newsletterLabel || newsletterButtonText) && /* @__PURE__ */ jsxs("div", { className: cn("lg:col-span-2 xl:col-span-1"), children: [
22433
+ (newsletterLabel || newsletterButtonText) && /* @__PURE__ */ jsxs(
22434
+ "div",
22435
+ {
22436
+ className: cn(
22437
+ "grid w-full max-w-sm items-center gap-1.5",
22438
+ newsletterClassName
22439
+ ),
22440
+ children: [
22441
+ newsletterLabel && /* @__PURE__ */ jsx(
22442
+ "label",
22427
22443
  {
22428
- type: "email",
22429
- id: "newsletter-email",
22430
- placeholder: newsletterPlaceholder || "Email",
22431
- className: cn("flex h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50", newsletterInputClassName)
22444
+ htmlFor: "newsletter-email",
22445
+ className: "text-sm font-medium",
22446
+ children: newsletterLabel
22432
22447
  }
22433
22448
  ),
22434
- newsletterButtonText && /* @__PURE__ */ jsx(
22435
- Pressable,
22436
- {
22437
- onClick: (e) => {
22438
- e.preventDefault();
22439
- },
22440
- variant: "default",
22441
- size: "default",
22442
- asButton: true,
22443
- className: cn(newsletterButtonClassName),
22444
- children: newsletterButtonText
22445
- }
22446
- )
22447
- ] }),
22448
- (privacyConsentText || privacyLinkText) && /* @__PURE__ */ jsxs("p", { className: cn("mt-1 text-xs text-muted-foreground", privacyClassName), children: [
22449
- privacyConsentText,
22450
- privacyLinkText && /* @__PURE__ */ jsx(Pressable, { href: privacyLinkUrl || "#", className: "ml-1 text-primary hover:underline", children: privacyLinkText })
22451
- ] })
22452
- ] })
22453
- ] })
22454
- ] }),
22455
- /* @__PURE__ */ jsx("div", { className: cn("mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium text-muted-foreground md:flex-row md:items-center", bottomClassName), children: /* @__PURE__ */ jsxs("div", { className: cn("flex flex-col gap-2 md:flex-row md:items-center md:gap-4", copyrightClassName), children: [
22456
- /* @__PURE__ */ jsx("p", { children: copyrightText }),
22457
- attributionText && /* @__PURE__ */ jsx(
22458
- Pressable,
22449
+ /* @__PURE__ */ jsxs("div", { className: "flex w-full max-w-sm items-center space-x-2", children: [
22450
+ /* @__PURE__ */ jsx(
22451
+ "input",
22452
+ {
22453
+ type: "email",
22454
+ id: "newsletter-email",
22455
+ placeholder: newsletterPlaceholder || "Email",
22456
+ className: cn(
22457
+ "flex h-10 w-full rounded-md border border-input px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
22458
+ newsletterInputClassName
22459
+ )
22460
+ }
22461
+ ),
22462
+ newsletterButtonText && /* @__PURE__ */ jsx(
22463
+ Pressable,
22464
+ {
22465
+ onClick: (e) => {
22466
+ e.preventDefault();
22467
+ },
22468
+ variant: "default",
22469
+ size: "default",
22470
+ asButton: true,
22471
+ className: cn(newsletterButtonClassName),
22472
+ children: newsletterButtonText
22473
+ }
22474
+ )
22475
+ ] }),
22476
+ (privacyConsentText || privacyLinkText) && /* @__PURE__ */ jsxs("p", { className: cn("mt-1 text-xs ", privacyClassName), children: [
22477
+ privacyConsentText,
22478
+ privacyLinkText && /* @__PURE__ */ jsx(
22479
+ Pressable,
22480
+ {
22481
+ href: privacyLinkUrl || "#",
22482
+ className: "ml-1 hover:underline",
22483
+ children: privacyLinkText
22484
+ }
22485
+ )
22486
+ ] })
22487
+ ]
22488
+ }
22489
+ ),
22490
+ socialLinks && socialLinks.length > 0 && /* @__PURE__ */ jsx("div", { className: cn("", socialColumnClassName), children: /* @__PURE__ */ jsx(
22491
+ "ul",
22459
22492
  {
22460
- href: attributionHref || "https://opensite.ai",
22461
- className: "hover:text-primary",
22462
- children: attributionText
22493
+ className: cn(
22494
+ "mb-10 flex items-center gap-2",
22495
+ socialLinksClassName
22496
+ ),
22497
+ children: socialLinks.map((social, idx) => /* @__PURE__ */ jsx("li", { className: "font-medium", children: /* @__PURE__ */ jsx(
22498
+ SocialLinkIcon,
22499
+ {
22500
+ href: social.href,
22501
+ label: social.label,
22502
+ iconNameOverride: social.iconNameOverride,
22503
+ iconSize: 24,
22504
+ className: cn(
22505
+ "flex size-12 items-center justify-center rounded-full transition-colors",
22506
+ socialLinkClassName
22507
+ )
22508
+ }
22509
+ ) }, idx))
22463
22510
  }
22464
- )
22465
- ] }) })
22511
+ ) })
22512
+ ] }),
22513
+ /* @__PURE__ */ jsx(
22514
+ "div",
22515
+ {
22516
+ className: cn(
22517
+ "mt-20 flex flex-col justify-between gap-4 border-t pt-8 text-sm font-medium md:flex-row md:items-center",
22518
+ bottomClassName
22519
+ ),
22520
+ children: /* @__PURE__ */ jsxs(
22521
+ "div",
22522
+ {
22523
+ className: cn(
22524
+ "flex flex-col gap-2 md:flex-row md:items-center md:gap-4",
22525
+ copyrightClassName
22526
+ ),
22527
+ children: [
22528
+ /* @__PURE__ */ jsx("p", { children: copyrightText }),
22529
+ attributionText && /* @__PURE__ */ jsx(
22530
+ Pressable,
22531
+ {
22532
+ href: attributionHref || "https://opensite.ai",
22533
+ className: "hover:text-primary",
22534
+ children: attributionText
22535
+ }
22536
+ )
22537
+ ]
22538
+ }
22539
+ )
22540
+ }
22541
+ )
22466
22542
  ] }) })
22467
22543
  }
22468
22544
  );
@@ -565,6 +565,24 @@ var platformIconMap = {
565
565
  spotify: "cib/spotify",
566
566
  apple: "cib/apple",
567
567
  x: "line-md/twitter-x",
568
+ github: "cib/github",
569
+ snapchat: "cib/snapchat",
570
+ discord: "cib/discord",
571
+ dev: "simple-icons/devdotto",
572
+ substack: "simple-icons/substack",
573
+ reddit: "cib/reddit",
574
+ pinterest: "cib/pinterest",
575
+ threads: "simple-icons/threads",
576
+ twitch: "cib/twitch",
577
+ whatsapp: "cib/whatsapp",
578
+ telegram: "cib/telegram",
579
+ medium: "simple-icons/medium",
580
+ patreon: "cib/patreon",
581
+ onlyfans: "simple-icons/onlyfans",
582
+ eventbrite: "cib/eventbrite",
583
+ npmjs: "simple-icons/npm",
584
+ crates: "cib/rust",
585
+ rubygems: "cib/rubygems",
568
586
  unknown: "icon-park-solid/circular-connection"
569
587
  };
570
588
  var SocialLinkIcon = React__namespace.forwardRef(
@@ -543,6 +543,24 @@ var platformIconMap = {
543
543
  spotify: "cib/spotify",
544
544
  apple: "cib/apple",
545
545
  x: "line-md/twitter-x",
546
+ github: "cib/github",
547
+ snapchat: "cib/snapchat",
548
+ discord: "cib/discord",
549
+ dev: "simple-icons/devdotto",
550
+ substack: "simple-icons/substack",
551
+ reddit: "cib/reddit",
552
+ pinterest: "cib/pinterest",
553
+ threads: "simple-icons/threads",
554
+ twitch: "cib/twitch",
555
+ whatsapp: "cib/whatsapp",
556
+ telegram: "cib/telegram",
557
+ medium: "simple-icons/medium",
558
+ patreon: "cib/patreon",
559
+ onlyfans: "simple-icons/onlyfans",
560
+ eventbrite: "cib/eventbrite",
561
+ npmjs: "simple-icons/npm",
562
+ crates: "cib/rust",
563
+ rubygems: "cib/rubygems",
546
564
  unknown: "icon-park-solid/circular-connection"
547
565
  };
548
566
  var SocialLinkIcon = React.forwardRef(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",
@@ -3353,7 +3353,7 @@
3353
3353
  "vitest": "^4.0.10"
3354
3354
  },
3355
3355
  "dependencies": {
3356
- "@opensite/hooks": "2.0.4",
3356
+ "@opensite/hooks": "2.0.5",
3357
3357
  "@page-speed/forms": "0.3.4",
3358
3358
  "@page-speed/img": "0.4.3",
3359
3359
  "@page-speed/lightbox": "0.2.1",