@turquoisehealth/pit-viper 2.211.4-dev.1 → 2.211.5

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 (69) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +4 -0
  2. package/_site/assets/css/pit-viper-consumer.css +4 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +3 -0
  4. package/_site/assets/css/pit-viper-v2.css +5 -0
  5. package/_site/assets/css/pit-viper.css +4 -0
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  8. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-horizontal-scroller-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  24. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  25. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  26. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  27. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  28. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  29. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  30. package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
  31. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  32. package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
  33. package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
  34. package/pv-components/dist/vue/base/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
  35. package/pv-components/dist/vue/base/pv-components-base.mjs +578 -569
  36. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  37. package/pv-components/dist/vue/visualizations/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
  38. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +0 -2
  39. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +1 -22
  40. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -6
  41. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1943 -1966
  42. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  43. package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +3 -3
  44. package/pv-components/dist/web/components/pv-button/pv-button.js +2 -2
  45. package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +2 -2
  46. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +2 -2
  47. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +3 -3
  48. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +3 -3
  49. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +3 -3
  50. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +2 -2
  51. package/pv-components/dist/web/components/pv-header/pv-header.js +580 -505
  52. package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +2 -2
  53. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +3 -3
  54. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +3 -3
  55. package/pv-components/dist/web/components/pv-menu/pv-menu.js +3 -3
  56. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +3 -3
  57. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +3 -3
  58. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +3 -3
  59. package/pv-components/dist/web/components/pv-range/pv-range.js +2 -2
  60. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +3 -3
  61. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +3 -3
  62. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +2 -2
  63. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +3 -3
  64. package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +2 -2
  65. package/pv-components/dist/web/components/pv-toast/pv-toast.js +2 -2
  66. package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +2 -2
  67. package/pv-components/dist/web/components/pv-tree/pv-tree.js +3 -3
  68. package/pv-components/dist/web/pv-components.iife.js +14 -14
  69. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -5546,6 +5546,10 @@ pv-sidebar {
5546
5546
  color: #0D6614;
5547
5547
  }
5548
5548
 
5549
+ .pv-surface-lighten-5 {
5550
+ background-color: var(--color-text-secondary-lighten-5, #E0E5E4);
5551
+ }
5552
+
5549
5553
  .pv-text-inherit a,
5550
5554
  a.pv-text-inherit {
5551
5555
  font-family: inherit;
@@ -5370,6 +5370,10 @@ body:has(> .pv-layout-primary) {
5370
5370
  color: #0E8019;
5371
5371
  }
5372
5372
 
5373
+ .pv-surface-lighten-5 {
5374
+ background-color: var(--color-text-secondary-lighten-5, #E0E5E4);
5375
+ }
5376
+
5373
5377
  .pv-text-inherit a,
5374
5378
  a.pv-text-inherit {
5375
5379
  font-family: inherit;
@@ -4902,6 +4902,9 @@
4902
4902
  .pv-v2 .pv-text-success {
4903
4903
  color: #0E8019;
4904
4904
  }
4905
+ .pv-v2 .pv-surface-lighten-5 {
4906
+ background-color: var(--color-text-secondary-lighten-5, #E0E5E4);
4907
+ }
4905
4908
  .pv-v2 .pv-text-inherit a,
4906
4909
  .pv-v2 a.pv-text-inherit {
4907
4910
  font-family: inherit;
@@ -4064,6 +4064,7 @@ pv-header [slot=right],
4064
4064
  --button-small-line-height: var(--button-line-height, 1.33333333);
4065
4065
  --button-icon-only-padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
4066
4066
  --toggle-small-padding: var(--toggle-padding, calc(0.5rem - 1px) 0.75rem);
4067
+ --button-small-icon-only-padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
4067
4068
  }
4068
4069
 
4069
4070
  pv-header h3[slot=left].pv-heading-3,
@@ -5716,6 +5717,10 @@ pv-sidebar {
5716
5717
  color: #0E8019;
5717
5718
  }
5718
5719
 
5720
+ .pv-surface-lighten-5 {
5721
+ background-color: var(--color-text-secondary-lighten-5, #E0E5E4);
5722
+ }
5723
+
5719
5724
  .pv-text-inherit a,
5720
5725
  a.pv-text-inherit {
5721
5726
  font-family: inherit;
@@ -5369,6 +5369,10 @@ body:has(> .pv-layout-primary) {
5369
5369
  color: #0E6027;
5370
5370
  }
5371
5371
 
5372
+ .pv-surface-lighten-5 {
5373
+ background-color: var(--color-text-secondary-lighten-5, #E0E5E4);
5374
+ }
5375
+
5372
5376
  .pv-text-inherit a,
5373
5377
  a.pv-text-inherit {
5374
5378
  font-family: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.211.4-dev.1",
3
+ "version": "2.211.5",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {