@opensite/ui 2.6.7 → 2.6.9

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.
@@ -482,7 +482,7 @@ function BreadcrumbList({ className, ...props }) {
482
482
  {
483
483
  "data-slot": "breadcrumb-list",
484
484
  className: cn(
485
- "text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5",
485
+ "flex flex-wrap items-center gap-1.5 text-sm wrap-break-word sm:gap-2.5",
486
486
  className
487
487
  ),
488
488
  ...props
@@ -509,7 +509,7 @@ function BreadcrumbLink({
509
509
  Comp,
510
510
  {
511
511
  "data-slot": "breadcrumb-link",
512
- className: cn("hover:text-foreground transition-colors", className),
512
+ className: cn("hover:underline transition-colors", className),
513
513
  ...props
514
514
  }
515
515
  );
@@ -522,7 +522,7 @@ function BreadcrumbPage({ className, ...props }) {
522
522
  role: "link",
523
523
  "aria-disabled": "true",
524
524
  "aria-current": "page",
525
- className: cn("text-foreground font-normal", className),
525
+ className: cn("font-normal", className),
526
526
  ...props
527
527
  }
528
528
  );
@@ -593,7 +593,7 @@ function BreadcrumbList({ className, ...props }) {
593
593
  {
594
594
  "data-slot": "breadcrumb-list",
595
595
  className: cn(
596
- "text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5",
596
+ "flex flex-wrap items-center gap-1.5 text-sm wrap-break-word sm:gap-2.5",
597
597
  className
598
598
  ),
599
599
  ...props
@@ -620,7 +620,7 @@ function BreadcrumbLink({
620
620
  Comp,
621
621
  {
622
622
  "data-slot": "breadcrumb-link",
623
- className: cn("hover:text-foreground transition-colors", className),
623
+ className: cn("hover:underline transition-colors", className),
624
624
  ...props
625
625
  }
626
626
  );
@@ -569,7 +569,7 @@ function BreadcrumbList({ className, ...props }) {
569
569
  {
570
570
  "data-slot": "breadcrumb-list",
571
571
  className: cn(
572
- "text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5",
572
+ "flex flex-wrap items-center gap-1.5 text-sm wrap-break-word sm:gap-2.5",
573
573
  className
574
574
  ),
575
575
  ...props
@@ -596,7 +596,7 @@ function BreadcrumbLink({
596
596
  Comp,
597
597
  {
598
598
  "data-slot": "breadcrumb-link",
599
- className: cn("hover:text-foreground transition-colors", className),
599
+ className: cn("hover:underline transition-colors", className),
600
600
  ...props
601
601
  }
602
602
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "2.6.7",
3
+ "version": "2.6.9",
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",