@turquoisehealth/pit-viper 2.238.0 → 2.239.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.
- package/_site/assets/css/pit-viper-a11y.css +1 -1
- package/_site/assets/css/pit-viper-consumer.css +1 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +1 -1
- package/_site/assets/css/pit-viper-v2.css +1 -1
- package/_site/assets/css/pit-viper.css +1 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +4 -1
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +4 -1
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +25 -0
- package/pv-components/dist/vue/ai/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +4 -1
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +4 -1
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +25 -0
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +839 -769
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/base/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +4 -1
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +4 -1
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +25 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +2 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +964 -987
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -0
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +1396 -1369
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +715 -677
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +1028 -1003
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1035 -1010
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1021 -995
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1186 -1161
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +22 -12
- package/pv-components/dist/web/pv-components.iife.js +13 -13
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionMenuItemRenderer.vue.d.ts +0 -10
|
@@ -4652,7 +4652,7 @@ div.pv-drawer[open] {
|
|
|
4652
4652
|
--size: 40px;
|
|
4653
4653
|
width: var(--size);
|
|
4654
4654
|
aspect-ratio: 1;
|
|
4655
|
-
background-color: #13595D;
|
|
4655
|
+
background-color: var(--counter-background-color, #13595D);
|
|
4656
4656
|
color: #FFFFFF;
|
|
4657
4657
|
display: grid;
|
|
4658
4658
|
place-items: center;
|
|
@@ -4658,7 +4658,7 @@ div.pv-drawer[open] {
|
|
|
4658
4658
|
--size: 40px;
|
|
4659
4659
|
width: var(--size);
|
|
4660
4660
|
aspect-ratio: 1;
|
|
4661
|
-
background-color: #147F85;
|
|
4661
|
+
background-color: var(--counter-background-color, #147F85);
|
|
4662
4662
|
color: #FFFFFF;
|
|
4663
4663
|
display: grid;
|
|
4664
4664
|
place-items: center;
|
|
@@ -4674,7 +4674,7 @@ div.pv-drawer[open] {
|
|
|
4674
4674
|
--size: 40px;
|
|
4675
4675
|
width: var(--size);
|
|
4676
4676
|
aspect-ratio: 1;
|
|
4677
|
-
background-color: #16696D;
|
|
4677
|
+
background-color: var(--counter-background-color, #16696D);
|
|
4678
4678
|
color: #FFFFFF;
|
|
4679
4679
|
display: grid;
|
|
4680
4680
|
place-items: center;
|
|
@@ -4657,7 +4657,7 @@ div.pv-drawer[open] {
|
|
|
4657
4657
|
--size: 40px;
|
|
4658
4658
|
width: var(--size);
|
|
4659
4659
|
aspect-ratio: 1;
|
|
4660
|
-
background-color: #176F6F;
|
|
4660
|
+
background-color: var(--counter-background-color, #176F6F);
|
|
4661
4661
|
color: #FFFFFF;
|
|
4662
4662
|
display: grid;
|
|
4663
4663
|
place-items: center;
|