@contentful/rich-text-react-renderer
Advanced tools
Comparing version 15.19.5 to 15.19.6
@@ -109,2 +109,3 @@ 'use strict'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MARKS = void 0; | ||
/** | ||
@@ -121,4 +122,3 @@ * Map of all Contentful marks. | ||
MARKS["SUBSCRIPT"] = "subscript"; | ||
})(MARKS || (MARKS = {})); | ||
exports.default = MARKS; | ||
})(MARKS || (exports.MARKS = MARKS = {})); | ||
@@ -128,2 +128,3 @@ }); | ||
unwrapExports(marks); | ||
var marks_1 = marks.MARKS; | ||
@@ -140,5 +141,2 @@ var schemaConstraints = createCommonjsModule(function (module, exports) { | ||
}; | ||
var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
var _a; | ||
@@ -149,3 +147,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
var marks_1 = __importDefault(marks); | ||
/** | ||
@@ -264,3 +262,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]; | ||
@@ -296,2 +294,3 @@ }); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EMPTY_DOCUMENT = void 0; | ||
@@ -302,3 +301,3 @@ /** | ||
*/ | ||
var EMPTY_DOCUMENT = { | ||
exports.EMPTY_DOCUMENT = { | ||
nodeType: blocks.BLOCKS.DOCUMENT, | ||
@@ -321,3 +320,2 @@ data: {}, | ||
}; | ||
exports.default = EMPTY_DOCUMENT; | ||
@@ -327,2 +325,3 @@ }); | ||
unwrapExports(emptyDocument); | ||
var emptyDocument_1 = emptyDocument.EMPTY_DOCUMENT; | ||
@@ -403,5 +402,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 }); | ||
@@ -414,3 +410,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); | ||
@@ -420,3 +416,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); | ||
@@ -423,0 +419,0 @@ exports.helpers = helpers$1; |
{ | ||
"name": "@contentful/rich-text-react-renderer", | ||
"version": "15.19.5", | ||
"version": "15.19.6", | ||
"main": "dist/rich-text-react-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" | ||
}, | ||
@@ -53,3 +53,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "01408eddaeda87a68e678a15a918f30368a97c16" | ||
"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
141099
1901