@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.
@@ -21061,13 +21061,7 @@ var HoverCardContent = _ref3 => {
21061
21061
  maxWidth: maxWidth,
21062
21062
  // Combine intelligent position styles with user styles
21063
21063
  style: Object.assign({}, positionStyles, userStyle)
21064
- }, views == null ? void 0 : views.container, props), children, relation && (/*#__PURE__*/React__default.createElement("div", {
21065
- style: {
21066
- fontSize: '10px',
21067
- opacity: 0.7,
21068
- marginTop: '4px'
21069
- }
21070
- }, "Position: ", relation.position.vertical, "-", relation.position.horizontal, /*#__PURE__*/React__default.createElement("br", null), "More space: ", relation.space.vertical, "-", relation.space.horizontal)));
21064
+ }, views == null ? void 0 : views.container, props), children);
21071
21065
  };
21072
21066
 
21073
21067
  var _excluded$_ = ["children", "views", "openDelay", "closeDelay"];