UNPKG

@contentstack/live-preview-utils

Version:

Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.

1 lines 713 B
{"version":3,"sources":["../../../src/livePreview/livePreviewProductionCleanup.ts"],"sourcesContent":["/**\n * Removes the \"data-cslp\" and \"data-cslp-button-position\" attributes from all nodes with the \"data-cslp\" attribute.\n */\nexport function removeDataCslp(): void {\n const nodes = document.querySelectorAll(\"[data-cslp]\");\n\n nodes.forEach((node) => {\n node.removeAttribute(\"data-cslp\");\n node.removeAttribute(\"data-cslp-button-position\");\n });\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGO,SAAS,iBAAuB;AACnC,QAAM,QAAQ,SAAS,iBAAiB,aAAa;AAErD,QAAM,QAAQ,CAAC,SAAS;AACpB,SAAK,gBAAgB,WAAW;AAChC,SAAK,gBAAgB,2BAA2B;AAAA,EACpD,CAAC;AACL;","names":[]}