@trackunit/react-components 0.1.358 → 0.1.360

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
@@ -4410,7 +4410,7 @@ const cvaVirtualizedListItem = cssClassVarianceUtilities.cvaMerge(["absolute", "
4410
4410
  none: "",
4411
4411
  },
4412
4412
  focused: {
4413
- true: ["rounded-lg", "outline", "outline-2", "outline-blue-600"],
4413
+ true: ["rounded-lg", "outline", "outline-2", "outline-primary-600"],
4414
4414
  false: "",
4415
4415
  },
4416
4416
  },
package/index.esm.js CHANGED
@@ -4379,7 +4379,7 @@ const cvaVirtualizedListItem = cvaMerge(["absolute", "top-0", "left-0", "w-full"
4379
4379
  none: "",
4380
4380
  },
4381
4381
  focused: {
4382
- true: ["rounded-lg", "outline", "outline-2", "outline-blue-600"],
4382
+ true: ["rounded-lg", "outline", "outline-2", "outline-primary-600"],
4383
4383
  false: "",
4384
4384
  },
4385
4385
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.358",
3
+ "version": "0.1.360",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -22,7 +22,7 @@
22
22
  "jest-fetch-mock": "^3.0.3",
23
23
  "@testing-library/react": "14.0.0",
24
24
  "@floating-ui/react": "^0.26.6",
25
- "@tanstack/react-router": "1.31.6",
25
+ "@tanstack/react-router": "1.40.0",
26
26
  "string-ts": "^2.0.0",
27
27
  "tailwind-merge": "^2.0.0",
28
28
  "@trackunit/react-table-pagination": "*",