@nexus-cross/dapp-ui 1.3.3-beta.9 → 1.3.3
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/README.md +2 -2
- package/dist/index.cjs +21 -21
- package/dist/index.d.cts +40 -9
- package/dist/index.d.ts +40 -9
- package/dist/index.js +21 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -342,8 +342,8 @@ Context Provider + Dialog/Drawer Root.
|
|
|
342
342
|
| ------------------ | ---------------------------------------- | ---------- | ------------------------------------------ |
|
|
343
343
|
| `wallets` | `WalletHandlers` | (필수) | 지갑별 연결 콜백 (key가 표시할 지갑 결정) |
|
|
344
344
|
| `socialProviders` | `SocialHandlers` | - | Google/Apple 소셜 로그인 콜백 |
|
|
345
|
-
| `termsUrl` | `string` |
|
|
346
|
-
| `privacyUrl` | `string` |
|
|
345
|
+
| `termsUrl` | `string` | CROSS 공통 약관 | Footer Terms 링크 URL (미설정 시 내부 폴백) |
|
|
346
|
+
| `privacyUrl` | `string` | CROSS 공통 정책 | Footer Privacy 링크 URL (미설정 시 내부 폴백) |
|
|
347
347
|
| `theme` | `'dark' \| 'light'` | `'dark'` | 다크/라이트 테마 |
|
|
348
348
|
| `mobileBreakpoint` | `number` | `768` | 이 px 이하에서 Drawer로 전환 |
|
|
349
349
|
| `drawerDirection` | `'bottom' \| 'left' \| 'right' \| 'top'` | `'bottom'` | 모바일 Drawer 방향 |
|