@thecb/components 5.0.0-beta.12 → 5.0.0-beta.15

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.esm.js CHANGED
@@ -38661,7 +38661,7 @@ Styling accomplished with our atoms / layout primitives
38661
38661
 
38662
38662
  Cancel button will (for now) always use hideModal as its action
38663
38663
  Continue button takes an action, if you want to navigate to
38664
- a different route (as with a link) connect() and use "push" from connected-react-router
38664
+ a different route (as with a link) connect() and use "push" from @thecb/connected-react-router
38665
38665
  */
38666
38666
 
38667
38667
  var getApplicationNode = function getApplicationNode() {
@@ -40303,7 +40303,7 @@ var formConfig$8 = {
40303
40303
  constraints: [onlyIntegers(), hasLength(0, 16)]
40304
40304
  },
40305
40305
  expirationDate: {
40306
- validators: [required(), hasLength(4, 4), dateAfterToday("MM/YY", "month", true)],
40306
+ validators: [required(), hasLength(4, 4), dateAfterToday("MMYY", "month", true)],
40307
40307
  constraints: [onlyIntegers(), hasLength(0, 4)]
40308
40308
  },
40309
40309
  cvv: {