@turquoisehealth/pit-viper 2.224.1-dev.1 → 2.224.1-dev.2

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 (45) 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/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-drawer-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-search-input-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  16. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +5 -0
  17. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  18. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/types.d.ts +2 -0
  19. package/pv-components/dist/vue/ai/components/base/PvSearchInput/PvSearchInput.vue.d.ts +7 -4
  20. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +5 -0
  21. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  22. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +2 -0
  23. package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.vue.d.ts +7 -4
  24. package/pv-components/dist/vue/base/pv-components-base.mjs +699 -682
  25. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  26. package/pv-components/dist/vue/base/types.d.ts +2 -0
  27. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +5 -0
  28. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  29. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +2 -0
  30. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +7 -4
  31. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +5 -1
  32. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useSetFilter.d.ts +1 -0
  33. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2457 -2435
  34. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  35. package/pv-components/dist/vue/visualizations/types.d.ts +2 -0
  36. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +554 -549
  37. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +809 -793
  38. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +632 -623
  39. package/pv-components/dist/web/components/pv-menu/pv-menu.js +21 -15
  40. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1712 -1697
  41. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +21 -15
  42. package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +17 -8
  43. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +82 -68
  44. package/pv-components/dist/web/pv-components.iife.js +14 -14
  45. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1129,7 +1129,7 @@
1129
1129
  background-size: 1rem 1rem;
1130
1130
  background-position: top 50% left 0.75rem;
1131
1131
  background-color: #F0F2F2;
1132
- border-radius: 8px;
1132
+ border-radius: 4px;
1133
1133
  border-color: #8F939E;
1134
1134
  }
1135
1135
  .pv-input-search:hover:not(:disabled) {
@@ -1135,7 +1135,7 @@
1135
1135
  background-size: 1rem 1rem;
1136
1136
  background-position: top 50% left 0.75rem;
1137
1137
  background-color: #F7F8F8;
1138
- border-radius: 8px;
1138
+ border-radius: 6px;
1139
1139
  border-color: #DCDFE4;
1140
1140
  }
1141
1141
  .pv-input-search:hover:not(:disabled) {
@@ -1034,7 +1034,7 @@
1034
1034
  background-size: 1rem 1rem;
1035
1035
  background-position: top 50% left 0.75rem;
1036
1036
  background-color: #F7F8F8;
1037
- border-radius: 8px;
1037
+ border-radius: 4px;
1038
1038
  border-color: #DCDFE4;
1039
1039
  }
1040
1040
  .pv-v2 .pv-input-search:hover:not(:disabled) {
@@ -1129,7 +1129,7 @@
1129
1129
  background-size: 1rem 1rem;
1130
1130
  background-position: top 50% left 0.75rem;
1131
1131
  background-color: #F7F8F8;
1132
- border-radius: 8px;
1132
+ border-radius: 4px;
1133
1133
  border-color: #DCDFE4;
1134
1134
  }
1135
1135
  .pv-input-search:hover:not(:disabled) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.224.1-dev.1",
3
+ "version": "2.224.1-dev.2",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {