wallet-connect-button-react 1.1.8 → 1.1.10

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.
@@ -5283,8 +5283,8 @@ const {
5283
5283
  return (s) => t[s];
5284
5284
  }, pu = {
5285
5285
  en: {
5286
- wallet_button_text: "Login with NL Wallet",
5287
- modal_header: "NL Wallet",
5286
+ wallet_button_text: "Login with Wallet",
5287
+ modal_header: "Wallet",
5288
5288
  need_help: "Need help?",
5289
5289
  stop: "Stop",
5290
5290
  retry: "Try again",
@@ -5293,7 +5293,7 @@ const {
5293
5293
  no: "No",
5294
5294
  confirm_stop_title: "Are you sure you want to stop?",
5295
5295
  confirm_stop_body: "If you stop now, no data will be shared.",
5296
- device_choice_title: "Which device is your NL Wallet is installed?",
5296
+ device_choice_title: "Which device is your Wallet is installed?",
5297
5297
  device_choice_same_device: "On this device",
5298
5298
  device_choice_cross_device: "On another device",
5299
5299
  expired_title: "Sorry, time is over",
@@ -5304,19 +5304,19 @@ const {
5304
5304
  cancelled_body: "Because you have stopped, no data has been shared.",
5305
5305
  network_title: "Sorry, no internet connection",
5306
5306
  network_body: "Your internet connection seems to be down or too slow. Check your connection and try again.",
5307
- help_title: "No NL Wallet App yet? Or need help?",
5308
- help_to_website: "To NL Wallet website",
5309
- in_progress_title: "Follow the steps in your NL Wallet app",
5307
+ help_title: "No Wallet App yet? Or need help?",
5308
+ help_to_website: "To Wallet website",
5309
+ in_progress_title: "Follow the steps in your Wallet app",
5310
5310
  loading_title: "Please wait",
5311
5311
  loading_body: "Your request is being retrieved",
5312
- qr_code_title: "Scan the QR code with your NL Wallet app",
5312
+ qr_code_title: "Scan the QR code with your Wallet app",
5313
5313
  qr_code_label: "QR code",
5314
5314
  success_title: "Success!",
5315
5315
  success_body: "Close this page and continue in the new opened tab."
5316
5316
  },
5317
5317
  nl: {
5318
- wallet_button_text: "Inloggen met NL Wallet",
5319
- modal_header: "NL Wallet",
5318
+ wallet_button_text: "Inloggen met Wallet",
5319
+ modal_header: "Wallet",
5320
5320
  need_help: "Hulp nodig?",
5321
5321
  stop: "Stoppen",
5322
5322
  retry: "Probeer opnieuw",
@@ -5325,7 +5325,7 @@ const {
5325
5325
  no: "Nee",
5326
5326
  confirm_stop_title: "Weet je zeker dat je wilt stoppen?",
5327
5327
  confirm_stop_body: "Als je stopt worden er geen gegevens gedeeld.",
5328
- device_choice_title: "Op welk apparaat staat je NL Wallet app?",
5328
+ device_choice_title: "Op welk apparaat staat je Wallet app?",
5329
5329
  device_choice_same_device: "Op dit apparaat",
5330
5330
  device_choice_cross_device: "Op een ander apparaat",
5331
5331
  expired_title: "Sorry, de tijd is voorbij",
@@ -5336,12 +5336,12 @@ const {
5336
5336
  cancelled_body: "Omdat je bent gestopt zijn er geen gegevens gedeeld.",
5337
5337
  network_title: "Sorry, geen internet",
5338
5338
  network_body: "Je verbinding met het internet lijkt niet te werken of is te traag. Controleer je verbinding en probeer het opnieuw.",
5339
- help_title: "Nog geen NL Wallet app? Of hulp nodig?",
5340
- help_to_website: "Naar NL Wallet website",
5341
- in_progress_title: "Volg de stappen in de NL Wallet app",
5339
+ help_title: "Nog geen Wallet app? Of hulp nodig?",
5340
+ help_to_website: "Naar Wallet website",
5341
+ in_progress_title: "Volg de stappen in de Wallet app",
5342
5342
  loading_title: "Even geduld",
5343
5343
  loading_body: "De gegevens worden opgehaald",
5344
- qr_code_title: "Scan de QR-code met je NL Wallet app",
5344
+ qr_code_title: "Scan de QR-code met je Wallet app",
5345
5345
  qr_code_label: "QR code",
5346
5346
  success_title: "Gelukt!",
5347
5347
  success_body: "Sluit deze pagina en ga verder in het nieuw geopende tabblad."
@@ -6900,7 +6900,7 @@ const tf = /* @__PURE__ */ ai(qu, [["render", ef]]), sf = {
6900
6900
  x("aside", {
6901
6901
  "aria-modal": "true",
6902
6902
  role: "dialog",
6903
- "aria-label": "NL Wallet",
6903
+ "aria-label": "Wallet",
6904
6904
  class: ut(["modal", [i.value.kind, i.value.kind === "success" && i.value.session.sessionType]]),
6905
6905
  "data-testid": "wallet_modal"
6906
6906
  }, [
@@ -6955,7 +6955,7 @@ const tf = /* @__PURE__ */ ai(qu, [["render", ef]]), sf = {
6955
6955
  x("aside", {
6956
6956
  "aria-modal": "true",
6957
6957
  role: "dialog",
6958
- "aria-label": "NL Wallet",
6958
+ "aria-label": "Wallet",
6959
6959
  class: ut(["modal", [o.value.kind, o.value.kind === "success" && o.value.session.sessionType]]),
6960
6960
  "data-testid": "wallet_modal"
6961
6961
  }, [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wallet-connect-button-react",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "description": "A React component for NL Wallet integration",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",