@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 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
  }
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.29",
4
+ "version": "3.6.0-beta.30",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",