@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.
@@ -21030,13 +21030,7 @@
21030
21030
  maxWidth: maxWidth,
21031
21031
  // Combine intelligent position styles with user styles
21032
21032
  style: Object.assign({}, positionStyles, userStyle)
21033
- }, views == null ? void 0 : views.container, props), children, relation && (/*#__PURE__*/React__default.createElement("div", {
21034
- style: {
21035
- fontSize: '10px',
21036
- opacity: 0.7,
21037
- marginTop: '4px'
21038
- }
21039
- }, "Position: ", relation.position.vertical, "-", relation.position.horizontal, /*#__PURE__*/React__default.createElement("br", null), "More space: ", relation.space.vertical, "-", relation.space.horizontal)));
21033
+ }, views == null ? void 0 : views.container, props), children);
21040
21034
  };
21041
21035
 
21042
21036
  var _excluded$_ = ["children", "views", "openDelay", "closeDelay"];