@liberfi.io/ui-predict 0.1.121 → 0.1.123
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- 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.123";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* A single category entry in the static navigation model.
|
|
@@ -791,7 +791,7 @@ interface SetupModalProps {
|
|
|
791
791
|
declare function SetupModal({ isOpen, onClose, safeDeployed, tokenApproved, onDeployAndApprove, }: SetupModalProps): react_jsx_runtime.JSX.Element;
|
|
792
792
|
|
|
793
793
|
/** Default page size for list queries */
|
|
794
|
-
declare const DEFAULT_PAGE_SIZE =
|
|
794
|
+
declare const DEFAULT_PAGE_SIZE = 24;
|
|
795
795
|
/** Maximum number of markets to display in price history chart */
|
|
796
796
|
declare const MAX_PRICE_HISTORY_MARKETS = 4;
|
|
797
797
|
/**
|
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.123";
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* A single category entry in the static navigation model.
|
|
@@ -791,7 +791,7 @@ interface SetupModalProps {
|
|
|
791
791
|
declare function SetupModal({ isOpen, onClose, safeDeployed, tokenApproved, onDeployAndApprove, }: SetupModalProps): react_jsx_runtime.JSX.Element;
|
|
792
792
|
|
|
793
793
|
/** Default page size for list queries */
|
|
794
|
-
declare const DEFAULT_PAGE_SIZE =
|
|
794
|
+
declare const DEFAULT_PAGE_SIZE = 24;
|
|
795
795
|
/** Maximum number of markets to display in price history chart */
|
|
796
796
|
declare const MAX_PRICE_HISTORY_MARKETS = 4;
|
|
797
797
|
/**
|