@pelcro/react-pelcro-js 3.6.0-beta.10 → 3.6.0-beta.11

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/dist/index.cjs.js CHANGED
@@ -14988,7 +14988,7 @@ const PaymentMethodContainerWithoutStripe = ({
14988
14988
  vantivInstanceRef.current = new window.EprotectIframeClient({
14989
14989
  paypageId: payPageId,
14990
14990
  reportGroup: reportGroup,
14991
- style: "enhancedStyle2",
14991
+ style: "enhancedStyle3",
14992
14992
  height: "245",
14993
14993
  timeout: 50000,
14994
14994
  div: "eProtectiframe",
package/dist/index.esm.js CHANGED
@@ -14958,7 +14958,7 @@ const PaymentMethodContainerWithoutStripe = ({
14958
14958
  vantivInstanceRef.current = new window.EprotectIframeClient({
14959
14959
  paypageId: payPageId,
14960
14960
  reportGroup: reportGroup,
14961
- style: "enhancedStyle2",
14961
+ style: "enhancedStyle3",
14962
14962
  height: "245",
14963
14963
  timeout: 50000,
14964
14964
  div: "eProtectiframe",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "3.6.0-beta.10",
4
+ "version": "3.6.0-beta.11",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",