@turquoisehealth/pit-viper 2.212.1-dev.0 → 2.214.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 (24) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +31 -1
  2. package/_site/assets/css/pit-viper-consumer.css +27 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +26 -0
  4. package/_site/assets/css/pit-viper-v2.css +31 -1
  5. package/_site/assets/css/pit-viper.css +27 -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-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-select-button-stats.html +1 -1
  12. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +2 -1
  13. package/pv-components/dist/vue/base/pv-components-base.mjs +10 -7
  14. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  15. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +2 -1
  16. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +0 -2
  17. package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +6 -1
  18. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1971 -1958
  19. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  20. package/pv-components/dist/web/components/pv-menu/pv-menu.js +9 -6
  21. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +9 -6
  22. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +9 -6
  23. package/pv-components/dist/web/pv-components.iife.js +1 -1
  24. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -3865,11 +3865,14 @@ var xo = ["data-align"], So = /* @__PURE__ */ fr(/* @__PURE__ */ d({
3865
3865
  class: "pv-menu-popover",
3866
3866
  "data-pv-menu-ancestors": D.join(" "),
3867
3867
  style: C(F(w))
3868
- }, [u(So, { "css-custom-properties": {
3869
- position: "static",
3870
- width: "max-content",
3871
- maxWidth: "calc(100vw - 16px)"
3872
- } }, {
3868
+ }, [u(So, {
3869
+ class: "pv-scrollbar-visible",
3870
+ "css-custom-properties": {
3871
+ position: "static",
3872
+ width: "max-content",
3873
+ maxWidth: "calc(100vw - 16px)"
3874
+ }
3875
+ }, {
3873
3876
  default: me(() => [ne(r.$slots, "popover", {
3874
3877
  option: le.value,
3875
3878
  popoverId: F(m),
@@ -3921,7 +3924,7 @@ var xo = ["data-align"], So = /* @__PURE__ */ fr(/* @__PURE__ */ d({
3921
3924
  _: 3
3922
3925
  })], 12, Eo)])) : a("v-if", !0)], 64));
3923
3926
  }
3924
- }), [["styles", [".pv-menu-popover[data-v-04937b69]{z-index:50}.pv-popover-list>li[data-v-04937b69]:last-child>.pv-label{margin-block-end:0}[data-v-04937b69] .pv-menu-nested:after{content:\"\";border-top:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.4rem;height:.4rem;margin-left:auto;margin-right:.2rem;transform:rotate(45deg)}"]], ["__scopeId", "data-v-04937b69"]]), jo = Object.defineProperty, Mo = Object.getOwnPropertySymbols, No = Object.prototype.hasOwnProperty, Po = Object.prototype.propertyIsEnumerable, Fo = (e, t, n) => t in e ? jo(e, t, {
3927
+ }), [["styles", [".pv-menu-popover[data-v-86fcb2f4]{z-index:50}.pv-popover-list>li[data-v-86fcb2f4]:last-child>.pv-label{margin-block-end:0}[data-v-86fcb2f4] .pv-menu-nested:after{content:\"\";border-top:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.4rem;height:.4rem;margin-left:auto;margin-right:.2rem;transform:rotate(45deg)}"]], ["__scopeId", "data-v-86fcb2f4"]]), jo = Object.defineProperty, Mo = Object.getOwnPropertySymbols, No = Object.prototype.hasOwnProperty, Po = Object.prototype.propertyIsEnumerable, Fo = (e, t, n) => t in e ? jo(e, t, {
3925
3928
  enumerable: !0,
3926
3929
  configurable: !0,
3927
3930
  writable: !0,
@@ -4211,11 +4211,14 @@ var Go = ["data-align"], Ko = /* @__PURE__ */ ut(/* @__PURE__ */ d({
4211
4211
  class: "pv-menu-popover",
4212
4212
  "data-pv-menu-ancestors": D.join(" "),
4213
4213
  style: C(L(w))
4214
- }, [u(Ko, { "css-custom-properties": {
4215
- position: "static",
4216
- width: "max-content",
4217
- maxWidth: "calc(100vw - 16px)"
4218
- } }, {
4214
+ }, [u(Ko, {
4215
+ class: "pv-scrollbar-visible",
4216
+ "css-custom-properties": {
4217
+ position: "static",
4218
+ width: "max-content",
4219
+ maxWidth: "calc(100vw - 16px)"
4220
+ }
4221
+ }, {
4219
4222
  default: fe(() => [N(r.$slots, "popover", {
4220
4223
  option: R.value,
4221
4224
  popoverId: L(m),
@@ -4267,7 +4270,7 @@ var Go = ["data-align"], Ko = /* @__PURE__ */ ut(/* @__PURE__ */ d({
4267
4270
  _: 3
4268
4271
  })], 12, Xo)])) : a("v-if", !0)], 64));
4269
4272
  }
4270
- }), [["styles", [".pv-menu-popover[data-v-04937b69]{z-index:50}.pv-popover-list>li[data-v-04937b69]:last-child>.pv-label{margin-block-end:0}[data-v-04937b69] .pv-menu-nested:after{content:\"\";border-top:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.4rem;height:.4rem;margin-left:auto;margin-right:.2rem;transform:rotate(45deg)}"]], ["__scopeId", "data-v-04937b69"]]), ts = ["data-dd-action-name"], ns = {
4273
+ }), [["styles", [".pv-menu-popover[data-v-86fcb2f4]{z-index:50}.pv-popover-list>li[data-v-86fcb2f4]:last-child>.pv-label{margin-block-end:0}[data-v-86fcb2f4] .pv-menu-nested:after{content:\"\";border-top:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.4rem;height:.4rem;margin-left:auto;margin-right:.2rem;transform:rotate(45deg)}"]], ["__scopeId", "data-v-86fcb2f4"]]), ts = ["data-dd-action-name"], ns = {
4271
4274
  key: 1,
4272
4275
  class: "pv-inset-square-8"
4273
4276
  }, rs = {
@@ -4138,11 +4138,14 @@ var Vo = ["data-align"], Ho = /* @__PURE__ */ pt(/* @__PURE__ */ d({
4138
4138
  class: "pv-menu-popover",
4139
4139
  "data-pv-menu-ancestors": D.join(" "),
4140
4140
  style: C(I(w))
4141
- }, [u(Ho, { "css-custom-properties": {
4142
- position: "static",
4143
- width: "max-content",
4144
- maxWidth: "calc(100vw - 16px)"
4145
- } }, {
4141
+ }, [u(Ho, {
4142
+ class: "pv-scrollbar-visible",
4143
+ "css-custom-properties": {
4144
+ position: "static",
4145
+ width: "max-content",
4146
+ maxWidth: "calc(100vw - 16px)"
4147
+ }
4148
+ }, {
4146
4149
  default: me(() => [ne(r.$slots, "popover", {
4147
4150
  option: ce.value,
4148
4151
  popoverId: I(m),
@@ -4194,7 +4197,7 @@ var Vo = ["data-align"], Ho = /* @__PURE__ */ pt(/* @__PURE__ */ d({
4194
4197
  _: 3
4195
4198
  })], 12, Ko)])) : a("v-if", !0)], 64));
4196
4199
  }
4197
- }), [["styles", [".pv-menu-popover[data-v-04937b69]{z-index:50}.pv-popover-list>li[data-v-04937b69]:last-child>.pv-label{margin-block-end:0}[data-v-04937b69] .pv-menu-nested:after{content:\"\";border-top:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.4rem;height:.4rem;margin-left:auto;margin-right:.2rem;transform:rotate(45deg)}"]], ["__scopeId", "data-v-04937b69"]]), Zo = {
4200
+ }), [["styles", [".pv-menu-popover[data-v-86fcb2f4]{z-index:50}.pv-popover-list>li[data-v-86fcb2f4]:last-child>.pv-label{margin-block-end:0}[data-v-86fcb2f4] .pv-menu-nested:after{content:\"\";border-top:1.5px solid;border-right:1.5px solid;flex-shrink:0;width:.4rem;height:.4rem;margin-left:auto;margin-right:.2rem;transform:rotate(45deg)}"]], ["__scopeId", "data-v-86fcb2f4"]]), Zo = {
4198
4201
  key: 0,
4199
4202
  class: "pv-inset-square-8 pv-border-bottom"
4200
4203
  }, Qo = /* @__PURE__ */ d({