@volr/react-ui 0.1.117 → 0.1.119
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 +251 -58
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +252 -59
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -166,8 +166,32 @@ declare const en: {
|
|
|
166
166
|
readonly cancelled: "Setup was cancelled. Please try again.";
|
|
167
167
|
readonly alreadyExists: "Biometric login is already set up.";
|
|
168
168
|
readonly notSupported: "Your device doesn't support biometric login.";
|
|
169
|
+
readonly prfNotSupported: "Setup failed. Please use your device's biometric (Touch ID, Face ID) directly. Using other devices or apps may not work.";
|
|
169
170
|
readonly generic: "Setup failed. Please try again.";
|
|
170
171
|
};
|
|
172
|
+
readonly compatibility: {
|
|
173
|
+
readonly title: "Browser Update Required";
|
|
174
|
+
readonly inAppBrowser: "Secure login is not available in this app browser. Please open in Safari or Chrome.";
|
|
175
|
+
readonly outdatedChrome: "Chrome 109 or later is required. Please update your browser.";
|
|
176
|
+
readonly outdatedEdge: "Edge 109 or later is required. Please update your browser.";
|
|
177
|
+
readonly outdatedSafari: "Safari 17.4 or later is required. Please update macOS/iOS.";
|
|
178
|
+
readonly outdatedSamsung: "Please update Samsung Internet to the latest version.";
|
|
179
|
+
readonly outdatedIOS: "iOS 17.4 or later is required. Please check for software updates in Settings.";
|
|
180
|
+
readonly firefoxNotSupported: "Secure login is not available in Firefox. Please use Chrome or Safari.";
|
|
181
|
+
readonly unknownBrowser: "Secure login may not work properly in this browser.";
|
|
182
|
+
readonly openInExternalBrowser: "Open in external browser";
|
|
183
|
+
readonly updateBrowser: "Update browser";
|
|
184
|
+
readonly updateOS: "Update OS";
|
|
185
|
+
readonly useChrome: "Use Chrome";
|
|
186
|
+
};
|
|
187
|
+
readonly hint: {
|
|
188
|
+
readonly macOS: "Please select Touch ID directly.";
|
|
189
|
+
readonly iOS: "Please use Face ID or Touch ID.";
|
|
190
|
+
readonly android: "Please select this device's biometric.";
|
|
191
|
+
readonly windows: "Please use your phone via QR code. (Windows Hello is not supported)";
|
|
192
|
+
readonly default: "Please use this device's biometric.";
|
|
193
|
+
readonly note: "Using other devices or apps may not work.";
|
|
194
|
+
};
|
|
171
195
|
};
|
|
172
196
|
readonly success: {
|
|
173
197
|
readonly title: "Success!";
|
|
@@ -269,6 +293,15 @@ declare const en: {
|
|
|
269
293
|
readonly messageLabel: "Message";
|
|
270
294
|
readonly domainLabel: "Domain";
|
|
271
295
|
};
|
|
296
|
+
readonly payment: {
|
|
297
|
+
readonly processing: {
|
|
298
|
+
readonly signing: "Confirming payment...";
|
|
299
|
+
readonly broadcasting: "Sending payment...";
|
|
300
|
+
readonly confirming: "Almost done...";
|
|
301
|
+
readonly default: "Processing...";
|
|
302
|
+
readonly doNotClose: "Please don't close this window";
|
|
303
|
+
};
|
|
304
|
+
};
|
|
272
305
|
readonly errors: {
|
|
273
306
|
readonly webauthnNotSupported: "WebAuthn API is not supported";
|
|
274
307
|
readonly passkeyCreationFailed: "Failed to create passkey";
|
package/dist/index.d.ts
CHANGED
|
@@ -166,8 +166,32 @@ declare const en: {
|
|
|
166
166
|
readonly cancelled: "Setup was cancelled. Please try again.";
|
|
167
167
|
readonly alreadyExists: "Biometric login is already set up.";
|
|
168
168
|
readonly notSupported: "Your device doesn't support biometric login.";
|
|
169
|
+
readonly prfNotSupported: "Setup failed. Please use your device's biometric (Touch ID, Face ID) directly. Using other devices or apps may not work.";
|
|
169
170
|
readonly generic: "Setup failed. Please try again.";
|
|
170
171
|
};
|
|
172
|
+
readonly compatibility: {
|
|
173
|
+
readonly title: "Browser Update Required";
|
|
174
|
+
readonly inAppBrowser: "Secure login is not available in this app browser. Please open in Safari or Chrome.";
|
|
175
|
+
readonly outdatedChrome: "Chrome 109 or later is required. Please update your browser.";
|
|
176
|
+
readonly outdatedEdge: "Edge 109 or later is required. Please update your browser.";
|
|
177
|
+
readonly outdatedSafari: "Safari 17.4 or later is required. Please update macOS/iOS.";
|
|
178
|
+
readonly outdatedSamsung: "Please update Samsung Internet to the latest version.";
|
|
179
|
+
readonly outdatedIOS: "iOS 17.4 or later is required. Please check for software updates in Settings.";
|
|
180
|
+
readonly firefoxNotSupported: "Secure login is not available in Firefox. Please use Chrome or Safari.";
|
|
181
|
+
readonly unknownBrowser: "Secure login may not work properly in this browser.";
|
|
182
|
+
readonly openInExternalBrowser: "Open in external browser";
|
|
183
|
+
readonly updateBrowser: "Update browser";
|
|
184
|
+
readonly updateOS: "Update OS";
|
|
185
|
+
readonly useChrome: "Use Chrome";
|
|
186
|
+
};
|
|
187
|
+
readonly hint: {
|
|
188
|
+
readonly macOS: "Please select Touch ID directly.";
|
|
189
|
+
readonly iOS: "Please use Face ID or Touch ID.";
|
|
190
|
+
readonly android: "Please select this device's biometric.";
|
|
191
|
+
readonly windows: "Please use your phone via QR code. (Windows Hello is not supported)";
|
|
192
|
+
readonly default: "Please use this device's biometric.";
|
|
193
|
+
readonly note: "Using other devices or apps may not work.";
|
|
194
|
+
};
|
|
171
195
|
};
|
|
172
196
|
readonly success: {
|
|
173
197
|
readonly title: "Success!";
|
|
@@ -269,6 +293,15 @@ declare const en: {
|
|
|
269
293
|
readonly messageLabel: "Message";
|
|
270
294
|
readonly domainLabel: "Domain";
|
|
271
295
|
};
|
|
296
|
+
readonly payment: {
|
|
297
|
+
readonly processing: {
|
|
298
|
+
readonly signing: "Confirming payment...";
|
|
299
|
+
readonly broadcasting: "Sending payment...";
|
|
300
|
+
readonly confirming: "Almost done...";
|
|
301
|
+
readonly default: "Processing...";
|
|
302
|
+
readonly doNotClose: "Please don't close this window";
|
|
303
|
+
};
|
|
304
|
+
};
|
|
272
305
|
readonly errors: {
|
|
273
306
|
readonly webauthnNotSupported: "WebAuthn API is not supported";
|
|
274
307
|
readonly passkeyCreationFailed: "Failed to create passkey";
|