@slate-serializers/dom
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "@slate-serializers/dom", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Serialize Slate JSON objects to the DOM. Can be used with `htmlparser2` and associated utilities to modify the DOM and generate HTML. Used by other serializers in this monorepo.", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
@@ -5,2 +5,1 @@ "use strict"; | ||
tslib_1.__exportStar(require("./lib/dom"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -61,2 +61,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=default.js.map |
@@ -34,2 +34,1 @@ "use strict"; | ||
} }), defaultTag: 'p' }); | ||
//# sourceMappingURL=payload.js.map |
@@ -34,2 +34,1 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=slateDemo.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
@@ -21,2 +21,1 @@ "use strict"; | ||
Object.defineProperty(exports, "styleMapToAttribs", { enumerable: true, get: function () { return utilities_1.styleMapToAttribs; } }); | ||
//# sourceMappingURL=dom.js.map |
@@ -19,2 +19,1 @@ "use strict"; | ||
exports.slateToDom = slateToDom; | ||
//# sourceMappingURL=serializers.js.map |
@@ -109,2 +109,1 @@ "use strict"; | ||
exports.convertSlate = convertSlate; | ||
//# sourceMappingURL=convert-slate.js.map |
@@ -83,2 +83,1 @@ "use strict"; | ||
exports.extractCssFromStyle = extractCssFromStyle; | ||
//# sourceMappingURL=domhandler.js.map |
@@ -92,2 +92,1 @@ "use strict"; | ||
exports.intersection = intersection; | ||
//# sourceMappingURL=index.js.map |
@@ -12,2 +12,1 @@ "use strict"; | ||
exports.renameTag = renameTag; | ||
//# sourceMappingURL=update-html.js.map |
24075
25