@clerk/chrome-extension 2.8.9-snapshot.v20251204174314 → 2.8.9-snapshot.v20251204194024
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 +2 -41
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +2 -41
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/background/index.js +1 -1
- package/dist/esm/{chunk-MZ3V5A5S.js → chunk-6LYSNOF5.js} +3 -3
- package/dist/esm/{chunk-MZ3V5A5S.js.map → chunk-6LYSNOF5.js.map} +1 -1
- package/dist/esm/{chunk-7TV2DQ4O.js → chunk-L2RFJ2W7.js} +5 -44
- package/dist/esm/chunk-L2RFJ2W7.js.map +1 -0
- package/dist/esm/index.js +3 -3
- package/dist/esm/react/index.js +2 -2
- package/dist/types/internal/utils/errors.d.ts +1 -1
- package/package.json +4 -4
- package/dist/esm/chunk-7TV2DQ4O.js.map +0 -1
|
@@ -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.9-snapshot.
|
|
432
|
+
version: "2.8.9-snapshot.v20251204194024"
|
|
433
433
|
};
|
|
434
434
|
async function createClerkClient({
|
|
435
435
|
__experimental_syncHostListener = false,
|
package/dist/cjs/index.js
CHANGED
|
@@ -3904,27 +3904,6 @@ withClerk(
|
|
|
3904
3904
|
},
|
|
3905
3905
|
{ component: "TaskChooseOrganization", renderWhileLoading: true }
|
|
3906
3906
|
);
|
|
3907
|
-
withClerk(
|
|
3908
|
-
({ clerk: clerk2, component, fallback, ...props }) => {
|
|
3909
|
-
const mountingStatus = useWaitForComponentMount(component);
|
|
3910
|
-
const shouldShowFallback = mountingStatus === "rendering" || !clerk2.loaded;
|
|
3911
|
-
const rendererRootProps = {
|
|
3912
|
-
...shouldShowFallback && fallback && { style: { display: "none" } }
|
|
3913
|
-
};
|
|
3914
|
-
return /* @__PURE__ */ React7__default.default.createElement(React7__default.default.Fragment, null, shouldShowFallback && fallback, clerk2.loaded && /* @__PURE__ */ React7__default.default.createElement(
|
|
3915
|
-
ClerkHostRenderer,
|
|
3916
|
-
{
|
|
3917
|
-
component,
|
|
3918
|
-
mount: clerk2.mountTaskResetPassword,
|
|
3919
|
-
unmount: clerk2.unmountTaskResetPassword,
|
|
3920
|
-
updateProps: clerk2.__unstable__updateProps,
|
|
3921
|
-
props,
|
|
3922
|
-
rootProps: rendererRootProps
|
|
3923
|
-
}
|
|
3924
|
-
));
|
|
3925
|
-
},
|
|
3926
|
-
{ component: "TaskResetPassword", renderWhileLoading: true }
|
|
3927
|
-
);
|
|
3928
3907
|
|
|
3929
3908
|
// ../react/dist/chunk-OANWQR3B.mjs
|
|
3930
3909
|
var __typeError = (msg) => {
|
|
@@ -4453,7 +4432,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
4453
4432
|
}
|
|
4454
4433
|
var SDK_METADATA = {
|
|
4455
4434
|
name: "@clerk/clerk-react",
|
|
4456
|
-
version: "5.
|
|
4435
|
+
version: "5.57.2-snapshot.v20251204194024",
|
|
4457
4436
|
environment: process.env.NODE_ENV
|
|
4458
4437
|
};
|
|
4459
4438
|
var _status;
|
|
@@ -4496,7 +4475,6 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
|
|
|
4496
4475
|
this.premountAPIKeysNodes = /* @__PURE__ */ new Map();
|
|
4497
4476
|
this.premountOAuthConsentNodes = /* @__PURE__ */ new Map();
|
|
4498
4477
|
this.premountTaskChooseOrganizationNodes = /* @__PURE__ */ new Map();
|
|
4499
|
-
this.premountTaskResetPasswordNodes = /* @__PURE__ */ new Map();
|
|
4500
4478
|
this.premountAddListenerCalls = /* @__PURE__ */ new Map();
|
|
4501
4479
|
this.loadedListeners = [];
|
|
4502
4480
|
__privateAdd2(this, _status, "loading");
|
|
@@ -4775,9 +4753,6 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
|
|
|
4775
4753
|
this.premountTaskChooseOrganizationNodes.forEach((props, node) => {
|
|
4776
4754
|
clerkjs.mountTaskChooseOrganization(node, props);
|
|
4777
4755
|
});
|
|
4778
|
-
this.premountTaskResetPasswordNodes.forEach((props, node) => {
|
|
4779
|
-
clerkjs.mountTaskResetPassword(node, props);
|
|
4780
|
-
});
|
|
4781
4756
|
if (typeof this.clerkjs.status === "undefined") {
|
|
4782
4757
|
__privateGet2(this, _eventBus).emit(clerkEvents.Status, "ready");
|
|
4783
4758
|
}
|
|
@@ -5176,20 +5151,6 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
|
|
|
5176
5151
|
this.premountTaskChooseOrganizationNodes.delete(node);
|
|
5177
5152
|
}
|
|
5178
5153
|
};
|
|
5179
|
-
this.mountTaskResetPassword = (node, props) => {
|
|
5180
|
-
if (this.clerkjs && this.loaded) {
|
|
5181
|
-
this.clerkjs.mountTaskResetPassword(node, props);
|
|
5182
|
-
} else {
|
|
5183
|
-
this.premountTaskResetPasswordNodes.set(node, props);
|
|
5184
|
-
}
|
|
5185
|
-
};
|
|
5186
|
-
this.unmountTaskResetPassword = (node) => {
|
|
5187
|
-
if (this.clerkjs && this.loaded) {
|
|
5188
|
-
this.clerkjs.unmountTaskResetPassword(node);
|
|
5189
|
-
} else {
|
|
5190
|
-
this.premountTaskResetPasswordNodes.delete(node);
|
|
5191
|
-
}
|
|
5192
|
-
};
|
|
5193
5154
|
this.addListener = (listener) => {
|
|
5194
5155
|
if (this.clerkjs) {
|
|
5195
5156
|
return this.clerkjs.addListener(listener);
|
|
@@ -6044,7 +6005,7 @@ var BrowserStorageCache = createBrowserStorageCache();
|
|
|
6044
6005
|
var clerk;
|
|
6045
6006
|
noRhc.Clerk.sdkMetadata = {
|
|
6046
6007
|
name: "@clerk/chrome-extension",
|
|
6047
|
-
version: "2.8.9-snapshot.
|
|
6008
|
+
version: "2.8.9-snapshot.v20251204194024"
|
|
6048
6009
|
};
|
|
6049
6010
|
async function createClerkClient({
|
|
6050
6011
|
__experimental_syncHostListener = false,
|