@yuno-payments/sdk-web-types 5.4.0 → 5.4.1

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/global.d.ts CHANGED
@@ -756,6 +756,7 @@ declare namespace ExternalButtonsNameSpace {
756
756
  height?: number;
757
757
  width?: number;
758
758
  borderRadius?: number;
759
+ locale?: string;
759
760
  };
760
761
  type ExternalButtonsConfig = {
761
762
  googlePay?: GooglePayButtonConfig;
package/dist/index.d.ts CHANGED
@@ -756,6 +756,7 @@ declare namespace ExternalButtonsNameSpace {
756
756
  height?: number;
757
757
  width?: number;
758
758
  borderRadius?: number;
759
+ locale?: string;
759
760
  };
760
761
  type ExternalButtonsConfig = {
761
762
  googlePay?: GooglePayButtonConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {