@arc-fusion/pb-editor-wrapper
Advanced tools
Comparing version 0.0.109 to 0.0.111
@@ -43,2 +43,3 @@ "use strict"; | ||
onLocate = _ref.onLocate, | ||
onPluginOpen = _ref.onPluginOpen, | ||
children = _ref.children; | ||
@@ -70,4 +71,4 @@ | ||
right: '5px', | ||
width: '75px', | ||
padding: '5px 0', | ||
padding: '5px', | ||
width: 'initial', | ||
borderRadius: '5px', | ||
@@ -94,4 +95,3 @@ '& i': { | ||
}, | ||
"data-fusion-component": fingerprint, | ||
"data-fusion-plugins": plugins | ||
"data-fusion-component": fingerprint | ||
}, isHovered && (0, _react.jsx)("div", { | ||
@@ -101,3 +101,3 @@ css: styles.wrapper.actions | ||
onClick: function onClick() { | ||
return onLocate(fingerprint); | ||
return onPluginOpen(fingerprint, plugins); | ||
} | ||
@@ -104,0 +104,0 @@ }, (0, _react.jsx)("img", { |
{ | ||
"name": "@arc-fusion/pb-editor-wrapper", | ||
"description": "PageBuilder Preview Wrapper", | ||
"version": "0.0.109", | ||
"version": "0.0.111", | ||
"module": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
10010