@turquoisehealth/pit-viper 2.211.4-dev.1 → 2.211.5

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 (69) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +4 -0
  2. package/_site/assets/css/pit-viper-consumer.css +4 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +3 -0
  4. package/_site/assets/css/pit-viper-v2.css +5 -0
  5. package/_site/assets/css/pit-viper.css +4 -0
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  8. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-horizontal-scroller-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  25. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  26. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  27. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  28. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  29. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  34. package/pv-components/dist/vue/base/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
  35. package/pv-components/dist/vue/base/pv-components-base.mjs +578 -569
  36. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  37. package/pv-components/dist/vue/visualizations/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
  38. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +0 -2
  39. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +1 -22
  40. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -6
  41. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1943 -1966
  42. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  43. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +3 -3
  44. package/pv-components/dist/web/components/pv-button/pv-button.js +2 -2
  45. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +2 -2
  46. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +2 -2
  47. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +3 -3
  48. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +3 -3
  49. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +3 -3
  50. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +2 -2
  51. package/pv-components/dist/web/components/pv-header/pv-header.js +580 -505
  52. package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +2 -2
  53. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +3 -3
  54. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +3 -3
  55. package/pv-components/dist/web/components/pv-menu/pv-menu.js +3 -3
  56. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +3 -3
  57. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +3 -3
  58. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +3 -3
  59. package/pv-components/dist/web/components/pv-range/pv-range.js +2 -2
  60. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +3 -3
  61. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +3 -3
  62. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +2 -2
  63. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +3 -3
  64. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +2 -2
  65. package/pv-components/dist/web/components/pv-toast/pv-toast.js +2 -2
  66. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +2 -2
  67. package/pv-components/dist/web/components/pv-tree/pv-tree.js +3 -3
  68. package/pv-components/dist/web/pv-components.iife.js +14 -14
  69. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -29,7 +29,7 @@ var x = /* @__PURE__ */ o({
29
29
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
30
30
  "pv-badge-secondary": n.variant == "secondary",
31
31
  "pv-surface-lighten-5": n.variant == "tertiary",
32
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
32
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
33
33
  "pv-surface": n.variant == "ghost"
34
34
  }));
35
35
  return (e, t) => (m(), i("div", {
@@ -37,11 +37,11 @@ var x = /* @__PURE__ */ o({
37
37
  "data-testid": "pv-counter-badge"
38
38
  }, v(r.value), 3));
39
39
  }
40
- }), S = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", C = (e, t) => {
40
+ }), S = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", C = (e, t) => {
41
41
  let n = e.__vccOpts || e;
42
42
  for (let [e, r] of t) n[e] = r;
43
43
  return n;
44
- }, w = /* @__PURE__ */ C(x, [["styles", [S]], ["__scopeId", "data-v-6a07eeec"]]);
44
+ }, w = /* @__PURE__ */ C(x, [["styles", [S]], ["__scopeId", "data-v-013a5d76"]]);
45
45
  //#endregion
46
46
  //#region src/web-components/utils.ts
47
47
  function T() {
@@ -102,7 +102,7 @@ var w = [
102
102
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
103
103
  "pv-badge-secondary": n.variant == "secondary",
104
104
  "pv-surface-lighten-5": n.variant == "tertiary",
105
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
105
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (p(), i("div", {
@@ -110,7 +110,7 @@ var w = [
110
110
  "data-testid": "pv-counter-badge"
111
111
  }, _(r.value), 3));
112
112
  }
113
- }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), O = ["disabled", "aria-label"], k = {
113
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), O = ["disabled", "aria-label"], k = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, A = /* @__PURE__ */ o({
@@ -34,7 +34,7 @@ var m = /* @__PURE__ */ ((e, t) => {
34
34
  "pv-surface-brand-inverse pv-text-inverse": r.variant == "primary",
35
35
  "pv-badge-secondary": r.variant == "secondary",
36
36
  "pv-surface-lighten-5": r.variant == "tertiary",
37
- "pv-text-secondary": r.variant == "ghost" || r.variant == "tertiary",
37
+ "pv-text-tertiary": r.variant == "ghost" || r.variant == "tertiary",
38
38
  "pv-surface": r.variant == "ghost"
39
39
  }));
40
40
  return (e, n) => (c(), t("div", {
@@ -42,7 +42,7 @@ var m = /* @__PURE__ */ ((e, t) => {
42
42
  "data-testid": "pv-counter-badge"
43
43
  }, f(i.value), 3));
44
44
  }
45
- }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), h = Object.defineProperty, g = Object.getOwnPropertySymbols, _ = Object.prototype.hasOwnProperty, v = Object.prototype.propertyIsEnumerable, y = (e, t, n) => t in e ? h(e, t, {
45
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), h = Object.defineProperty, g = Object.getOwnPropertySymbols, _ = Object.prototype.hasOwnProperty, v = Object.prototype.propertyIsEnumerable, y = (e, t, n) => t in e ? h(e, t, {
46
46
  enumerable: !0,
47
47
  configurable: !0,
48
48
  writable: !0,
@@ -272,7 +272,7 @@ var Se = [
272
272
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
273
273
  "pv-badge-secondary": n.variant == "secondary",
274
274
  "pv-surface-lighten-5": n.variant == "tertiary",
275
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
275
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
276
276
  "pv-surface": n.variant == "ghost"
277
277
  }));
278
278
  return (e, t) => (v(), i("div", {
@@ -280,7 +280,7 @@ var Se = [
280
280
  "data-testid": "pv-counter-badge"
281
281
  }, C(r.value), 3));
282
282
  }
283
- }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), Ee = ["disabled", "aria-label"], De = {
283
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), Ee = ["disabled", "aria-label"], De = {
284
284
  key: 2,
285
285
  "data-testid": "pv-button-label"
286
286
  }, Oe = /* @__PURE__ */ s({
@@ -98,7 +98,7 @@ var T = [
98
98
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
99
99
  "pv-badge-secondary": n.variant == "secondary",
100
100
  "pv-surface-lighten-5": n.variant == "tertiary",
101
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
101
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
102
102
  "pv-surface": n.variant == "ghost"
103
103
  }));
104
104
  return (e, t) => (m(), i("div", {
@@ -106,11 +106,11 @@ var T = [
106
106
  "data-testid": "pv-counter-badge"
107
107
  }, v(r.value), 3));
108
108
  }
109
- }), k = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", A = (e, t) => {
109
+ }), k = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", A = (e, t) => {
110
110
  let n = e.__vccOpts || e;
111
111
  for (let [e, r] of t) n[e] = r;
112
112
  return n;
113
- }, j = /* @__PURE__ */ A(O, [["styles", [k]], ["__scopeId", "data-v-6a07eeec"]]), M = ["disabled", "aria-label"], te = {
113
+ }, j = /* @__PURE__ */ A(O, [["styles", [k]], ["__scopeId", "data-v-013a5d76"]]), M = ["disabled", "aria-label"], te = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, ne = /* @__PURE__ */ s({
@@ -403,7 +403,7 @@ var Xe = [
403
403
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
404
404
  "pv-badge-secondary": t.variant == "secondary",
405
405
  "pv-surface-lighten-5": t.variant == "tertiary",
406
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
406
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
407
407
  "pv-surface": t.variant == "ghost"
408
408
  }));
409
409
  return (e, t) => (E(), o("div", {
@@ -411,11 +411,11 @@ var Xe = [
411
411
  "data-testid": "pv-counter-badge"
412
412
  }, P(n.value), 3));
413
413
  }
414
- }), et = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", tt = (e, t) => {
414
+ }), et = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", tt = (e, t) => {
415
415
  let n = e.__vccOpts || e;
416
416
  for (let [e, r] of t) n[e] = r;
417
417
  return n;
418
- }, nt = /* @__PURE__ */ tt($e, [["styles", [et]], ["__scopeId", "data-v-6a07eeec"]]), rt = ["disabled", "aria-label"], it = {
418
+ }, nt = /* @__PURE__ */ tt($e, [["styles", [et]], ["__scopeId", "data-v-013a5d76"]]), rt = ["disabled", "aria-label"], it = {
419
419
  key: 2,
420
420
  "data-testid": "pv-button-label"
421
421
  }, at = /* @__PURE__ */ u({
@@ -111,7 +111,7 @@ var ve = [
111
111
  "pv-surface-brand-inverse pv-text-inverse": t.variant == "primary",
112
112
  "pv-badge-secondary": t.variant == "secondary",
113
113
  "pv-surface-lighten-5": t.variant == "tertiary",
114
- "pv-text-secondary": t.variant == "ghost" || t.variant == "tertiary",
114
+ "pv-text-tertiary": t.variant == "ghost" || t.variant == "tertiary",
115
115
  "pv-surface": t.variant == "ghost"
116
116
  }));
117
117
  return (e, t) => (O(), o("div", {
@@ -119,11 +119,11 @@ var ve = [
119
119
  "data-testid": "pv-counter-badge"
120
120
  }, I(n.value), 3));
121
121
  }
122
- }), Se = ".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}", Ce = (e, t) => {
122
+ }), Se = ".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}", Ce = (e, t) => {
123
123
  let n = e.__vccOpts || e;
124
124
  for (let [e, r] of t) n[e] = r;
125
125
  return n;
126
- }, we = /* @__PURE__ */ Ce(xe, [["styles", [Se]], ["__scopeId", "data-v-6a07eeec"]]), Te = ["disabled", "aria-label"], Ee = {
126
+ }, we = /* @__PURE__ */ Ce(xe, [["styles", [Se]], ["__scopeId", "data-v-013a5d76"]]), Te = ["disabled", "aria-label"], Ee = {
127
127
  key: 2,
128
128
  "data-testid": "pv-button-label"
129
129
  }, J = /* @__PURE__ */ d({
@@ -102,7 +102,7 @@ var A = [
102
102
  "pv-surface-brand-inverse pv-text-inverse": n.variant == "primary",
103
103
  "pv-badge-secondary": n.variant == "secondary",
104
104
  "pv-surface-lighten-5": n.variant == "tertiary",
105
- "pv-text-secondary": n.variant == "ghost" || n.variant == "tertiary",
105
+ "pv-text-tertiary": n.variant == "ghost" || n.variant == "tertiary",
106
106
  "pv-surface": n.variant == "ghost"
107
107
  }));
108
108
  return (e, t) => (h(), i("div", {
@@ -110,7 +110,7 @@ var A = [
110
110
  "data-testid": "pv-counter-badge"
111
111
  }, y(r.value), 3));
112
112
  }
113
- }), [["styles", [".pv-badge-md[data-v-6a07eeec]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-6a07eeec]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}.pv-surface-lighten-5[data-v-6a07eeec]{background-color:#e0e5e4}.pv-text-secondary[data-v-6a07eeec]{color:#4b595c}"]], ["__scopeId", "data-v-6a07eeec"]]), te = ["disabled", "aria-label"], ne = {
113
+ }), [["styles", [".pv-badge-md[data-v-013a5d76]{--inset-size:2px 2px;min-width:20px;min-height:20px;max-height:20px;font-weight:500}.pv-badge-sm[data-v-013a5d76]{--inset-size:0 2px;min-width:16px;min-height:16px;max-height:16px;font-weight:500}"]], ["__scopeId", "data-v-013a5d76"]]), te = ["disabled", "aria-label"], ne = {
114
114
  key: 2,
115
115
  "data-testid": "pv-button-label"
116
116
  }, re = /* @__PURE__ */ o({