shift-payment-form 1.0.1 → 1.0.2

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
@@ -490,4 +490,4 @@ function PaymentForm(_ref) {
490
490
  }, isSubmitting ? "Processing..." : "Buy now")));
491
491
  }
492
492
 
493
- exports.PaymentForm = PaymentForm;
493
+ exports.ShiftPaymentForm = PaymentForm;
package/dist/index.esm.js CHANGED
@@ -488,4 +488,4 @@ function PaymentForm(_ref) {
488
488
  }, isSubmitting ? "Processing..." : "Buy now")));
489
489
  }
490
490
 
491
- export { PaymentForm };
491
+ export { PaymentForm as ShiftPaymentForm };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shift-payment-form",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A React component library for integrating Shift4 payments with Logix applications.",
5
5
  "author": "Yusif Atababayev",
6
6
  "license": "ISC",