@clerk/chrome-extension 2.7.4-canary.v20251009170317 → 2.7.4-canary.v20251009201027

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.
@@ -3431,6 +3431,9 @@ var StateProxy = class {
3431
3431
  get legalAcceptedAt() {
3432
3432
  return gateProperty(target, "legalAcceptedAt", null);
3433
3433
  },
3434
+ get locale() {
3435
+ return gateProperty(target, "locale", null);
3436
+ },
3434
3437
  get status() {
3435
3438
  return gateProperty(target, "status", "missing_requirements");
3436
3439
  },
@@ -3512,7 +3515,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
3512
3515
  }
3513
3516
  var SDK_METADATA = {
3514
3517
  name: "@clerk/clerk-react",
3515
- version: "5.51.1-canary.v20251009170317",
3518
+ version: "5.52.0-canary.v20251009201027",
3516
3519
  environment: process.env.NODE_ENV
3517
3520
  };
3518
3521
  var _status;
@@ -5049,7 +5052,7 @@ var BrowserStorageCache = createBrowserStorageCache();
5049
5052
  var clerk;
5050
5053
  noRhc.Clerk.sdkMetadata = {
5051
5054
  name: "@clerk/chrome-extension",
5052
- version: "2.7.4-canary.v20251009170317"
5055
+ version: "2.7.4-canary.v20251009201027"
5053
5056
  };
5054
5057
  async function createClerkClient({
5055
5058
  __experimental_syncHostListener = false,