@remirror/extension-react-component
Advanced tools
Comparing version 0.0.0-pr885.1 to 0.0.0-pr901.1
@@ -505,3 +505,3 @@ 'use strict'; | ||
if (core.isString(domSpec) || core.isDomNode(domSpec)) { | ||
if (core.isString(domSpec) || isDomNodeOutputSpec(domSpec)) { | ||
return; | ||
@@ -587,2 +587,6 @@ } | ||
function isDomNodeOutputSpec(value) { | ||
return core.isDomNode(value) || core.isPlainObject(value) && core.isDomNode(value.dom); | ||
} | ||
var _dec, _class, _temp; | ||
@@ -589,0 +593,0 @@ /** |
@@ -501,3 +501,3 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray'; | ||
if (isString(domSpec) || isDomNode(domSpec)) { | ||
if (isString(domSpec) || isDomNodeOutputSpec(domSpec)) { | ||
return; | ||
@@ -583,2 +583,6 @@ } | ||
function isDomNodeOutputSpec(value) { | ||
return isDomNode(value) || isPlainObject(value) && isDomNode(value.dom); | ||
} | ||
var _dec, _class, _temp; | ||
@@ -585,0 +589,0 @@ /** |
@@ -505,3 +505,3 @@ 'use strict'; | ||
if (core.isString(domSpec) || core.isDomNode(domSpec)) { | ||
if (core.isString(domSpec) || isDomNodeOutputSpec(domSpec)) { | ||
return; | ||
@@ -587,2 +587,6 @@ } | ||
function isDomNodeOutputSpec(value) { | ||
return core.isDomNode(value) || core.isPlainObject(value) && core.isDomNode(value.dom); | ||
} | ||
var _dec, _class, _temp; | ||
@@ -589,0 +593,0 @@ /** |
@@ -497,3 +497,3 @@ 'use strict'; | ||
if (core.isString(domSpec) || core.isDomNode(domSpec)) { | ||
if (core.isString(domSpec) || isDomNodeOutputSpec(domSpec)) { | ||
return; | ||
@@ -579,2 +579,6 @@ } | ||
function isDomNodeOutputSpec(value) { | ||
return core.isDomNode(value) || core.isPlainObject(value) && core.isDomNode(value.dom); | ||
} | ||
var _dec, _class, _temp; | ||
@@ -581,0 +585,0 @@ /** |
@@ -501,3 +501,3 @@ import _slicedToArray from '@babel/runtime/helpers/esm/slicedToArray'; | ||
if (isString(domSpec) || isDomNode(domSpec)) { | ||
if (isString(domSpec) || isDomNodeOutputSpec(domSpec)) { | ||
return; | ||
@@ -583,2 +583,6 @@ } | ||
function isDomNodeOutputSpec(value) { | ||
return isDomNode(value) || isPlainObject(value) && isDomNode(value.dom); | ||
} | ||
var _dec, _class, _temp; | ||
@@ -585,0 +589,0 @@ /** |
{ | ||
"name": "@remirror/extension-react-component", | ||
"version": "0.0.0-pr885.1", | ||
"version": "0.0.0-pr901.1", | ||
"description": "Create prosemirror node views from your react components", | ||
@@ -39,12 +39,12 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.7", | ||
"@remirror/core": "0.0.0-pr885.1", | ||
"@remirror/messages": "0.0.0-pr885.1", | ||
"@babel/runtime": "^7.13.10", | ||
"@remirror/core": "0.0.0-pr901.1", | ||
"@remirror/messages": "0.0.0-pr901.1", | ||
"nanoevents": "^5.1.10" | ||
}, | ||
"devDependencies": { | ||
"@remirror/pm": "0.0.0-pr885.1", | ||
"@remirror/react": "0.0.0-pr885.1", | ||
"@types/react": "^17.0.1", | ||
"@types/react-dom": "^17.0.0", | ||
"@remirror/pm": "0.0.0-pr901.1", | ||
"@remirror/react": "0.0.0-pr901.1", | ||
"@types/react": "^17.0.2", | ||
"@types/react-dom": "^17.0.1", | ||
"react": "^17.0.1", | ||
@@ -54,3 +54,3 @@ "react-dom": "^17.0.1" | ||
"peerDependencies": { | ||
"@remirror/pm": "0.0.0-pr885.1", | ||
"@remirror/pm": "0.0.0-pr901.1", | ||
"@types/react": "^16.14.0 || ^17", | ||
@@ -57,0 +57,0 @@ "@types/react-dom": "^16.9.0 || ^17", |
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
145446
3338
+ Added@remirror/core@0.0.0-pr901.1(transitive)
+ Added@remirror/core-constants@0.0.0-pr901.1(transitive)
+ Added@remirror/core-helpers@0.0.0-pr901.1(transitive)
+ Added@remirror/core-types@0.0.0-pr901.1(transitive)
+ Added@remirror/core-utils@0.0.0-pr901.1(transitive)
+ Added@remirror/i18n@0.0.0-pr901.1(transitive)
+ Added@remirror/icons@0.0.0-pr901.1(transitive)
+ Added@remirror/messages@0.0.0-pr901.1(transitive)
+ Added@remirror/pm@0.0.0-pr901.1(transitive)
+ Added@remirror/theme@0.0.0-pr901.1(transitive)
+ Added@remirror/types@0.0.0-pr901.1(transitive)
+ Addedprosemirror-paste-rules@0.0.0-pr901.1(transitive)
+ Addedprosemirror-suggest@0.0.0-pr901.1(transitive)
+ Addedprosemirror-trailing-node@0.0.0-pr901.1(transitive)
- Removed@remirror/core@0.0.0-pr885.1(transitive)
- Removed@remirror/core-constants@0.0.0-pr885.1(transitive)
- Removed@remirror/core-helpers@0.0.0-pr885.1(transitive)
- Removed@remirror/core-types@0.0.0-pr885.1(transitive)
- Removed@remirror/core-utils@0.0.0-pr885.1(transitive)
- Removed@remirror/i18n@0.0.0-pr885.1(transitive)
- Removed@remirror/icons@0.0.0-pr885.1(transitive)
- Removed@remirror/messages@0.0.0-pr885.1(transitive)
- Removed@remirror/pm@0.0.0-pr885.1(transitive)
- Removed@remirror/theme@0.0.0-pr885.1(transitive)
- Removedprosemirror-paste-rules@0.0.0-pr885.1(transitive)
- Removedprosemirror-suggest@0.0.0-pr885.1(transitive)
- Removedprosemirror-trailing-node@0.0.0-pr885.1(transitive)
Updated@babel/runtime@^7.13.10
Updated@remirror/core@0.0.0-pr901.1