@contentful/rich-text-html-renderer
Advanced tools
Comparing version 16.3.4 to 16.3.5
@@ -181,2 +181,3 @@ 'use strict'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MARKS = void 0; | ||
/** | ||
@@ -193,4 +194,3 @@ * Map of all Contentful marks. | ||
MARKS["SUBSCRIPT"] = "subscript"; | ||
})(MARKS || (MARKS = {})); | ||
exports.default = MARKS; | ||
})(MARKS || (exports.MARKS = MARKS = {})); | ||
@@ -200,2 +200,3 @@ }); | ||
unwrapExports(marks); | ||
var marks_1 = marks.MARKS; | ||
@@ -212,5 +213,2 @@ var schemaConstraints = createCommonjsModule(function (module, exports) { | ||
}; | ||
var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
var _a; | ||
@@ -221,3 +219,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var marks_1 = __importDefault(marks); | ||
/** | ||
@@ -336,3 +334,3 @@ * Array of all top level block types. | ||
*/ | ||
exports.V1_MARKS = [marks_1.default.BOLD, marks_1.default.CODE, marks_1.default.ITALIC, marks_1.default.UNDERLINE]; | ||
exports.V1_MARKS = [marks.MARKS.BOLD, marks.MARKS.CODE, marks.MARKS.ITALIC, marks.MARKS.UNDERLINE]; | ||
@@ -368,2 +366,3 @@ }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EMPTY_DOCUMENT = void 0; | ||
@@ -374,3 +373,3 @@ /** | ||
*/ | ||
var EMPTY_DOCUMENT = { | ||
exports.EMPTY_DOCUMENT = { | ||
nodeType: blocks.BLOCKS.DOCUMENT, | ||
@@ -393,3 +392,2 @@ data: {}, | ||
}; | ||
exports.default = EMPTY_DOCUMENT; | ||
@@ -399,2 +397,3 @@ }); | ||
unwrapExports(emptyDocument); | ||
var emptyDocument_1 = emptyDocument.EMPTY_DOCUMENT; | ||
@@ -475,5 +474,2 @@ var helpers = createCommonjsModule(function (module, exports) { | ||
}; | ||
var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -486,3 +482,3 @@ exports.helpers = exports.EMPTY_DOCUMENT = exports.MARKS = exports.INLINES = exports.BLOCKS = void 0; | ||
Object.defineProperty(exports, "MARKS", { enumerable: true, get: function () { return __importDefault(marks).default; } }); | ||
Object.defineProperty(exports, "MARKS", { enumerable: true, get: function () { return marks.MARKS; } }); | ||
__exportStar(schemaConstraints, exports); | ||
@@ -492,3 +488,3 @@ __exportStar(types, exports); | ||
Object.defineProperty(exports, "EMPTY_DOCUMENT", { enumerable: true, get: function () { return __importDefault(emptyDocument).default; } }); | ||
Object.defineProperty(exports, "EMPTY_DOCUMENT", { enumerable: true, get: function () { return emptyDocument.EMPTY_DOCUMENT; } }); | ||
var helpers$1 = __importStar(helpers); | ||
@@ -495,0 +491,0 @@ exports.helpers = helpers$1; |
{ | ||
"name": "@contentful/rich-text-html-renderer", | ||
"version": "16.3.4", | ||
"version": "16.3.5", | ||
"main": "dist/rich-text-html-renderer.es5.js", | ||
@@ -29,3 +29,3 @@ "typings": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@contentful/rich-text-types": "^16.3.4", | ||
"@contentful/rich-text-types": "^16.3.5", | ||
"escape-html": "^1.0.3" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "1fbcc367918c03ed6eea7bd9f36a859026ef8cfb" | ||
"gitHead": "63b4725a298fa5ea480f19e06cfc324996941c95" | ||
} |
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
132697
1797