@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@b3dotfun/sdk",
3
- "version": "0.0.74-alpha.0",
3
+ "version": "0.0.74-alpha.1",
4
4
  "source": "src/index.ts",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "react-native": "./dist/cjs/index.native.js",
@@ -1225,7 +1225,7 @@ function AnySpendInner({
1225
1225
  }
1226
1226
  }}
1227
1227
  >
1228
- <BottomNavigation />
1228
+ {mode == "page" && <BottomNavigation />}
1229
1229
  </TabsPrimitive>
1230
1230
  </div>
1231
1231
  </div>