@lumx/react 4.15.1-alpha.0 → 4.15.1-alpha.1

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.js CHANGED
@@ -9163,6 +9163,7 @@ const Popover$1 = (props, {
9163
9163
  [`position-${position}`]: Boolean(position),
9164
9164
  'is-hidden': Boolean(isHidden)
9165
9165
  })),
9166
+ "aria-hidden": isHidden ? 'true' : undefined,
9166
9167
  style: isHidden ? undefined : popoverStyle,
9167
9168
  "data-popper-placement": position,
9168
9169
  children: [unmountSentinel, /*#__PURE__*/jsxs(ClickAwayProvider, {