@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,2 +1,3 @@
1
1
  export declare const AMP_ERROR_WHITELISTED_TOKENS: string[];
2
+ export declare const AMP_ERROR_STRIPPED_ATTRIBUTE_FRAGMENTS: string[];
2
3
  export declare const filterAmpErrors: (ampErrors: string[]) => string[];
@@ -1,8 +1,9 @@
1
- import { MERGE_TAGS as t } from "../enums/unsubscribe.js";
2
- const E = Object.values(t), c = (r) => r.filter(
3
- (e) => !E.some((o) => e.includes(o))
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
- E as AMP_ERROR_WHITELISTED_TOKENS,
7
- c as filterAmpErrors
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.f1e1757",
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",