@pelcro/react-pelcro-js 3.6.0-beta.29 → 3.6.0-beta.30
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 +3 -1
- package/dist/index.esm.js +3 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15657,7 +15657,9 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
15657
15657
|
accountNumber: "1234 1234 1234 1234"
|
|
15658
15658
|
},
|
|
15659
15659
|
enhancedUxFeatures: {
|
|
15660
|
-
inlineFieldValidations: true
|
|
15660
|
+
inlineFieldValidations: true,
|
|
15661
|
+
expDateValidation: true,
|
|
15662
|
+
numericInputsOnly: true
|
|
15661
15663
|
}
|
|
15662
15664
|
});
|
|
15663
15665
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -15627,7 +15627,9 @@ const PaymentMethodContainerWithoutStripe = ({
|
|
|
15627
15627
|
accountNumber: "1234 1234 1234 1234"
|
|
15628
15628
|
},
|
|
15629
15629
|
enhancedUxFeatures: {
|
|
15630
|
-
inlineFieldValidations: true
|
|
15630
|
+
inlineFieldValidations: true,
|
|
15631
|
+
expDateValidation: true,
|
|
15632
|
+
numericInputsOnly: true
|
|
15631
15633
|
}
|
|
15632
15634
|
});
|
|
15633
15635
|
}
|