@clerk/chrome-extension 2.8.7-canary.v20251125231603 → 2.8.7-canary.v20251126131830

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.
@@ -429,7 +429,7 @@ var BrowserStorageCache = createBrowserStorageCache();
429
429
  var clerk;
430
430
  noRhc.Clerk.sdkMetadata = {
431
431
  name: "@clerk/chrome-extension",
432
- version: "2.8.7-canary.v20251125231603"
432
+ version: "2.8.7-canary.v20251126131830"
433
433
  };
434
434
  async function createClerkClient({
435
435
  __experimental_syncHostListener = false,
package/dist/cjs/index.js CHANGED
@@ -3569,7 +3569,7 @@ var _UserButton = withClerk(
3569
3569
  const { customPages, customPagesPortals } = useUserProfileCustomPages(props.children, {
3570
3570
  allowForAnyChildren: !!props.__experimental_asProvider
3571
3571
  });
3572
- const userProfileProps = Object.assign(props.userProfileProps || {}, { customPages });
3572
+ const userProfileProps = { ...props.userProfileProps, customPages };
3573
3573
  const { customMenuItems, customMenuItemsPortals } = useUserButtonCustomMenuItems(props.children, {
3574
3574
  allowForAnyChildren: !!props.__experimental_asProvider
3575
3575
  });
@@ -3713,7 +3713,7 @@ var _OrganizationSwitcher = withClerk(
3713
3713
  const { customPages, customPagesPortals } = useOrganizationProfileCustomPages(props.children, {
3714
3714
  allowForAnyChildren: !!props.__experimental_asProvider
3715
3715
  });
3716
- const organizationProfileProps = Object.assign(props.organizationProfileProps || {}, { customPages });
3716
+ const organizationProfileProps = { ...props.organizationProfileProps, customPages };
3717
3717
  const sanitizedChildren = useSanitizedChildren(props.children);
3718
3718
  const passableProps = {
3719
3719
  mount: clerk2.mountOrganizationSwitcher,
@@ -4430,7 +4430,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
4430
4430
  }
4431
4431
  var SDK_METADATA = {
4432
4432
  name: "@clerk/clerk-react",
4433
- version: "5.57.1-canary.v20251125231603",
4433
+ version: "5.57.1-canary.v20251126131830",
4434
4434
  environment: process.env.NODE_ENV
4435
4435
  };
4436
4436
  var _status;
@@ -6003,7 +6003,7 @@ var BrowserStorageCache = createBrowserStorageCache();
6003
6003
  var clerk;
6004
6004
  noRhc.Clerk.sdkMetadata = {
6005
6005
  name: "@clerk/chrome-extension",
6006
- version: "2.8.7-canary.v20251125231603"
6006
+ version: "2.8.7-canary.v20251126131830"
6007
6007
  };
6008
6008
  async function createClerkClient({
6009
6009
  __experimental_syncHostListener = false,