@tuwaio/nova-connect 0.1.3 → 0.1.4

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.
@@ -2,11 +2,11 @@ import { Dialog, DialogContent, StarsBackground } from '@tuwaio/nova-core';
2
2
  import { TargetAndTransition, VariantLabels, LegacyAnimationControls, Transition, AnyResolvedKeyframe, HTMLMotionProps, Variants, Easing, motion } from 'framer-motion';
3
3
  import * as React$1 from 'react';
4
4
  import React__default, { ComponentType, ReactNode, ComponentPropsWithoutRef } from 'react';
5
- import { B as ButtonTxStatus, b as NovaConnectProviderProps, h as useNovaConnectLabels, p as NativeBalanceResult, C as ConnectContentType } from './useWalletNativeBalance-DCdB3_v2.js';
5
+ import { B as ButtonTxStatus, b as NovaConnectProviderProps, h as useNovaConnectLabels, p as NativeBalanceResult, C as ConnectContentType } from './useWalletNativeBalance-CEASeZ6Z.js';
6
6
  import { BaseWallet } from '@tuwaio/satellite-core';
7
- import { I as InitialChains } from './types-DGsiEwne.js';
8
7
  import * as react_jsx_runtime from 'react/jsx-runtime';
9
8
  import * as Select from '@radix-ui/react-select';
9
+ import { I as InitialChains } from './types-DGsiEwne.js';
10
10
  import { Transaction } from '@tuwaio/pulsar-core';
11
11
  import { OrbitAdapter, WalletType } from '@tuwaio/orbit-core';
12
12
  import { Connector } from '@tuwaio/satellite-react';
@@ -1561,7 +1561,7 @@ type ConnectButtonCustomization = {
1561
1561
  /**
1562
1562
  * Base props for ConnectButton component
1563
1563
  */
1564
- type ConnectButtonProps = InitialChains & {
1564
+ type ConnectButtonProps = Pick<NovaConnectProviderProps, 'transactionPool'> & {
1565
1565
  /** CSS classes to apply to the button */
1566
1566
  className?: string;
1567
1567
  /** Customization options */
@@ -3220,7 +3220,7 @@ type ConnectedModalCustomization = {
3220
3220
  /**
3221
3221
  * Props for the ConnectedModal component
3222
3222
  */
3223
- interface ConnectedModalProps extends Omit<ConnectButtonProps, 'className' | 'customization'>, Pick<NovaConnectProviderProps, 'transactionPool' | 'pulsarAdapter'> {
3223
+ interface ConnectedModalProps extends Omit<ConnectButtonProps, 'className' | 'customization'>, Pick<NovaConnectProviderProps, 'transactionPool' | 'pulsarAdapter' | 'appChains' | 'solanaRPCUrls'> {
3224
3224
  /** Additional CSS classes for the modal */
3225
3225
  className?: string;
3226
3226
  /** Customization options */
@@ -2,11 +2,11 @@ import { Dialog, DialogContent, StarsBackground } from '@tuwaio/nova-core';
2
2
  import { TargetAndTransition, VariantLabels, LegacyAnimationControls, Transition, AnyResolvedKeyframe, HTMLMotionProps, Variants, Easing, motion } from 'framer-motion';
3
3
  import * as React$1 from 'react';
4
4
  import React__default, { ComponentType, ReactNode, ComponentPropsWithoutRef } from 'react';
5
- import { B as ButtonTxStatus, b as NovaConnectProviderProps, h as useNovaConnectLabels, p as NativeBalanceResult, C as ConnectContentType } from './useWalletNativeBalance-DKa97yY5.cjs';
5
+ import { B as ButtonTxStatus, b as NovaConnectProviderProps, h as useNovaConnectLabels, p as NativeBalanceResult, C as ConnectContentType } from './useWalletNativeBalance-DSt1VUWC.cjs';
6
6
  import { BaseWallet } from '@tuwaio/satellite-core';
7
- import { I as InitialChains } from './types-DGsiEwne.cjs';
8
7
  import * as react_jsx_runtime from 'react/jsx-runtime';
9
8
  import * as Select from '@radix-ui/react-select';
9
+ import { I as InitialChains } from './types-DGsiEwne.cjs';
10
10
  import { Transaction } from '@tuwaio/pulsar-core';
11
11
  import { OrbitAdapter, WalletType } from '@tuwaio/orbit-core';
12
12
  import { Connector } from '@tuwaio/satellite-react';
@@ -1561,7 +1561,7 @@ type ConnectButtonCustomization = {
1561
1561
  /**
1562
1562
  * Base props for ConnectButton component
1563
1563
  */
1564
- type ConnectButtonProps = InitialChains & {
1564
+ type ConnectButtonProps = Pick<NovaConnectProviderProps, 'transactionPool'> & {
1565
1565
  /** CSS classes to apply to the button */
1566
1566
  className?: string;
1567
1567
  /** Customization options */
@@ -3220,7 +3220,7 @@ type ConnectedModalCustomization = {
3220
3220
  /**
3221
3221
  * Props for the ConnectedModal component
3222
3222
  */
3223
- interface ConnectedModalProps extends Omit<ConnectButtonProps, 'className' | 'customization'>, Pick<NovaConnectProviderProps, 'transactionPool' | 'pulsarAdapter'> {
3223
+ interface ConnectedModalProps extends Omit<ConnectButtonProps, 'className' | 'customization'>, Pick<NovaConnectProviderProps, 'transactionPool' | 'pulsarAdapter' | 'appChains' | 'solanaRPCUrls'> {
3224
3224
  /** Additional CSS classes for the modal */
3225
3225
  className?: string;
3226
3226
  /** Customization options */