@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.mjs CHANGED
@@ -395,16 +395,16 @@ var badgeVariants = cva(
395
395
  "dark:bg-error/90 dark:text-white dark:shadow-inner dark:shadow-error/10"
396
396
  ],
397
397
  success: [
398
- "border-transparent bg-success text-white",
398
+ "border-transparent bg-success text-success-foreground",
399
399
  "hover:bg-success/90 dark:hover:bg-success/80",
400
400
  "focus-visible:ring-success/30 dark:focus-visible:ring-success/25",
401
- "dark:bg-success/90 dark:text-white dark:shadow-inner dark:shadow-success/10"
401
+ "dark:bg-success/90 dark:text-success-foreground dark:shadow-inner dark:shadow-success/10"
402
402
  ],
403
403
  warning: [
404
- "border-transparent bg-warning text-white",
404
+ "border-transparent bg-warning text-warning-foreground",
405
405
  "hover:bg-warning/90 dark:hover:bg-warning/80",
406
406
  "focus-visible:ring-warning/30 dark:focus-visible:ring-warning/25",
407
- "dark:bg-warning/90 dark:text-gray-900 dark:shadow-inner dark:shadow-warning/10"
407
+ "dark:bg-warning/90 dark:text-warning-foreground dark:shadow-inner dark:shadow-warning/10"
408
408
  ],
409
409
  ghost: [
410
410
  "border border-gray-200 bg-gray-50/50 text-gray-700",