@arc-fusion/pb-editor-wrapper
Advanced tools
Comparing version 0.0.93 to 0.0.94
@@ -22,10 +22,2 @@ "use strict"; | ||
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } | ||
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } | ||
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } | ||
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } | ||
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } | ||
@@ -97,3 +89,3 @@ | ||
key: "fusion-enter-".concat(fingerprint), | ||
css: [].concat(_toConsumableArray(styles.wrapper), [isHovered && styles.wrapper.highlighted]), | ||
css: [styles.wrapper, isHovered && styles.wrapper.highlighted], | ||
onMouseEnter: onFeatureHover, | ||
@@ -108,2 +100,6 @@ onMouseLeave: function onMouseLeave() { | ||
key: "fusion-exit-".concat(fingerprint), | ||
onMouseEnter: onFeatureHover, | ||
onMouseLeave: function onMouseLeave() { | ||
return setHover(false); | ||
}, | ||
'data-fusion-component': fingerprint | ||
@@ -110,0 +106,0 @@ })]); |
{ | ||
"name": "@arc-fusion/pb-editor-wrapper", | ||
"description": "PageBuilder Preview Wrapper", | ||
"version": "0.0.93", | ||
"version": "0.0.94", | ||
"module": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
9567