@imtbl/auth 2.14.2-alpha.1 → 2.14.3-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.
@@ -339,6 +339,7 @@ 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;
342
343
  "
343
344
  >
344
345
  <div
@@ -431,6 +432,7 @@ function Ae(a){throw new Error("Node.js process "+a+" is not supported by JSPM c
431
432
  background: rgba(247, 247, 247, 0.24);
432
433
  animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
433
434
  animation-duration: 0.8s;
435
+ pointer-events: auto;
434
436
  `;let n=document.createElement("div");return n.id=q,n.style.cssText=`
435
437
  display: flex;
436
438
  flex-direction: column;
@@ -345,6 +345,7 @@ 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;
348
349
  "
349
350
  >
350
351
  <div
@@ -437,6 +438,7 @@ var b=(p=>(p.AUTHENTICATION_ERROR="AUTHENTICATION_ERROR",p.INVALID_CONFIGURATION
437
438
  background: rgba(247, 247, 247, 0.24);
438
439
  animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
439
440
  animation-duration: 0.8s;
441
+ pointer-events: auto;
440
442
  `;let e=document.createElement("div");return e.id=y,e.style.cssText=`
441
443
  display: flex;
442
444
  flex-direction: column;
@@ -339,6 +339,7 @@ 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;
342
343
  "
343
344
  >
344
345
  <div
@@ -431,6 +432,7 @@ var b=(p=>(p.AUTHENTICATION_ERROR="AUTHENTICATION_ERROR",p.INVALID_CONFIGURATION
431
432
  background: rgba(247, 247, 247, 0.24);
432
433
  animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
433
434
  animation-duration: 0.8s;
435
+ pointer-events: auto;
434
436
  `;let e=document.createElement("div");return e.id=y,e.style.cssText=`
435
437
  display: flex;
436
438
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imtbl/auth",
3
- "version": "2.14.2-alpha.1",
3
+ "version": "2.14.3-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.1",
29
- "@imtbl/metrics": "2.14.2-alpha.1",
28
+ "@imtbl/generated-clients": "2.14.3-alpha.1",
29
+ "@imtbl/metrics": "2.14.3-alpha.1",
30
30
  "localforage": "^1.10.0",
31
31
  "oidc-client-ts": "3.4.1"
32
32
  },
@@ -293,6 +293,7 @@ function createOverlayElement(): HTMLDivElement {
293
293
  background: rgba(247, 247, 247, 0.24);
294
294
  animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
295
295
  animation-duration: 0.8s;
296
+ pointer-events: auto;
296
297
  `;
297
298
 
298
299
  const contents = document.createElement('div');
@@ -146,6 +146,7 @@ export const getEmbeddedLoginPromptOverlay = (): string => `
146
146
  background: rgba(247, 247, 247, 0.24);
147
147
  animation-name: passportEmbeddedLoginPromptOverlayFadeIn;
148
148
  animation-duration: 0.8s;
149
+ pointer-events: auto;
149
150
  "
150
151
  >
151
152
  <div