@turquoisehealth/pit-viper 2.238.0 → 2.239.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 (51) 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-filter-modal-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  16. package/pv-components/dist/vue/ai/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
  17. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +4 -1
  18. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +4 -1
  19. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +25 -0
  20. package/pv-components/dist/vue/ai/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
  21. package/pv-components/dist/vue/ai/components/base/PvTabs/types.d.ts +5 -0
  22. package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
  23. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +4 -1
  24. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +4 -1
  25. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +25 -0
  26. package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
  27. package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +5 -0
  28. package/pv-components/dist/vue/base/pv-components-base.mjs +839 -769
  29. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  30. package/pv-components/dist/vue/base/types.d.ts +2 -0
  31. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
  32. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +4 -1
  33. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +4 -1
  34. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +25 -0
  35. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
  36. package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +5 -0
  37. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
  38. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +2 -1
  39. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +964 -987
  40. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  41. package/pv-components/dist/vue/visualizations/types.d.ts +2 -0
  42. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +1396 -1369
  43. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +715 -677
  44. package/pv-components/dist/web/components/pv-menu/pv-menu.js +1028 -1003
  45. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1035 -1010
  46. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1021 -995
  47. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1186 -1161
  48. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +22 -12
  49. package/pv-components/dist/web/pv-components.iife.js +13 -13
  50. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
  51. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionMenuItemRenderer.vue.d.ts +0 -10
@@ -4652,7 +4652,7 @@ div.pv-drawer[open] {
4652
4652
  --size: 40px;
4653
4653
  width: var(--size);
4654
4654
  aspect-ratio: 1;
4655
- background-color: #13595D;
4655
+ background-color: var(--counter-background-color, #13595D);
4656
4656
  color: #FFFFFF;
4657
4657
  display: grid;
4658
4658
  place-items: center;
@@ -4658,7 +4658,7 @@ div.pv-drawer[open] {
4658
4658
  --size: 40px;
4659
4659
  width: var(--size);
4660
4660
  aspect-ratio: 1;
4661
- background-color: #147F85;
4661
+ background-color: var(--counter-background-color, #147F85);
4662
4662
  color: #FFFFFF;
4663
4663
  display: grid;
4664
4664
  place-items: center;
@@ -4266,7 +4266,7 @@
4266
4266
  --size: 40px;
4267
4267
  width: var(--size);
4268
4268
  aspect-ratio: 1;
4269
- background-color: #16696D;
4269
+ background-color: var(--counter-background-color, #16696D);
4270
4270
  color: #FFFFFF;
4271
4271
  display: grid;
4272
4272
  place-items: center;
@@ -4674,7 +4674,7 @@ div.pv-drawer[open] {
4674
4674
  --size: 40px;
4675
4675
  width: var(--size);
4676
4676
  aspect-ratio: 1;
4677
- background-color: #16696D;
4677
+ background-color: var(--counter-background-color, #16696D);
4678
4678
  color: #FFFFFF;
4679
4679
  display: grid;
4680
4680
  place-items: center;
@@ -4657,7 +4657,7 @@ div.pv-drawer[open] {
4657
4657
  --size: 40px;
4658
4658
  width: var(--size);
4659
4659
  aspect-ratio: 1;
4660
- background-color: #176F6F;
4660
+ background-color: var(--counter-background-color, #176F6F);
4661
4661
  color: #FFFFFF;
4662
4662
  display: grid;
4663
4663
  place-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.238.0",
3
+ "version": "2.239.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {