@turquoisehealth/pit-viper 2.105.1 → 2.105.2

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