@useinsider/guido 3.8.1-beta.f1e1757 → 3.8.1-beta.fc167ba
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { MERGE_TAGS as
|
|
2
|
-
const
|
|
3
|
-
(e) => !
|
|
1
|
+
import { MERGE_TAGS as R } from "../enums/unsubscribe.js";
|
|
2
|
+
const o = Object.values(R), s = ["attribute 'contenteditable'"], _ = (E) => E.filter(
|
|
3
|
+
(e) => !o.some((t) => e.includes(t)) && !s.some((t) => e.includes(t))
|
|
4
4
|
);
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
s as AMP_ERROR_STRIPPED_ATTRIBUTE_FRAGMENTS,
|
|
7
|
+
o as AMP_ERROR_WHITELISTED_TOKENS,
|
|
8
|
+
_ as filterAmpErrors
|
|
8
9
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useinsider/guido",
|
|
3
|
-
"version": "3.8.1-beta.
|
|
3
|
+
"version": "3.8.1-beta.fc167ba",
|
|
4
4
|
"description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
|
|
5
5
|
"main": "./dist/guido.umd.cjs",
|
|
6
6
|
"module": "./dist/library.js",
|