@verified-network/verified-custody 0.4.5 → 0.4.7
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.mts +12 -0
- package/dist/index.d.ts +12 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -37,6 +37,9 @@ interface VerifiedCustodyProps {
|
|
|
37
37
|
name: string;
|
|
38
38
|
};
|
|
39
39
|
showLogoPage?: boolean;
|
|
40
|
+
rootTagId?: string;
|
|
41
|
+
rootExpandedWidth?: string;
|
|
42
|
+
rootExpandedHeight?: string;
|
|
40
43
|
logoPageElement?: React.JSX.Element;
|
|
41
44
|
logoTimeoutTime?: number;
|
|
42
45
|
enablePhone?: boolean;
|
|
@@ -108,6 +111,9 @@ declare const FTUPage: (props: {
|
|
|
108
111
|
dashbordElement?: React$1.ComponentType<{
|
|
109
112
|
setIsLoading: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
110
113
|
}>;
|
|
114
|
+
rootTagId?: string;
|
|
115
|
+
rootExpandedWidth?: string;
|
|
116
|
+
rootExpandedHeight?: string;
|
|
111
117
|
}) => React$1.JSX.Element;
|
|
112
118
|
|
|
113
119
|
declare const EnterPinPage: (props: {
|
|
@@ -162,6 +168,9 @@ declare const EnterPinPage: (props: {
|
|
|
162
168
|
dashbordElement?: React$1.ComponentType<{
|
|
163
169
|
setIsLoading: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
164
170
|
}>;
|
|
171
|
+
rootTagId?: string;
|
|
172
|
+
rootExpandedWidth?: string;
|
|
173
|
+
rootExpandedHeight?: string;
|
|
165
174
|
}) => React$1.JSX.Element;
|
|
166
175
|
|
|
167
176
|
declare const CreatePinPage: (props: {
|
|
@@ -203,6 +212,9 @@ declare const CreatePinPage: (props: {
|
|
|
203
212
|
txData?: any;
|
|
204
213
|
helperFunctions?: VerifiedCustodyHelpers;
|
|
205
214
|
isExistingUser?: boolean;
|
|
215
|
+
rootTagId?: string;
|
|
216
|
+
rootExpandedWidth?: string;
|
|
217
|
+
rootExpandedHeight?: string;
|
|
206
218
|
}) => React$1.JSX.Element;
|
|
207
219
|
|
|
208
220
|
declare const ContactPage: (props: {
|
package/dist/index.d.ts
CHANGED
|
@@ -37,6 +37,9 @@ interface VerifiedCustodyProps {
|
|
|
37
37
|
name: string;
|
|
38
38
|
};
|
|
39
39
|
showLogoPage?: boolean;
|
|
40
|
+
rootTagId?: string;
|
|
41
|
+
rootExpandedWidth?: string;
|
|
42
|
+
rootExpandedHeight?: string;
|
|
40
43
|
logoPageElement?: React.JSX.Element;
|
|
41
44
|
logoTimeoutTime?: number;
|
|
42
45
|
enablePhone?: boolean;
|
|
@@ -108,6 +111,9 @@ declare const FTUPage: (props: {
|
|
|
108
111
|
dashbordElement?: React$1.ComponentType<{
|
|
109
112
|
setIsLoading: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
110
113
|
}>;
|
|
114
|
+
rootTagId?: string;
|
|
115
|
+
rootExpandedWidth?: string;
|
|
116
|
+
rootExpandedHeight?: string;
|
|
111
117
|
}) => React$1.JSX.Element;
|
|
112
118
|
|
|
113
119
|
declare const EnterPinPage: (props: {
|
|
@@ -162,6 +168,9 @@ declare const EnterPinPage: (props: {
|
|
|
162
168
|
dashbordElement?: React$1.ComponentType<{
|
|
163
169
|
setIsLoading: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
164
170
|
}>;
|
|
171
|
+
rootTagId?: string;
|
|
172
|
+
rootExpandedWidth?: string;
|
|
173
|
+
rootExpandedHeight?: string;
|
|
165
174
|
}) => React$1.JSX.Element;
|
|
166
175
|
|
|
167
176
|
declare const CreatePinPage: (props: {
|
|
@@ -203,6 +212,9 @@ declare const CreatePinPage: (props: {
|
|
|
203
212
|
txData?: any;
|
|
204
213
|
helperFunctions?: VerifiedCustodyHelpers;
|
|
205
214
|
isExistingUser?: boolean;
|
|
215
|
+
rootTagId?: string;
|
|
216
|
+
rootExpandedWidth?: string;
|
|
217
|
+
rootExpandedHeight?: string;
|
|
206
218
|
}) => React$1.JSX.Element;
|
|
207
219
|
|
|
208
220
|
declare const ContactPage: (props: {
|