@techlabi/kycrazy-ui-kit 0.48.0-beta.3 → 0.48.0

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.
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  interface DoneStepProps {
3
- onDoneClick: () => void;
3
+ onDoneClick?: () => void;
4
4
  }
5
5
  declare const DoneStep: React.FC<DoneStepProps>;
6
6
  export default DoneStep;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A modern React component library for KYC",
5
5
  "author": "TechLabi",
6
- "version": "0.48.0-beta.3",
6
+ "version": "0.48.0",
7
7
  "type": "module",
8
8
  "types": "dist/types/index.d.ts",
9
9
  "style": "dist/style.css",