@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.
- package/dist/cjs/background/index.js +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +4 -4
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-ADM3WA5X.js → chunk-JT64QGWV.js} +3 -3
- package/dist/esm/{chunk-ADM3WA5X.js.map → chunk-JT64QGWV.js.map} +1 -1
- package/dist/esm/{chunk-TKL4E4ZK.js → chunk-X3M3VK3J.js} +7 -7
- package/dist/esm/chunk-X3M3VK3J.js.map +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/react/index.js +2 -2
- package/package.json +4 -4
- package/dist/esm/chunk-TKL4E4ZK.js.map +0 -1
package/dist/cjs/react/index.js
CHANGED
|
@@ -1815,7 +1815,7 @@ var _UserButton = withClerk(
|
|
|
1815
1815
|
const { customPages, customPagesPortals } = useUserProfileCustomPages(props.children, {
|
|
1816
1816
|
allowForAnyChildren: !!props.__experimental_asProvider
|
|
1817
1817
|
});
|
|
1818
|
-
const userProfileProps =
|
|
1818
|
+
const userProfileProps = { ...props.userProfileProps, customPages };
|
|
1819
1819
|
const { customMenuItems, customMenuItemsPortals } = useUserButtonCustomMenuItems(props.children, {
|
|
1820
1820
|
allowForAnyChildren: !!props.__experimental_asProvider
|
|
1821
1821
|
});
|
|
@@ -1959,7 +1959,7 @@ var _OrganizationSwitcher = withClerk(
|
|
|
1959
1959
|
const { customPages, customPagesPortals } = useOrganizationProfileCustomPages(props.children, {
|
|
1960
1960
|
allowForAnyChildren: !!props.__experimental_asProvider
|
|
1961
1961
|
});
|
|
1962
|
-
const organizationProfileProps =
|
|
1962
|
+
const organizationProfileProps = { ...props.organizationProfileProps, customPages };
|
|
1963
1963
|
const sanitizedChildren = useSanitizedChildren(props.children);
|
|
1964
1964
|
const passableProps = {
|
|
1965
1965
|
mount: clerk2.mountOrganizationSwitcher,
|
|
@@ -2676,7 +2676,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
var SDK_METADATA = {
|
|
2678
2678
|
name: "@clerk/clerk-react",
|
|
2679
|
-
version: "5.57.1-canary.
|
|
2679
|
+
version: "5.57.1-canary.v20251126131830",
|
|
2680
2680
|
environment: process.env.NODE_ENV
|
|
2681
2681
|
};
|
|
2682
2682
|
var _status;
|
|
@@ -4249,7 +4249,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
4249
4249
|
var clerk;
|
|
4250
4250
|
noRhc.Clerk.sdkMetadata = {
|
|
4251
4251
|
name: "@clerk/chrome-extension",
|
|
4252
|
-
version: "2.8.7-canary.
|
|
4252
|
+
version: "2.8.7-canary.v20251126131830"
|
|
4253
4253
|
};
|
|
4254
4254
|
async function createClerkClient({
|
|
4255
4255
|
__experimental_syncHostListener = false,
|