@copart/ops-tool-kit 1.12.14-alpha.1 → 1.12.14
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.
- package/dist/ops-tool-kit.js +1 -5
- package/dist/ops-tool-kit.js.map +1 -1
- package/package.json +1 -1
package/dist/ops-tool-kit.js
CHANGED
|
@@ -47,7 +47,7 @@ var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
|
|
47
47
|
var ReactDOM__default = /*#__PURE__*/_interopDefaultLegacy(ReactDOM);
|
|
48
48
|
|
|
49
49
|
const name$1 = "@copart/ops-tool-kit";
|
|
50
|
-
const version$3 = "1.12.14
|
|
50
|
+
const version$3 = "1.12.14";
|
|
51
51
|
const main$1 = "dist/ops-tool-kit.js";
|
|
52
52
|
const style = "dist/ops-tool-kit.css";
|
|
53
53
|
const files = [
|
|
@@ -30475,10 +30475,6 @@ var AppBar = function AppBar(_ref) {
|
|
|
30475
30475
|
document.removeEventListener('visibilitychange', handleVisibilityChange);
|
|
30476
30476
|
};
|
|
30477
30477
|
}, [socketClient]);
|
|
30478
|
-
|
|
30479
|
-
// Nchan fetch + socket use yard, user, and current app (from URL). Standalone apps
|
|
30480
|
-
// reload when switching tiles; only the embedded shell swaps iframe apps in-place, so
|
|
30481
|
-
// track pathname there. Else use a stable key so in-app SPA navigation does not reset.
|
|
30482
30478
|
var notificationsReloadPathKey = pathname === '/embedded' || pathname && pathname.startsWith('/embedded/') ? pathname : '__non_embedded__';
|
|
30483
30479
|
React.useEffect(function () {
|
|
30484
30480
|
setNotifications([]);
|