@turquoisehealth/pit-viper 2.219.1 → 2.221.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 (26) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +1 -0
  2. package/_site/assets/css/pit-viper-consumer.css +1 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +1 -0
  4. package/_site/assets/css/pit-viper-v2.css +1 -0
  5. package/package.json +1 -1
  6. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  7. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  10. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +21 -0
  11. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +21 -0
  12. package/pv-components/dist/vue/base/pv-components-base.mjs +1669 -1625
  13. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  14. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +21 -0
  15. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +3 -1
  16. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +3 -1
  17. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +24 -0
  18. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/useBenchmarkOverlays.d.ts +5 -0
  19. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +6 -1
  20. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
  21. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1316 -1203
  22. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  23. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +4872 -1682
  24. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1 -1
  25. package/pv-components/dist/web/pv-components.iife.js +2 -2
  26. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -6708,6 +6708,7 @@ input.select2-search__field::placeholder {
6708
6708
 
6709
6709
  .p-datepicker-panel {
6710
6710
  width: fit-content !important;
6711
+ min-width: fit-content !important;
6711
6712
  }
6712
6713
 
6713
6714
  .p-datepicker-panel:has(.p-datepicker-month-view),
@@ -6519,6 +6519,7 @@ input.select2-search__field::placeholder {
6519
6519
 
6520
6520
  .p-datepicker-panel {
6521
6521
  width: fit-content !important;
6522
+ min-width: fit-content !important;
6522
6523
  }
6523
6524
 
6524
6525
  .p-datepicker-panel:has(.p-datepicker-month-view),
@@ -5874,6 +5874,7 @@
5874
5874
  }
5875
5875
  .pv-v2 .p-datepicker-panel {
5876
5876
  width: fit-content !important;
5877
+ min-width: fit-content !important;
5877
5878
  }
5878
5879
  .pv-v2 .p-datepicker-panel:has(.p-datepicker-month-view),
5879
5880
  .pv-v2 .p-datepicker-panel:has(.p-datepicker-year-view) {
@@ -6939,6 +6939,7 @@ input.select2-search__field::placeholder {
6939
6939
 
6940
6940
  .p-datepicker-panel {
6941
6941
  width: fit-content !important;
6942
+ min-width: fit-content !important;
6942
6943
  }
6943
6944
 
6944
6945
  .p-datepicker-panel:has(.p-datepicker-month-view),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.219.1",
3
+ "version": "2.221.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {