@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.
- package/dist/{ToastError-Dgx4fCxI.d.ts → ToastError-BLFMIzVb.d.ts} +4 -4
- package/dist/{ToastError-B5-z1_uC.d.cts → ToastError-CaoiEVOK.d.cts} +4 -4
- package/dist/{chunk-ITJU3AYW.cjs → chunk-6M6INQFQ.cjs} +4 -4
- package/dist/chunk-6M6INQFQ.cjs.map +1 -0
- package/dist/{chunk-MVAF36Z4.cjs → chunk-7FTV55DQ.cjs} +2 -2
- package/dist/{chunk-MVAF36Z4.cjs.map → chunk-7FTV55DQ.cjs.map} +1 -1
- package/dist/{chunk-52HU3266.js → chunk-PKQHJRWO.js} +4 -4
- package/dist/chunk-PKQHJRWO.js.map +1 -0
- package/dist/{chunk-AGY44ZDF.js → chunk-S5WT3DLF.js} +2 -2
- package/dist/{chunk-AGY44ZDF.js.map → chunk-S5WT3DLF.js.map} +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.d.cts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{useWalletNativeBalance-DCdB3_v2.d.ts → useWalletNativeBalance-CEASeZ6Z.d.ts} +1 -1
- package/dist/{useWalletNativeBalance-DKa97yY5.d.cts → useWalletNativeBalance-DSt1VUWC.d.cts} +1 -1
- package/package.json +3 -3
- package/dist/chunk-52HU3266.js.map +0 -1
- package/dist/chunk-ITJU3AYW.cjs.map +0 -1
|
@@ -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-
|
|
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 =
|
|
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-
|
|
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 =
|
|
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 */
|