@turquoisehealth/pit-viper 2.197.3-dev.2 → 2.198.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 (29) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +2 -0
  2. package/_site/assets/css/pit-viper-consumer.css +2 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +2 -0
  4. package/_site/assets/css/pit-viper-v2.css +2 -0
  5. package/_site/assets/css/pit-viper.css +2 -0
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  8. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +1 -1
  9. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +5 -5
  10. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +2 -2
  11. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +1 -1
  12. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +7 -7
  13. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +2 -2
  14. package/pv-components/dist/vue/visualizations/components/base/PvRange/PvRange.vue.d.ts +2 -2
  15. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +3 -3
  16. package/pv-components/dist/vue/visualizations/components/charts/PvChartWidget/PvChartWidget.vue.d.ts +180 -0
  17. package/pv-components/dist/vue/visualizations/components/charts/PvChartWidget/constants.d.ts +4 -0
  18. package/pv-components/dist/vue/visualizations/components/charts/PvChartWidget/types.d.ts +31 -0
  19. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/PvDataWidget.vue.d.ts +43 -0
  20. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/PvDataWidgetTable.vue.d.ts +4 -0
  21. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/constants.d.ts +9 -0
  22. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/helpers.d.ts +63 -0
  23. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/types.d.ts +130 -0
  24. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/usePvDataWidgetData.d.ts +40 -0
  25. package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +3 -8
  26. package/pv-components/dist/vue/visualizations/components/charts/widgetOptions.d.ts +58 -0
  27. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +6 -0
  28. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +11524 -10745
  29. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
@@ -6055,6 +6055,8 @@ svg.pv-text-inherit {
6055
6055
  }
6056
6056
  .pv-scroll {
6057
6057
  overflow-x: auto;
6058
+ scrollbar-color: #C1C1C1 #FAFAFA;
6059
+ scrollbar-width: thin;
6058
6060
  }
6059
6061
  .pv-scroll::-webkit-scrollbar {
6060
6062
  width: 8px;
@@ -5877,6 +5877,8 @@ svg.pv-text-inherit {
5877
5877
  }
5878
5878
  .pv-scroll {
5879
5879
  overflow-x: auto;
5880
+ scrollbar-color: #C1C1C1 #FAFAFA;
5881
+ scrollbar-width: thin;
5880
5882
  }
5881
5883
  .pv-scroll::-webkit-scrollbar {
5882
5884
  width: 8px;
@@ -5311,6 +5311,8 @@
5311
5311
  }
5312
5312
  .pv-v2 .pv-scroll {
5313
5313
  overflow-x: auto;
5314
+ scrollbar-color: #C1C1C1 #FAFAFA;
5315
+ scrollbar-width: thin;
5314
5316
  }
5315
5317
  .pv-v2 .pv-scroll::-webkit-scrollbar {
5316
5318
  width: 8px;
@@ -6055,6 +6055,8 @@ svg.pv-text-inherit {
6055
6055
  }
6056
6056
  .pv-scroll {
6057
6057
  overflow-x: auto;
6058
+ scrollbar-color: #C1C1C1 #FAFAFA;
6059
+ scrollbar-width: thin;
6058
6060
  }
6059
6061
  .pv-scroll::-webkit-scrollbar {
6060
6062
  width: 8px;
@@ -5876,6 +5876,8 @@ svg.pv-text-inherit {
5876
5876
  }
5877
5877
  .pv-scroll {
5878
5878
  overflow-x: auto;
5879
+ scrollbar-color: #C1C1C1 #FAFAFA;
5880
+ scrollbar-width: thin;
5879
5881
  }
5880
5882
  .pv-scroll::-webkit-scrollbar {
5881
5883
  width: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.197.3-dev.2",
3
+ "version": "2.198.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {