@turquoisehealth/pit-viper 2.207.0 → 2.208.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 +5 -0
  2. package/_site/assets/css/pit-viper-v2.css +5 -0
  3. package/package.json +1 -1
  4. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  5. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-distribution-bar-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  13. package/pv-components/dist/vue/base/components/base/PvDrawer/PvDrawer.vue.d.ts +11 -5
  14. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +1 -1
  15. package/pv-components/dist/vue/base/pv-components-base.mjs +702 -686
  16. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  17. package/pv-components/dist/vue/base/types.d.ts +11 -5
  18. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +11 -5
  19. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +1 -1
  20. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +792 -773
  21. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  22. package/pv-components/dist/vue/visualizations/types.d.ts +11 -5
  23. package/pv-components/dist/web/components/pv-distribution-bar/pv-distribution-bar.js +177 -177
  24. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +13 -15
  25. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +1141 -1144
  26. package/pv-components/dist/web/components/pv-menu/pv-menu.js +885 -866
  27. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +911 -892
  28. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +506 -486
  29. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +861 -842
  30. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +359 -359
  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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.