@privateers/ui 0.3.19 → 0.3.20

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/index.cjs CHANGED
@@ -126,7 +126,7 @@ function AvatarFallback({
126
126
  {
127
127
  "data-slot": "avatar-fallback",
128
128
  className: cn(
129
- "flex size-full items-center justify-center rounded-full bg-muted text-sm font-medium",
129
+ "bg-muted text-muted-foreground flex size-full items-center justify-center rounded-full text-sm font-medium",
130
130
  className
131
131
  ),
132
132
  ...props
@@ -1153,7 +1153,7 @@ function SheetOverlay({
1153
1153
  {
1154
1154
  "data-slot": "sheet-overlay",
1155
1155
  className: cn(
1156
- "fixed inset-0 z-50 bg-black/80",
1156
+ "fixed inset-0 z-50 bg-overlay/80",
1157
1157
  "data-[state=open]:animate-in data-[state=closed]:animate-out",
1158
1158
  "data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
1159
1159
  className
@@ -2516,7 +2516,7 @@ function AlertDialogOverlay({
2516
2516
  radixUi.AlertDialog.Overlay,
2517
2517
  {
2518
2518
  "data-slot": "alert-dialog-overlay",
2519
- className: cn("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-50", className),
2519
+ className: cn("data-open:animate-in data-closed:animate-out data-closed:fade-out-0 data-open:fade-in-0 bg-overlay/10 duration-100 supports-backdrop-filter:backdrop-blur-xs fixed inset-0 z-50", className),
2520
2520
  ...props
2521
2521
  }
2522
2522
  );
@@ -2669,7 +2669,7 @@ function DialogOverlay({
2669
2669
  {
2670
2670
  "data-slot": "dialog-overlay",
2671
2671
  className: cn(
2672
- "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 bg-black/50 fixed inset-0 z-50",
2672
+ "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 bg-overlay/50 fixed inset-0 z-50",
2673
2673
  className
2674
2674
  ),
2675
2675
  ...props