@trackunit/react-table-base-components 0.0.283 → 0.0.284

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
@@ -190,7 +190,7 @@ const ResizeHandle = (_a) => {
190
190
  const cvaResizeHandel = cssClassVarianceUtilities.cvaMerge(["absolute", "cursor-col-resize", "right-0", "top-0", "h-full", "w-1", "select-none", "hover:bg-primary-400"], {
191
191
  variants: {
192
192
  isResizing: {
193
- true: ["bg-blue-500", "opacity-1"],
193
+ true: ["bg-primary-500", "opacity-1"],
194
194
  false: [],
195
195
  },
196
196
  },
package/index.esm.js CHANGED
@@ -186,7 +186,7 @@ const ResizeHandle = (_a) => {
186
186
  const cvaResizeHandel = cvaMerge(["absolute", "cursor-col-resize", "right-0", "top-0", "h-full", "w-1", "select-none", "hover:bg-primary-400"], {
187
187
  variants: {
188
188
  isResizing: {
189
- true: ["bg-blue-500", "opacity-1"],
189
+ true: ["bg-primary-500", "opacity-1"],
190
190
  false: [],
191
191
  },
192
192
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-table-base-components",
3
- "version": "0.0.283",
3
+ "version": "0.0.284",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {