@clerk/chrome-extension 3.0.0-snapshot.v20251215203425 → 3.0.0-snapshot.v20251215212157

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.
@@ -1085,39 +1085,11 @@ var createElementComponent = (type, isServer) => {
1085
1085
  createElementComponent("payment", typeof window === "undefined");
1086
1086
  createContextAndHook("PaymentElementContext");
1087
1087
  createContextAndHook("StripeUtilsContext");
1088
- var PortalRootManager = class {
1089
- constructor() {
1090
- __publicField(this, "stack", []);
1091
- }
1092
- /**
1093
- * Push a new portal root getter onto the stack.
1094
- * @param getContainer Function that returns the container element
1095
- */
1096
- push(getContainer) {
1097
- this.stack.push(getContainer);
1098
- }
1099
- /**
1100
- * Pop the most recent portal root from the stack.
1101
- */
1102
- pop() {
1103
- this.stack.pop();
1104
- }
1105
- /**
1106
- * Get the current (topmost) portal root container.
1107
- * @returns The container element or null if no provider is active
1108
- */
1109
- getCurrent() {
1110
- if (this.stack.length === 0) return null;
1111
- const getContainer = this.stack[this.stack.length - 1];
1112
- return getContainer();
1113
- }
1114
- };
1115
- var portalRootManager = new PortalRootManager();
1116
1088
  var [PortalContext, , usePortalContextWithoutGuarantee] = createContextAndHook("PortalProvider");
1117
1089
  var usePortalRoot = () => {
1118
1090
  const contextValue = usePortalContextWithoutGuarantee();
1119
1091
  if (contextValue && "getContainer" in contextValue && contextValue.getContainer) return contextValue.getContainer;
1120
- return portalRootManager.getCurrent.bind(portalRootManager);
1092
+ return () => null;
1121
1093
  };
1122
1094
 
1123
1095
  // ../react/dist/chunk-MB46WFKC.mjs
@@ -2353,8 +2325,8 @@ function addClerkPrefix(str) {
2353
2325
  return `clerk.${str.replace(regex, "")}`;
2354
2326
  }
2355
2327
 
2356
- // ../shared/dist/runtime/versionSelector-CxJwijym.mjs
2357
- var versionSelector = (clerkJSVersion, packageVersion = "6.0.0-snapshot.v20251215203425") => {
2328
+ // ../shared/dist/runtime/versionSelector-DQ_xKgnp.mjs
2329
+ var versionSelector = (clerkJSVersion, packageVersion = "6.0.0-snapshot.v20251215212157") => {
2358
2330
  if (clerkJSVersion) return clerkJSVersion;
2359
2331
  const prereleaseTag = getPrereleaseTag(packageVersion);
2360
2332
  if (prereleaseTag) {
@@ -2431,7 +2403,7 @@ var clerkUiScriptUrl = (opts) => {
2431
2403
  publishableKey,
2432
2404
  proxyUrl,
2433
2405
  domain
2434
- })}/npm/@clerk/ui@${versionSelector(clerkUiVersion, "1.0.0-snapshot.v20251215203425")}/dist/ui.browser.js`;
2406
+ })}/npm/@clerk/ui@${versionSelector(clerkUiVersion, "1.0.0-snapshot.v20251215212157")}/dist/ui.browser.js`;
2435
2407
  };
2436
2408
  var buildClerkJsScriptAttributes = (options) => {
2437
2409
  const obj = {};
@@ -3077,7 +3049,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
3077
3049
  }
3078
3050
  var SDK_METADATA = {
3079
3051
  name: "@clerk/react",
3080
- version: "6.0.0-snapshot.v20251215203425",
3052
+ version: "6.0.0-snapshot.v20251215212157",
3081
3053
  environment: process.env.NODE_ENV
3082
3054
  };
3083
3055
  var _status;
@@ -4674,7 +4646,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4674
4646
  var clerk;
4675
4647
  noRhc.Clerk.sdkMetadata = {
4676
4648
  name: "@clerk/chrome-extension",
4677
- version: "3.0.0-snapshot.v20251215203425"
4649
+ version: "3.0.0-snapshot.v20251215212157"
4678
4650
  };
4679
4651
  function createClerkClient({
4680
4652
  __experimental_syncHostListener = false,