@lumx/react 3.9.2-alpha.2 → 3.9.2-alpha.4

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
@@ -6355,7 +6355,9 @@ const useStubPopper = (_a, _p, _ref) => {
6355
6355
  } = _ref;
6356
6356
  return {
6357
6357
  attributes: {
6358
- 'data-popper-placement': placement
6358
+ popper: {
6359
+ 'data-popper-placement': placement
6360
+ }
6359
6361
  },
6360
6362
  styles: {}
6361
6363
  };
@@ -14109,7 +14111,7 @@ const CLASSNAME$1h = getRootClassName(COMPONENT_NAME$1k);
14109
14111
  */
14110
14112
  const DEFAULT_PROPS$11 = {
14111
14113
  placement: Placement.BOTTOM,
14112
- closeMode: 'unmount'
14114
+ closeMode: 'hide'
14113
14115
  };
14114
14116
 
14115
14117
  /**