@yuno-payments/sdk-web-types 1.15.0 → 1.16.0-beta.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/index.d.ts CHANGED
@@ -313,6 +313,7 @@ type Create = {
313
313
  validationType?: ValidationTypeSecureFields;
314
314
  designType?: DesignType;
315
315
  errorIcon?: string | null;
316
+ enableFocusAnimation?: boolean;
316
317
  };
317
318
  cardLoadPreviewConfig?: CardLoadPreviewSecureConfig;
318
319
  };
package/dist/types.ts CHANGED
@@ -313,6 +313,7 @@ type Create = {
313
313
  validationType?: ValidationTypeSecureFields;
314
314
  designType?: DesignType;
315
315
  errorIcon?: string | null;
316
+ enableFocusAnimation?: boolean;
316
317
  };
317
318
  cardLoadPreviewConfig?: CardLoadPreviewSecureConfig;
318
319
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/sdk-web-types",
3
- "version": "1.15.0",
3
+ "version": "1.16.0-beta.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/types.ts",
6
6
  "type": "commonjs",