@opensite/ui 2.5.1 → 2.5.2

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.
@@ -6262,6 +6262,7 @@ function FooterNewsletterMinimal({
6262
6262
  socialLinksClassName,
6263
6263
  socialLinkClassName,
6264
6264
  newsletterSectionClassName,
6265
+ newsletterLabelClassName,
6265
6266
  newsletterFormClassName,
6266
6267
  bottomGridClassName,
6267
6268
  locationClassName,
@@ -6375,29 +6376,41 @@ function FooterNewsletterMinimal({
6375
6376
  ),
6376
6377
  children: [
6377
6378
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-10", children: [
6378
- heading && /* @__PURE__ */ jsxRuntime.jsx(
6379
- "p",
6380
- {
6381
- className: cn(
6382
- "relative text-4xl font-medium tracking-tight lg:text-5xl",
6383
- headingClassName
6384
- ),
6385
- children: heading
6386
- }
6387
- ),
6388
- (supportLabel || supportEmail) && /* @__PURE__ */ jsxRuntime.jsxs(
6379
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4", children: [
6380
+ heading && /* @__PURE__ */ jsxRuntime.jsx(
6381
+ "h2",
6382
+ {
6383
+ className: cn(
6384
+ "relative text-4xl font-semibold tracking-tight lg:text-5xl text-balance",
6385
+ headingClassName
6386
+ ),
6387
+ children: heading
6388
+ }
6389
+ ),
6390
+ location && /* @__PURE__ */ jsxRuntime.jsx(
6391
+ "div",
6392
+ {
6393
+ className: cn(
6394
+ "font-semibold text-lg opacity-75",
6395
+ locationClassName
6396
+ ),
6397
+ children: location
6398
+ }
6399
+ )
6400
+ ] }),
6401
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col gap-4", children: (supportLabel || supportEmail) && /* @__PURE__ */ jsxRuntime.jsxs(
6389
6402
  "div",
6390
6403
  {
6391
6404
  className: cn(
6392
- "space-y-1 text-sm font-light tracking-tight lg:text-base",
6405
+ "space-y-1 text-sm tracking-tight lg:text-base",
6393
6406
  supportClassName
6394
6407
  ),
6395
6408
  children: [
6396
- supportLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { children: supportLabel }),
6397
- supportEmail && /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: `mailto:${supportEmail}`, children: supportEmail })
6409
+ supportLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-light opacity-75", children: supportLabel }),
6410
+ supportEmail && /* @__PURE__ */ jsxRuntime.jsx(Pressable, { className: "font-semibold", href: supportEmail, children: supportEmail })
6398
6411
  ]
6399
6412
  }
6400
- )
6413
+ ) })
6401
6414
  ] }),
6402
6415
  /* @__PURE__ */ jsxRuntime.jsxs(
6403
6416
  "div",
@@ -6415,41 +6428,35 @@ function FooterNewsletterMinimal({
6415
6428
  ]
6416
6429
  }
6417
6430
  ),
6418
- /* @__PURE__ */ jsxRuntime.jsxs(
6431
+ /* @__PURE__ */ jsxRuntime.jsx(
6419
6432
  "div",
6420
6433
  {
6421
6434
  className: cn(
6422
6435
  "mt-20 flex flex-col justify-between gap-15 lg:flex-row",
6423
6436
  newsletterSectionClassName
6424
6437
  ),
6425
- children: [
6426
- formEngineSetup && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1 text-sm font-light tracking-tight lg:text-base", children: [
6427
- newsletterLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { children: newsletterLabel }),
6428
- renderForm
6429
- ] }) }),
6430
- /* @__PURE__ */ jsxRuntime.jsxs(
6431
- "div",
6438
+ children: formEngineSetup && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
6439
+ newsletterLabel && /* @__PURE__ */ jsxRuntime.jsx(
6440
+ "p",
6432
6441
  {
6433
6442
  className: cn(
6434
- "grid w-full max-w-xs grid-cols-2 gap-10 text-sm font-light lg:text-base",
6435
- bottomGridClassName
6443
+ "text-xl font-light tracking-tight",
6444
+ newsletterLabelClassName
6436
6445
  ),
6437
- children: [
6438
- location && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("w-32", locationClassName), children: location }),
6439
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-1", footerLinksClassName), children: footerLinksContent })
6440
- ]
6446
+ children: newsletterLabel
6441
6447
  }
6442
- )
6443
- ]
6448
+ ),
6449
+ renderForm
6450
+ ] }) })
6444
6451
  }
6445
6452
  ),
6446
6453
  brandText && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-20 w-full lg:mt-32", brandSectionClassName), children: /* @__PURE__ */ jsxRuntime.jsx(
6447
6454
  framerMotion.motion.div,
6448
6455
  {
6449
- initial: { opacity: 0, y: 20 },
6456
+ initial: { opacity: 0, y: 80 },
6450
6457
  whileInView: { opacity: 1, y: 0 },
6451
- viewport: { once: true },
6452
- transition: { duration: 0.6 },
6458
+ viewport: { once: true, amount: 0.5 },
6459
+ transition: { duration: 0.9, ease: [0.16, 1, 0.3, 1] },
6453
6460
  className: "text-center",
6454
6461
  children: /* @__PURE__ */ jsxRuntime.jsx(
6455
6462
  "span",
@@ -6467,19 +6474,51 @@ function FooterNewsletterMinimal({
6467
6474
  "div",
6468
6475
  {
6469
6476
  className: cn(
6470
- "mt-8 text-center text-sm opacity-80",
6477
+ "flex flex-col items-center space-y-6",
6478
+ brandText ? "mb-24" : "mt-8",
6471
6479
  copyrightClassName
6472
6480
  ),
6473
6481
  children: [
6474
- /* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
6475
6482
  /* @__PURE__ */ jsxRuntime.jsx(
6476
- BrandAttribution,
6483
+ "div",
6477
6484
  {
6478
- internalBrandSlug: "open_site_ai",
6479
- optionIndex: 4,
6480
- variant: "div",
6481
- containerClassName: "mt-2",
6482
- linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
6485
+ className: cn(
6486
+ "flex items-center justify-center",
6487
+ bottomGridClassName
6488
+ ),
6489
+ children: /* @__PURE__ */ jsxRuntime.jsx(
6490
+ "div",
6491
+ {
6492
+ className: cn(
6493
+ "flex gap-4 md:gap-6 text-sm font-light lg:text-base",
6494
+ "text-center items-center justify-center flex-wrap",
6495
+ footerLinksClassName
6496
+ ),
6497
+ children: footerLinksContent
6498
+ }
6499
+ )
6500
+ }
6501
+ ),
6502
+ /* @__PURE__ */ jsxRuntime.jsxs(
6503
+ "div",
6504
+ {
6505
+ className: cn(
6506
+ "mt-8 text-center text-sm opacity-50",
6507
+ copyrightClassName
6508
+ ),
6509
+ children: [
6510
+ /* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
6511
+ /* @__PURE__ */ jsxRuntime.jsx(
6512
+ BrandAttribution,
6513
+ {
6514
+ internalBrandSlug: "open_site_ai",
6515
+ optionIndex: 4,
6516
+ variant: "div",
6517
+ containerClassName: "mt-2",
6518
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
6519
+ }
6520
+ )
6521
+ ]
6483
6522
  }
6484
6523
  )
6485
6524
  ]
@@ -6239,6 +6239,7 @@ function FooterNewsletterMinimal({
6239
6239
  socialLinksClassName,
6240
6240
  socialLinkClassName,
6241
6241
  newsletterSectionClassName,
6242
+ newsletterLabelClassName,
6242
6243
  newsletterFormClassName,
6243
6244
  bottomGridClassName,
6244
6245
  locationClassName,
@@ -6352,29 +6353,41 @@ function FooterNewsletterMinimal({
6352
6353
  ),
6353
6354
  children: [
6354
6355
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-10", children: [
6355
- heading && /* @__PURE__ */ jsx(
6356
- "p",
6357
- {
6358
- className: cn(
6359
- "relative text-4xl font-medium tracking-tight lg:text-5xl",
6360
- headingClassName
6361
- ),
6362
- children: heading
6363
- }
6364
- ),
6365
- (supportLabel || supportEmail) && /* @__PURE__ */ jsxs(
6356
+ /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-4", children: [
6357
+ heading && /* @__PURE__ */ jsx(
6358
+ "h2",
6359
+ {
6360
+ className: cn(
6361
+ "relative text-4xl font-semibold tracking-tight lg:text-5xl text-balance",
6362
+ headingClassName
6363
+ ),
6364
+ children: heading
6365
+ }
6366
+ ),
6367
+ location && /* @__PURE__ */ jsx(
6368
+ "div",
6369
+ {
6370
+ className: cn(
6371
+ "font-semibold text-lg opacity-75",
6372
+ locationClassName
6373
+ ),
6374
+ children: location
6375
+ }
6376
+ )
6377
+ ] }),
6378
+ /* @__PURE__ */ jsx("div", { className: "flex flex-col gap-4", children: (supportLabel || supportEmail) && /* @__PURE__ */ jsxs(
6366
6379
  "div",
6367
6380
  {
6368
6381
  className: cn(
6369
- "space-y-1 text-sm font-light tracking-tight lg:text-base",
6382
+ "space-y-1 text-sm tracking-tight lg:text-base",
6370
6383
  supportClassName
6371
6384
  ),
6372
6385
  children: [
6373
- supportLabel && /* @__PURE__ */ jsx("p", { children: supportLabel }),
6374
- supportEmail && /* @__PURE__ */ jsx(Pressable, { href: `mailto:${supportEmail}`, children: supportEmail })
6386
+ supportLabel && /* @__PURE__ */ jsx("p", { className: "font-light opacity-75", children: supportLabel }),
6387
+ supportEmail && /* @__PURE__ */ jsx(Pressable, { className: "font-semibold", href: supportEmail, children: supportEmail })
6375
6388
  ]
6376
6389
  }
6377
- )
6390
+ ) })
6378
6391
  ] }),
6379
6392
  /* @__PURE__ */ jsxs(
6380
6393
  "div",
@@ -6392,41 +6405,35 @@ function FooterNewsletterMinimal({
6392
6405
  ]
6393
6406
  }
6394
6407
  ),
6395
- /* @__PURE__ */ jsxs(
6408
+ /* @__PURE__ */ jsx(
6396
6409
  "div",
6397
6410
  {
6398
6411
  className: cn(
6399
6412
  "mt-20 flex flex-col justify-between gap-15 lg:flex-row",
6400
6413
  newsletterSectionClassName
6401
6414
  ),
6402
- children: [
6403
- formEngineSetup && /* @__PURE__ */ jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxs("div", { className: "space-y-1 text-sm font-light tracking-tight lg:text-base", children: [
6404
- newsletterLabel && /* @__PURE__ */ jsx("p", { children: newsletterLabel }),
6405
- renderForm
6406
- ] }) }),
6407
- /* @__PURE__ */ jsxs(
6408
- "div",
6415
+ children: formEngineSetup && /* @__PURE__ */ jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxs("div", { className: "space-y-4", children: [
6416
+ newsletterLabel && /* @__PURE__ */ jsx(
6417
+ "p",
6409
6418
  {
6410
6419
  className: cn(
6411
- "grid w-full max-w-xs grid-cols-2 gap-10 text-sm font-light lg:text-base",
6412
- bottomGridClassName
6420
+ "text-xl font-light tracking-tight",
6421
+ newsletterLabelClassName
6413
6422
  ),
6414
- children: [
6415
- location && /* @__PURE__ */ jsx("div", { className: cn("w-32", locationClassName), children: location }),
6416
- /* @__PURE__ */ jsx("ul", { className: cn("space-y-1", footerLinksClassName), children: footerLinksContent })
6417
- ]
6423
+ children: newsletterLabel
6418
6424
  }
6419
- )
6420
- ]
6425
+ ),
6426
+ renderForm
6427
+ ] }) })
6421
6428
  }
6422
6429
  ),
6423
6430
  brandText && /* @__PURE__ */ jsx("div", { className: cn("mt-20 w-full lg:mt-32", brandSectionClassName), children: /* @__PURE__ */ jsx(
6424
6431
  motion.div,
6425
6432
  {
6426
- initial: { opacity: 0, y: 20 },
6433
+ initial: { opacity: 0, y: 80 },
6427
6434
  whileInView: { opacity: 1, y: 0 },
6428
- viewport: { once: true },
6429
- transition: { duration: 0.6 },
6435
+ viewport: { once: true, amount: 0.5 },
6436
+ transition: { duration: 0.9, ease: [0.16, 1, 0.3, 1] },
6430
6437
  className: "text-center",
6431
6438
  children: /* @__PURE__ */ jsx(
6432
6439
  "span",
@@ -6444,19 +6451,51 @@ function FooterNewsletterMinimal({
6444
6451
  "div",
6445
6452
  {
6446
6453
  className: cn(
6447
- "mt-8 text-center text-sm opacity-80",
6454
+ "flex flex-col items-center space-y-6",
6455
+ brandText ? "mb-24" : "mt-8",
6448
6456
  copyrightClassName
6449
6457
  ),
6450
6458
  children: [
6451
- /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
6452
6459
  /* @__PURE__ */ jsx(
6453
- BrandAttribution,
6460
+ "div",
6454
6461
  {
6455
- internalBrandSlug: "open_site_ai",
6456
- optionIndex: 4,
6457
- variant: "div",
6458
- containerClassName: "mt-2",
6459
- linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
6462
+ className: cn(
6463
+ "flex items-center justify-center",
6464
+ bottomGridClassName
6465
+ ),
6466
+ children: /* @__PURE__ */ jsx(
6467
+ "div",
6468
+ {
6469
+ className: cn(
6470
+ "flex gap-4 md:gap-6 text-sm font-light lg:text-base",
6471
+ "text-center items-center justify-center flex-wrap",
6472
+ footerLinksClassName
6473
+ ),
6474
+ children: footerLinksContent
6475
+ }
6476
+ )
6477
+ }
6478
+ ),
6479
+ /* @__PURE__ */ jsxs(
6480
+ "div",
6481
+ {
6482
+ className: cn(
6483
+ "mt-8 text-center text-sm opacity-50",
6484
+ copyrightClassName
6485
+ ),
6486
+ children: [
6487
+ /* @__PURE__ */ jsx(FooterCopyright, { copyright }),
6488
+ /* @__PURE__ */ jsx(
6489
+ BrandAttribution,
6490
+ {
6491
+ internalBrandSlug: "open_site_ai",
6492
+ optionIndex: 4,
6493
+ variant: "div",
6494
+ containerClassName: "mt-2",
6495
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
6496
+ }
6497
+ )
6498
+ ]
6460
6499
  }
6461
6500
  )
6462
6501
  ]
@@ -1487,6 +1487,7 @@ function FooterNewsletterMinimal({
1487
1487
  socialLinksClassName,
1488
1488
  socialLinkClassName,
1489
1489
  newsletterSectionClassName,
1490
+ newsletterLabelClassName,
1490
1491
  newsletterFormClassName,
1491
1492
  bottomGridClassName,
1492
1493
  locationClassName,
@@ -1600,29 +1601,41 @@ function FooterNewsletterMinimal({
1600
1601
  ),
1601
1602
  children: [
1602
1603
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-10", children: [
1603
- heading && /* @__PURE__ */ jsxRuntime.jsx(
1604
- "p",
1605
- {
1606
- className: cn(
1607
- "relative text-4xl font-medium tracking-tight lg:text-5xl",
1608
- headingClassName
1609
- ),
1610
- children: heading
1611
- }
1612
- ),
1613
- (supportLabel || supportEmail) && /* @__PURE__ */ jsxRuntime.jsxs(
1604
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4", children: [
1605
+ heading && /* @__PURE__ */ jsxRuntime.jsx(
1606
+ "h2",
1607
+ {
1608
+ className: cn(
1609
+ "relative text-4xl font-semibold tracking-tight lg:text-5xl text-balance",
1610
+ headingClassName
1611
+ ),
1612
+ children: heading
1613
+ }
1614
+ ),
1615
+ location && /* @__PURE__ */ jsxRuntime.jsx(
1616
+ "div",
1617
+ {
1618
+ className: cn(
1619
+ "font-semibold text-lg opacity-75",
1620
+ locationClassName
1621
+ ),
1622
+ children: location
1623
+ }
1624
+ )
1625
+ ] }),
1626
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-col gap-4", children: (supportLabel || supportEmail) && /* @__PURE__ */ jsxRuntime.jsxs(
1614
1627
  "div",
1615
1628
  {
1616
1629
  className: cn(
1617
- "space-y-1 text-sm font-light tracking-tight lg:text-base",
1630
+ "space-y-1 text-sm tracking-tight lg:text-base",
1618
1631
  supportClassName
1619
1632
  ),
1620
1633
  children: [
1621
- supportLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { children: supportLabel }),
1622
- supportEmail && /* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: `mailto:${supportEmail}`, children: supportEmail })
1634
+ supportLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-light opacity-75", children: supportLabel }),
1635
+ supportEmail && /* @__PURE__ */ jsxRuntime.jsx(Pressable, { className: "font-semibold", href: supportEmail, children: supportEmail })
1623
1636
  ]
1624
1637
  }
1625
- )
1638
+ ) })
1626
1639
  ] }),
1627
1640
  /* @__PURE__ */ jsxRuntime.jsxs(
1628
1641
  "div",
@@ -1640,41 +1653,35 @@ function FooterNewsletterMinimal({
1640
1653
  ]
1641
1654
  }
1642
1655
  ),
1643
- /* @__PURE__ */ jsxRuntime.jsxs(
1656
+ /* @__PURE__ */ jsxRuntime.jsx(
1644
1657
  "div",
1645
1658
  {
1646
1659
  className: cn(
1647
1660
  "mt-20 flex flex-col justify-between gap-15 lg:flex-row",
1648
1661
  newsletterSectionClassName
1649
1662
  ),
1650
- children: [
1651
- formEngineSetup && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1 text-sm font-light tracking-tight lg:text-base", children: [
1652
- newsletterLabel && /* @__PURE__ */ jsxRuntime.jsx("p", { children: newsletterLabel }),
1653
- renderForm
1654
- ] }) }),
1655
- /* @__PURE__ */ jsxRuntime.jsxs(
1656
- "div",
1663
+ children: formEngineSetup && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex w-full max-w-md flex-col gap-10", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
1664
+ newsletterLabel && /* @__PURE__ */ jsxRuntime.jsx(
1665
+ "p",
1657
1666
  {
1658
1667
  className: cn(
1659
- "grid w-full max-w-xs grid-cols-2 gap-10 text-sm font-light lg:text-base",
1660
- bottomGridClassName
1668
+ "text-xl font-light tracking-tight",
1669
+ newsletterLabelClassName
1661
1670
  ),
1662
- children: [
1663
- location && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("w-32", locationClassName), children: location }),
1664
- /* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("space-y-1", footerLinksClassName), children: footerLinksContent })
1665
- ]
1671
+ children: newsletterLabel
1666
1672
  }
1667
- )
1668
- ]
1673
+ ),
1674
+ renderForm
1675
+ ] }) })
1669
1676
  }
1670
1677
  ),
1671
1678
  brandText && /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("mt-20 w-full lg:mt-32", brandSectionClassName), children: /* @__PURE__ */ jsxRuntime.jsx(
1672
1679
  framerMotion.motion.div,
1673
1680
  {
1674
- initial: { opacity: 0, y: 20 },
1681
+ initial: { opacity: 0, y: 80 },
1675
1682
  whileInView: { opacity: 1, y: 0 },
1676
- viewport: { once: true },
1677
- transition: { duration: 0.6 },
1683
+ viewport: { once: true, amount: 0.5 },
1684
+ transition: { duration: 0.9, ease: [0.16, 1, 0.3, 1] },
1678
1685
  className: "text-center",
1679
1686
  children: /* @__PURE__ */ jsxRuntime.jsx(
1680
1687
  "span",
@@ -1692,19 +1699,51 @@ function FooterNewsletterMinimal({
1692
1699
  "div",
1693
1700
  {
1694
1701
  className: cn(
1695
- "mt-8 text-center text-sm opacity-80",
1702
+ "flex flex-col items-center space-y-6",
1703
+ brandText ? "mb-24" : "mt-8",
1696
1704
  copyrightClassName
1697
1705
  ),
1698
1706
  children: [
1699
- /* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
1700
1707
  /* @__PURE__ */ jsxRuntime.jsx(
1701
- BrandAttribution,
1708
+ "div",
1709
+ {
1710
+ className: cn(
1711
+ "flex items-center justify-center",
1712
+ bottomGridClassName
1713
+ ),
1714
+ children: /* @__PURE__ */ jsxRuntime.jsx(
1715
+ "div",
1716
+ {
1717
+ className: cn(
1718
+ "flex gap-4 md:gap-6 text-sm font-light lg:text-base",
1719
+ "text-center items-center justify-center flex-wrap",
1720
+ footerLinksClassName
1721
+ ),
1722
+ children: footerLinksContent
1723
+ }
1724
+ )
1725
+ }
1726
+ ),
1727
+ /* @__PURE__ */ jsxRuntime.jsxs(
1728
+ "div",
1702
1729
  {
1703
- internalBrandSlug: "open_site_ai",
1704
- optionIndex: 4,
1705
- variant: "div",
1706
- containerClassName: "mt-2",
1707
- linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
1730
+ className: cn(
1731
+ "mt-8 text-center text-sm opacity-50",
1732
+ copyrightClassName
1733
+ ),
1734
+ children: [
1735
+ /* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
1736
+ /* @__PURE__ */ jsxRuntime.jsx(
1737
+ BrandAttribution,
1738
+ {
1739
+ internalBrandSlug: "open_site_ai",
1740
+ optionIndex: 4,
1741
+ variant: "div",
1742
+ containerClassName: "mt-2",
1743
+ linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
1744
+ }
1745
+ )
1746
+ ]
1708
1747
  }
1709
1748
  )
1710
1749
  ]
@@ -64,6 +64,8 @@ interface FooterNewsletterMinimalProps {
64
64
  socialLinkClassName?: string;
65
65
  /** Additional CSS classes for the newsletter section */
66
66
  newsletterSectionClassName?: string;
67
+ /** Additional CSS classes for the newsletter heading styles */
68
+ newsletterLabelClassName?: string;
67
69
  /** Additional CSS classes for the newsletter form */
68
70
  newsletterFormClassName?: string;
69
71
  /** Additional CSS classes for the location/footer links section */
@@ -131,6 +133,6 @@ interface FooterNewsletterMinimalProps {
131
133
  * />
132
134
  * ```
133
135
  */
134
- declare function FooterNewsletterMinimal({ heading, supportLabel, supportEmail, navLinks, socialLinks, footerLinks, newsletterLabel, brandText, copyright, location, className, contentClassName, topSectionClassName, headingClassName, supportClassName, navGridClassName, navLinksClassName, navLinkClassName, socialLinksClassName, socialLinkClassName, newsletterSectionClassName, newsletterFormClassName, bottomGridClassName, locationClassName, footerLinksClassName, footerLinkClassName, brandSectionClassName, brandTextClassName, copyrightClassName, background, containerClassName, spacing, pattern, patternOpacity, formEngineSetup, buttonAction, formSlot, }: FooterNewsletterMinimalProps): React.JSX.Element;
136
+ declare function FooterNewsletterMinimal({ heading, supportLabel, supportEmail, navLinks, socialLinks, footerLinks, newsletterLabel, brandText, copyright, location, className, contentClassName, topSectionClassName, headingClassName, supportClassName, navGridClassName, navLinksClassName, navLinkClassName, socialLinksClassName, socialLinkClassName, newsletterSectionClassName, newsletterLabelClassName, newsletterFormClassName, bottomGridClassName, locationClassName, footerLinksClassName, footerLinkClassName, brandSectionClassName, brandTextClassName, copyrightClassName, background, containerClassName, spacing, pattern, patternOpacity, formEngineSetup, buttonAction, formSlot, }: FooterNewsletterMinimalProps): React.JSX.Element;
135
137
 
136
138
  export { FooterNewsletterMinimal, type FooterNewsletterMinimalFooterLink, type FooterNewsletterMinimalProps };
@@ -64,6 +64,8 @@ interface FooterNewsletterMinimalProps {
64
64
  socialLinkClassName?: string;
65
65
  /** Additional CSS classes for the newsletter section */
66
66
  newsletterSectionClassName?: string;
67
+ /** Additional CSS classes for the newsletter heading styles */
68
+ newsletterLabelClassName?: string;
67
69
  /** Additional CSS classes for the newsletter form */
68
70
  newsletterFormClassName?: string;
69
71
  /** Additional CSS classes for the location/footer links section */
@@ -131,6 +133,6 @@ interface FooterNewsletterMinimalProps {
131
133
  * />
132
134
  * ```
133
135
  */
134
- declare function FooterNewsletterMinimal({ heading, supportLabel, supportEmail, navLinks, socialLinks, footerLinks, newsletterLabel, brandText, copyright, location, className, contentClassName, topSectionClassName, headingClassName, supportClassName, navGridClassName, navLinksClassName, navLinkClassName, socialLinksClassName, socialLinkClassName, newsletterSectionClassName, newsletterFormClassName, bottomGridClassName, locationClassName, footerLinksClassName, footerLinkClassName, brandSectionClassName, brandTextClassName, copyrightClassName, background, containerClassName, spacing, pattern, patternOpacity, formEngineSetup, buttonAction, formSlot, }: FooterNewsletterMinimalProps): React.JSX.Element;
136
+ declare function FooterNewsletterMinimal({ heading, supportLabel, supportEmail, navLinks, socialLinks, footerLinks, newsletterLabel, brandText, copyright, location, className, contentClassName, topSectionClassName, headingClassName, supportClassName, navGridClassName, navLinksClassName, navLinkClassName, socialLinksClassName, socialLinkClassName, newsletterSectionClassName, newsletterLabelClassName, newsletterFormClassName, bottomGridClassName, locationClassName, footerLinksClassName, footerLinkClassName, brandSectionClassName, brandTextClassName, copyrightClassName, background, containerClassName, spacing, pattern, patternOpacity, formEngineSetup, buttonAction, formSlot, }: FooterNewsletterMinimalProps): React.JSX.Element;
135
137
 
136
138
  export { FooterNewsletterMinimal, type FooterNewsletterMinimalFooterLink, type FooterNewsletterMinimalProps };