@volr/react-ui 0.1.87 → 0.1.89
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 +233 -197
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +233 -197
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -130,8 +130,12 @@ declare const en: {
|
|
|
130
130
|
};
|
|
131
131
|
};
|
|
132
132
|
readonly siwe: {
|
|
133
|
+
readonly selectWallet: "Select a wallet";
|
|
134
|
+
readonly noWalletsDetected: "No wallets detected";
|
|
135
|
+
readonly useOtherWallet: "Use another wallet";
|
|
136
|
+
readonly connectingTo: "Connecting to {{wallet}}...";
|
|
133
137
|
readonly mobileGuide: "To sign with your wallet app:";
|
|
134
|
-
readonly mobileStep1: "
|
|
138
|
+
readonly mobileStep1: "Copy the sign URL below";
|
|
135
139
|
readonly mobileStep2: "Open your wallet app (MetaMask, etc.)";
|
|
136
140
|
readonly mobileStep3: "Paste the URL in the app browser and sign";
|
|
137
141
|
readonly copyUrl: "Copy Sign URL";
|
package/dist/index.d.ts
CHANGED
|
@@ -130,8 +130,12 @@ declare const en: {
|
|
|
130
130
|
};
|
|
131
131
|
};
|
|
132
132
|
readonly siwe: {
|
|
133
|
+
readonly selectWallet: "Select a wallet";
|
|
134
|
+
readonly noWalletsDetected: "No wallets detected";
|
|
135
|
+
readonly useOtherWallet: "Use another wallet";
|
|
136
|
+
readonly connectingTo: "Connecting to {{wallet}}...";
|
|
133
137
|
readonly mobileGuide: "To sign with your wallet app:";
|
|
134
|
-
readonly mobileStep1: "
|
|
138
|
+
readonly mobileStep1: "Copy the sign URL below";
|
|
135
139
|
readonly mobileStep2: "Open your wallet app (MetaMask, etc.)";
|
|
136
140
|
readonly mobileStep3: "Paste the URL in the app browser and sign";
|
|
137
141
|
readonly copyUrl: "Copy Sign URL";
|