@m4l/components 9.4.6-BE20260108-beta.1 → 9.4.6-BE20260108-beta.2

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.
@@ -30,7 +30,6 @@ function PopoverMenuFields(props) {
30
30
  anchorEl,
31
31
  container: popoverContainerRef.current,
32
32
  children: [
33
- ' // Se especifica el contenedor para evitar warnings de accesibilidad (aria-hidden) cuando hay un Dialog abierto. Material-UI aplica aria-hidden="true" al Dialog root, y el Popover debe renderizarse fuera de ese árbol para evitar el warning. El z-index se maneja globalmente en Popover.styles.tsx',
34
33
  isOpenPopoverMenuFields && fields.map((field, index) => /* @__PURE__ */ jsx(
35
34
  MenuItem,
36
35
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "9.4.6-BE20260108-beta.1",
3
+ "version": "9.4.6-BE20260108-beta.2",
4
4
  "license": "UNLICENSED",
5
5
  "description": "M4L Components",
6
6
  "lint-staged": {