@turquoisehealth/pit-viper 2.206.1 → 2.207.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 (50) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +24 -10
  2. package/_site/assets/css/pit-viper-consumer.css +24 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +21 -0
  4. package/_site/assets/css/pit-viper-v2.css +43 -10
  5. package/_site/assets/css/pit-viper.css +24 -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-avatar-group-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-header-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-select-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-tag-stats.html +1 -1
  17. package/pv-components/dist/vue/base/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +3 -1
  18. package/pv-components/dist/vue/base/components/base/PvAvatarGroup/types.d.ts +2 -0
  19. package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +8 -0
  20. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +14 -7
  21. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +20 -3
  22. package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +5 -0
  23. package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +6 -0
  24. package/pv-components/dist/vue/base/components/base/index.d.ts +2 -0
  25. package/pv-components/dist/vue/base/pv-components-base.mjs +993 -949
  26. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  27. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +3 -1
  28. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +2 -0
  29. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +8 -0
  30. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +14 -7
  31. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +20 -3
  32. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +5 -0
  33. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.vue.d.ts +6 -0
  34. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +2 -0
  35. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +2 -0
  36. package/pv-components/dist/vue/visualizations/components/charts/widgetOptions.d.ts +1 -0
  37. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useSetFilter.d.ts +26 -2
  38. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +2 -0
  39. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1289 -1056
  40. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  41. package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +31 -25
  42. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +5 -3
  43. package/pv-components/dist/web/components/pv-header/pv-header.js +2 -2
  44. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +46 -34
  45. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +4 -2
  46. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +4 -1
  47. package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +359 -359
  48. package/pv-components/dist/web/components/pv-tag/pv-tag.js +4 -2
  49. package/pv-components/dist/web/pv-components.iife.js +14 -14
  50. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1932,6 +1932,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1932
1932
  font-size: 3rem;
1933
1933
  }
1934
1934
 
1935
+ .pv-avatar-group-md > li,
1936
+ .pv-avatar-group-md[data-more]:after {
1937
+ width: 20px;
1938
+ font-size: 0.4375rem;
1939
+ letter-spacing: 0.7px;
1940
+ background-size: 12px 12px;
1941
+ }
1942
+
1943
+ .pv-avatar-group-lg > li,
1944
+ .pv-avatar-group-lg[data-more]:after {
1945
+ width: 24px;
1946
+ font-size: 0.6875rem;
1947
+ letter-spacing: 0.11px;
1948
+ background-size: 16px 16px;
1949
+ }
1950
+
1951
+ .pv-avatar-group-xxl > li,
1952
+ .pv-avatar-group-xxl[data-more]:after {
1953
+ width: 40px;
1954
+ font-size: 0.875rem;
1955
+ letter-spacing: 0.14px;
1956
+ background-size: 20px 20px;
1957
+ }
1958
+
1935
1959
  .pv-avatar-group {
1936
1960
  display: flex;
1937
1961
  align-items: center;
@@ -5212,16 +5236,6 @@ pv-sidebar {
5212
5236
  width: 64px;
5213
5237
  }
5214
5238
 
5215
- .content-panel {
5216
- grid-area: content;
5217
- overflow-y: auto;
5218
- scroll-behavior: smooth;
5219
- scroll-padding: 1rem;
5220
- display: grid;
5221
- grid-template-rows: auto 1fr;
5222
- z-index: 5;
5223
- }
5224
-
5225
5239
  .sidebar-header {
5226
5240
  display: flex;
5227
5241
  align-items: center;
@@ -1938,6 +1938,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1938
1938
  font-size: 3rem;
1939
1939
  }
1940
1940
 
1941
+ .pv-avatar-group-md > li,
1942
+ .pv-avatar-group-md[data-more]:after {
1943
+ width: 20px;
1944
+ font-size: 0.4375rem;
1945
+ letter-spacing: 0.7px;
1946
+ background-size: 12px 12px;
1947
+ }
1948
+
1949
+ .pv-avatar-group-lg > li,
1950
+ .pv-avatar-group-lg[data-more]:after {
1951
+ width: 24px;
1952
+ font-size: 0.6875rem;
1953
+ letter-spacing: 0.11px;
1954
+ background-size: 16px 16px;
1955
+ }
1956
+
1957
+ .pv-avatar-group-xxl > li,
1958
+ .pv-avatar-group-xxl[data-more]:after {
1959
+ width: 40px;
1960
+ font-size: 0.875rem;
1961
+ letter-spacing: 0.14px;
1962
+ background-size: 20px 20px;
1963
+ }
1964
+
1941
1965
  .pv-avatar-group {
1942
1966
  display: flex;
1943
1967
  align-items: center;
@@ -1776,6 +1776,27 @@
1776
1776
  width: 96px;
1777
1777
  font-size: 3rem;
1778
1778
  }
1779
+ .pv-v2 .pv-avatar-group-md > li,
1780
+ .pv-v2 .pv-avatar-group-md[data-more]:after {
1781
+ width: 20px;
1782
+ font-size: 0.4375rem;
1783
+ letter-spacing: 0.7px;
1784
+ background-size: 12px 12px;
1785
+ }
1786
+ .pv-v2 .pv-avatar-group-lg > li,
1787
+ .pv-v2 .pv-avatar-group-lg[data-more]:after {
1788
+ width: 24px;
1789
+ font-size: 0.6875rem;
1790
+ letter-spacing: 0.11px;
1791
+ background-size: 16px 16px;
1792
+ }
1793
+ .pv-v2 .pv-avatar-group-xxl > li,
1794
+ .pv-v2 .pv-avatar-group-xxl[data-more]:after {
1795
+ width: 40px;
1796
+ font-size: 0.875rem;
1797
+ letter-spacing: 0.14px;
1798
+ background-size: 20px 20px;
1799
+ }
1779
1800
  .pv-v2 .pv-avatar-group {
1780
1801
  display: flex;
1781
1802
  align-items: center;
@@ -1932,6 +1932,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1932
1932
  font-size: 3rem;
1933
1933
  }
1934
1934
 
1935
+ .pv-avatar-group-md > li,
1936
+ .pv-avatar-group-md[data-more]:after {
1937
+ width: 20px;
1938
+ font-size: 0.4375rem;
1939
+ letter-spacing: 0.7px;
1940
+ background-size: 12px 12px;
1941
+ }
1942
+
1943
+ .pv-avatar-group-lg > li,
1944
+ .pv-avatar-group-lg[data-more]:after {
1945
+ width: 24px;
1946
+ font-size: 0.6875rem;
1947
+ letter-spacing: 0.11px;
1948
+ background-size: 16px 16px;
1949
+ }
1950
+
1951
+ .pv-avatar-group-xxl > li,
1952
+ .pv-avatar-group-xxl[data-more]:after {
1953
+ width: 40px;
1954
+ font-size: 0.875rem;
1955
+ letter-spacing: 0.14px;
1956
+ background-size: 20px 20px;
1957
+ }
1958
+
1935
1959
  .pv-avatar-group {
1936
1960
  display: flex;
1937
1961
  align-items: center;
@@ -4027,6 +4051,25 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
4027
4051
  color: #121313;
4028
4052
  }
4029
4053
 
4054
+ pv-header [slot=left],
4055
+ pv-header [slot=right],
4056
+ #header-title,
4057
+ #header-actions {
4058
+ --button-padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
4059
+ --button-gap: var(--button-large-gap, 0.5rem);
4060
+ --button-small-padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
4061
+ --button-small-font-size: var(--button-font-size, 0.75rem);
4062
+ --button-small-line-height: var(--button-line-height, 1.33333333);
4063
+ --button-icon-only-padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
4064
+ --toggle-small-padding: var(--toggle-padding, calc(0.5rem - 1px) 0.75rem);
4065
+ }
4066
+
4067
+ pv-header h3[slot=left].pv-heading-3,
4068
+ pv-header [slot=left] h3.pv-heading-3 {
4069
+ font-size: var(--font-size-heading-2, 1rem);
4070
+ line-height: var(--line-height-heading-2, 1.5);
4071
+ }
4072
+
4030
4073
  .pv-card {
4031
4074
  position: relative;
4032
4075
  border: 1px solid var(--card-border-color, #E3E7EA);
@@ -5212,16 +5255,6 @@ pv-sidebar {
5212
5255
  width: 64px;
5213
5256
  }
5214
5257
 
5215
- .content-panel {
5216
- grid-area: content;
5217
- overflow-y: auto;
5218
- scroll-behavior: smooth;
5219
- scroll-padding: 1rem;
5220
- display: grid;
5221
- grid-template-rows: auto 1fr;
5222
- z-index: 5;
5223
- }
5224
-
5225
5258
  .sidebar-header {
5226
5259
  display: flex;
5227
5260
  align-items: center;
@@ -1937,6 +1937,30 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1937
1937
  font-size: 3rem;
1938
1938
  }
1939
1939
 
1940
+ .pv-avatar-group-md > li,
1941
+ .pv-avatar-group-md[data-more]:after {
1942
+ width: 20px;
1943
+ font-size: 0.4375rem;
1944
+ letter-spacing: unset;
1945
+ background-size: 100%;
1946
+ }
1947
+
1948
+ .pv-avatar-group-lg > li,
1949
+ .pv-avatar-group-lg[data-more]:after {
1950
+ width: 24px;
1951
+ font-size: 0.6875rem;
1952
+ letter-spacing: unset;
1953
+ background-size: 100%;
1954
+ }
1955
+
1956
+ .pv-avatar-group-xxl > li,
1957
+ .pv-avatar-group-xxl[data-more]:after {
1958
+ width: 44px;
1959
+ font-size: 0.875rem;
1960
+ letter-spacing: unset;
1961
+ background-size: 100%;
1962
+ }
1963
+
1940
1964
  .pv-avatar-group {
1941
1965
  display: flex;
1942
1966
  align-items: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.206.1",
3
+ "version": "2.207.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {