@clerk/chrome-extension 3.0.0-snapshot.v20251203152900 → 3.0.0-snapshot.v20251204143242

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.
@@ -1750,7 +1750,7 @@ withClerk(
1750
1750
  component,
1751
1751
  mount: clerk2.mountSignIn,
1752
1752
  unmount: clerk2.unmountSignIn,
1753
- updateProps: clerk2.__unstable__updateProps,
1753
+ updateProps: clerk2.__internal_updateProps,
1754
1754
  props,
1755
1755
  rootProps: rendererRootProps
1756
1756
  }
@@ -1771,7 +1771,7 @@ withClerk(
1771
1771
  component,
1772
1772
  mount: clerk2.mountSignUp,
1773
1773
  unmount: clerk2.unmountSignUp,
1774
- updateProps: clerk2.__unstable__updateProps,
1774
+ updateProps: clerk2.__internal_updateProps,
1775
1775
  props,
1776
1776
  rootProps: rendererRootProps
1777
1777
  }
@@ -1806,7 +1806,7 @@ var _UserProfile = withClerk(
1806
1806
  component,
1807
1807
  mount: clerk2.mountUserProfile,
1808
1808
  unmount: clerk2.unmountUserProfile,
1809
- updateProps: clerk2.__unstable__updateProps,
1809
+ updateProps: clerk2.__internal_updateProps,
1810
1810
  props: { ...props, customPages },
1811
1811
  rootProps: rendererRootProps
1812
1812
  },
@@ -1850,7 +1850,7 @@ var _UserButton = withClerk(
1850
1850
  const passableProps = {
1851
1851
  mount: clerk2.mountUserButton,
1852
1852
  unmount: clerk2.unmountUserButton,
1853
- updateProps: clerk2.__unstable__updateProps,
1853
+ updateProps: clerk2.__internal_updateProps,
1854
1854
  props: { ...props, userProfileProps, customMenuItems }
1855
1855
  };
1856
1856
  const portalProps = {
@@ -1929,7 +1929,7 @@ var _OrganizationProfile = withClerk(
1929
1929
  component,
1930
1930
  mount: clerk2.mountOrganizationProfile,
1931
1931
  unmount: clerk2.unmountOrganizationProfile,
1932
- updateProps: clerk2.__unstable__updateProps,
1932
+ updateProps: clerk2.__internal_updateProps,
1933
1933
  props: { ...props, customPages },
1934
1934
  rootProps: rendererRootProps
1935
1935
  },
@@ -1955,7 +1955,7 @@ withClerk(
1955
1955
  component,
1956
1956
  mount: clerk2.mountCreateOrganization,
1957
1957
  unmount: clerk2.unmountCreateOrganization,
1958
- updateProps: clerk2.__unstable__updateProps,
1958
+ updateProps: clerk2.__internal_updateProps,
1959
1959
  props,
1960
1960
  rootProps: rendererRootProps
1961
1961
  }
@@ -1991,7 +1991,7 @@ var _OrganizationSwitcher = withClerk(
1991
1991
  const passableProps = {
1992
1992
  mount: clerk2.mountOrganizationSwitcher,
1993
1993
  unmount: clerk2.unmountOrganizationSwitcher,
1994
- updateProps: clerk2.__unstable__updateProps,
1994
+ updateProps: clerk2.__internal_updateProps,
1995
1995
  props: { ...props, organizationProfileProps },
1996
1996
  rootProps: rendererRootProps,
1997
1997
  component
@@ -2038,7 +2038,7 @@ withClerk(
2038
2038
  component,
2039
2039
  mount: clerk2.mountOrganizationList,
2040
2040
  unmount: clerk2.unmountOrganizationList,
2041
- updateProps: clerk2.__unstable__updateProps,
2041
+ updateProps: clerk2.__internal_updateProps,
2042
2042
  props,
2043
2043
  rootProps: rendererRootProps
2044
2044
  }
@@ -2059,7 +2059,7 @@ withClerk(
2059
2059
  component,
2060
2060
  open: clerk2.openGoogleOneTap,
2061
2061
  close: clerk2.closeGoogleOneTap,
2062
- updateProps: clerk2.__unstable__updateProps,
2062
+ updateProps: clerk2.__internal_updateProps,
2063
2063
  props,
2064
2064
  rootProps: rendererRootProps
2065
2065
  }
@@ -2080,7 +2080,7 @@ withClerk(
2080
2080
  component,
2081
2081
  mount: clerk2.mountWaitlist,
2082
2082
  unmount: clerk2.unmountWaitlist,
2083
- updateProps: clerk2.__unstable__updateProps,
2083
+ updateProps: clerk2.__internal_updateProps,
2084
2084
  props,
2085
2085
  rootProps: rendererRootProps
2086
2086
  }
@@ -2104,7 +2104,7 @@ withClerk(
2104
2104
  component,
2105
2105
  mount: clerk2.mountPricingTable,
2106
2106
  unmount: clerk2.unmountPricingTable,
2107
- updateProps: clerk2.__unstable__updateProps,
2107
+ updateProps: clerk2.__internal_updateProps,
2108
2108
  props,
2109
2109
  rootProps: rendererRootProps
2110
2110
  }
@@ -2125,7 +2125,7 @@ withClerk(
2125
2125
  component,
2126
2126
  mount: clerk2.mountAPIKeys,
2127
2127
  unmount: clerk2.unmountAPIKeys,
2128
- updateProps: clerk2.__unstable__updateProps,
2128
+ updateProps: clerk2.__internal_updateProps,
2129
2129
  props,
2130
2130
  rootProps: rendererRootProps
2131
2131
  }
@@ -2146,7 +2146,7 @@ withClerk(
2146
2146
  component,
2147
2147
  mount: clerk2.mountUserAvatar,
2148
2148
  unmount: clerk2.unmountUserAvatar,
2149
- updateProps: clerk2.__unstable__updateProps,
2149
+ updateProps: clerk2.__internal_updateProps,
2150
2150
  props,
2151
2151
  rootProps: rendererRootProps
2152
2152
  }
@@ -2167,7 +2167,7 @@ withClerk(
2167
2167
  component,
2168
2168
  mount: clerk2.mountTaskChooseOrganization,
2169
2169
  unmount: clerk2.unmountTaskChooseOrganization,
2170
- updateProps: clerk2.__unstable__updateProps,
2170
+ updateProps: clerk2.__internal_updateProps,
2171
2171
  props,
2172
2172
  rootProps: rendererRootProps
2173
2173
  }
@@ -2298,12 +2298,12 @@ function addClerkPrefix(str) {
2298
2298
  return `clerk.${str.replace(regex, "")}`;
2299
2299
  }
2300
2300
 
2301
- // ../shared/dist/runtime/versionSelector-Dj3seFxl.mjs
2302
- var versionSelector = (clerkJSVersion, packageVersion = "6.0.0-snapshot.v20251203152900") => {
2301
+ // ../shared/dist/runtime/versionSelector-DAHukW82.mjs
2302
+ var versionSelector = (clerkJSVersion, packageVersion = "6.0.0-snapshot.v20251204143242") => {
2303
2303
  if (clerkJSVersion) return clerkJSVersion;
2304
2304
  const prereleaseTag = getPrereleaseTag(packageVersion);
2305
2305
  if (prereleaseTag) {
2306
- if (prereleaseTag === "snapshot") return "6.0.0-snapshot.v20251203152900";
2306
+ if (prereleaseTag === "snapshot") return "6.0.0-snapshot.v20251204143242";
2307
2307
  return prereleaseTag;
2308
2308
  }
2309
2309
  return getMajorVersion(packageVersion);
@@ -2321,7 +2321,7 @@ function isClerkGlobalProperlyLoaded(prop) {
2321
2321
  if (typeof window === "undefined" || !window[prop]) return false;
2322
2322
  return !!window[prop];
2323
2323
  }
2324
- var isClerkUiProperlyLoaded = () => isClerkGlobalProperlyLoaded("__unstable_ClerkUiCtor");
2324
+ var isClerkUiProperlyLoaded = () => isClerkGlobalProperlyLoaded("__internal_ClerkUiCtor");
2325
2325
  var loadClerkUiScript = async (opts) => {
2326
2326
  var _a5;
2327
2327
  const timeout = (_a5 = opts == null ? void 0 : opts.scriptLoadTimeout) != null ? _a5 : 15e3;
@@ -2995,7 +2995,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2995
2995
  }
2996
2996
  var SDK_METADATA = {
2997
2997
  name: "@clerk/react",
2998
- version: "6.0.0-snapshot.v20251203152900",
2998
+ version: "6.0.0-snapshot.v20251204143242",
2999
2999
  environment: process.env.NODE_ENV
3000
3000
  };
3001
3001
  var _status;
@@ -3325,10 +3325,10 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
3325
3325
  this.__experimental_checkout = (...args) => {
3326
3326
  return this.loaded && this.clerkjs ? this.clerkjs.__experimental_checkout(...args) : __privateGet2(this, _stateProxy).checkoutSignal(...args);
3327
3327
  };
3328
- this.__unstable__updateProps = async (props) => {
3328
+ this.__internal_updateProps = async (props) => {
3329
3329
  const clerkjs = await __privateMethod2(this, _IsomorphicClerk_instances, waitForClerkJS_fn).call(this);
3330
- if (clerkjs && "__unstable__updateProps" in clerkjs) {
3331
- return clerkjs.__unstable__updateProps(props);
3330
+ if (clerkjs && "__internal_updateProps" in clerkjs) {
3331
+ return clerkjs.__internal_updateProps(props);
3332
3332
  }
3333
3333
  };
3334
3334
  this.setActive = (params) => {
@@ -4176,10 +4176,10 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
4176
4176
  domain: this.domain,
4177
4177
  nonce: this.options.nonce
4178
4178
  });
4179
- if (!global.__unstable_ClerkUiCtor) {
4179
+ if (!global.__internal_ClerkUiCtor) {
4180
4180
  throw new Error("Failed to download latest Clerk UI. Contact support@clerk.com.");
4181
4181
  }
4182
- return global.__unstable_ClerkUiCtor;
4182
+ return global.__internal_ClerkUiCtor;
4183
4183
  }
4184
4184
  get version() {
4185
4185
  var _a5;
@@ -4220,9 +4220,9 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
4220
4220
  return void 0;
4221
4221
  }
4222
4222
  }
4223
- get __unstable__environment() {
4223
+ get __internal_environment() {
4224
4224
  if (this.clerkjs) {
4225
- return this.clerkjs.__unstable__environment;
4225
+ return this.clerkjs.__internal_environment;
4226
4226
  } else {
4227
4227
  return void 0;
4228
4228
  }
@@ -4245,9 +4245,9 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
4245
4245
  var _a5;
4246
4246
  return (_a5 = this.clerkjs) == null ? void 0 : _a5.apiKeys;
4247
4247
  }
4248
- __unstable__setEnvironment(...args) {
4249
- if (this.clerkjs && "__unstable__setEnvironment" in this.clerkjs) {
4250
- this.clerkjs.__unstable__setEnvironment(args);
4248
+ __internal_setEnvironment(...args) {
4249
+ if (this.clerkjs && "__internal_setEnvironment" in this.clerkjs) {
4250
+ this.clerkjs.__internal_setEnvironment(args);
4251
4251
  } else {
4252
4252
  return void 0;
4253
4253
  }
@@ -4342,10 +4342,10 @@ var useLoadedIsomorphicClerk = (options) => {
4342
4342
  const isomorphicClerkRef = React7__default.default.useRef(IsomorphicClerk.getOrCreateInstance(options));
4343
4343
  const [clerkStatus, setClerkStatus] = React7__default.default.useState(isomorphicClerkRef.current.status);
4344
4344
  React7__default.default.useEffect(() => {
4345
- void isomorphicClerkRef.current.__unstable__updateProps({ appearance: options.appearance });
4345
+ void isomorphicClerkRef.current.__internal_updateProps({ appearance: options.appearance });
4346
4346
  }, [options.appearance]);
4347
4347
  React7__default.default.useEffect(() => {
4348
- void isomorphicClerkRef.current.__unstable__updateProps({ options });
4348
+ void isomorphicClerkRef.current.__internal_updateProps({ options });
4349
4349
  }, [options.localization]);
4350
4350
  React7__default.default.useEffect(() => {
4351
4351
  isomorphicClerkRef.current.on("status", setClerkStatus);
@@ -4574,7 +4574,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4574
4574
  var clerk;
4575
4575
  noRhc.Clerk.sdkMetadata = {
4576
4576
  name: "@clerk/chrome-extension",
4577
- version: "3.0.0-snapshot.v20251203152900"
4577
+ version: "3.0.0-snapshot.v20251204143242"
4578
4578
  };
4579
4579
  function createClerkClient({
4580
4580
  __experimental_syncHostListener = false,
@@ -4620,8 +4620,8 @@ function createClerkClient({
4620
4620
  const listener = jwt.listener();
4621
4621
  listener == null ? void 0 : listener.add();
4622
4622
  }
4623
- clerk.__unstable__onAfterResponse(responseHandler(jwt, { isProd }));
4624
- clerk.__unstable__onBeforeRequest(requestHandler(jwt, { isProd }));
4623
+ clerk.__internal_onAfterResponse(responseHandler(jwt, { isProd }));
4624
+ clerk.__internal_onBeforeRequest(requestHandler(jwt, { isProd }));
4625
4625
  return clerk;
4626
4626
  }
4627
4627
  function ClerkProvider2(props) {