@app-studio/web 0.9.15 → 0.9.16

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/dist/web.esm.js CHANGED
@@ -21054,13 +21054,7 @@ var HoverCardContent = _ref3 => {
21054
21054
  maxWidth: maxWidth,
21055
21055
  // Combine intelligent position styles with user styles
21056
21056
  style: Object.assign({}, positionStyles, userStyle)
21057
- }, views == null ? void 0 : views.container, props), children, process.env.NODE_ENV === 'development' && relation && (/*#__PURE__*/React.createElement("div", {
21058
- style: {
21059
- fontSize: '10px',
21060
- opacity: 0.7,
21061
- marginTop: '4px'
21062
- }
21063
- }, "Position: ", relation.position.vertical, "-", relation.position.horizontal, /*#__PURE__*/React.createElement("br", null), "More space: ", relation.space.vertical, "-", relation.space.horizontal)));
21057
+ }, views == null ? void 0 : views.container, props), children);
21064
21058
  };
21065
21059
 
21066
21060
  var _excluded$_ = ["children", "views", "openDelay", "closeDelay"];