@contentful/rich-text-plain-text-renderer
Advanced tools
Comparing version 16.2.4 to 16.2.5
@@ -44,11 +44,15 @@ 'use strict'; | ||
* Map of all Contentful inline types. Inline contain inline or text nodes. | ||
* | ||
* @note This should be kept in alphabetical order since the | ||
* [validation package](https://github.com/contentful/content-stack/tree/master/packages/validation) | ||
* relies on the values being in a predictable order. | ||
*/ | ||
var INLINES; | ||
(function (INLINES) { | ||
INLINES["HYPERLINK"] = "hyperlink"; | ||
INLINES["ENTRY_HYPERLINK"] = "entry-hyperlink"; | ||
INLINES["ASSET_HYPERLINK"] = "asset-hyperlink"; | ||
INLINES["RESOURCE_HYPERLINK"] = "resource-hyperlink"; | ||
INLINES["EMBEDDED_ENTRY"] = "embedded-entry-inline"; | ||
INLINES["EMBEDDED_RESOURCE"] = "embedded-resource-inline"; | ||
INLINES["ENTRY_HYPERLINK"] = "entry-hyperlink"; | ||
INLINES["HYPERLINK"] = "hyperlink"; | ||
INLINES["RESOURCE_HYPERLINK"] = "resource-hyperlink"; | ||
})(INLINES || (inlines.INLINES = INLINES = {})); | ||
@@ -55,0 +59,0 @@ |
{ | ||
"name": "@contentful/rich-text-plain-text-renderer", | ||
"version": "16.2.4", | ||
"version": "16.2.5", | ||
"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.7.0" | ||
"@contentful/rich-text-types": "^16.8.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b08b39759d6e1366061420d1c59304bd8bffcfe1" | ||
"gitHead": "dde84f2c8cc2fbfd2e1c9fed02b18b1c78ebcd5c" | ||
} |
Sorry, the diff of this file is not supported yet
62802
694