@b3dotfun/sdk 0.0.74-alpha.0 → 0.0.74-alpha.1
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.
|
@@ -849,7 +849,7 @@ function AnySpendInner({ destinationTokenAddress, destinationTokenChainId, mode
|
|
|
849
849
|
type: "anySpend",
|
|
850
850
|
});
|
|
851
851
|
}
|
|
852
|
-
}, children: (0, jsx_runtime_1.jsx)(BottomNavigation_1.default, {}) }) })] }));
|
|
852
|
+
}, children: mode == "page" && (0, jsx_runtime_1.jsx)(BottomNavigation_1.default, {}) }) })] }));
|
|
853
853
|
const onrampPaymentView = ((0, jsx_runtime_1.jsx)(PanelOnrampPayment_1.PanelOnrampPayment, { srcAmountOnRamp: srcAmountOnRamp, recipientName: recipientName || undefined, recipientAddress: effectiveRecipientAddress, isBuyMode: isBuyMode, destinationTokenChainId: destinationTokenChainId, destinationTokenAddress: destinationTokenAddress, selectedDstChainId: selectedDstChainId, selectedDstToken: selectedDstToken, orderType: "swap", anyspendQuote: anyspendQuote, globalAddress: globalAddress, onOrderCreated: orderId => {
|
|
854
854
|
setOrderId(orderId);
|
|
855
855
|
navigateToPanel(PanelView.ORDER_DETAILS, "forward");
|
|
@@ -842,7 +842,7 @@ function AnySpendInner({ destinationTokenAddress, destinationTokenChainId, mode
|
|
|
842
842
|
type: "anySpend",
|
|
843
843
|
});
|
|
844
844
|
}
|
|
845
|
-
}, children: _jsx(BottomNavigation, {}) }) })] }));
|
|
845
|
+
}, children: mode == "page" && _jsx(BottomNavigation, {}) }) })] }));
|
|
846
846
|
const onrampPaymentView = (_jsx(PanelOnrampPayment, { srcAmountOnRamp: srcAmountOnRamp, recipientName: recipientName || undefined, recipientAddress: effectiveRecipientAddress, isBuyMode: isBuyMode, destinationTokenChainId: destinationTokenChainId, destinationTokenAddress: destinationTokenAddress, selectedDstChainId: selectedDstChainId, selectedDstToken: selectedDstToken, orderType: "swap", anyspendQuote: anyspendQuote, globalAddress: globalAddress, onOrderCreated: orderId => {
|
|
847
847
|
setOrderId(orderId);
|
|
848
848
|
navigateToPanel(PanelView.ORDER_DETAILS, "forward");
|
package/package.json
CHANGED