@cedros/login-react 0.0.39 → 0.0.40
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.cjs +13 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -4
- package/dist/index.js +3010 -2993
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3293,9 +3293,6 @@ export declare interface SplitPageLayoutProps {
|
|
|
3293
3293
|
className?: string;
|
|
3294
3294
|
}
|
|
3295
3295
|
|
|
3296
|
-
/**
|
|
3297
|
-
* Supported stablecoins for deposits
|
|
3298
|
-
*/
|
|
3299
3296
|
export declare const SUPPORTED_TOKENS: Token[];
|
|
3300
3297
|
|
|
3301
3298
|
/**
|
|
@@ -5621,7 +5618,7 @@ export declare interface WithdrawalFlowProps {
|
|
|
5621
5618
|
className?: string;
|
|
5622
5619
|
}
|
|
5623
5620
|
|
|
5624
|
-
export declare function WithdrawalHistory({ pageSize, className, onTransactionClick, explorerUrl, }: WithdrawalHistoryProps): JSX.Element;
|
|
5621
|
+
export declare function WithdrawalHistory({ pageSize, className, onTransactionClick, explorerUrl: rawExplorerUrl, }: WithdrawalHistoryProps): JSX.Element;
|
|
5625
5622
|
|
|
5626
5623
|
/** Individual withdrawal history entry */
|
|
5627
5624
|
declare interface WithdrawalHistoryItem {
|