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