@turquoisehealth/pit-viper 2.199.2-dev.2 → 2.201.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/_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/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-banner-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-card-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-input-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-query-builder-input-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-widget-stats.html +1 -1
  19. package/pv-components/dist/vue/base/pv-components-base.mjs +276 -259
  20. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  21. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +13 -1
  22. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +2 -0
  23. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +1 -1
  24. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/PvDataWidget.vue.d.ts +1 -1
  25. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/helpers.d.ts +3 -1
  26. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1605 -1487
  27. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  28. package/pv-components/dist/web/components/pv-banner/pv-banner.js +1 -1
  29. package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +1 -1
  30. package/pv-components/dist/web/components/pv-card/pv-card.js +1 -1
  31. package/pv-components/dist/web/components/pv-input/pv-input.js +3 -3
  32. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +1 -1
  33. package/pv-components/dist/web/components/pv-menu/pv-menu.js +13 -13
  34. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +20 -15
  35. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +459 -459
  36. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +822 -822
  37. package/pv-components/dist/web/components/pv-widget/pv-widget.js +1 -1
  38. package/pv-components/dist/web/pv-components.iife.js +3 -3
  39. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -5063,7 +5063,7 @@ pv-data-grid.ag-theme-pv {
5063
5063
  grid-template-rows: auto auto 1fr;
5064
5064
  }
5065
5065
 
5066
- body:has(.pv-layout-primary) {
5066
+ body:has(> .pv-layout-primary) {
5067
5067
  overflow-y: clip;
5068
5068
  display: flex;
5069
5069
  flex-direction: column;
@@ -5069,7 +5069,7 @@ pv-data-grid.ag-theme-pv {
5069
5069
  grid-template-rows: auto auto 1fr;
5070
5070
  }
5071
5071
 
5072
- body:has(.pv-layout-primary) {
5072
+ body:has(> .pv-layout-primary) {
5073
5073
  overflow-y: clip;
5074
5074
  display: flex;
5075
5075
  flex-direction: column;
@@ -4642,7 +4642,7 @@
4642
4642
  .pv-v2 .pv-layout-primary:has([data-grid-area=title]) > [data-grid-area=content] {
4643
4643
  grid-template-rows: auto auto 1fr;
4644
4644
  }
4645
- .pv-v2 body:has(.pv-layout-primary) {
4645
+ .pv-v2 body:has(> .pv-layout-primary) {
4646
4646
  overflow-y: clip;
4647
4647
  display: flex;
4648
4648
  flex-direction: column;
@@ -5063,7 +5063,7 @@ pv-data-grid.ag-theme-pv {
5063
5063
  grid-template-rows: auto auto 1fr;
5064
5064
  }
5065
5065
 
5066
- body:has(.pv-layout-primary) {
5066
+ body:has(> .pv-layout-primary) {
5067
5067
  overflow-y: clip;
5068
5068
  display: flex;
5069
5069
  flex-direction: column;
@@ -5068,7 +5068,7 @@ pv-data-grid.ag-theme-pv {
5068
5068
  grid-template-rows: auto auto 1fr;
5069
5069
  }
5070
5070
 
5071
- body:has(.pv-layout-primary) {
5071
+ body:has(> .pv-layout-primary) {
5072
5072
  overflow-y: clip;
5073
5073
  display: flex;
5074
5074
  flex-direction: column;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.199.2-dev.2",
3
+ "version": "2.201.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {