@paubox/ui 0.14.1 → 0.14.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -21976,7 +21976,7 @@ var Popper = function(param) {
21976
21976
  overflow: maxHeight ? 'auto' : undefined
21977
21977
  }, style),
21978
21978
  children: children
21979
- }), document.querySelector('[role="presentation"]') || document.body);
21979
+ }), document.querySelector('div[role="presentation"]') || document.body);
21980
21980
  };
21981
21981
 
21982
21982
  function _array_like_to_array$h(arr, len) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@paubox/ui",
3
3
  "author": "Paubox, Inc.",
4
4
  "description": "Paubox Component Library",
5
- "version": "0.14.1",
5
+ "version": "0.14.2",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "publishConfig": {