@spicenet-io/spiceflow-ui 4.0.13 → 4.0.14

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.
@@ -1,2 +1,2 @@
1
1
  "use client";
2
- import{P as g}from"./privy-2vbGci0p.js";import"react/jsx-runtime";import"react";import"@spicenet-io/spiceflow-core";import"viem";import"viem/actions";import"@privy-io/react-auth";import"wagmi";import"@tanstack/react-query";export{g as PrivyLogin};
2
+ import{P as g}from"./privy-Ds5DCgFX.js";import"react/jsx-runtime";import"react";import"@spicenet-io/spiceflow-core";import"viem";import"viem/actions";import"@privy-io/react-auth";import"wagmi";import"@tanstack/react-query";export{g as PrivyLogin};
@@ -18,7 +18,6 @@ export type LockExecutorContext = {
18
18
  requiresRelayerFeeEstimate: boolean;
19
19
  address: Address | undefined;
20
20
  embeddedWalletAddress: Address | undefined;
21
- providerEmbeddedAddress: Address | undefined;
22
21
  externalWallet: {
23
22
  getEthereumProvider: () => Promise<any>;
24
23
  } | null | undefined;
@@ -1,8 +1,6 @@
1
- import type { FeeEstimateSummary } from "@spicenet-io/spiceflow-core";
2
1
  import type { ChainBatch } from "../../../types/authorization";
3
2
  export declare function normalizeTokenLabel(value?: string | null): string;
4
3
  export declare function formatTokenAmount(rawAmount: bigint, decimals: number): string;
5
4
  export declare function scaleAmountBetweenDecimals(amount: bigint, fromDecimals: number, toDecimals: number): bigint;
6
5
  export declare function estimateUsd(amount: number, symbol?: string): string;
7
6
  export declare function buildWithdrawFeeEstimateKey(batches: ChainBatch[], tokenAddress?: string | null): string | null;
8
- export declare function getFeeAdjustedWithdrawFunding(feeEstimate: FeeEstimateSummary, fallbackChainId: number): bigint | null;
@@ -10,4 +10,4 @@ export { SearchInput } from "./SearchInput";
10
10
  export type { SearchInputProps } from "./SearchInput";
11
11
  export { ChevronIcon, CheckIcon } from "./icons";
12
12
  export type { IconProps } from "./icons";
13
- export type { ButtonProps, InputProps, ModalProps, SpinnerProps, StatusBannerProps, StatusBannerSize, StatusVariant, CloseIconProps, DetailRowProps, AddFundsLinkProps, } from "../../types/ui";
13
+ export type { ButtonProps, InputProps, SpinnerProps, StatusBannerProps, StatusBannerSize, StatusVariant, CloseIconProps, DetailRowProps, AddFundsLinkProps, } from "../../types/ui";