@turquoisehealth/pit-viper 2.181.2 → 2.182.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 (105) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +1 -1
  2. package/_site/assets/css/pit-viper-consumer.css +1 -1
  3. package/_site/assets/css/pit-viper-v2-scoped.css +1 -1
  4. package/_site/assets/css/pit-viper-v2.css +1 -1
  5. package/_site/assets/css/pit-viper.css +1 -1
  6. package/claude-plugin/skills/pit-viper/SKILL.md +25 -20
  7. package/claude-plugin/skills/pit-viper/assets/pv-html-starter.html +77 -0
  8. package/claude-plugin/skills/pit-viper/examples/pv-html-example.html +229 -0
  9. package/claude-plugin/skills/pit-viper/references/design-rules.md +14 -3
  10. package/claude-plugin/skills/pit-viper/references/html-patterns.md +35 -18
  11. package/claude-plugin/skills/pit-viper/references/layout-patterns.md +8 -0
  12. package/claude-plugin/skills/pit-viper/references/patterns-core.md +1 -1
  13. package/claude-plugin/skills/pit-viper/references/theme-guide.md +11 -0
  14. package/claude-plugin/skills/pit-viper/references/vue-guidelines.md +15 -2
  15. package/package.json +1 -1
  16. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  17. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-ai-button-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-avatar-group-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-avatar-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-checkbox-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  25. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  26. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  27. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  28. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  29. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  34. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  35. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  36. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  37. package/pv-components/dist/stats/web/pv-switch-stats.html +1 -1
  38. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  39. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  40. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  41. package/pv-components/dist/stats/web/pv-tooltip-stats.html +1 -1
  42. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  43. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  44. package/pv-components/dist/vue/base/components/base/PvAvatar/PvAvatar.vue.d.ts +2 -0
  45. package/pv-components/dist/vue/base/components/base/PvAvatarGroup/types.d.ts +2 -0
  46. package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +2 -0
  47. package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +2 -0
  48. package/pv-components/dist/vue/base/components/base/PvMenu/cascadeUtils.d.ts +2 -1
  49. package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +1 -1
  50. package/pv-components/dist/vue/base/components/base/PvRange/PvRange.vue.d.ts +2 -0
  51. package/pv-components/dist/vue/base/components/base/PvSegmentedControl/types.d.ts +2 -0
  52. package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +2 -1
  53. package/pv-components/dist/vue/base/pv-components-base.mjs +1213 -1103
  54. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  55. package/pv-components/dist/vue/base/types.d.ts +7 -4
  56. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.vue.d.ts +2 -0
  57. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +2 -0
  58. package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +2 -0
  59. package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +2 -0
  60. package/pv-components/dist/vue/visualizations/components/base/PvMenu/cascadeUtils.d.ts +2 -1
  61. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +1 -1
  62. package/pv-components/dist/vue/visualizations/components/base/PvRange/PvRange.vue.d.ts +2 -0
  63. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/types.d.ts +2 -0
  64. package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +1 -1
  65. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +2 -1
  66. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/scatterAxisUtils.d.ts +17 -0
  67. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +14 -0
  68. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOverlayMenuItemRenderer.vue.d.ts +11 -0
  69. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +14 -0
  70. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.d.ts +5 -1
  71. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +20 -17
  72. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +2 -0
  73. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useSetFilter.d.ts +9 -8
  74. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1937 -1471
  75. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  76. package/pv-components/dist/vue/visualizations/types.d.ts +7 -4
  77. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +3 -3
  78. package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +4 -3
  79. package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +4 -2
  80. package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +3 -2
  81. package/pv-components/dist/web/components/pv-button/pv-button.js +7 -5
  82. package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +8 -2
  83. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +2 -2
  84. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +8 -5
  85. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +8 -6
  86. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +8 -5
  87. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +10 -7
  88. package/pv-components/dist/web/components/pv-menu/pv-menu.js +3298 -6187
  89. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +6807 -10782
  90. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +11 -7
  91. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +816 -806
  92. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +6584 -9700
  93. package/pv-components/dist/web/components/pv-range/pv-range.js +481 -477
  94. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +2377 -6482
  95. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2994 -7012
  96. package/pv-components/dist/web/components/pv-switch/pv-switch.js +408 -405
  97. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +2 -2
  98. package/pv-components/dist/web/components/pv-toast/pv-toast.js +8 -5
  99. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +2298 -6407
  100. package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +8 -5
  101. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +2177 -6282
  102. package/pv-components/dist/web/components/pv-tree/pv-tree.js +11 -5
  103. package/pv-components/dist/web/pv-components.iife.js +38 -38
  104. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
  105. package/claude-plugin/examples/.gitkeep +0 -0
@@ -3648,7 +3648,7 @@ var vt, yt, bt, xt, St, Ct, wt, Tt, Et, Dt, Ot, kt, At, jt, Mt, Nt, G, K, q, J,
3648
3648
  "pv-badge-md pv-text-body-md": r.value == "md",
3649
3649
  "pv-badge-sm pv-text-body-sm": r.value == "sm",
3650
3650
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
3651
- "pv-surface pv-bordered": n.variant == "secondary",
3651
+ "pv-badge-secondary": n.variant == "secondary",
3652
3652
  "pv-surface-lighten-5": n.variant == "tertiary",
3653
3653
  "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
3654
3654
  "pv-surface": n.variant == "ghost"
@@ -3658,11 +3658,11 @@ var vt, yt, bt, xt, St, Ct, wt, Tt, Et, Dt, Ot, kt, At, jt, Mt, Nt, G, K, q, J,
3658
3658
  "data-testid": "pv-counter-badge"
3659
3659
  }, T(a.value), 3));
3660
3660
  }
3661
- }), Un = ".pv-badge-md[data-v-1ce1cb53]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-1ce1cb53]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-1ce1cb53]{background-color:#e0e5e4}.pv-text-secondary[data-v-1ce1cb53]{color:#4b595c}", Wn = (e, t) => {
3661
+ }), Un = ".pv-badge-md[data-v-743a2e13]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-743a2e13]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-743a2e13]{background-color:#e0e5e4}.pv-text-secondary[data-v-743a2e13]{color:#4b595c}", Wn = (e, t) => {
3662
3662
  let n = e.__vccOpts || e;
3663
3663
  for (let [e, r] of t) n[e] = r;
3664
3664
  return n;
3665
- }, Gn = /* @__PURE__ */ Wn(Hn, [["styles", [Un]], ["__scopeId", "data-v-1ce1cb53"]]);
3665
+ }, Gn = /* @__PURE__ */ Wn(Hn, [["styles", [Un]], ["__scopeId", "data-v-743a2e13"]]);
3666
3666
  //#endregion
3667
3667
  //#region src/web-components/utils.ts
3668
3668
  function Kn() {
@@ -3830,11 +3830,16 @@ var qn = [
3830
3830
  _: 3
3831
3831
  }, 8, ["class"]));
3832
3832
  }
3833
- }), rr = ["disabled", "indeterminate"], ir = /* @__PURE__ */ s({
3833
+ }), rr = [
3834
+ "aria-label",
3835
+ "disabled",
3836
+ "indeterminate"
3837
+ ], ir = /* @__PURE__ */ s({
3834
3838
  __name: "PvCheckbox",
3835
3839
  props: /* @__PURE__ */ d({
3836
3840
  disabled: { type: Boolean },
3837
- indeterminate: { type: Boolean }
3841
+ indeterminate: { type: Boolean },
3842
+ ariaLabel: { type: String }
3838
3843
  }, {
3839
3844
  modelValue: { type: Boolean },
3840
3845
  modelModifiers: {}
@@ -3848,6 +3853,7 @@ var qn = [
3848
3853
  class: "pv-checkbox",
3849
3854
  type: "checkbox",
3850
3855
  name: "checkbox",
3856
+ "aria-label": e.ariaLabel,
3851
3857
  disabled: e.disabled,
3852
3858
  indeterminate: e.indeterminate
3853
3859
  }, null, 8, rr)), [[O, t.value]]);