@turquoisehealth/pit-viper 2.202.2-dev.2 → 2.203.0

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.
@@ -3215,7 +3215,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3215
3215
  avatar: { type: Object },
3216
3216
  groupingLabel: { type: String },
3217
3217
  disabled: { type: Boolean },
3218
- context: { type: Object },
3218
+ context: { type: null },
3219
3219
  classList: { type: Array },
3220
3220
  searchText: { type: String },
3221
3221
  children: { type: Array },
@@ -202,7 +202,10 @@ var D = [
202
202
  l.value = !1;
203
203
  });
204
204
  let h = () => {
205
- p()?.querySelector(".pv-popover-menu")?.removeAttribute("data-active");
205
+ let e = p();
206
+ e?.querySelector(".pv-popover-menu")?.removeAttribute("data-active"), e?.querySelectorAll("details[data-dropdown][open]").forEach((e) => {
207
+ e.open = !1;
208
+ });
206
209
  }, g = () => {
207
210
  o.value && (u && clearTimeout(u), u = setTimeout(() => {
208
211
  l.value = !0;