heroes-of-chess-components 0.5.78 → 0.5.80

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.
@@ -16,8 +16,8 @@ const HBox: React.FC<HBoxProps> = ({
16
16
  border = "none", // Border del contenedor
17
17
  borderRadius = "0", // Radio de bordes
18
18
  background,
19
- overflowX = "auto",
20
- overflowY = "auto",
19
+ overflowX = "visible",
20
+ overflowY = "visible",
21
21
  boxShadow,
22
22
  position = "relative",
23
23
  top = "auto", // Posición superior
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.5.78",
3
+ "version": "0.5.80",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",