@turquoisehealth/pit-viper 2.231.0 → 2.233.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 (76) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +29 -1
  2. package/_site/assets/css/pit-viper-consumer.css +29 -1
  3. package/_site/assets/css/pit-viper-v2-scoped.css +25 -1
  4. package/_site/assets/css/pit-viper-v2.css +29 -1
  5. package/_site/assets/css/pit-viper.css +29 -1
  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-action-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-sidebar-v2-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  24. package/pv-components/dist/vue/ai/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
  25. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +5 -0
  26. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +1 -0
  27. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +45 -2
  28. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/usePvFilterPanel.d.ts +3 -0
  29. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  30. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/types.d.ts +4 -0
  31. package/pv-components/dist/vue/ai/components/base/PvRange/PvRange.vue.d.ts +3 -1
  32. package/pv-components/dist/vue/ai/components/base/PvRange/types.d.ts +9 -1
  33. package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
  34. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +5 -0
  35. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +1 -0
  36. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +45 -2
  37. package/pv-components/dist/vue/base/components/base/PvFilterPanel/usePvFilterPanel.d.ts +3 -0
  38. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  39. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +4 -0
  40. package/pv-components/dist/vue/base/components/base/PvRange/PvRange.vue.d.ts +3 -1
  41. package/pv-components/dist/vue/base/components/base/PvRange/types.d.ts +9 -1
  42. package/pv-components/dist/vue/base/pv-components-base.mjs +2396 -2283
  43. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  44. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
  45. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +5 -0
  46. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +1 -0
  47. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +45 -2
  48. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/usePvFilterPanel.d.ts +3 -0
  49. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
  50. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +4 -0
  51. package/pv-components/dist/vue/visualizations/components/base/PvRange/PvRange.vue.d.ts +3 -1
  52. package/pv-components/dist/vue/visualizations/components/base/PvRange/types.d.ts +9 -1
  53. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +18 -1
  54. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +14 -0
  55. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +8 -0
  56. package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +4 -0
  57. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +991 -925
  58. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  59. package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +395 -395
  60. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +2176 -2007
  61. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +2172 -1946
  62. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +633 -633
  63. package/pv-components/dist/web/components/pv-menu/pv-menu.js +19 -19
  64. package/pv-components/dist/web/components/pv-modal/pv-modal.js +2 -2
  65. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +27 -19
  66. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +19 -19
  67. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +573 -573
  68. package/pv-components/dist/web/components/pv-range/pv-range.js +720 -675
  69. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +208 -208
  70. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +19 -19
  71. package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +267 -267
  72. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +19 -19
  73. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +307 -307
  74. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +19 -19
  75. package/pv-components/dist/web/pv-components.iife.js +14 -14
  76. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1612,7 +1612,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1612
1612
  }
1613
1613
 
1614
1614
  .pv-range {
1615
- --range-fill-color: #36c5ba;
1615
+ --range-fill-color: var(--color-background-brand-inverse, #36c5ba);
1616
1616
  --range-thumb-border-width: 3px;
1617
1617
  --range-thumb-size: 20px;
1618
1618
  --range-track-color: var(--color-border, #e3e7ea);
@@ -1803,6 +1803,34 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1803
1803
  z-index: 3;
1804
1804
  }
1805
1805
 
1806
+ .pv-range-input-label {
1807
+ flex: 0 0 auto;
1808
+ max-width: 100%;
1809
+ min-width: 0;
1810
+ width: var(--pv-range-input-width, 4.6875rem);
1811
+ }
1812
+
1813
+ .pv-range-input-field {
1814
+ align-items: center;
1815
+ display: flex;
1816
+ position: relative;
1817
+ width: 100%;
1818
+ }
1819
+ .pv-range-input-field .pv-input-text {
1820
+ width: 100%;
1821
+ }
1822
+
1823
+ .pv-range-input-icon {
1824
+ color: var(--color-text-subdued, #4B595C);
1825
+ inset-inline-start: 0.75rem;
1826
+ pointer-events: none;
1827
+ position: absolute;
1828
+ }
1829
+
1830
+ .pv-range-input-field-with-icon .pv-input-text {
1831
+ padding-inline-start: calc(0.75rem + 1.375rem);
1832
+ }
1833
+
1806
1834
  .pv-range-tooltip,
1807
1835
  .pv-range-dual-tooltip {
1808
1836
  background: var(--color-background-inverse, #242626);
@@ -1618,7 +1618,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1618
1618
  }
1619
1619
 
1620
1620
  .pv-range {
1621
- --range-fill-color: #36c5ba;
1621
+ --range-fill-color: var(--color-background-brand-inverse, #36c5ba);
1622
1622
  --range-thumb-border-width: 3px;
1623
1623
  --range-thumb-size: 20px;
1624
1624
  --range-track-color: var(--color-border, #e3e7ea);
@@ -1809,6 +1809,34 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1809
1809
  z-index: 3;
1810
1810
  }
1811
1811
 
1812
+ .pv-range-input-label {
1813
+ flex: 0 0 auto;
1814
+ max-width: 100%;
1815
+ min-width: 0;
1816
+ width: var(--pv-range-input-width, 4.6875rem);
1817
+ }
1818
+
1819
+ .pv-range-input-field {
1820
+ align-items: center;
1821
+ display: flex;
1822
+ position: relative;
1823
+ width: 100%;
1824
+ }
1825
+ .pv-range-input-field .pv-input-text {
1826
+ width: 100%;
1827
+ }
1828
+
1829
+ .pv-range-input-icon {
1830
+ color: var(--color-text-subdued, #486161);
1831
+ inset-inline-start: 0.75rem;
1832
+ pointer-events: none;
1833
+ position: absolute;
1834
+ }
1835
+
1836
+ .pv-range-input-field-with-icon .pv-input-text {
1837
+ padding-inline-start: calc(0.75rem + 1.375rem);
1838
+ }
1839
+
1812
1840
  .pv-range-tooltip,
1813
1841
  .pv-range-dual-tooltip {
1814
1842
  background: var(--color-background-inverse, #242626);
@@ -1490,7 +1490,7 @@
1490
1490
  line-height: 1.09090909;
1491
1491
  }
1492
1492
  .pv-v2 .pv-range {
1493
- --range-fill-color: #36c5ba;
1493
+ --range-fill-color: var(--color-background-brand-inverse, #36c5ba);
1494
1494
  --range-thumb-border-width: 3px;
1495
1495
  --range-thumb-size: 20px;
1496
1496
  --range-track-color: var(--color-border, #e3e7ea);
@@ -1660,6 +1660,30 @@
1660
1660
  .pv-v2 .pv-range-dual-native-max {
1661
1661
  z-index: 3;
1662
1662
  }
1663
+ .pv-v2 .pv-range-input-label {
1664
+ flex: 0 0 auto;
1665
+ max-width: 100%;
1666
+ min-width: 0;
1667
+ width: var(--pv-range-input-width, 4.6875rem);
1668
+ }
1669
+ .pv-v2 .pv-range-input-field {
1670
+ align-items: center;
1671
+ display: flex;
1672
+ position: relative;
1673
+ width: 100%;
1674
+ }
1675
+ .pv-v2 .pv-range-input-field .pv-input-text {
1676
+ width: 100%;
1677
+ }
1678
+ .pv-v2 .pv-range-input-icon {
1679
+ color: var(--color-text-subdued, #4B595C);
1680
+ inset-inline-start: 0.75rem;
1681
+ pointer-events: none;
1682
+ position: absolute;
1683
+ }
1684
+ .pv-v2 .pv-range-input-field-with-icon .pv-input-text {
1685
+ padding-inline-start: calc(0.75rem + 1.375rem);
1686
+ }
1663
1687
  .pv-v2 .pv-range-tooltip,
1664
1688
  .pv-v2 .pv-range-dual-tooltip {
1665
1689
  background: var(--color-background-inverse, #242626);
@@ -1612,7 +1612,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1612
1612
  }
1613
1613
 
1614
1614
  .pv-range {
1615
- --range-fill-color: #36c5ba;
1615
+ --range-fill-color: var(--color-background-brand-inverse, #36c5ba);
1616
1616
  --range-thumb-border-width: 3px;
1617
1617
  --range-thumb-size: 20px;
1618
1618
  --range-track-color: var(--color-border, #e3e7ea);
@@ -1803,6 +1803,34 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1803
1803
  z-index: 3;
1804
1804
  }
1805
1805
 
1806
+ .pv-range-input-label {
1807
+ flex: 0 0 auto;
1808
+ max-width: 100%;
1809
+ min-width: 0;
1810
+ width: var(--pv-range-input-width, 4.6875rem);
1811
+ }
1812
+
1813
+ .pv-range-input-field {
1814
+ align-items: center;
1815
+ display: flex;
1816
+ position: relative;
1817
+ width: 100%;
1818
+ }
1819
+ .pv-range-input-field .pv-input-text {
1820
+ width: 100%;
1821
+ }
1822
+
1823
+ .pv-range-input-icon {
1824
+ color: var(--color-text-subdued, #4B595C);
1825
+ inset-inline-start: 0.75rem;
1826
+ pointer-events: none;
1827
+ position: absolute;
1828
+ }
1829
+
1830
+ .pv-range-input-field-with-icon .pv-input-text {
1831
+ padding-inline-start: calc(0.75rem + 1.375rem);
1832
+ }
1833
+
1806
1834
  .pv-range-tooltip,
1807
1835
  .pv-range-dual-tooltip {
1808
1836
  background: var(--color-background-inverse, #242626);
@@ -1617,7 +1617,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1617
1617
  }
1618
1618
 
1619
1619
  .pv-range {
1620
- --range-fill-color: #36c5ba;
1620
+ --range-fill-color: var(--color-background-brand-inverse, #36c5ba);
1621
1621
  --range-thumb-border-width: 3px;
1622
1622
  --range-thumb-size: 20px;
1623
1623
  --range-track-color: var(--color-border, #e3e7ea);
@@ -1808,6 +1808,34 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
1808
1808
  z-index: 3;
1809
1809
  }
1810
1810
 
1811
+ .pv-range-input-label {
1812
+ flex: 0 0 auto;
1813
+ max-width: 100%;
1814
+ min-width: 0;
1815
+ width: var(--pv-range-input-width, 4.6875rem);
1816
+ }
1817
+
1818
+ .pv-range-input-field {
1819
+ align-items: center;
1820
+ display: flex;
1821
+ position: relative;
1822
+ width: 100%;
1823
+ }
1824
+ .pv-range-input-field .pv-input-text {
1825
+ width: 100%;
1826
+ }
1827
+
1828
+ .pv-range-input-icon {
1829
+ color: var(--color-text-subdued, #6E7784);
1830
+ inset-inline-start: 0.75rem;
1831
+ pointer-events: none;
1832
+ position: absolute;
1833
+ }
1834
+
1835
+ .pv-range-input-field-with-icon .pv-input-text {
1836
+ padding-inline-start: calc(0.75rem + 1.375rem);
1837
+ }
1838
+
1811
1839
  .pv-range-tooltip,
1812
1840
  .pv-range-dual-tooltip {
1813
1841
  background: var(--color-background-inverse, #242626);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.231.0",
3
+ "version": "2.233.0",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {