@eui/base 15.2.2-snapshot-1677676754363 → 15.2.2

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.
@@ -922,6 +922,8 @@
922
922
  });
923
923
  }
924
924
  } else {
925
+ localStorage.setItem(OpenIdConnect.SESSION_STORAGE_KEY_ORIGINAL_URL, window.top.location.href);
926
+
925
927
  // Automatically add the return URL:
926
928
  if (redirectUrl.indexOf(OpenIdConnect.REQUEST_PARAMETER_DEVELOPMENT_URL) < 0) {
927
929
  redirectUrl = redirectUrl + (redirectUrl.indexOf("?") >= 0 ? "&" : "?") + OpenIdConnect.REQUEST_PARAMETER_DEVELOPMENT_URL + "=" + encodeURIComponent(window.top.location.href);
@@ -259,9 +259,9 @@
259
259
  <li>
260
260
  <b>eslint-plugin-prettier</b> : 4.2.1</li>
261
261
  <li>
262
- <b>@eui/ecl</b> : 15.2.2-snapshot-1677663596557</li>
262
+ <b>@eui/ecl</b> : 15.2.2-snapshot-1677775131792</li>
263
263
  <li>
264
- <b>@eui/styles-base</b> : 15.2.2-snapshot-1677663596557</li>
264
+ <b>@eui/styles-base</b> : 15.2.2-snapshot-1677775131792</li>
265
265
  <li>
266
266
  <b>@eui/tools</b> : ^6.0.0</li>
267
267
  </ul>