@trackunit/react-components 1.4.39 → 1.4.40

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
@@ -3800,7 +3800,7 @@ const cvaWidgetBodyDensityContainer = cssClassVarianceUtilities.cvaMerge([
3800
3800
  "flex-grow",
3801
3801
  "overflow-auto",
3802
3802
  "w-full",
3803
- "h-full",
3803
+ "h-dvh",
3804
3804
  "place-items-center",
3805
3805
  "bg-white",
3806
3806
  "overflow-hidden",
package/index.esm.js CHANGED
@@ -3798,7 +3798,7 @@ const cvaWidgetBodyDensityContainer = cvaMerge([
3798
3798
  "flex-grow",
3799
3799
  "overflow-auto",
3800
3800
  "w-full",
3801
- "h-full",
3801
+ "h-dvh",
3802
3802
  "place-items-center",
3803
3803
  "bg-white",
3804
3804
  "overflow-hidden",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {