@clerk/chrome-extension 2.8.7-canary.v20251125215651 → 2.8.7-canary.v20251126015445
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 +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +5 -5
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-KCLL3CHE.js → chunk-B3U5B7BO.js} +3 -3
- package/dist/esm/{chunk-KCLL3CHE.js.map → chunk-B3U5B7BO.js.map} +1 -1
- package/dist/esm/{chunk-24CQZCX4.js → chunk-HT4DWTXL.js} +8 -8
- package/dist/esm/chunk-HT4DWTXL.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-24CQZCX4.js.map +0 -1
package/dist/cjs/react/index.js
CHANGED
|
@@ -844,7 +844,7 @@ function dequal2(foo, bar) {
|
|
|
844
844
|
return foo !== foo && bar !== bar;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
// ../shared/dist/runtime/organization-
|
|
847
|
+
// ../shared/dist/runtime/organization-BaT3MVo3.mjs
|
|
848
848
|
function assertContextExists(contextVal, msgOrCtx) {
|
|
849
849
|
if (!contextVal) throw typeof msgOrCtx === "string" ? new Error(msgOrCtx) : /* @__PURE__ */ new Error(`${msgOrCtx.displayName} not found`);
|
|
850
850
|
}
|
|
@@ -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.
|
|
2679
|
+
version: "5.57.1-canary.v20251126015445",
|
|
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.v20251126015445"
|
|
4253
4253
|
};
|
|
4254
4254
|
async function createClerkClient({
|
|
4255
4255
|
__experimental_syncHostListener = false,
|