@turquoisehealth/pit-viper 2.174.0 → 2.174.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.
Files changed (33) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-insight-card-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-pagination-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  16. package/pv-components/dist/vue/base/pv-components-base.mjs +175 -173
  17. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  18. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +649 -644
  19. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  20. package/pv-components/dist/web/components/pv-button/pv-button.js +285 -283
  21. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +144 -142
  22. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +197 -195
  23. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +290 -288
  24. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +279 -277
  25. package/pv-components/dist/web/components/pv-menu/pv-menu.js +435 -433
  26. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +317 -315
  27. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +146 -144
  28. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +419 -417
  29. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +522 -520
  30. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +540 -538
  31. package/pv-components/dist/web/components/pv-toast/pv-toast.js +140 -138
  32. package/pv-components/dist/web/pv-components.iife.js +15 -15
  33. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.174.0",
3
+ "version": "2.174.1",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {