@incodetech/welcome 1.85.0-20251107181624.0 → 1.85.0-20251107202709.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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./dist/onBoarding.umd.js",
4
4
  "module": "./dist/onBoarding.mjs",
5
5
  "types": "./dist/incode-welcome/src/index.d.ts",
6
- "version": "1.85.0-20251107181624.0",
6
+ "version": "1.85.0-20251107202709.0",
7
7
  "publishConfig": {},
8
8
  "exports": {
9
9
  ".": {
@@ -1,9 +0,0 @@
1
- import { UiConfig } from '../ui/types';
2
-
3
- type EnterCurpManagerProps = {
4
- onSuccess: () => void;
5
- token: string;
6
- uiConfig?: UiConfig;
7
- };
8
- declare const EnterCurpManager: ({ onSuccess, token, uiConfig, }: EnterCurpManagerProps) => import("react/jsx-runtime").JSX.Element;
9
- export default EnterCurpManager;
@@ -1,9 +0,0 @@
1
- import { UiConfig } from '../ui/types';
2
-
3
- type EnterCurpV2Props = {
4
- token: string;
5
- uiConfig?: UiConfig;
6
- onSuccess?: () => void;
7
- };
8
- declare const EnterCurpV2: ({ token, uiConfig, onSuccess }: EnterCurpV2Props) => import("react/jsx-runtime").JSX.Element;
9
- export default EnterCurpV2;