@ni/nimble-components 28.2.0 → 28.2.1

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.
@@ -16333,7 +16333,7 @@
16333
16333
 
16334
16334
  /**
16335
16335
  * Do not edit directly
16336
- * Generated on Fri, 10 May 2024 15:59:03 GMT
16336
+ * Generated on Fri, 10 May 2024 16:30:04 GMT
16337
16337
  */
16338
16338
 
16339
16339
  const Information100DarkUi = "#a46eff";
@@ -59030,11 +59030,11 @@ img.ProseMirror-separator {
59030
59030
  return;
59031
59031
  }
59032
59032
  }
59033
- const currentIndex = this.openActiveIndex ?? this.selectedIndex;
59033
+ const previousSelectedIndex = this.selectedIndex;
59034
59034
  super.clickHandler(e);
59035
59035
  this.open = this.collapsible && !this.open;
59036
59036
  if (!this.open
59037
- && this.selectedIndex !== currentIndex
59037
+ && this.selectedIndex !== previousSelectedIndex
59038
59038
  && optionClicked) {
59039
59039
  this.updateValue(true);
59040
59040
  }