@almadar/ui 2.24.5 → 2.25.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.
@@ -4494,7 +4494,7 @@ var MarketingFooter = ({
4494
4494
  {
4495
4495
  as: "footer",
4496
4496
  className: cn(
4497
- "bg-[var(--color-foreground)] text-[var(--color-background)]",
4497
+ "bg-[var(--color-surface)]",
4498
4498
  "border-t border-[var(--color-border)]",
4499
4499
  "pt-12 pb-8 px-4",
4500
4500
  className
@@ -4507,7 +4507,7 @@ var MarketingFooter = ({
4507
4507
  Typography,
4508
4508
  {
4509
4509
  variant: "body2",
4510
- className: "font-semibold text-[var(--color-background)] mb-1",
4510
+ className: "font-semibold text-[var(--color-foreground)] mb-1",
4511
4511
  children: col.title
4512
4512
  }
4513
4513
  ),
@@ -4517,7 +4517,7 @@ var MarketingFooter = ({
4517
4517
  href: item.href,
4518
4518
  className: cn(
4519
4519
  "text-sm no-underline",
4520
- "text-[var(--color-background)]/60",
4520
+ "text-[var(--color-foreground)]/60",
4521
4521
  "hover:text-[var(--color-accent)]",
4522
4522
  "transition-colors duration-150"
4523
4523
  ),
@@ -4533,7 +4533,7 @@ var MarketingFooter = ({
4533
4533
  Typography,
4534
4534
  {
4535
4535
  variant: "caption",
4536
- className: "text-[var(--color-background)]/30 text-center w-full pt-6",
4536
+ className: "text-[var(--color-foreground)]/30 text-center w-full pt-6",
4537
4537
  children: copyright
4538
4538
  }
4539
4539
  )
@@ -4470,7 +4470,7 @@ var MarketingFooter = ({
4470
4470
  {
4471
4471
  as: "footer",
4472
4472
  className: cn(
4473
- "bg-[var(--color-foreground)] text-[var(--color-background)]",
4473
+ "bg-[var(--color-surface)]",
4474
4474
  "border-t border-[var(--color-border)]",
4475
4475
  "pt-12 pb-8 px-4",
4476
4476
  className
@@ -4483,7 +4483,7 @@ var MarketingFooter = ({
4483
4483
  Typography,
4484
4484
  {
4485
4485
  variant: "body2",
4486
- className: "font-semibold text-[var(--color-background)] mb-1",
4486
+ className: "font-semibold text-[var(--color-foreground)] mb-1",
4487
4487
  children: col.title
4488
4488
  }
4489
4489
  ),
@@ -4493,7 +4493,7 @@ var MarketingFooter = ({
4493
4493
  href: item.href,
4494
4494
  className: cn(
4495
4495
  "text-sm no-underline",
4496
- "text-[var(--color-background)]/60",
4496
+ "text-[var(--color-foreground)]/60",
4497
4497
  "hover:text-[var(--color-accent)]",
4498
4498
  "transition-colors duration-150"
4499
4499
  ),
@@ -4509,7 +4509,7 @@ var MarketingFooter = ({
4509
4509
  Typography,
4510
4510
  {
4511
4511
  variant: "caption",
4512
- className: "text-[var(--color-background)]/30 text-center w-full pt-6",
4512
+ className: "text-[var(--color-foreground)]/30 text-center w-full pt-6",
4513
4513
  children: copyright
4514
4514
  }
4515
4515
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "2.24.5",
3
+ "version": "2.25.1",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/components/index.js",