@yuno-payments/sdk-web-types 1.16.0-beta.4 → 1.16.0-beta.5

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.d.ts CHANGED
@@ -337,6 +337,7 @@ type CreateArgs = {
337
337
  designType?: DesignType;
338
338
  errorIcon?: string | null;
339
339
  enableFocusAnimation?: boolean;
340
+ defaultCardConfig?: CardConfig$1;
340
341
  };
341
342
  cardLoadPreviewConfig?: CardLoadPreviewSecureConfig;
342
343
  };
package/dist/types.ts CHANGED
@@ -337,6 +337,7 @@ type CreateArgs = {
337
337
  designType?: DesignType;
338
338
  errorIcon?: string | null;
339
339
  enableFocusAnimation?: boolean;
340
+ defaultCardConfig?: CardConfig$1;
340
341
  };
341
342
  cardLoadPreviewConfig?: CardLoadPreviewSecureConfig;
342
343
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.16.0-beta.4",
3
+ "version": "1.16.0-beta.5",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",