@pelcro/react-pelcro-js 3.17.2-beta.1 → 3.18.0-beta.1

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
@@ -16731,7 +16731,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
16731
16731
  vantivInstanceRef.current = new window.EprotectIframeClient({
16732
16732
  paypageId: payPageId,
16733
16733
  reportGroup: reportGroup,
16734
- style: "enhancedStyle3",
16734
+ style: "enhancedStyle5",
16735
16735
  height: "245",
16736
16736
  timeout: 50000,
16737
16737
  div: "eProtectiframe",
package/dist/index.esm.js CHANGED
@@ -16701,7 +16701,7 @@ const PaymentMethodContainerWithoutStripe = _ref => {
16701
16701
  vantivInstanceRef.current = new window.EprotectIframeClient({
16702
16702
  paypageId: payPageId,
16703
16703
  reportGroup: reportGroup,
16704
- style: "enhancedStyle3",
16704
+ style: "enhancedStyle5",
16705
16705
  height: "245",
16706
16706
  timeout: 50000,
16707
16707
  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.17.2-beta.1",
4
+ "version": "3.18.0-beta.1",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",