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