@netceterapx/click-to-pay-sdk 2.7.0 → 2.7.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/index.d.ts CHANGED
@@ -300,6 +300,11 @@ export declare enum ButtonStyle {
300
300
  OUTLINED = "OUTLINED"
301
301
  }
302
302
 
303
+ declare enum ButtonTextCase {
304
+ CAPITALIZE = "capitalize",
305
+ UPPERCASE = "uppercase"
306
+ }
307
+
303
308
  export declare interface Card {
304
309
  primaryAccountNumber: string;
305
310
  panExpirationMonth: string;
@@ -808,6 +813,7 @@ export declare type UICustomizations = {
808
813
  fontFamily?: string;
809
814
  buttonAndInputRadius?: string;
810
815
  cardItemRadius?: string;
816
+ buttonTextCase?: ButtonTextCase;
811
817
  };
812
818
 
813
819
  export declare enum VisaAuthenticationReasonEnum {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netceterapx/click-to-pay-sdk",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "description": "Click-to-pay web-SDK for supporting SecureRemoteCommerce on web platforms",
5
5
  "main": "build/click-to-pay-sdk.es.js",
6
6
  "license": "MIT",