@sonic-equipment/ui 249.0.0 → 251.0.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.
@@ -13,6 +13,11 @@ function useSignOut(options = {}) {
13
13
  onSuccess: (_data, variables) => {
14
14
  // TODO: Remove when Spire is deprecated
15
15
  Cookies.remove('NavigationMode');
16
+ // Removing certain cookies in case the session doesn't do this
17
+ // This is, however, following user action; in case the server cancels authentication, this does not get run
18
+ Cookies.remove('CurrentBillToId');
19
+ Cookies.remove('CurrentShipToId');
20
+ Cookies.remove('BillToIdShipToId');
16
21
  navigate((variables && variables.returnUrl) || paths.HOME, {
17
22
  reload: true,
18
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "249.0.0",
3
+ "version": "251.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {