@opensite/ui 1.6.3 → 1.6.5
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.
- package/dist/components.cjs +155 -75
- package/dist/components.js +155 -75
- package/dist/feature-utility-cards-grid.cjs +1 -1
- package/dist/feature-utility-cards-grid.js +1 -1
- package/dist/footer-cta-banner.cjs +155 -75
- package/dist/footer-cta-banner.d.cts +5 -1
- package/dist/footer-cta-banner.d.ts +5 -1
- package/dist/footer-cta-banner.js +155 -75
- package/dist/hero-overlay-cta-grid.cjs +85 -90
- package/dist/hero-overlay-cta-grid.js +85 -90
- package/dist/hero-pattern-badge-logos.cjs +28 -9
- package/dist/hero-pattern-badge-logos.js +28 -9
- package/dist/hero-pattern-logo-tech-stack.cjs +133 -105
- package/dist/hero-pattern-logo-tech-stack.d.cts +1 -4
- package/dist/hero-pattern-logo-tech-stack.d.ts +1 -4
- package/dist/hero-pattern-logo-tech-stack.js +133 -105
- package/dist/index.cjs +155 -75
- package/dist/index.js +155 -75
- package/dist/link-page-newsletter-social.cjs +75 -137
- package/dist/link-page-newsletter-social.d.cts +1 -1
- package/dist/link-page-newsletter-social.d.ts +1 -1
- package/dist/link-page-newsletter-social.js +75 -137
- package/dist/link-tree-block.cjs +31 -32
- package/dist/link-tree-block.d.cts +1 -5
- package/dist/link-tree-block.d.ts +1 -5
- package/dist/link-tree-block.js +31 -32
- package/dist/registry.cjs +465 -317
- package/dist/registry.js +465 -317
- package/package.json +1 -1
package/dist/components.cjs
CHANGED
|
@@ -4407,7 +4407,8 @@ function FooterCtaBanner({
|
|
|
4407
4407
|
legalLinksClassName,
|
|
4408
4408
|
legalLinkClassName,
|
|
4409
4409
|
background,
|
|
4410
|
-
|
|
4410
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
4411
|
+
spacing = "py-6 md:py-32",
|
|
4411
4412
|
pattern,
|
|
4412
4413
|
patternOpacity,
|
|
4413
4414
|
optixFlowConfig
|
|
@@ -4419,89 +4420,168 @@ function FooterCtaBanner({
|
|
|
4419
4420
|
spacing,
|
|
4420
4421
|
pattern,
|
|
4421
4422
|
patternOpacity,
|
|
4422
|
-
className
|
|
4423
|
+
className,
|
|
4424
|
+
containerClassName,
|
|
4423
4425
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxRuntime.jsxs("footer", { children: [
|
|
4424
|
-
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
href: ctaButtonUrl,
|
|
4431
|
-
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md border text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:opacity-80 h-11 px-8", ctaButtonClassName),
|
|
4432
|
-
children: ctaButtonText
|
|
4433
|
-
}
|
|
4434
|
-
)
|
|
4435
|
-
] }),
|
|
4436
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("grid gap-10 lg:grid-cols-5", gridClassName), children: [
|
|
4437
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("lg:col-span-2", brandClassName), children: [
|
|
4438
|
-
logo && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4439
|
-
FooterLogo,
|
|
4440
|
-
{
|
|
4441
|
-
logo,
|
|
4442
|
-
logoClassName: cn("mb-6", logoWrapperClassName),
|
|
4443
|
-
logoImageClassName: logoClassName,
|
|
4444
|
-
optixFlowConfig
|
|
4445
|
-
}
|
|
4426
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4427
|
+
"div",
|
|
4428
|
+
{
|
|
4429
|
+
className: cn(
|
|
4430
|
+
"mb-16 rounded-lg border p-8 text-center md:p-12",
|
|
4431
|
+
ctaBannerClassName
|
|
4446
4432
|
),
|
|
4447
|
-
|
|
4448
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4433
|
+
children: [
|
|
4434
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4435
|
+
"h2",
|
|
4436
|
+
{
|
|
4437
|
+
className: cn(
|
|
4438
|
+
"mb-4 text-3xl font-bold md:text-4xl text-balance",
|
|
4439
|
+
ctaHeadingClassName
|
|
4440
|
+
),
|
|
4441
|
+
children: ctaHeading
|
|
4442
|
+
}
|
|
4443
|
+
),
|
|
4444
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4445
|
+
"p",
|
|
4446
|
+
{
|
|
4447
|
+
className: cn(
|
|
4448
|
+
"mx-auto mb-6 max-w-2xl opacity-80 text-balance",
|
|
4449
|
+
ctaDescriptionClassName
|
|
4450
|
+
),
|
|
4451
|
+
children: ctaDescription
|
|
4452
|
+
}
|
|
4453
|
+
),
|
|
4454
|
+
/* @__PURE__ */ jsxRuntime.jsx(Pressable, { href: ctaButtonUrl, asButton: true, variant: "default", children: ctaButtonText })
|
|
4455
|
+
]
|
|
4456
|
+
}
|
|
4457
|
+
),
|
|
4458
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4459
|
+
"div",
|
|
4460
|
+
{
|
|
4461
|
+
className: cn(
|
|
4462
|
+
"grid gap-10 grid-cols-2 md:grid-cols-5",
|
|
4463
|
+
gridClassName
|
|
4464
|
+
),
|
|
4465
|
+
children: [
|
|
4466
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("col-span-2", brandClassName), children: [
|
|
4467
|
+
logo && /* @__PURE__ */ jsxRuntime.jsx(
|
|
4468
|
+
FooterLogo,
|
|
4452
4469
|
{
|
|
4453
|
-
|
|
4454
|
-
|
|
4455
|
-
|
|
4470
|
+
logo,
|
|
4471
|
+
logoClassName: cn("mb-6", logoWrapperClassName),
|
|
4472
|
+
logoImageClassName: logoClassName,
|
|
4473
|
+
optixFlowConfig
|
|
4456
4474
|
}
|
|
4457
4475
|
),
|
|
4476
|
+
newsletterClassName && newsletterLabel && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mb-6", newsletterClassName), children: [
|
|
4477
|
+
/* @__PURE__ */ jsxRuntime.jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
|
|
4478
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex max-w-sm gap-2", children: [
|
|
4479
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4480
|
+
"input",
|
|
4481
|
+
{
|
|
4482
|
+
type: "email",
|
|
4483
|
+
placeholder: newsletterPlaceholder,
|
|
4484
|
+
className: cn(
|
|
4485
|
+
"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 placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
4486
|
+
newsletterInputClassName
|
|
4487
|
+
)
|
|
4488
|
+
}
|
|
4489
|
+
),
|
|
4490
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4491
|
+
"button",
|
|
4492
|
+
{
|
|
4493
|
+
type: "submit",
|
|
4494
|
+
className: cn(
|
|
4495
|
+
"inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2",
|
|
4496
|
+
newsletterButtonClassName
|
|
4497
|
+
),
|
|
4498
|
+
children: newsletterButtonText
|
|
4499
|
+
}
|
|
4500
|
+
)
|
|
4501
|
+
] })
|
|
4502
|
+
] }),
|
|
4458
4503
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4459
|
-
"
|
|
4504
|
+
"ul",
|
|
4505
|
+
{
|
|
4506
|
+
className: cn("flex items-center gap-4", socialLinksClassName),
|
|
4507
|
+
children: socialLinks?.map((social, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4508
|
+
SocialLinkIcon,
|
|
4509
|
+
{
|
|
4510
|
+
href: social.href,
|
|
4511
|
+
label: social.label,
|
|
4512
|
+
iconNameOverride: social.iconNameOverride,
|
|
4513
|
+
className: cn(
|
|
4514
|
+
"opacity-80 transition-colors hover:opacity-100",
|
|
4515
|
+
socialLinkClassName
|
|
4516
|
+
)
|
|
4517
|
+
}
|
|
4518
|
+
) }, idx))
|
|
4519
|
+
}
|
|
4520
|
+
)
|
|
4521
|
+
] }),
|
|
4522
|
+
sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn(navSectionClassName), children: [
|
|
4523
|
+
/* @__PURE__ */ jsxRuntime.jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
|
|
4524
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4525
|
+
"ul",
|
|
4460
4526
|
{
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4527
|
+
className: cn(
|
|
4528
|
+
"space-y-3 text-sm opacity-80",
|
|
4529
|
+
navLinksClassName
|
|
4530
|
+
),
|
|
4531
|
+
children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4532
|
+
Pressable,
|
|
4533
|
+
{
|
|
4534
|
+
href: link.href,
|
|
4535
|
+
className: cn("hover:opacity-100", navLinkClassName),
|
|
4536
|
+
children: link.name
|
|
4537
|
+
}
|
|
4538
|
+
) }, linkIdx))
|
|
4464
4539
|
}
|
|
4465
4540
|
)
|
|
4466
|
-
] })
|
|
4467
|
-
]
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
)
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4541
|
+
] }, sectionIdx))
|
|
4542
|
+
]
|
|
4543
|
+
}
|
|
4544
|
+
),
|
|
4545
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4546
|
+
"div",
|
|
4547
|
+
{
|
|
4548
|
+
className: cn(
|
|
4549
|
+
"mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center",
|
|
4550
|
+
bottomClassName
|
|
4551
|
+
),
|
|
4552
|
+
children: [
|
|
4553
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
4554
|
+
"div",
|
|
4555
|
+
{
|
|
4556
|
+
className: cn(
|
|
4557
|
+
"flex flex-col gap-2 md:flex-row md:items-center md:gap-4",
|
|
4558
|
+
copyrightClassName
|
|
4559
|
+
),
|
|
4560
|
+
children: [
|
|
4561
|
+
/* @__PURE__ */ jsxRuntime.jsx(FooterCopyright, { copyright }),
|
|
4562
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4563
|
+
BrandAttribution,
|
|
4564
|
+
{
|
|
4565
|
+
internalBrandSlug: "open_site_ai",
|
|
4566
|
+
optionIndex: 8,
|
|
4567
|
+
variant: "span",
|
|
4568
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4569
|
+
}
|
|
4570
|
+
)
|
|
4571
|
+
]
|
|
4572
|
+
}
|
|
4573
|
+
),
|
|
4574
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
4575
|
+
Pressable,
|
|
4576
|
+
{
|
|
4577
|
+
href: link.href,
|
|
4578
|
+
className: cn("hover:opacity-100", legalLinkClassName),
|
|
4579
|
+
children: link.name
|
|
4580
|
+
}
|
|
4581
|
+
) }, idx)) })
|
|
4582
|
+
]
|
|
4583
|
+
}
|
|
4584
|
+
)
|
|
4505
4585
|
] }) })
|
|
4506
4586
|
}
|
|
4507
4587
|
);
|
package/dist/components.js
CHANGED
|
@@ -4384,7 +4384,8 @@ function FooterCtaBanner({
|
|
|
4384
4384
|
legalLinksClassName,
|
|
4385
4385
|
legalLinkClassName,
|
|
4386
4386
|
background,
|
|
4387
|
-
|
|
4387
|
+
containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
|
|
4388
|
+
spacing = "py-6 md:py-32",
|
|
4388
4389
|
pattern,
|
|
4389
4390
|
patternOpacity,
|
|
4390
4391
|
optixFlowConfig
|
|
@@ -4396,89 +4397,168 @@ function FooterCtaBanner({
|
|
|
4396
4397
|
spacing,
|
|
4397
4398
|
pattern,
|
|
4398
4399
|
patternOpacity,
|
|
4399
|
-
className
|
|
4400
|
+
className,
|
|
4401
|
+
containerClassName,
|
|
4400
4402
|
children: /* @__PURE__ */ jsx("div", { className: cn(contentClassName), children: /* @__PURE__ */ jsxs("footer", { children: [
|
|
4401
|
-
/* @__PURE__ */ jsxs(
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
href: ctaButtonUrl,
|
|
4408
|
-
className: cn("inline-flex items-center justify-center whitespace-nowrap rounded-md border text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:opacity-80 h-11 px-8", ctaButtonClassName),
|
|
4409
|
-
children: ctaButtonText
|
|
4410
|
-
}
|
|
4411
|
-
)
|
|
4412
|
-
] }),
|
|
4413
|
-
/* @__PURE__ */ jsxs("div", { className: cn("grid gap-10 lg:grid-cols-5", gridClassName), children: [
|
|
4414
|
-
/* @__PURE__ */ jsxs("div", { className: cn("lg:col-span-2", brandClassName), children: [
|
|
4415
|
-
logo && /* @__PURE__ */ jsx(
|
|
4416
|
-
FooterLogo,
|
|
4417
|
-
{
|
|
4418
|
-
logo,
|
|
4419
|
-
logoClassName: cn("mb-6", logoWrapperClassName),
|
|
4420
|
-
logoImageClassName: logoClassName,
|
|
4421
|
-
optixFlowConfig
|
|
4422
|
-
}
|
|
4403
|
+
/* @__PURE__ */ jsxs(
|
|
4404
|
+
"div",
|
|
4405
|
+
{
|
|
4406
|
+
className: cn(
|
|
4407
|
+
"mb-16 rounded-lg border p-8 text-center md:p-12",
|
|
4408
|
+
ctaBannerClassName
|
|
4423
4409
|
),
|
|
4424
|
-
|
|
4425
|
-
/* @__PURE__ */ jsx(
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
|
|
4410
|
+
children: [
|
|
4411
|
+
/* @__PURE__ */ jsx(
|
|
4412
|
+
"h2",
|
|
4413
|
+
{
|
|
4414
|
+
className: cn(
|
|
4415
|
+
"mb-4 text-3xl font-bold md:text-4xl text-balance",
|
|
4416
|
+
ctaHeadingClassName
|
|
4417
|
+
),
|
|
4418
|
+
children: ctaHeading
|
|
4419
|
+
}
|
|
4420
|
+
),
|
|
4421
|
+
/* @__PURE__ */ jsx(
|
|
4422
|
+
"p",
|
|
4423
|
+
{
|
|
4424
|
+
className: cn(
|
|
4425
|
+
"mx-auto mb-6 max-w-2xl opacity-80 text-balance",
|
|
4426
|
+
ctaDescriptionClassName
|
|
4427
|
+
),
|
|
4428
|
+
children: ctaDescription
|
|
4429
|
+
}
|
|
4430
|
+
),
|
|
4431
|
+
/* @__PURE__ */ jsx(Pressable, { href: ctaButtonUrl, asButton: true, variant: "default", children: ctaButtonText })
|
|
4432
|
+
]
|
|
4433
|
+
}
|
|
4434
|
+
),
|
|
4435
|
+
/* @__PURE__ */ jsxs(
|
|
4436
|
+
"div",
|
|
4437
|
+
{
|
|
4438
|
+
className: cn(
|
|
4439
|
+
"grid gap-10 grid-cols-2 md:grid-cols-5",
|
|
4440
|
+
gridClassName
|
|
4441
|
+
),
|
|
4442
|
+
children: [
|
|
4443
|
+
/* @__PURE__ */ jsxs("div", { className: cn("col-span-2", brandClassName), children: [
|
|
4444
|
+
logo && /* @__PURE__ */ jsx(
|
|
4445
|
+
FooterLogo,
|
|
4429
4446
|
{
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4447
|
+
logo,
|
|
4448
|
+
logoClassName: cn("mb-6", logoWrapperClassName),
|
|
4449
|
+
logoImageClassName: logoClassName,
|
|
4450
|
+
optixFlowConfig
|
|
4433
4451
|
}
|
|
4434
4452
|
),
|
|
4453
|
+
newsletterClassName && newsletterLabel && /* @__PURE__ */ jsxs("div", { className: cn("mb-6", newsletterClassName), children: [
|
|
4454
|
+
/* @__PURE__ */ jsx("p", { className: "mb-2 text-sm font-medium", children: newsletterLabel }),
|
|
4455
|
+
/* @__PURE__ */ jsxs("div", { className: "flex max-w-sm gap-2", children: [
|
|
4456
|
+
/* @__PURE__ */ jsx(
|
|
4457
|
+
"input",
|
|
4458
|
+
{
|
|
4459
|
+
type: "email",
|
|
4460
|
+
placeholder: newsletterPlaceholder,
|
|
4461
|
+
className: cn(
|
|
4462
|
+
"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 placeholder:opacity-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50",
|
|
4463
|
+
newsletterInputClassName
|
|
4464
|
+
)
|
|
4465
|
+
}
|
|
4466
|
+
),
|
|
4467
|
+
/* @__PURE__ */ jsx(
|
|
4468
|
+
"button",
|
|
4469
|
+
{
|
|
4470
|
+
type: "submit",
|
|
4471
|
+
className: cn(
|
|
4472
|
+
"inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-primary text-primary-foreground hover:bg-primary/90 h-10 px-4 py-2",
|
|
4473
|
+
newsletterButtonClassName
|
|
4474
|
+
),
|
|
4475
|
+
children: newsletterButtonText
|
|
4476
|
+
}
|
|
4477
|
+
)
|
|
4478
|
+
] })
|
|
4479
|
+
] }),
|
|
4435
4480
|
/* @__PURE__ */ jsx(
|
|
4436
|
-
"
|
|
4481
|
+
"ul",
|
|
4482
|
+
{
|
|
4483
|
+
className: cn("flex items-center gap-4", socialLinksClassName),
|
|
4484
|
+
children: socialLinks?.map((social, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
4485
|
+
SocialLinkIcon,
|
|
4486
|
+
{
|
|
4487
|
+
href: social.href,
|
|
4488
|
+
label: social.label,
|
|
4489
|
+
iconNameOverride: social.iconNameOverride,
|
|
4490
|
+
className: cn(
|
|
4491
|
+
"opacity-80 transition-colors hover:opacity-100",
|
|
4492
|
+
socialLinkClassName
|
|
4493
|
+
)
|
|
4494
|
+
}
|
|
4495
|
+
) }, idx))
|
|
4496
|
+
}
|
|
4497
|
+
)
|
|
4498
|
+
] }),
|
|
4499
|
+
sections?.map((section, sectionIdx) => /* @__PURE__ */ jsxs("div", { className: cn(navSectionClassName), children: [
|
|
4500
|
+
/* @__PURE__ */ jsx("h3", { className: cn("mb-4 font-semibold", navTitleClassName), children: section.title }),
|
|
4501
|
+
/* @__PURE__ */ jsx(
|
|
4502
|
+
"ul",
|
|
4437
4503
|
{
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4504
|
+
className: cn(
|
|
4505
|
+
"space-y-3 text-sm opacity-80",
|
|
4506
|
+
navLinksClassName
|
|
4507
|
+
),
|
|
4508
|
+
children: section.links.map((link, linkIdx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
4509
|
+
Pressable,
|
|
4510
|
+
{
|
|
4511
|
+
href: link.href,
|
|
4512
|
+
className: cn("hover:opacity-100", navLinkClassName),
|
|
4513
|
+
children: link.name
|
|
4514
|
+
}
|
|
4515
|
+
) }, linkIdx))
|
|
4441
4516
|
}
|
|
4442
4517
|
)
|
|
4443
|
-
] })
|
|
4444
|
-
]
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4453
|
-
)
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4481
|
-
|
|
4518
|
+
] }, sectionIdx))
|
|
4519
|
+
]
|
|
4520
|
+
}
|
|
4521
|
+
),
|
|
4522
|
+
/* @__PURE__ */ jsxs(
|
|
4523
|
+
"div",
|
|
4524
|
+
{
|
|
4525
|
+
className: cn(
|
|
4526
|
+
"mt-16 flex flex-col justify-between gap-4 border-t pt-8 text-sm opacity-80 md:flex-row md:items-center",
|
|
4527
|
+
bottomClassName
|
|
4528
|
+
),
|
|
4529
|
+
children: [
|
|
4530
|
+
/* @__PURE__ */ jsxs(
|
|
4531
|
+
"div",
|
|
4532
|
+
{
|
|
4533
|
+
className: cn(
|
|
4534
|
+
"flex flex-col gap-2 md:flex-row md:items-center md:gap-4",
|
|
4535
|
+
copyrightClassName
|
|
4536
|
+
),
|
|
4537
|
+
children: [
|
|
4538
|
+
/* @__PURE__ */ jsx(FooterCopyright, { copyright }),
|
|
4539
|
+
/* @__PURE__ */ jsx(
|
|
4540
|
+
BrandAttribution,
|
|
4541
|
+
{
|
|
4542
|
+
internalBrandSlug: "open_site_ai",
|
|
4543
|
+
optionIndex: 8,
|
|
4544
|
+
variant: "span",
|
|
4545
|
+
linkClassName: "underline underline-offset-4 transition-colors hover:opacity-100"
|
|
4546
|
+
}
|
|
4547
|
+
)
|
|
4548
|
+
]
|
|
4549
|
+
}
|
|
4550
|
+
),
|
|
4551
|
+
/* @__PURE__ */ jsx("ul", { className: cn("flex gap-4", legalLinksClassName), children: legalLinks?.map((link, idx) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
4552
|
+
Pressable,
|
|
4553
|
+
{
|
|
4554
|
+
href: link.href,
|
|
4555
|
+
className: cn("hover:opacity-100", legalLinkClassName),
|
|
4556
|
+
children: link.name
|
|
4557
|
+
}
|
|
4558
|
+
) }, idx)) })
|
|
4559
|
+
]
|
|
4560
|
+
}
|
|
4561
|
+
)
|
|
4482
4562
|
] }) })
|
|
4483
4563
|
}
|
|
4484
4564
|
);
|
|
@@ -1057,7 +1057,7 @@ function FeatureUtilityCardsGrid({
|
|
|
1057
1057
|
href: learnMoreAction.href,
|
|
1058
1058
|
onClick: learnMoreAction.onClick,
|
|
1059
1059
|
className: cn(
|
|
1060
|
-
"flex items-center gap-1 font-medium transition-opacity hover:opacity-80",
|
|
1060
|
+
"flex items-center gap-1 font-medium transition-opacity hover:opacity-80 text-right",
|
|
1061
1061
|
learnMoreAction.className
|
|
1062
1062
|
),
|
|
1063
1063
|
"aria-label": learnMoreAction["aria-label"],
|
|
@@ -1035,7 +1035,7 @@ function FeatureUtilityCardsGrid({
|
|
|
1035
1035
|
href: learnMoreAction.href,
|
|
1036
1036
|
onClick: learnMoreAction.onClick,
|
|
1037
1037
|
className: cn(
|
|
1038
|
-
"flex items-center gap-1 font-medium transition-opacity hover:opacity-80",
|
|
1038
|
+
"flex items-center gap-1 font-medium transition-opacity hover:opacity-80 text-right",
|
|
1039
1039
|
learnMoreAction.className
|
|
1040
1040
|
),
|
|
1041
1041
|
"aria-label": learnMoreAction["aria-label"],
|