@moontra/moonui 4.1.0 → 5.0.0

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.js CHANGED
@@ -433,16 +433,16 @@ var badgeVariants = classVarianceAuthority.cva(
433
433
  "dark:bg-error/90 dark:text-white dark:shadow-inner dark:shadow-error/10"
434
434
  ],
435
435
  success: [
436
- "border-transparent bg-success text-white",
436
+ "border-transparent bg-success text-success-foreground",
437
437
  "hover:bg-success/90 dark:hover:bg-success/80",
438
438
  "focus-visible:ring-success/30 dark:focus-visible:ring-success/25",
439
- "dark:bg-success/90 dark:text-white dark:shadow-inner dark:shadow-success/10"
439
+ "dark:bg-success/90 dark:text-success-foreground dark:shadow-inner dark:shadow-success/10"
440
440
  ],
441
441
  warning: [
442
- "border-transparent bg-warning text-white",
442
+ "border-transparent bg-warning text-warning-foreground",
443
443
  "hover:bg-warning/90 dark:hover:bg-warning/80",
444
444
  "focus-visible:ring-warning/30 dark:focus-visible:ring-warning/25",
445
- "dark:bg-warning/90 dark:text-gray-900 dark:shadow-inner dark:shadow-warning/10"
445
+ "dark:bg-warning/90 dark:text-warning-foreground dark:shadow-inner dark:shadow-warning/10"
446
446
  ],
447
447
  ghost: [
448
448
  "border border-gray-200 bg-gray-50/50 text-gray-700",