@trackunit/react-components 1.14.26 → 1.14.28

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
@@ -1424,14 +1424,14 @@ const cvaCard = cssClassVarianceUtilities.cvaMerge([
1424
1424
  "bg-white",
1425
1425
  "component-card-shadow",
1426
1426
  "component-card-border",
1427
- "transition-shadow",
1427
+ "transition-colors",
1428
1428
  "ease-in-out",
1429
1429
  "overflow-clip", //otherwise rounded corners are not respected (clip is preferable to hidden since it doesn't create a scroll clipping box. )
1430
1430
  ], {
1431
1431
  variants: {
1432
1432
  clickable: {
1433
1433
  false: "",
1434
- true: "cursor-pointer hover:shadow-md",
1434
+ true: "cursor-pointer hover:bg-neutral-50",
1435
1435
  },
1436
1436
  fullHeight: {
1437
1437
  false: "",
package/index.esm.js CHANGED
@@ -1422,14 +1422,14 @@ const cvaCard = cvaMerge([
1422
1422
  "bg-white",
1423
1423
  "component-card-shadow",
1424
1424
  "component-card-border",
1425
- "transition-shadow",
1425
+ "transition-colors",
1426
1426
  "ease-in-out",
1427
1427
  "overflow-clip", //otherwise rounded corners are not respected (clip is preferable to hidden since it doesn't create a scroll clipping box. )
1428
1428
  ], {
1429
1429
  variants: {
1430
1430
  clickable: {
1431
1431
  false: "",
1432
- true: "cursor-pointer hover:shadow-md",
1432
+ true: "cursor-pointer hover:bg-neutral-50",
1433
1433
  },
1434
1434
  fullHeight: {
1435
1435
  false: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.14.26",
3
+ "version": "1.14.28",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,7 +14,7 @@
14
14
  "@floating-ui/react": "^0.26.25",
15
15
  "string-ts": "^2.0.0",
16
16
  "tailwind-merge": "^2.0.0",
17
- "@trackunit/ui-design-tokens": "1.10.22",
17
+ "@trackunit/ui-design-tokens": "1.10.23",
18
18
  "@trackunit/css-class-variance-utilities": "1.10.22",
19
19
  "@trackunit/shared-utils": "1.12.22",
20
20
  "@trackunit/ui-icons": "1.10.22",