@tezos-x/octez.connect-uiThis package is part of the @tezos-x/octez.connect-sdk project. Read more
This package contains the UI part (alerts and toasts) of the octez.connect-sdk.
Unless you need to import types from this package, you probably don't need to add it to your project.
Check our documentation for more information. Documentation
The Beacon UI dynamically fetches the latest wallet list from jsDelivr CDN to ensure users always see up-to-date wallet options without requiring SDK updates. The wallet registry is maintained in a separate repository: beacon-wallet-list.
If your application uses a Content Security Policy, add jsDelivr to your connect-src directive:
connect-src https://cdn.jsdelivr.net;
Why jsDelivr?
The SDK includes a bundled fallback wallet list, so the application will continue to function if the CDN fetch fails or is blocked by CSP.