@imtbl/auth 2.14.1-alpha.0 → 2.14.2-alpha.0

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
@@ -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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imtbl/auth",
3
- "version": "2.14.1-alpha.0",
3
+ "version": "2.14.2-alpha.0",
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.1-alpha.0",
29
- "@imtbl/metrics": "2.14.1-alpha.0",
28
+ "@imtbl/generated-clients": "2.14.2-alpha.0",
29
+ "@imtbl/metrics": "2.14.2-alpha.0",
30
30
  "localforage": "^1.10.0",
31
31
  "oidc-client-ts": "3.4.1"
32
32
  },
@@ -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