@lumx/react 4.16.0-alpha.1 → 4.16.0-alpha.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.
package/index.js CHANGED
@@ -9163,7 +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
+ hidden: isHidden || undefined,
9167
9167
  style: isHidden ? undefined : popoverStyle,
9168
9168
  "data-popper-placement": position,
9169
9169
  children: [unmountSentinel, /*#__PURE__*/jsxs(ClickAwayProvider, {