@turquoisehealth/pit-viper 2.105.3 → 2.105.4
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/_site/assets/js/pit-viper.js +0 -16
- package/package.json +1 -1
|
@@ -306,22 +306,6 @@ class PVAutoClose extends HTMLElement {
|
|
|
306
306
|
}
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
|
-
|
|
310
|
-
initializeSidebar() {
|
|
311
|
-
const currentSidebarMinimize = this.layout.hasAttribute('data-collapsed');
|
|
312
|
-
if (currentSidebarMinimize) {
|
|
313
|
-
return;
|
|
314
|
-
}
|
|
315
|
-
const storedValue = this.getSidebarMinimizeState();
|
|
316
|
-
|
|
317
|
-
if (currentSidebarMinimize || storedValue) {
|
|
318
|
-
this.collapseState();
|
|
319
|
-
this.updateIcons(this.minimizeButton, false);
|
|
320
|
-
} else {
|
|
321
|
-
this.expandState();
|
|
322
|
-
this.updateIcons(this.minimizeButton, true);
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
309
|
}
|
|
326
310
|
|
|
327
311
|
customElements.define('pv-global-nav', PvGlobalNav, { extends: 'aside' });
|