@everymatrix/user-login 1.94.21 → 1.94.22

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.
@@ -77,14 +77,6 @@ export namespace Components {
77
77
  * URL for fetching translations
78
78
  */
79
79
  "translationUrl": string;
80
- /**
81
- * Enable Turnstile fallback behavior.
82
- */
83
- "turnstileEnableFallback"?: boolean;
84
- /**
85
- * Number of retry attempts for Turnstile.
86
- */
87
- "turnstileRetryCount"?: number;
88
80
  /**
89
81
  * Cloudflare Turnstile site key. Acts as the enable/disable flag for Turnstile.
90
82
  */
@@ -188,14 +180,6 @@ declare namespace LocalJSX {
188
180
  * URL for fetching translations
189
181
  */
190
182
  "translationUrl"?: string;
191
- /**
192
- * Enable Turnstile fallback behavior.
193
- */
194
- "turnstileEnableFallback"?: boolean;
195
- /**
196
- * Number of retry attempts for Turnstile.
197
- */
198
- "turnstileRetryCount"?: number;
199
183
  /**
200
184
  * Cloudflare Turnstile site key. Acts as the enable/disable flag for Turnstile.
201
185
  */
@@ -1,2 +1 @@
1
1
  export declare function format(first: string, middle: string, last: string): string;
2
- export declare const CAPTCHA_CONTAINER_SLOT = "captchaContainer";