@app-studio/web 0.9.25 → 0.9.26
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.cjs.development.js +2 -14
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +2 -14
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +2 -14
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/package.json +1 -1
package/dist/web.esm.js
CHANGED
|
@@ -18856,13 +18856,7 @@ var DropdownMenuContent = _ref3 => {
|
|
|
18856
18856
|
item: item,
|
|
18857
18857
|
views: views
|
|
18858
18858
|
});
|
|
18859
|
-
})
|
|
18860
|
-
style: {
|
|
18861
|
-
fontSize: '10px',
|
|
18862
|
-
opacity: 0.7,
|
|
18863
|
-
padding: '4px'
|
|
18864
|
-
}
|
|
18865
|
-
}, "Placement: ", optimalPosition.placement, relation && (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("br", null), "Space: ", relation.space.vertical, "-", relation.space.horizontal)))));
|
|
18859
|
+
}));
|
|
18866
18860
|
};
|
|
18867
18861
|
// DropdownMenu Item component
|
|
18868
18862
|
var DropdownMenuItem = _ref4 => {
|
|
@@ -25532,13 +25526,7 @@ var TooltipView = _ref4 => {
|
|
|
25532
25526
|
borderRadius: 4,
|
|
25533
25527
|
boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.15)",
|
|
25534
25528
|
style: positionStyles
|
|
25535
|
-
}, TooltipSizes[size], TooltipVariants[variant], views == null ? void 0 : views.content), typeof content === 'string' ? (/*#__PURE__*/React.createElement(Text$1, Object.assign({}, views == null ? void 0 : views.text), content)) : content, showArrow && /*#__PURE__*/React.createElement(View, Object.assign({}, arrowStyles, views == null ? void 0 : views.arrow))
|
|
25536
|
-
style: {
|
|
25537
|
-
fontSize: '8px',
|
|
25538
|
-
opacity: 0.7,
|
|
25539
|
-
marginTop: '2px'
|
|
25540
|
-
}
|
|
25541
|
-
}, "Placement: ", optimalPosition.placement, relation && (/*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("br", null), "Space: ", relation.space.vertical, "-", relation.space.horizontal)))))));
|
|
25529
|
+
}, TooltipSizes[size], TooltipVariants[variant], views == null ? void 0 : views.content), typeof content === 'string' ? (/*#__PURE__*/React.createElement(Text$1, Object.assign({}, views == null ? void 0 : views.text), content)) : content, showArrow && /*#__PURE__*/React.createElement(View, Object.assign({}, arrowStyles, views == null ? void 0 : views.arrow)))));
|
|
25542
25530
|
};
|
|
25543
25531
|
|
|
25544
25532
|
var _excluded$1g = ["content", "children", "position", "align", "size", "variant", "openDelay", "closeDelay", "showArrow", "defaultOpen", "isDisabled", "views"];
|