@lumx/react 3.11.3-alpha.0 → 3.11.3-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
@@ -4380,7 +4380,11 @@ const useStubPopper = (_a, _p, _ref) => {
4380
4380
  'data-popper-placement': placement
4381
4381
  }
4382
4382
  },
4383
- styles: {}
4383
+ styles: {
4384
+ popper: {
4385
+ transform: 'translate(1, 1)'
4386
+ }
4387
+ }
4384
4388
  };
4385
4389
  };
4386
4390