@nexus-cross/dapp-ui 1.0.0-beta.3 → 1.0.0-beta.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/index.cjs +5 -5
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -173,7 +173,11 @@ interface WalletInfoProps {
|
|
|
173
173
|
preferredTokens?: PreferredToken[];
|
|
174
174
|
onSelectWallet?: () => void;
|
|
175
175
|
onCopyAddress?: (address: string, success: boolean) => void;
|
|
176
|
-
/**
|
|
176
|
+
/**
|
|
177
|
+
* 지정 시 기본 Disconnect 버튼이 Footer에 노출됨. `WalletInfo.Footer` 슬롯이
|
|
178
|
+
* 있으면 해당 슬롯이 메인 영역을 대체한다. Terms/Privacy 링크는 둘 중 무엇을
|
|
179
|
+
* 쓰든 항상 하단에 함께 렌더된다.
|
|
180
|
+
*/
|
|
177
181
|
onDisconnect?: () => void;
|
|
178
182
|
/** 기본 Disconnect 버튼 라벨 (기본 "Disconnect"). */
|
|
179
183
|
disconnectLabel?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -173,7 +173,11 @@ interface WalletInfoProps {
|
|
|
173
173
|
preferredTokens?: PreferredToken[];
|
|
174
174
|
onSelectWallet?: () => void;
|
|
175
175
|
onCopyAddress?: (address: string, success: boolean) => void;
|
|
176
|
-
/**
|
|
176
|
+
/**
|
|
177
|
+
* 지정 시 기본 Disconnect 버튼이 Footer에 노출됨. `WalletInfo.Footer` 슬롯이
|
|
178
|
+
* 있으면 해당 슬롯이 메인 영역을 대체한다. Terms/Privacy 링크는 둘 중 무엇을
|
|
179
|
+
* 쓰든 항상 하단에 함께 렌더된다.
|
|
180
|
+
*/
|
|
177
181
|
onDisconnect?: () => void;
|
|
178
182
|
/** 기본 Disconnect 버튼 라벨 (기본 "Disconnect"). */
|
|
179
183
|
disconnectLabel?: string;
|