Lazily Loaded Stripe
The Stripe.js library (@stripe/stripe-js) is now lazily loaded using a dynamic import. Previously, the Stripe client was included in the main bundle and loaded on every page, even when no wallet widget was present. Now, the library is only fetched when a wallet widget that requires Stripe is actually mounted, reducing the initial bundle size and improving page load performance for integrations that do not use wallet functionality.