@contentful/rich-text-plain-text-renderer
Advanced tools
Comparing version 16.0.3 to 16.0.4
@@ -38,2 +38,3 @@ 'use strict'; | ||
BLOCKS["EMBEDDED_ASSET"] = "embedded-asset-block"; | ||
BLOCKS["EMBEDDED_RESOURCE"] = "embedded-resource-block"; | ||
BLOCKS["TABLE"] = "table"; | ||
@@ -126,2 +127,3 @@ BLOCKS["TABLE_ROW"] = "table-row"; | ||
blocks.BLOCKS.EMBEDDED_ASSET, | ||
blocks.BLOCKS.EMBEDDED_RESOURCE, | ||
blocks.BLOCKS.TABLE, | ||
@@ -146,2 +148,3 @@ ]; | ||
blocks.BLOCKS.EMBEDDED_ASSET, | ||
blocks.BLOCKS.EMBEDDED_RESOURCE, | ||
]; | ||
@@ -157,3 +160,8 @@ exports.TABLE_BLOCKS = [ | ||
*/ | ||
exports.VOID_BLOCKS = [blocks.BLOCKS.HR, blocks.BLOCKS.EMBEDDED_ENTRY, blocks.BLOCKS.EMBEDDED_ASSET]; | ||
exports.VOID_BLOCKS = [ | ||
blocks.BLOCKS.HR, | ||
blocks.BLOCKS.EMBEDDED_ENTRY, | ||
blocks.BLOCKS.EMBEDDED_ASSET, | ||
blocks.BLOCKS.EMBEDDED_RESOURCE, | ||
]; | ||
/** | ||
@@ -160,0 +168,0 @@ * Dictionary of all container block types, and the set block types they accept as children. |
{ | ||
"name": "@contentful/rich-text-plain-text-renderer", | ||
"version": "16.0.3", | ||
"version": "16.0.4", | ||
"main": "dist/rich-text-plain-text-renderer.es5.js", | ||
@@ -28,3 +28,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^16.0.3" | ||
"@contentful/rich-text-types": "^16.1.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "47f96df347c73ac301cbcb39dea23dc9236d46c6" | ||
"gitHead": "8f5ee90c81e437e1428c0ec8b180864459938c8b" | ||
} |
Sorry, the diff of this file is not supported yet
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
51384
726