@arc-fusion/pb-editor-wrapper
Advanced tools
Comparing version 0.0.301 to 0.0.333
@@ -61,3 +61,2 @@ "use strict"; | ||
if (isChain) return; | ||
console.log('hello world'); | ||
@@ -67,2 +66,3 @@ var enterNode = _reactDom.default.findDOMNode(enterRef.current); | ||
var siblingNodes = (0, _getSiblingNodes.getSiblingNodes)(fingerprint, enterNode); | ||
console.log('hello world', enterNode, siblingNodes); | ||
addMouseEvents(siblingNodes); | ||
@@ -107,5 +107,6 @@ return function () { | ||
fingerprint: _propTypes.default.string.isRequired, | ||
plugins: _propTypes.default.string.isRequired | ||
plugins: _propTypes.default.string, | ||
isChain: _propTypes.default.bool | ||
}; | ||
var _default = FeatureWrapper; | ||
exports.default = _default; |
{ | ||
"name": "@arc-fusion/pb-editor-wrapper", | ||
"description": "PageBuilder Preview Wrapper", | ||
"version": "0.0.301", | ||
"version": "0.0.333", | ||
"module": "dist/index.js", | ||
@@ -16,3 +16,3 @@ "files": [ | ||
"clean": "rimraf dist", | ||
"build": "npm run clean && cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__", | ||
"build": "cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__", | ||
"build-watch": "watch 'npm run build && npm run local-publish' ./src", | ||
@@ -19,0 +19,0 @@ "local-publish": "yalc publish --private" |
7320
116