@trackunit/react-components 1.10.86 → 1.10.89

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
@@ -1492,7 +1492,7 @@ const cvaCollapse = cssClassVarianceUtilities.cvaMerge(["flex", "flex-col", "ove
1492
1492
  },
1493
1493
  },
1494
1494
  });
1495
- const cvaCollapseHeader = cssClassVarianceUtilities.cvaMerge(["flex", "items-center", "cursor-pointer", "transition-all", "group"], {
1495
+ const cvaCollapseHeader = cssClassVarianceUtilities.cvaMerge(["flex", "items-center", "cursor-pointer", "transition-all", "group/collapse"], {
1496
1496
  variants: {
1497
1497
  expanded: { true: [], false: [] },
1498
1498
  variant: {
@@ -1549,7 +1549,7 @@ const cvaCollapseLabel = cssClassVarianceUtilities.cvaMerge([""], {
1549
1549
  variants: {
1550
1550
  variant: {
1551
1551
  primary: [""],
1552
- secondary: ["group-hover:underline", "text-primary-600"],
1552
+ secondary: ["group-hover/collapse:underline", "text-primary-600"],
1553
1553
  },
1554
1554
  },
1555
1555
  });
package/index.esm.js CHANGED
@@ -1490,7 +1490,7 @@ const cvaCollapse = cvaMerge(["flex", "flex-col", "overflow-hidden"], {
1490
1490
  },
1491
1491
  },
1492
1492
  });
1493
- const cvaCollapseHeader = cvaMerge(["flex", "items-center", "cursor-pointer", "transition-all", "group"], {
1493
+ const cvaCollapseHeader = cvaMerge(["flex", "items-center", "cursor-pointer", "transition-all", "group/collapse"], {
1494
1494
  variants: {
1495
1495
  expanded: { true: [], false: [] },
1496
1496
  variant: {
@@ -1547,7 +1547,7 @@ const cvaCollapseLabel = cvaMerge([""], {
1547
1547
  variants: {
1548
1548
  variant: {
1549
1549
  primary: [""],
1550
- secondary: ["group-hover:underline", "text-primary-600"],
1550
+ secondary: ["group-hover/collapse:underline", "text-primary-600"],
1551
1551
  },
1552
1552
  },
1553
1553
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.10.86",
3
+ "version": "1.10.89",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,10 +14,10 @@
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.7.110",
18
- "@trackunit/css-class-variance-utilities": "1.7.110",
19
- "@trackunit/shared-utils": "1.9.110",
20
- "@trackunit/ui-icons": "1.7.111",
17
+ "@trackunit/ui-design-tokens": "1.7.113",
18
+ "@trackunit/css-class-variance-utilities": "1.7.113",
19
+ "@trackunit/shared-utils": "1.9.113",
20
+ "@trackunit/ui-icons": "1.7.114",
21
21
  "@tanstack/react-router": "1.114.29",
22
22
  "es-toolkit": "^1.39.10",
23
23
  "@tanstack/react-virtual": "3.13.12",