magneto365.ui 2.56.3 → 2.56.4
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1860,7 +1860,7 @@ var Component$20 = function (_a) {
|
|
|
1860
1860
|
rest.onCopySuccess();
|
|
1861
1861
|
} })))) },
|
|
1862
1862
|
React__default["default"].createElement(Tooltip, { title: btnProps.title || 'Compartir', position: "bottom", visible: !show },
|
|
1863
|
-
React__default["default"].createElement("button", __assign({}, btnProps, { className: [style$O['popover__btn'], classNameButton].join(' '), onClick: function () { return setShow(function (show) { return !show; }); }, onBlur: function () { return setShow(false); } }),
|
|
1863
|
+
React__default["default"].createElement("button", __assign({}, btnProps, { title: "", "aria-label": btnProps.title, className: [style$O['popover__btn'], classNameButton].join(' '), onClick: function () { return setShow(function (show) { return !show; }); }, onBlur: function () { return setShow(false); } }),
|
|
1864
1864
|
React__default["default"].createElement(IconItem, { size: 20, icon: Share })))));
|
|
1865
1865
|
};
|
|
1866
1866
|
Component$20.displayName = 'SharePopover';
|