@trackunit/react-components 0.5.17 → 0.5.19

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/index.cjs.js CHANGED
@@ -3557,7 +3557,7 @@ const cvaTooltipPopoverContent = cssClassVarianceUtilities.cvaMerge(["max-w-sm",
3557
3557
  variants: {
3558
3558
  color: {
3559
3559
  light: "bg-white shadow-lg",
3560
- dark: "bg-slate-600 text-white",
3560
+ dark: "bg-neutral-700 text-white",
3561
3561
  },
3562
3562
  },
3563
3563
  defaultVariants: {
package/index.esm.js CHANGED
@@ -3537,7 +3537,7 @@ const cvaTooltipPopoverContent = cvaMerge(["max-w-sm", "rounded", "p-2"], {
3537
3537
  variants: {
3538
3538
  color: {
3539
3539
  light: "bg-white shadow-lg",
3540
- dark: "bg-slate-600 text-white",
3540
+ dark: "bg-neutral-700 text-white",
3541
3541
  },
3542
3542
  },
3543
3543
  defaultVariants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.5.17",
3
+ "version": "0.5.19",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {