@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.cjs.js CHANGED
@@ -38669,7 +38669,7 @@ Styling accomplished with our atoms / layout primitives
38669
38669
 
38670
38670
  Cancel button will (for now) always use hideModal as its action
38671
38671
  Continue button takes an action, if you want to navigate to
38672
- a different route (as with a link) connect() and use "push" from connected-react-router
38672
+ a different route (as with a link) connect() and use "push" from @thecb/connected-react-router
38673
38673
  */
38674
38674
 
38675
38675
  var getApplicationNode = function getApplicationNode() {
@@ -40311,7 +40311,7 @@ var formConfig$8 = {
40311
40311
  constraints: [onlyIntegers(), hasLength(0, 16)]
40312
40312
  },
40313
40313
  expirationDate: {
40314
- validators: [required(), hasLength(4, 4), dateAfterToday("MM/YY", "month", true)],
40314
+ validators: [required(), hasLength(4, 4), dateAfterToday("MMYY", "month", true)],
40315
40315
  constraints: [onlyIntegers(), hasLength(0, 4)]
40316
40316
  },
40317
40317
  cvv: {