@arc-fusion/pb-editor-wrapper
Advanced tools
Comparing version 0.0.92 to 0.0.93
@@ -22,2 +22,10 @@ "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(); } | ||
@@ -79,2 +87,3 @@ | ||
var onFeatureHover = function onFeatureHover() { | ||
console.log('hello world'); | ||
setHover(true); | ||
@@ -89,3 +98,3 @@ onHover && onHover(fingerprint); | ||
key: "fusion-enter-".concat(fingerprint), | ||
css: [styles.wrapper, isHovered && styles.wrapper.highlighted], | ||
css: [].concat(_toConsumableArray(styles.wrapper), [isHovered && styles.wrapper.highlighted]), | ||
onMouseEnter: onFeatureHover, | ||
@@ -92,0 +101,0 @@ onMouseLeave: function onMouseLeave() { |
{ | ||
"name": "@arc-fusion/pb-editor-wrapper", | ||
"description": "PageBuilder Preview Wrapper", | ||
"version": "0.0.92", | ||
"version": "0.0.93", | ||
"module": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
10055
107