diginet-core-ui 1.3.76-beta.4 → 1.3.76-beta.5

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.
@@ -246,6 +246,7 @@ const Popover = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
246
246
 
247
247
  anchor = ((_anchor5 = anchor) === null || _anchor5 === void 0 ? void 0 : _anchor5.element) || ((_anchor$current = anchor.current) === null || _anchor$current === void 0 ? void 0 : _anchor$current.element) || anchor.current;
248
248
  }
249
+ if (!anchor) return;
249
250
 
250
251
  if (arrow && anchorOrigin.vertical !== anchorOrigin.horizontal && transformOrigin.vertical !== transformOrigin.horizontal) {
251
252
  aPosition = getArrowPosition(anchorOrigin, transformOrigin, translate);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.76-beta.4",
3
+ "version": "1.3.76-beta.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",
@@ -17,9 +17,9 @@ const saveNewTheme = (newTheme, ingredient) => {
17
17
  });
18
18
  }
19
19
  };
20
- /**
21
- * set theme setting as global
22
- * @param {Object} theme
20
+ /**
21
+ * set theme setting as global
22
+ * @param {Object} theme
23
23
  */
24
24
 
25
25