@elliemae/pui-logrocket 1.1.35-alpha.1 → 1.2.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.
Files changed (39) hide show
  1. package/build/docs/404.html +2 -2
  2. package/build/docs/api/functions/buildLogRocketQueryParams/index.html +5 -2
  3. package/build/docs/api/functions/hasUserConsentedToSessionRecording/index.html +2 -2
  4. package/build/docs/api/functions/initLogRocket/index.html +2 -2
  5. package/build/docs/api/index.html +2 -2
  6. package/build/docs/api/type-aliases/LROptions/index.html +2 -2
  7. package/build/docs/assets/js/04ee7372.167b6465.js +1 -0
  8. package/build/docs/assets/js/51c4ceb1.6fc4ec7b.js +1 -0
  9. package/build/docs/assets/js/{7392.9b9efade.js → 6143.8bf840e9.js} +1 -1
  10. package/build/docs/assets/js/{7666.20fc9126.js → 7666.99e92eb2.js} +2 -2
  11. package/build/docs/assets/js/{e376fc56.bd47a2e8.js → e376fc56.b55759b6.js} +1 -1
  12. package/build/docs/assets/js/main.d473335e.js +2 -0
  13. package/build/docs/assets/js/{runtime~main.037cea8e.js → runtime~main.f563dceb.js} +1 -1
  14. package/build/docs/compliance/index.html +2 -2
  15. package/build/docs/index.html +2 -2
  16. package/build/docs/usage-guide/index.html +14 -5
  17. package/dist/cjs/logrocket.js +57 -22
  18. package/dist/esm/logrocket.js +57 -22
  19. package/dist/public/index.html +1 -1
  20. package/dist/public/js/emuiLogrocket.a94d5254f9e9cd719b0a.js +45 -0
  21. package/dist/public/js/emuiLogrocket.a94d5254f9e9cd719b0a.js.br +0 -0
  22. package/dist/public/js/emuiLogrocket.a94d5254f9e9cd719b0a.js.gz +0 -0
  23. package/dist/public/js/emuiLogrocket.a94d5254f9e9cd719b0a.js.map +1 -0
  24. package/dist/types/lib/logrocket.d.ts +3 -0
  25. package/dist/types/tsconfig.tsbuildinfo +1 -1
  26. package/dist/umd/index.js +16 -16
  27. package/dist/umd/index.js.br +0 -0
  28. package/dist/umd/index.js.gz +0 -0
  29. package/dist/umd/index.js.map +1 -1
  30. package/package.json +2 -2
  31. package/build/docs/assets/js/04ee7372.9b7b3438.js +0 -1
  32. package/build/docs/assets/js/51c4ceb1.093ba7f1.js +0 -1
  33. package/build/docs/assets/js/main.0a9b20f3.js +0 -2
  34. package/dist/public/js/emuiLogrocket.dd3950bd0832b0c27cc3.js +0 -45
  35. package/dist/public/js/emuiLogrocket.dd3950bd0832b0c27cc3.js.br +0 -0
  36. package/dist/public/js/emuiLogrocket.dd3950bd0832b0c27cc3.js.gz +0 -0
  37. package/dist/public/js/emuiLogrocket.dd3950bd0832b0c27cc3.js.map +0 -1
  38. /package/build/docs/assets/js/{7666.20fc9126.js.LICENSE.txt → 7666.99e92eb2.js.LICENSE.txt} +0 -0
  39. /package/build/docs/assets/js/{main.0a9b20f3.js.LICENSE.txt → main.d473335e.js.LICENSE.txt} +0 -0
@@ -37,6 +37,9 @@ declare const hasUserConsentedToSessionRecording: () => boolean;
37
37
  * - `analyticsConsent`: Indicates whether the user has consented to session recording (`'true'` or `'false'`).
38
38
  * - `lrEnabled`: Indicates whether LogRocket is enabled based on the global configuration (`'true'` or `'false'`).
39
39
  * - `lrAppId`: The LogRocket application ID, or an empty string if not available.
40
+ * - `lrParentOrigin`: The current window's origin, so a child iframe loaded
41
+ * with this query string can derive its `parentDomain` even when
42
+ * cross-origin restrictions block `window.parent.location.origin`.
40
43
  * @returns {string} The constructed query string with LogRocket parameters.
41
44
  */
42
45
  declare const buildLogRocketQueryParams: () => string;