@contentful/rich-text-plain-text-renderer
Advanced tools
Comparing version 16.0.11 to 16.0.12
@@ -73,2 +73,3 @@ 'use strict'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MARKS = void 0; | ||
/** | ||
@@ -85,4 +86,3 @@ * Map of all Contentful marks. | ||
MARKS["SUBSCRIPT"] = "subscript"; | ||
})(MARKS || (MARKS = {})); | ||
exports.default = MARKS; | ||
})(MARKS || (exports.MARKS = MARKS = {})); | ||
@@ -92,2 +92,3 @@ }); | ||
unwrapExports(marks); | ||
var marks_1 = marks.MARKS; | ||
@@ -104,5 +105,2 @@ var schemaConstraints = createCommonjsModule(function (module, exports) { | ||
}; | ||
var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
var _a; | ||
@@ -113,3 +111,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var marks_1 = __importDefault(marks); | ||
/** | ||
@@ -228,3 +226,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]; | ||
@@ -260,2 +258,3 @@ }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EMPTY_DOCUMENT = void 0; | ||
@@ -266,3 +265,3 @@ /** | ||
*/ | ||
var EMPTY_DOCUMENT = { | ||
exports.EMPTY_DOCUMENT = { | ||
nodeType: blocks.BLOCKS.DOCUMENT, | ||
@@ -285,3 +284,2 @@ data: {}, | ||
}; | ||
exports.default = EMPTY_DOCUMENT; | ||
@@ -291,2 +289,3 @@ }); | ||
unwrapExports(emptyDocument); | ||
var emptyDocument_1 = emptyDocument.EMPTY_DOCUMENT; | ||
@@ -367,5 +366,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 }); | ||
@@ -378,3 +374,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); | ||
@@ -384,3 +380,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); | ||
@@ -387,0 +383,0 @@ exports.helpers = helpers$1; |
{ | ||
"name": "@contentful/rich-text-plain-text-renderer", | ||
"version": "16.0.11", | ||
"version": "16.0.12", | ||
"main": "dist/rich-text-plain-text-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" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1fbcc367918c03ed6eea7bd9f36a859026ef8cfb" | ||
"gitHead": "63b4725a298fa5ea480f19e06cfc324996941c95" | ||
} |
Sorry, the diff of this file is not supported yet
51180
723