@imtbl/auth 2.14.2-alpha.0 → 2.14.2-alpha.1
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/browser/index.js +0 -1
- package/dist/node/index.cjs +0 -1
- package/dist/node/index.js +0 -1
- package/package.json +3 -3
- package/src/overlay/elements.ts +0 -1
package/dist/browser/index.js
CHANGED
|
@@ -339,7 +339,6 @@ function Ae(a){throw new Error("Node.js process "+a+" is not supported by JSPM c
|
|
|
339
339
|
background: rgba(247, 247, 247, 0.24);
|
|
340
340
|
animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
|
|
341
341
|
animation-duration: 0.8s;
|
|
342
|
-
pointer-events: auto;
|
|
343
342
|
"
|
|
344
343
|
>
|
|
345
344
|
<div
|
package/dist/node/index.cjs
CHANGED
|
@@ -345,7 +345,6 @@ var b=(p=>(p.AUTHENTICATION_ERROR="AUTHENTICATION_ERROR",p.INVALID_CONFIGURATION
|
|
|
345
345
|
background: rgba(247, 247, 247, 0.24);
|
|
346
346
|
animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
|
|
347
347
|
animation-duration: 0.8s;
|
|
348
|
-
pointer-events: auto;
|
|
349
348
|
"
|
|
350
349
|
>
|
|
351
350
|
<div
|
package/dist/node/index.js
CHANGED
|
@@ -339,7 +339,6 @@ var b=(p=>(p.AUTHENTICATION_ERROR="AUTHENTICATION_ERROR",p.INVALID_CONFIGURATION
|
|
|
339
339
|
background: rgba(247, 247, 247, 0.24);
|
|
340
340
|
animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
|
|
341
341
|
animation-duration: 0.8s;
|
|
342
|
-
pointer-events: auto;
|
|
343
342
|
"
|
|
344
343
|
>
|
|
345
344
|
<div
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/auth",
|
|
3
|
-
"version": "2.14.2-alpha.
|
|
3
|
+
"version": "2.14.2-alpha.1",
|
|
4
4
|
"description": "Authentication SDK for Immutable",
|
|
5
5
|
"author": "Immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@imtbl/generated-clients": "2.14.2-alpha.
|
|
29
|
-
"@imtbl/metrics": "2.14.2-alpha.
|
|
28
|
+
"@imtbl/generated-clients": "2.14.2-alpha.1",
|
|
29
|
+
"@imtbl/metrics": "2.14.2-alpha.1",
|
|
30
30
|
"localforage": "^1.10.0",
|
|
31
31
|
"oidc-client-ts": "3.4.1"
|
|
32
32
|
},
|
package/src/overlay/elements.ts
CHANGED