@trackunit/react-components 1.5.33 → 1.5.34

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
@@ -2823,7 +2823,7 @@ const cvaKPI = cssClassVarianceUtilities.cvaMerge(["w-full", "px-4", "py-2", "fl
2823
2823
  variant: {
2824
2824
  small: ["px-3"],
2825
2825
  condensed: ["px-2", "py-0"],
2826
- default: ["min-w-40"],
2826
+ default: [""],
2827
2827
  },
2828
2828
  },
2829
2829
  defaultVariants: {
package/index.esm.js CHANGED
@@ -2821,7 +2821,7 @@ const cvaKPI = cvaMerge(["w-full", "px-4", "py-2", "flex", "flex-col"], {
2821
2821
  variant: {
2822
2822
  small: ["px-3"],
2823
2823
  condensed: ["px-2", "py-0"],
2824
- default: ["min-w-40"],
2824
+ default: [""],
2825
2825
  },
2826
2826
  },
2827
2827
  defaultVariants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.5.33",
3
+ "version": "1.5.34",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {