@shopgate/engage 7.31.6 → 7.31.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/engage",
3
- "version": "7.31.6",
3
+ "version": "7.31.7",
4
4
  "description": "Shopgate's ENGAGE library.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Shopgate <support@shopgate.com>",
@@ -18,12 +18,12 @@
18
18
  "dependencies": {
19
19
  "@emotion/react": "^11.14.0",
20
20
  "@shopgate/native-modules": "1.0.0-beta.34",
21
- "@shopgate/pwa-common": "7.31.6",
22
- "@shopgate/pwa-common-commerce": "7.31.6",
23
- "@shopgate/pwa-core": "7.31.6",
24
- "@shopgate/pwa-ui-ios": "7.31.6",
25
- "@shopgate/pwa-ui-material": "7.31.6",
26
- "@shopgate/pwa-ui-shared": "7.31.6",
21
+ "@shopgate/pwa-common": "7.31.7",
22
+ "@shopgate/pwa-common-commerce": "7.31.7",
23
+ "@shopgate/pwa-core": "7.31.7",
24
+ "@shopgate/pwa-ui-ios": "7.31.7",
25
+ "@shopgate/pwa-ui-material": "7.31.7",
26
+ "@shopgate/pwa-ui-shared": "7.31.7",
27
27
  "@stripe/react-stripe-js": "^1.16.5",
28
28
  "@stripe/stripe-js": "^1.44.1",
29
29
  "@virtuous/conductor": "~2.5.0",
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * List of allowed origins for cms page preview iFrame communication.
3
3
  */
4
- export const ALLOWED_PAGE_PREVIEW_ORIGINS = ['https://next.admin.shopgatedev.com', 'https://next.admin.shopgatepg.com', 'https://next.admin.shopgate.com', 'https://next.us.admin.shopgate.com', 'http://localhost:1337'];
4
+ export const ALLOWED_PAGE_PREVIEW_ORIGINS = ['https://next.admin.shopgatedev.com', 'https://next.admin.shopgatepg.com', 'https://next.admin.shopgate.com', 'https://next.us.admin.shopgate.com', 'https://admin-mono.shopgatedev.com', 'https://admin-mono.shopgatepg.com', 'https://admin-mono.shopgate.com', 'https://admin-mono-us.shopgate.com', 'http://localhost.localdev.cc', 'http://localhost:1337'];
5
5
 
6
6
  // Whether to consider vertical margins when calculating the overlay position.
7
7
  export const CONSIDER_CONTAINER_MARGINS_ON_SCROLL_DEFAULT = false;