@turquoisehealth/pit-viper 2.202.2-dev.3 → 2.203.1-dev.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.
Files changed (32) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +12 -2
  2. package/_site/assets/css/pit-viper-consumer.css +7 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +7 -0
  4. package/_site/assets/css/pit-viper-v2.css +159 -2
  5. package/_site/assets/css/pit-viper.css +7 -0
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  8. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  14. package/pv-components/dist/vue/base/components/base/PvMenu/symbols.d.ts +2 -0
  15. package/pv-components/dist/vue/base/components/base/PvMenu/types.d.ts +4 -0
  16. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  17. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +4 -0
  18. package/pv-components/dist/vue/base/pv-components-base.mjs +872 -860
  19. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  20. package/pv-components/dist/vue/visualizations/components/base/PvMenu/symbols.d.ts +2 -0
  21. package/pv-components/dist/vue/visualizations/components/base/PvMenu/types.d.ts +4 -0
  22. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  23. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +4 -0
  24. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +770 -760
  25. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  26. package/pv-components/dist/web/components/pv-menu/pv-menu.js +1003 -1002
  27. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +498 -489
  28. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +898 -898
  29. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1033 -1032
  30. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +4 -1
  31. package/pv-components/dist/web/pv-components.iife.js +13 -13
  32. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -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;