@liberfi.io/ui-predict 0.1.105 → 0.1.107
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.d.mts
CHANGED
|
@@ -13,7 +13,7 @@ declare global {
|
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
declare const _default: "0.1.
|
|
16
|
+
declare const _default: "0.1.107";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* A single category entry in the static navigation model.
|
|
@@ -792,7 +792,7 @@ interface SetupModalProps {
|
|
|
792
792
|
*/
|
|
793
793
|
onConnectKeys?: () => Promise<void>;
|
|
794
794
|
}
|
|
795
|
-
declare function SetupModal({ isOpen, onClose,
|
|
795
|
+
declare function SetupModal({ isOpen, onClose, safeDeployed, tokenApproved, keysConnected, onDeployAndApprove, onConnectKeys, }: SetupModalProps): react_jsx_runtime.JSX.Element;
|
|
796
796
|
|
|
797
797
|
/** Default page size for list queries */
|
|
798
798
|
declare const DEFAULT_PAGE_SIZE = 48;
|
package/dist/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ declare global {
|
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
declare const _default: "0.1.
|
|
16
|
+
declare const _default: "0.1.107";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* A single category entry in the static navigation model.
|
|
@@ -792,7 +792,7 @@ interface SetupModalProps {
|
|
|
792
792
|
*/
|
|
793
793
|
onConnectKeys?: () => Promise<void>;
|
|
794
794
|
}
|
|
795
|
-
declare function SetupModal({ isOpen, onClose,
|
|
795
|
+
declare function SetupModal({ isOpen, onClose, safeDeployed, tokenApproved, keysConnected, onDeployAndApprove, onConnectKeys, }: SetupModalProps): react_jsx_runtime.JSX.Element;
|
|
796
796
|
|
|
797
797
|
/** Default page size for list queries */
|
|
798
798
|
declare const DEFAULT_PAGE_SIZE = 48;
|