@turquoisehealth/pit-viper 2.188.0 → 2.189.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 (39) 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-company-label-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-header-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-table-of-contents-stats.html +4950 -0
  13. package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +3 -0
  14. package/pv-components/dist/vue/base/components/base/PvHeader/PvHeader.vue.d.ts +2 -0
  15. package/pv-components/dist/vue/base/components/base/PvTableOfContents/PvTableOfContents.vue.d.ts +19 -0
  16. package/pv-components/dist/vue/base/components/base/PvTableOfContents/types.d.ts +6 -0
  17. package/pv-components/dist/vue/base/components/base/index.d.ts +2 -0
  18. package/pv-components/dist/vue/base/pv-components-base.mjs +183 -149
  19. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  20. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +3 -0
  21. package/pv-components/dist/vue/visualizations/components/base/PvHeader/PvHeader.vue.d.ts +2 -0
  22. package/pv-components/dist/vue/visualizations/components/base/PvTableOfContents/PvTableOfContents.vue.d.ts +19 -0
  23. package/pv-components/dist/vue/visualizations/components/base/PvTableOfContents/types.d.ts +6 -0
  24. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +2 -0
  25. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +75 -2
  26. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -0
  27. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2304 -2243
  28. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  29. package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +5 -1
  30. package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +5 -1
  31. package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +5 -1
  32. package/pv-components/dist/web/components/pv-header/pv-header.js +367 -363
  33. package/pv-components/dist/web/components/pv-menu/pv-menu.js +5 -1
  34. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +5 -1
  35. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +5 -1
  36. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +5 -1
  37. package/pv-components/dist/web/components/pv-table-of-contents/pv-table-of-contents.js +6234 -0
  38. package/pv-components/dist/web/pv-components.iife.js +13 -13
  39. 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.188.0",
3
+ "version": "2.189.1-dev.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {