@turquoisehealth/pit-viper 2.105.2 → 2.105.3

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.
@@ -309,6 +309,9 @@ class PVAutoClose extends HTMLElement {
309
309
 
310
310
  initializeSidebar() {
311
311
  const currentSidebarMinimize = this.layout.hasAttribute('data-collapsed');
312
+ if (currentSidebarMinimize) {
313
+ return;
314
+ }
312
315
  const storedValue = this.getSidebarMinimizeState();
313
316
 
314
317
  if (currentSidebarMinimize || storedValue) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.105.2",
3
+ "version": "2.105.3",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {