@turquoisehealth/pit-viper 2.181.2-dev.4 → 2.182.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 (35) hide show
  1. package/claude-plugin/skills/pit-viper/SKILL.md +25 -20
  2. package/claude-plugin/skills/pit-viper/assets/pv-html-starter.html +77 -0
  3. package/claude-plugin/skills/pit-viper/examples/pv-html-example.html +229 -0
  4. package/claude-plugin/skills/pit-viper/references/design-rules.md +14 -3
  5. package/claude-plugin/skills/pit-viper/references/html-patterns.md +35 -18
  6. package/claude-plugin/skills/pit-viper/references/layout-patterns.md +8 -0
  7. package/claude-plugin/skills/pit-viper/references/patterns-core.md +1 -1
  8. package/claude-plugin/skills/pit-viper/references/theme-guide.md +11 -0
  9. package/claude-plugin/skills/pit-viper/references/vue-guidelines.md +15 -2
  10. package/package.json +1 -1
  11. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  12. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  20. package/pv-components/dist/vue/base/pv-components-base.mjs +116 -116
  21. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  22. package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +1 -1
  23. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/scatterAxisUtils.d.ts +17 -0
  24. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +181 -156
  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 +1912 -6037
  27. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2769 -6881
  28. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +5546 -9668
  29. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +2305 -6424
  30. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2675 -6787
  31. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +2339 -6458
  32. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +2267 -6382
  33. package/pv-components/dist/web/pv-components.iife.js +26 -26
  34. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
  35. package/claude-plugin/examples/.gitkeep +0 -0
File without changes