@draft-js-plugins/resizeable
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -60,3 +60,3 @@ 'use strict'; | ||
return function (WrappedComponent) { | ||
var BlockResizeableDecorator = /*#__PURE__*/React__default['default'].forwardRef(function (_ref2, _ref3) { | ||
var BlockResizeableDecorator = /*#__PURE__*/React__default["default"].forwardRef(function (_ref2, _ref3) { | ||
var blockProps = _ref2.blockProps, | ||
@@ -266,3 +266,3 @@ _ref2$isResizable = _ref2.isResizable, | ||
}; | ||
return /*#__PURE__*/React__default['default'].createElement(WrappedComponent, _extends({}, elementProps, interactionProps, { | ||
return /*#__PURE__*/React__default["default"].createElement(WrappedComponent, _extends({}, elementProps, interactionProps, { | ||
blockProps: blockProps, | ||
@@ -349,2 +349,2 @@ ref: function ref(node) { | ||
exports.default = index; | ||
exports["default"] = index; |
@@ -339,2 +339,2 @@ import { EditorState } from 'draft-js'; | ||
export default index; | ||
export { index as default }; |
{ | ||
"name": "@draft-js-plugins/resizeable", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"sideEffects": [ | ||
@@ -42,4 +42,4 @@ "*.css" | ||
"draft-js": "^0.10.1 || ^0.11.0", | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28082
7