@popgrids/ui 0.0.37 → 0.0.38

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
@@ -1985,8 +1985,8 @@ var tagVariants = cva(
1985
1985
  {
1986
1986
  variants: {
1987
1987
  selected: {
1988
- false: "text-primary ring ring-primary ring-offset-0 focus-visible:bg-primary focus-visible:text-primary",
1989
- true: "bg-primary text-primary-foreground dark:text-primary-foreground focus-visible:bg-primary focus-visible:text-primary-foreground dark:focus-visible:bg-primary dark:focus-visible:text-primary-foreground"
1988
+ false: "text-primary dark:text-primary-foreground ring ring-primary dark:ring-1 dark:ring-primary-foreground ring-offset-0 focus-visible:bg-primary focus-visible:text-primary",
1989
+ true: "bg-primary text-primary-foreground dark:ring-1 dark:ring-primary-foreground dark:bg-primary-foreground/5 dark:text-primary-foreground focus-visible:bg-primary focus-visible:text-primary-foreground dark:focus-visible:bg-primary dark:focus-visible:text-primary-foreground"
1990
1990
  },
1991
1991
  interactive: {
1992
1992
  false: null,