@aurora-is-near/intents-swap-widget 4.0.2 → 4.0.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-Dikju0V6.js → config-M2OPaKZb.js} +3 -3
- package/dist/{config-Dikju0V6.js.map → config-M2OPaKZb.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/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/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-D8tmfaMg.js → index-Bm_5Xvg1.js} +2 -2
- package/dist/{index-D8tmfaMg.js.map → index-Bm_5Xvg1.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/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 +38 -31
- package/dist/widgets/Widget/WidgetContent.js.map +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/widgets/Widget/WidgetContent.tsx +35 -13
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-M2OPaKZb.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 { A as c } from "../config-
|
|
4
|
+
import { A as c } from "../config-M2OPaKZb.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 { A as a } from "../config-
|
|
4
|
+
import { A as a } from "../config-M2OPaKZb.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 { A as i } from "../config-
|
|
5
|
+
import { A as i } from "../config-M2OPaKZb.js";
|
|
6
6
|
import { Card as c } from "./Card.js";
|
|
7
7
|
import { CopyButton as d } from "./CopyButton.js";
|
|
8
8
|
import { DirectionSwitcher as I } from "./DirectionSwitcher.js";
|
|
@@ -679,7 +679,7 @@ class va {
|
|
|
679
679
|
if (!A(this, U, "f")) {
|
|
680
680
|
let t;
|
|
681
681
|
try {
|
|
682
|
-
t = (await import("./index-
|
|
682
|
+
t = (await import("./index-Bm_5Xvg1.js")).default;
|
|
683
683
|
} catch {
|
|
684
684
|
throw new Error("Unable to load Solflare MetaMask SDK");
|
|
685
685
|
}
|
|
@@ -1891,7 +1891,7 @@ const Ka = (e) => {
|
|
|
1891
1891
|
z("quoteSetStatus", qs), z("walletAddressSet", Ks), z("transferSetStatus", Xs), z("tokenSelectRotate", Qe), z("tokenSetBalance", $s), z("tokenSetAmount", Ys), z("tokenSetDefault", Vs), z("depositTypeSet", Gs), z("setInputsValidating", Zs), z("externalDepositTxSet", Hs), z("tokenSelect", mo), z("addressSet", Qs), z("errorSet", Ps), z("quoteSet", Fs), z("reset", Bs), z("validateDryInputs", jn), z("validateExternalInputs", xn), z("validateInternalInputs", Cn);
|
|
1892
1892
|
}, go = ms(({ debug: e }) => {
|
|
1893
1893
|
e && D.debug(
|
|
1894
|
-
"[WIDGET] Debug mode is enabled (package version: 4.0.
|
|
1894
|
+
"[WIDGET] Debug mode is enabled (package version: 4.0.3)"
|
|
1895
1895
|
), fo(), uo({ debug: e }), lo({ debug: e });
|
|
1896
1896
|
}), Md = ({ listenTo: e, debug: t = !1 }) => {
|
|
1897
1897
|
j(() => {
|
|
@@ -3933,4 +3933,4 @@ export {
|
|
|
3933
3933
|
Rn as y,
|
|
3934
3934
|
_n as z
|
|
3935
3935
|
};
|
|
3936
|
-
//# sourceMappingURL=config-
|
|
3936
|
+
//# sourceMappingURL=config-M2OPaKZb.js.map
|