@aurora-is-near/intents-swap-widget 5.4.2 → 5.4.3
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/appkit.js +1 -1
- package/dist/components/BlockingError.js +1 -1
- package/dist/components/Button.js +1 -1
- package/dist/components/WidgetContainer.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/{config-DX4TDGtp.js → config-DcHH21bp.js} +3 -3
- package/dist/{config-DX4TDGtp.js.map → config-DcHH21bp.js.map} +1 -1
- package/dist/config.js +1 -1
- package/dist/errors.js +1 -1
- package/dist/ext/alchemy/index.js +1 -1
- package/dist/ext/index.js +1 -1
- package/dist/features/BalanceRpcLoader/TokenBalanceLoader.js +1 -1
- package/dist/features/BalanceRpcLoader/index.js +1 -1
- package/dist/features/BalanceRpcLoader/useTokenBalanceRpc.js +1 -1
- package/dist/features/ChainsDropdown/index.js +1 -1
- package/dist/features/ChainsSelector/index.js +1 -1
- package/dist/features/DepositMethodSwitcher.js +1 -1
- package/dist/features/DepositSummary.js +1 -1
- package/dist/features/ErrorBoundary.js +1 -1
- package/dist/features/ExternalDeposit.js +1 -1
- package/dist/features/SendAddress/index.js +1 -1
- package/dist/features/SendAddress/useNotification.js +1 -1
- package/dist/features/SubmitButton/index.js +1 -1
- package/dist/features/SuccessScreen/index.js +1 -1
- package/dist/features/SuccessScreen/useSummaryItemsCount.js +1 -1
- package/dist/features/SwapDirectionSwitcher.js +1 -1
- package/dist/features/SwapQuote/SwapQuote.js +1 -1
- package/dist/features/SwapQuote/index.js +1 -1
- package/dist/features/TokenInput/TokenInput.js +1 -1
- package/dist/features/TokenInput/TokenInputEmpty.js +1 -1
- package/dist/features/TokenInput/TokenInputSource.js +1 -1
- package/dist/features/TokenInput/TokenInputTarget.js +1 -1
- package/dist/features/TokenInput/WalletBalance.js +1 -1
- package/dist/features/TokenInput/hooks/index.js +1 -1
- package/dist/features/TokenInput/hooks/useTokenInputBalance.js +1 -1
- package/dist/features/TokenInput/index.js +1 -1
- package/dist/features/TokensList/TokenItem.js +1 -1
- package/dist/features/TokensList/TokensList.js +1 -1
- package/dist/features/TokensList/TokensListPlaceholder.js +1 -1
- package/dist/features/TokensList/index.js +1 -1
- package/dist/features/TokensModal.js +1 -1
- package/dist/features/WalletCompatibilityCheck/WalletCompatibilityModal.js +1 -1
- package/dist/features/WalletCompatibilityCheck/index.js +1 -1
- package/dist/features/index.js +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/useAllTokens.js +1 -1
- package/dist/hooks/useAppKitWallet.js +1 -1
- package/dist/hooks/useChains.js +1 -1
- package/dist/hooks/useCompatibilityCheck.js +1 -1
- package/dist/hooks/useConnectedWallets.js +1 -1
- package/dist/hooks/useExternalDefaultToken.js +1 -1
- package/dist/hooks/useExternalDepositStatus/index.js +1 -1
- package/dist/hooks/useExternalDepositStatus/usePoaExternalDepositStatus.js +1 -1
- package/dist/hooks/useIntentsAccountType.js +1 -1
- package/dist/hooks/useIntentsBalance.js +1 -1
- package/dist/hooks/useIsCompatibilityCheckRequired.js +1 -1
- package/dist/hooks/useIsDarkMode.js +1 -1
- package/dist/hooks/useMakeDepositAddress.js +1 -1
- package/dist/hooks/useMakeIntentsTransfer.js +1 -1
- package/dist/hooks/useMakeNEARFtTransferCall.js +1 -1
- package/dist/hooks/useMakeQuote.js +1 -1
- package/dist/hooks/useMakeQuoteTransfer.js +1 -1
- package/dist/hooks/useMakeTransfer.js +1 -1
- package/dist/hooks/useMergedBalance.js +1 -1
- package/dist/hooks/useProviders.js +1 -1
- package/dist/hooks/useSupportedChains.js +1 -1
- package/dist/hooks/useSwitchChain.js +1 -1
- package/dist/hooks/useTheme.js +1 -1
- package/dist/hooks/useTokenInputPair.js +1 -1
- package/dist/hooks/useTokens.js +1 -1
- package/dist/hooks/useTokensFiltered.js +1 -1
- package/dist/hooks/useTokensIntentsUnique.js +1 -1
- package/dist/hooks/useWalletConnection.js +1 -1
- package/dist/{index-Be-1FSlT.js → index-8xxDM8-m.js} +2 -2
- package/dist/{index-Be-1FSlT.js.map → index-8xxDM8-m.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/machine/effects/index.js +1 -1
- package/dist/machine/effects/useAlchemyBalanceEffect.js +1 -1
- package/dist/machine/effects/useBalancesUpdateEffect.js +1 -1
- package/dist/machine/effects/useMakeQuoteEffect.js +1 -1
- package/dist/machine/effects/useSelectedTokensEffect.js +1 -1
- package/dist/machine/effects/useSetTokenBalanceEffect.js +1 -1
- package/dist/machine/effects/useSetTokenIntentsTargetEffect.js +1 -1
- package/dist/machine/effects/useWalletConnEffect.js +1 -1
- package/dist/machine/events/index.js +1 -1
- package/dist/machine/events/tokenSelect.js +1 -1
- package/dist/machine/events/validateInputAndMoveTo.js +1 -1
- package/dist/machine/events/validateInputs.js +1 -1
- package/dist/machine/index.js +1 -1
- package/dist/machine/machine.js +2 -1
- package/dist/machine/machine.js.map +1 -1
- package/dist/machine/snap.js +1 -1
- package/dist/machine/subscriptions/checkers/isSendAddressAsConnected.js +1 -1
- package/dist/machine/subscriptions/index.js +1 -1
- package/dist/theme/ThemeProvider.js +1 -1
- package/dist/utils/intents/signers/near.js +1 -1
- package/dist/utils/intents/signers/privy.js +1 -1
- package/dist/utils/near/getNearNep141StorageBalance.js +1 -1
- package/dist/widgets/Widget/WidgetContent.js +1 -1
- package/dist/widgets/Widget/WidgetProfileButton.js +1 -1
- package/dist/widgets/WidgetDeposit/WidgetDepositContent.js +1 -1
- package/dist/widgets/WidgetDeposit/WidgetDepositSkeleton.js +1 -1
- package/dist/widgets/WidgetSwap/WidgetSwapContent.js +1 -1
- package/dist/widgets/WidgetSwap/WidgetSwapSkeleton.js +1 -1
- package/dist/widgets/WidgetWithdraw/WidgetWithdrawContent.js +1 -1
- package/dist/widgets/WidgetWithdraw/WidgetWithdrawSkeleton.js +1 -1
- package/package.json +1 -1
- package/src/machine/machine.ts +1 -0
package/dist/appkit.js
CHANGED
|
@@ -4,7 +4,7 @@ import "@reown/appkit/react";
|
|
|
4
4
|
import "@reown/appkit-adapter-wagmi";
|
|
5
5
|
import "@reown/appkit-adapter-solana";
|
|
6
6
|
import "@reown/appkit/networks";
|
|
7
|
-
import { V as s, X as A, U as K } from "./config-
|
|
7
|
+
import { V as s, X as A, U as K } from "./config-DcHH21bp.js";
|
|
8
8
|
export {
|
|
9
9
|
s as AppKitContext,
|
|
10
10
|
A as AppKitProvider,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as s } from "react/jsx-runtime";
|
|
2
2
|
import { CachedW700 as l } from "@material-symbols-svg/react-rounded/icons/cached";
|
|
3
3
|
import { CloseW700 as a } from "@material-symbols-svg/react-rounded/icons/close";
|
|
4
|
-
import { C as c } from "../config-
|
|
4
|
+
import { C as c } from "../config-DcHH21bp.js";
|
|
5
5
|
import { Card as i } from "./Card.js";
|
|
6
6
|
const p = ({ message: t, onClickRetry: r }) => /* @__PURE__ */ e(i, { className: "w-full", children: /* @__PURE__ */ s("div", { className: "gap-sw-4xl py-6xl flex min-h-[200px] flex-col items-center justify-center w-full", children: [
|
|
7
7
|
/* @__PURE__ */ s("div", { className: "gap-sw-xl flex flex-col items-center justify-center", children: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "@headlessui/react";
|
|
3
3
|
import "@material-symbols-svg/react-rounded/icons/progress-activity";
|
|
4
|
-
import { C as a } from "../config-
|
|
4
|
+
import { C as a } from "../config-DcHH21bp.js";
|
|
5
5
|
import "../utils/cn.js";
|
|
6
6
|
export {
|
|
7
7
|
a as Button
|
package/dist/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Accordion as t } from "./Accordion.js";
|
|
|
2
2
|
import { Badge as p } from "./Badge.js";
|
|
3
3
|
import { Banner as f } from "./Banner.js";
|
|
4
4
|
import { BlockingError as x } from "./BlockingError.js";
|
|
5
|
-
import { C as i } from "../config-
|
|
5
|
+
import { C as i } from "../config-DcHH21bp.js";
|
|
6
6
|
import { Card as c } from "./Card.js";
|
|
7
7
|
import { CopyButton as d } from "./CopyButton.js";
|
|
8
8
|
import { DirectionSwitcher as C } from "./DirectionSwitcher.js";
|
|
@@ -748,7 +748,7 @@ class Ua {
|
|
|
748
748
|
if (!A(this, U, "f")) {
|
|
749
749
|
let t;
|
|
750
750
|
try {
|
|
751
|
-
t = (await import("./index-
|
|
751
|
+
t = (await import("./index-8xxDM8-m.js")).default;
|
|
752
752
|
} catch {
|
|
753
753
|
throw new Error("Unable to load Solflare MetaMask SDK");
|
|
754
754
|
}
|
|
@@ -2670,7 +2670,7 @@ const wo = ({
|
|
|
2670
2670
|
z("quoteSetStatus", Hr), z("walletAddressSet", Xr), z("transferSetStatus", ea), z("tokenSelectRotate", He), z("tokenSetBalance", Jr), z("tokenSetAmount", qr), z("tokenSetDefault", Gr), z("depositTypeSet", Kr), z("setInputsValidating", $r), z("externalDepositTxSet", Zr), z("tokenSelect", Co), z("addressSet", Vr), z("errorSet", Qr), z("quoteSet", Yr), z("reset", Fr), z("validateDryInputs", Rn), z("validateExternalInputs", Wn), z("validateInternalInputs", Un);
|
|
2671
2671
|
}, vo = us(({ debug: e }) => {
|
|
2672
2672
|
e && b.debug(
|
|
2673
|
-
"[WIDGET] Debug mode is enabled (package version: 5.4.
|
|
2673
|
+
"[WIDGET] Debug mode is enabled (package version: 5.4.3)"
|
|
2674
2674
|
), Oo(), xo({ debug: e }), jo({ debug: e });
|
|
2675
2675
|
}), Cd = ({ listenTo: e, debug: t = !1 }) => {
|
|
2676
2676
|
x(() => {
|
|
@@ -4014,4 +4014,4 @@ export {
|
|
|
4014
4014
|
zd as y,
|
|
4015
4015
|
Qn as z
|
|
4016
4016
|
};
|
|
4017
|
-
//# sourceMappingURL=config-
|
|
4017
|
+
//# sourceMappingURL=config-DcHH21bp.js.map
|