@spicenet-io/spiceflow-ui 3.3.63 → 3.3.65

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.
@@ -7,5 +7,5 @@ interface AccountActionsProps {
7
7
  primaryColor?: string;
8
8
  dark?: boolean;
9
9
  }
10
- export declare const AccountActions: React.FC<AccountActionsProps>;
10
+ export declare const AccountActions: React.NamedExoticComponent<AccountActionsProps>;
11
11
  export {};
@@ -6,5 +6,5 @@ interface AccountCustomSectionProps {
6
6
  dk: ResolvedDarkPalette;
7
7
  dark?: boolean;
8
8
  }
9
- export declare const AccountCustomSection: React.FC<AccountCustomSectionProps>;
9
+ export declare const AccountCustomSection: React.NamedExoticComponent<AccountCustomSectionProps>;
10
10
  export {};
@@ -13,5 +13,5 @@ interface AccountHeaderProps {
13
13
  isEmbeddedMode?: boolean;
14
14
  onModeToggle?: () => void;
15
15
  }
16
- export declare const AccountHeader: React.FC<AccountHeaderProps>;
16
+ export declare const AccountHeader: React.NamedExoticComponent<AccountHeaderProps>;
17
17
  export {};
@@ -7,5 +7,5 @@ interface AccountIdleBalancesProps {
7
7
  dk: ResolvedDarkPalette;
8
8
  dark?: boolean;
9
9
  }
10
- export declare const AccountIdleBalances: React.FC<AccountIdleBalancesProps>;
10
+ export declare const AccountIdleBalances: React.NamedExoticComponent<AccountIdleBalancesProps>;
11
11
  export {};
@@ -28,5 +28,5 @@ interface AccountPanelProps {
28
28
  connectExternalError?: string | null;
29
29
  showHowItWorks?: boolean;
30
30
  }
31
- export declare const AccountPanel: React.FC<AccountPanelProps>;
31
+ export declare const AccountPanel: React.NamedExoticComponent<AccountPanelProps>;
32
32
  export {};
@@ -7,5 +7,5 @@ interface AccountPendingDepositsProps {
7
7
  dk: ResolvedDarkPalette;
8
8
  dark?: boolean;
9
9
  }
10
- export declare const AccountPendingDeposits: React.FC<AccountPendingDepositsProps>;
10
+ export declare const AccountPendingDeposits: React.NamedExoticComponent<AccountPendingDepositsProps>;
11
11
  export {};
@@ -1,3 +1,3 @@
1
1
  import React from "react";
2
2
  import { AssetSelectorProps } from "../../types/assets";
3
- export declare const AssetSelector: React.FC<AssetSelectorProps>;
3
+ export declare const AssetSelector: React.NamedExoticComponent<AssetSelectorProps>;
@@ -18,5 +18,5 @@ interface AssetChooserListProps {
18
18
  resolveMaxAmount?: (asset: Asset, index: number) => string | null | Promise<string | null>;
19
19
  onViewAllAssets?: () => void;
20
20
  }
21
- export declare const AssetChooserList: React.FC<AssetChooserListProps>;
21
+ export declare const AssetChooserList: React.NamedExoticComponent<AssetChooserListProps>;
22
22
  export {};
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import type { LockDurationSliderProps } from "../../../types/lock";
3
3
  export type { LockDurationSliderProps };
4
- export declare const LockDurationSlider: React.FC<LockDurationSliderProps>;
4
+ export declare const LockDurationSlider: React.NamedExoticComponent<LockDurationSliderProps>;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import type { LockExpiryRowProps } from "../../../types/lock";
3
3
  export type { LockExpiryRowProps };
4
- export declare const LockExpiryRow: React.FC<LockExpiryRowProps>;
4
+ export declare const LockExpiryRow: React.NamedExoticComponent<LockExpiryRowProps>;
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import type { VotingPowerRowProps } from "../../../types/lock";
3
3
  export type { VotingPowerRowProps };
4
- export declare const VotingPowerRow: React.FC<VotingPowerRowProps>;
4
+ export declare const VotingPowerRow: React.NamedExoticComponent<VotingPowerRowProps>;
@@ -24,5 +24,5 @@ interface DestinationEstimateProps {
24
24
  maxAmount?: string;
25
25
  onAmountChange?: (amount: string) => void;
26
26
  }
27
- export declare const DestinationEstimate: React.FC<DestinationEstimateProps>;
27
+ export declare const DestinationEstimate: React.NamedExoticComponent<DestinationEstimateProps>;
28
28
  export {};
@@ -35,5 +35,5 @@ interface WithdrawDetailsPanelProps {
35
35
  dark: boolean;
36
36
  dk: ResolvedDarkPalette;
37
37
  }
38
- export declare const WithdrawDetailsPanel: React.FC<WithdrawDetailsPanelProps>;
38
+ export declare const WithdrawDetailsPanel: React.NamedExoticComponent<WithdrawDetailsPanelProps>;
39
39
  export {};
@@ -15,4 +15,4 @@ type FeeBreakdownCardProps = {
15
15
  errorText?: string | null;
16
16
  directExecutionFeeNote?: boolean;
17
17
  };
18
- export declare const FeeBreakdownCard: React.FC<FeeBreakdownCardProps>;
18
+ export declare const FeeBreakdownCard: React.NamedExoticComponent<FeeBreakdownCardProps>;
@@ -1,5 +1,5 @@
1
1
  export declare const FIRST_STEP_POLL_MS = 350;
2
- export declare const STEP_POLL_MS = 1000;
2
+ export declare const STEP_POLL_MS = 2500;
3
3
  export type PollIntentStepOptions = {
4
4
  actionId: string;
5
5
  intentIndex: number;