@useinsider/guido 3.8.2 → 3.8.3-beta.96b5eeb

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,15 +1,16 @@
1
- const n = "newsletter.already-in-progress", e = "newsletter.campaign-could-not-be-saved", s = / (==|<=|>=|!=|>|<|in) | (if|elif|endif|else|and|or) |("[\S ]+")|('[\S ]+')|([^”\s\n]+)|(({%)|( %}))/gm, o = /{%( )*now( )(".*")( )*%}/gm, E = /\{\{[^{}]+\}\}/g, i = /(\s)data-[\w-]+=(?:"[^"]*"|'[^']*')/g, t = /^[A-Za-z0-9_.]+$/, _ = [
1
+ const n = "newsletter.already-in-progress", e = "newsletter.campaign-could-not-be-saved", s = / (==|<=|>=|!=|>|<|in) | (if|elif|endif|else|and|or) |("[\S ]+")|('[\S ]+')|([^”\s\n]+)|(({%)|( %}))/gm, o = /{%( )*now( )(".*")( )*%}/gm, E = /\{\{[^{}]+\}\}/g, _ = /(\s)data-[\w-]+=(?:"[^"]*"|'[^']*')/g, i = /^[A-Za-z0-9_.]+$/, t = [
2
2
  "ins-unsubscribe-link",
3
3
  "ins-global-unsubscribe-link",
4
- "ins-preferences-unsubscribe-link"
4
+ "ins-preferences-unsubscribe-link",
5
+ "@COUPON_CODE"
5
6
  ];
6
7
  export {
7
- _ as ALLOWED_DYNAMIC_SYSTEM_TOKENS,
8
+ t as ALLOWED_DYNAMIC_SYSTEM_TOKENS,
8
9
  e as CampaignCouldNotBeSavedKey,
9
10
  n as CanNotMakeAnyChangesForRunningKey,
10
- i as DATA_ATTRIBUTE_REGEX,
11
+ _ as DATA_ATTRIBUTE_REGEX,
11
12
  o as DISPLAY_CONDITIONS_EXCEPTIONS_REGEX,
12
13
  s as DISPLAY_CONDITIONS_REGEX,
13
14
  E as DYNAMIC_CONTENT_TAG_REGEX,
14
- t as VALID_DYNAMIC_VARIABLE_REGEX
15
+ i as VALID_DYNAMIC_VARIABLE_REGEX
15
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/guido",
3
- "version": "3.8.2",
3
+ "version": "3.8.3-beta.96b5eeb",
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",