@vincentgraul/react-components 1.0.60 → 1.0.61

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.
@@ -48857,7 +48857,7 @@ const GD = ({
48857
48857
  className: L0(HD.container, r),
48858
48858
  style: {
48859
48859
  width: `${F ?? 100}%`,
48860
- height: `${x ?? 100}%`,
48860
+ height: x !== void 0 ? `${x}rem` : "auto",
48861
48861
  flexDirection: g,
48862
48862
  justifyContent: z,
48863
48863
  alignItems: w,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentgraul/react-components",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {