@turquoisehealth/pit-viper 2.227.0 → 2.229.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 +18 -1
  2. package/_site/assets/css/pit-viper-consumer.css +18 -1
  3. package/_site/assets/css/pit-viper-v2-scoped.css +17 -1
  4. package/_site/assets/css/pit-viper-v2.css +18 -1
  5. package/_src/assets/sprite-v2.svg +1 -1
  6. package/_src/assets/sprite.svg +1 -1
  7. package/package.json +1 -1
  8. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  9. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-action-button-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-hover-action-menu-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-modal-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-sidebar-v2-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  25. package/pv-components/dist/vue/ai/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -0
  26. package/pv-components/dist/vue/ai/components/base/PvPopoverV2/types.d.ts +6 -0
  27. package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -0
  28. package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +6 -0
  29. package/pv-components/dist/vue/base/pv-components-base.mjs +43 -24
  30. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  31. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -0
  32. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +6 -0
  33. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +17 -4
  34. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  35. package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +12 -2
  36. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +489 -479
  37. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +36 -23
  38. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +641 -631
  39. package/pv-components/dist/web/components/pv-menu/pv-menu.js +1154 -1144
  40. package/pv-components/dist/web/components/pv-modal/pv-modal.js +4 -1
  41. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +12 -2
  42. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +68 -59
  43. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +12 -2
  44. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +235 -225
  45. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +12 -2
  46. package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +18 -2
  47. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +377 -368
  48. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +451 -441
  49. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +12 -2
  50. package/pv-components/dist/web/pv-components.iife.js +3 -3
  51. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -6789,7 +6789,8 @@ input.select2-search__field::placeholder {
6789
6789
 
6790
6790
  .p-datepicker-panel {
6791
6791
  width: fit-content !important;
6792
- min-width: fit-content !important;
6792
+ min-width: 0 !important;
6793
+ max-width: calc(100vw - 2rem) !important;
6793
6794
  }
6794
6795
 
6795
6796
  .p-datepicker-panel:has(.p-datepicker-month-view),
@@ -6797,6 +6798,22 @@ input.select2-search__field::placeholder {
6797
6798
  width: max-content !important;
6798
6799
  }
6799
6800
 
6801
+ .p-datepicker-calendar-container {
6802
+ flex-wrap: wrap;
6803
+ }
6804
+
6805
+ @media (width <= 768px) {
6806
+ .p-datepicker-panel:not(.p-datepicker-panel-inline) {
6807
+ max-height: calc(100dvh - 2rem);
6808
+ overflow-y: auto;
6809
+ }
6810
+ .p-datepicker-calendar-container {
6811
+ gap: 1rem;
6812
+ }
6813
+ .p-datepicker-calendar-container .p-datepicker-calendar {
6814
+ border-inline-start: 0 none;
6815
+ }
6816
+ }
6800
6817
  .p-datepicker-month-view {
6801
6818
  display: grid;
6802
6819
  grid-template-columns: repeat(3, 1fr);
@@ -6609,7 +6609,8 @@ input.select2-search__field::placeholder {
6609
6609
 
6610
6610
  .p-datepicker-panel {
6611
6611
  width: fit-content !important;
6612
- min-width: fit-content !important;
6612
+ min-width: 0 !important;
6613
+ max-width: calc(100vw - 2rem) !important;
6613
6614
  }
6614
6615
 
6615
6616
  .p-datepicker-panel:has(.p-datepicker-month-view),
@@ -6617,6 +6618,22 @@ input.select2-search__field::placeholder {
6617
6618
  width: max-content !important;
6618
6619
  }
6619
6620
 
6621
+ .p-datepicker-calendar-container {
6622
+ flex-wrap: wrap;
6623
+ }
6624
+
6625
+ @media (width <= 768px) {
6626
+ .p-datepicker-panel:not(.p-datepicker-panel-inline) {
6627
+ max-height: calc(100dvh - 2rem);
6628
+ overflow-y: auto;
6629
+ }
6630
+ .p-datepicker-calendar-container {
6631
+ gap: 1rem;
6632
+ }
6633
+ .p-datepicker-calendar-container .p-datepicker-calendar {
6634
+ border-inline-start: 0 none;
6635
+ }
6636
+ }
6620
6637
  .p-datepicker-month-view {
6621
6638
  display: grid;
6622
6639
  grid-template-columns: repeat(3, 1fr);
@@ -5951,12 +5951,28 @@
5951
5951
  }
5952
5952
  .pv-v2 .p-datepicker-panel {
5953
5953
  width: fit-content !important;
5954
- min-width: fit-content !important;
5954
+ min-width: 0 !important;
5955
+ max-width: calc(100vw - 2rem) !important;
5955
5956
  }
5956
5957
  .pv-v2 .p-datepicker-panel:has(.p-datepicker-month-view),
5957
5958
  .pv-v2 .p-datepicker-panel:has(.p-datepicker-year-view) {
5958
5959
  width: max-content !important;
5959
5960
  }
5961
+ .pv-v2 .p-datepicker-calendar-container {
5962
+ flex-wrap: wrap;
5963
+ }
5964
+ @media (width <= 768px) {
5965
+ .pv-v2 .p-datepicker-panel:not(.p-datepicker-panel-inline) {
5966
+ max-height: calc(100dvh - 2rem);
5967
+ overflow-y: auto;
5968
+ }
5969
+ .pv-v2 .p-datepicker-calendar-container {
5970
+ gap: 1rem;
5971
+ }
5972
+ .pv-v2 .p-datepicker-calendar-container .p-datepicker-calendar {
5973
+ border-inline-start: 0 none;
5974
+ }
5975
+ }
5960
5976
  .pv-v2 .p-datepicker-month-view {
5961
5977
  display: grid;
5962
5978
  grid-template-columns: repeat(3, 1fr);
@@ -7125,7 +7125,8 @@ input.select2-search__field::placeholder {
7125
7125
 
7126
7126
  .p-datepicker-panel {
7127
7127
  width: fit-content !important;
7128
- min-width: fit-content !important;
7128
+ min-width: 0 !important;
7129
+ max-width: calc(100vw - 2rem) !important;
7129
7130
  }
7130
7131
 
7131
7132
  .p-datepicker-panel:has(.p-datepicker-month-view),
@@ -7133,6 +7134,22 @@ input.select2-search__field::placeholder {
7133
7134
  width: max-content !important;
7134
7135
  }
7135
7136
 
7137
+ .p-datepicker-calendar-container {
7138
+ flex-wrap: wrap;
7139
+ }
7140
+
7141
+ @media (width <= 768px) {
7142
+ .p-datepicker-panel:not(.p-datepicker-panel-inline) {
7143
+ max-height: calc(100dvh - 2rem);
7144
+ overflow-y: auto;
7145
+ }
7146
+ .p-datepicker-calendar-container {
7147
+ gap: 1rem;
7148
+ }
7149
+ .p-datepicker-calendar-container .p-datepicker-calendar {
7150
+ border-inline-start: 0 none;
7151
+ }
7152
+ }
7136
7153
  .p-datepicker-month-view {
7137
7154
  display: grid;
7138
7155
  grid-template-columns: repeat(3, 1fr);