@clerk/chrome-extension 2.8.10-snapshot.v20251205185244 → 2.8.11

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.
@@ -1286,7 +1286,7 @@ var isThatComponent = (v, component) => {
1286
1286
  return !!v && React7__default.default.isValidElement(v) && (v == null ? void 0 : v.type) === component;
1287
1287
  };
1288
1288
  var useUserProfileCustomPages = (children, options) => {
1289
- const reorderItemsLabels = ["account", "security"];
1289
+ const reorderItemsLabels = ["account", "security", "billing", "apiKeys"];
1290
1290
  return useCustomPages(
1291
1291
  {
1292
1292
  children,
@@ -1300,7 +1300,7 @@ var useUserProfileCustomPages = (children, options) => {
1300
1300
  );
1301
1301
  };
1302
1302
  var useOrganizationProfileCustomPages = (children, options) => {
1303
- const reorderItemsLabels = ["general", "members"];
1303
+ const reorderItemsLabels = ["general", "members", "billing", "apiKeys"];
1304
1304
  return useCustomPages(
1305
1305
  {
1306
1306
  children,
@@ -2697,7 +2697,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2697
2697
  }
2698
2698
  var SDK_METADATA = {
2699
2699
  name: "@clerk/clerk-react",
2700
- version: "5.58.0",
2700
+ version: "5.58.1",
2701
2701
  environment: process.env.NODE_ENV
2702
2702
  };
2703
2703
  var _status;
@@ -4288,7 +4288,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4288
4288
  var clerk;
4289
4289
  noRhc.Clerk.sdkMetadata = {
4290
4290
  name: "@clerk/chrome-extension",
4291
- version: "2.8.10-snapshot.v20251205185244"
4291
+ version: "2.8.11"
4292
4292
  };
4293
4293
  async function createClerkClient({
4294
4294
  __experimental_syncHostListener = false,