@turquoisehealth/pit-viper 2.197.1 → 2.197.3-dev.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 +15 -1
- package/_site/assets/css/pit-viper-consumer.css +15 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +14 -1
- package/_site/assets/css/pit-viper-v2.css +15 -1
- package/_site/assets/css/pit-viper.css +15 -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-action-button-stats.html +4950 -0
- package/pv-components/dist/stats/web/pv-ai-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-header-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/vue/base/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSidebar/PvSidebar.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1249 -1203
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSidebar/PvSidebar.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +9 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1329 -1239
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +7599 -0
- package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +398 -393
- package/pv-components/dist/web/components/pv-header/pv-header.js +18 -12
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +879 -833
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +866 -820
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +622 -576
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +594 -548
- package/pv-components/dist/web/pv-components.iife.js +36 -36
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -796,10 +796,24 @@
|
|
|
796
796
|
.pv-button-link-secondary {
|
|
797
797
|
color: var(--color-text-subdued, #4B595C);
|
|
798
798
|
}
|
|
799
|
-
.pv-button-link-secondary:not([aria-disabled=true]):hover, .pv-button-link-secondary:not([aria-disabled=true]):focus-visible {
|
|
799
|
+
.pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):hover, .pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):focus-visible {
|
|
800
800
|
color: var(--color-text-body, #121313);
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
+
.pv-button-link-tertiary {
|
|
804
|
+
color: var(--color-text-tertiary, #4B595C);
|
|
805
|
+
}
|
|
806
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):hover {
|
|
807
|
+
color: var(--color-text-tertiary-hover, #4B595C);
|
|
808
|
+
}
|
|
809
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):active {
|
|
810
|
+
color: var(--color-text-tertiary-active, #121313);
|
|
811
|
+
}
|
|
812
|
+
.pv-button-link-tertiary:disabled {
|
|
813
|
+
color: #7D898D;
|
|
814
|
+
background-color: transparent;
|
|
815
|
+
}
|
|
816
|
+
|
|
803
817
|
[class*=pv-segmented-control] {
|
|
804
818
|
padding: 0.125rem;
|
|
805
819
|
background-color: #F0F2F2;
|
|
@@ -802,10 +802,24 @@
|
|
|
802
802
|
.pv-button-link-secondary {
|
|
803
803
|
color: var(--color-text-subdued, #486161);
|
|
804
804
|
}
|
|
805
|
-
.pv-button-link-secondary:not([aria-disabled=true]):hover, .pv-button-link-secondary:not([aria-disabled=true]):focus-visible {
|
|
805
|
+
.pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):hover, .pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):focus-visible {
|
|
806
806
|
color: var(--color-text-body, #1A3A39);
|
|
807
807
|
}
|
|
808
808
|
|
|
809
|
+
.pv-button-link-tertiary {
|
|
810
|
+
color: var(--color-text-tertiary, #768988);
|
|
811
|
+
}
|
|
812
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):hover {
|
|
813
|
+
color: var(--color-text-tertiary-hover, #486161);
|
|
814
|
+
}
|
|
815
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):active {
|
|
816
|
+
color: var(--color-text-tertiary-active, #121313);
|
|
817
|
+
}
|
|
818
|
+
.pv-button-link-tertiary:disabled {
|
|
819
|
+
color: #7D898D;
|
|
820
|
+
background-color: transparent;
|
|
821
|
+
}
|
|
822
|
+
|
|
809
823
|
[class*=pv-segmented-control] {
|
|
810
824
|
padding: 0.125rem;
|
|
811
825
|
background-color: #F0F2F2;
|
|
@@ -715,9 +715,22 @@
|
|
|
715
715
|
.pv-v2 .pv-button-link-secondary {
|
|
716
716
|
color: var(--color-text-subdued, #4B595C);
|
|
717
717
|
}
|
|
718
|
-
.pv-v2 .pv-button-link-secondary:not([aria-disabled=true]):hover, .pv-v2 .pv-button-link-secondary:not([aria-disabled=true]):focus-visible {
|
|
718
|
+
.pv-v2 .pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):hover, .pv-v2 .pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):focus-visible {
|
|
719
719
|
color: var(--color-text-body, #121313);
|
|
720
720
|
}
|
|
721
|
+
.pv-v2 .pv-button-link-tertiary {
|
|
722
|
+
color: var(--color-text-tertiary, #6E8081);
|
|
723
|
+
}
|
|
724
|
+
.pv-v2 .pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):hover {
|
|
725
|
+
color: var(--color-text-tertiary-hover, #4B595C);
|
|
726
|
+
}
|
|
727
|
+
.pv-v2 .pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):active {
|
|
728
|
+
color: var(--color-text-tertiary-active, #121313);
|
|
729
|
+
}
|
|
730
|
+
.pv-v2 .pv-button-link-tertiary:disabled {
|
|
731
|
+
color: #7D898D;
|
|
732
|
+
background-color: transparent;
|
|
733
|
+
}
|
|
721
734
|
.pv-v2 [class*=pv-segmented-control] {
|
|
722
735
|
padding: 0.125rem;
|
|
723
736
|
background-color: #F0F2F2;
|
|
@@ -796,10 +796,24 @@
|
|
|
796
796
|
.pv-button-link-secondary {
|
|
797
797
|
color: var(--color-text-subdued, #4B595C);
|
|
798
798
|
}
|
|
799
|
-
.pv-button-link-secondary:not([aria-disabled=true]):hover, .pv-button-link-secondary:not([aria-disabled=true]):focus-visible {
|
|
799
|
+
.pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):hover, .pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):focus-visible {
|
|
800
800
|
color: var(--color-text-body, #121313);
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
+
.pv-button-link-tertiary {
|
|
804
|
+
color: var(--color-text-tertiary, #6E8081);
|
|
805
|
+
}
|
|
806
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):hover {
|
|
807
|
+
color: var(--color-text-tertiary-hover, #4B595C);
|
|
808
|
+
}
|
|
809
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):active {
|
|
810
|
+
color: var(--color-text-tertiary-active, #121313);
|
|
811
|
+
}
|
|
812
|
+
.pv-button-link-tertiary:disabled {
|
|
813
|
+
color: #7D898D;
|
|
814
|
+
background-color: transparent;
|
|
815
|
+
}
|
|
816
|
+
|
|
803
817
|
[class*=pv-segmented-control] {
|
|
804
818
|
padding: 0.125rem;
|
|
805
819
|
background-color: #F0F2F2;
|
|
@@ -801,10 +801,24 @@
|
|
|
801
801
|
.pv-button-link-secondary {
|
|
802
802
|
color: var(--color-text-subdued, #6E7784);
|
|
803
803
|
}
|
|
804
|
-
.pv-button-link-secondary:not([aria-disabled=true]):hover, .pv-button-link-secondary:not([aria-disabled=true]):focus-visible {
|
|
804
|
+
.pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):hover, .pv-button-link-secondary:not(:disabled):not([aria-disabled=true]):focus-visible {
|
|
805
805
|
color: var(--color-text-body, #02363D);
|
|
806
806
|
}
|
|
807
807
|
|
|
808
|
+
.pv-button-link-tertiary {
|
|
809
|
+
color: var(--color-text-tertiary, #6E8081);
|
|
810
|
+
}
|
|
811
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):hover {
|
|
812
|
+
color: var(--color-text-tertiary-hover, #6E7784);
|
|
813
|
+
}
|
|
814
|
+
.pv-button-link-tertiary:not(:disabled):not([aria-disabled=true]):active {
|
|
815
|
+
color: var(--color-text-tertiary-active, #121313);
|
|
816
|
+
}
|
|
817
|
+
.pv-button-link-tertiary:disabled {
|
|
818
|
+
color: #7D898D;
|
|
819
|
+
background-color: transparent;
|
|
820
|
+
}
|
|
821
|
+
|
|
808
822
|
[class*=pv-segmented-control] {
|
|
809
823
|
padding: 0.25rem;
|
|
810
824
|
background-color: #DCDFE4;
|