@turquoisehealth/pit-viper 2.204.0 → 2.206.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 (27) hide show
  1. package/_site/assets/css/pit-viper-v2.css +4 -0
  2. package/package.json +1 -1
  3. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  4. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  11. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +1 -0
  12. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +16 -0
  13. package/pv-components/dist/vue/base/pv-components-base.mjs +441 -424
  14. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  15. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +1 -0
  16. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +16 -0
  17. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useSetFilter.d.ts +1 -0
  18. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1152 -1084
  19. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  20. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +3 -0
  21. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +738 -723
  22. package/pv-components/dist/web/components/pv-menu/pv-menu.js +18 -14
  23. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +18 -14
  24. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +463 -459
  25. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +826 -822
  26. package/pv-components/dist/web/pv-components.iife.js +13 -13
  27. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -5295,6 +5295,10 @@ pv-sidebar {
5295
5295
  --sidebar-nav-nested-border: rgba(227, 231, 234, 0.20);
5296
5296
  --popover-list-item-hover-background-color: #E8F2F4;
5297
5297
  }
5298
+ .sidebar-layout-primary .pv-sidebar-nav a:not([aria-current=page]) [class*=pv-icon],
5299
+ .sidebar-layout-primary .pv-sidebar-nav summary:not([aria-current=page]) [class*=pv-icon] {
5300
+ color: var(--layout-primary-icon-color, #6E8081);
5301
+ }
5298
5302
 
5299
5303
  .sidebar-layout-secondary .pv-sidebar-nav-header,
5300
5304
  .sidebar-layout-secondary .pv-sidebar-nav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.204.0",
3
+ "version": "2.206.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {