@turquoisehealth/pit-viper 2.161.0 → 2.161.2-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 +4 -0
- package/_site/assets/css/pit-viper-consumer.css +4 -0
- package/_site/assets/css/pit-viper-v2-scoped.css +4 -0
- package/_site/assets/css/pit-viper-v2.css +4 -0
- package/_site/assets/css/pit-viper.css +4 -0
- 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-company-label-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-date-picker-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-date-time-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-dropdown-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-popover-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-v2-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-search-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +10 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1662 -1604
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -491
- package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121834
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +0 -299
- package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47028
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223
|
@@ -775,6 +775,10 @@
|
|
|
775
775
|
[class*=pv-button-link].pv-button-inverse:hover:not(:disabled), [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
|
|
776
776
|
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
777
777
|
}
|
|
778
|
+
[class*=pv-button-link].pv-button-xsmall, [class*=pv-button-link].pv-button-small, [class*=pv-button-link].pv-button-large {
|
|
779
|
+
font-size: var(--button-small-font-size, 0.875rem);
|
|
780
|
+
line-height: var(--button-small-line-height, 1.2857142857);
|
|
781
|
+
}
|
|
778
782
|
|
|
779
783
|
.pv-button-link-destructive {
|
|
780
784
|
color: var(--button-link-destructive-color, #801A00);
|
|
@@ -781,6 +781,10 @@
|
|
|
781
781
|
[class*=pv-button-link].pv-button-inverse:hover:not(:disabled), [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
|
|
782
782
|
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
783
783
|
}
|
|
784
|
+
[class*=pv-button-link].pv-button-xsmall, [class*=pv-button-link].pv-button-small, [class*=pv-button-link].pv-button-large {
|
|
785
|
+
font-size: var(--button-small-font-size, 0.875rem);
|
|
786
|
+
line-height: var(--button-small-line-height, 1.4285714286);
|
|
787
|
+
}
|
|
784
788
|
|
|
785
789
|
.pv-button-link-destructive {
|
|
786
790
|
color: var(--button-link-destructive-color, #801A00);
|
|
@@ -697,6 +697,10 @@
|
|
|
697
697
|
.pv-v2 [class*=pv-button-link].pv-button-inverse:hover:not(:disabled), .pv-v2 [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
|
|
698
698
|
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
699
699
|
}
|
|
700
|
+
.pv-v2 [class*=pv-button-link].pv-button-xsmall, .pv-v2 [class*=pv-button-link].pv-button-small, .pv-v2 [class*=pv-button-link].pv-button-large {
|
|
701
|
+
font-size: var(--button-small-font-size, 0.75rem);
|
|
702
|
+
line-height: var(--button-small-line-height, 1.33333333);
|
|
703
|
+
}
|
|
700
704
|
.pv-v2 .pv-button-link-destructive {
|
|
701
705
|
color: var(--button-link-destructive-color, #801A00);
|
|
702
706
|
}
|
|
@@ -775,6 +775,10 @@
|
|
|
775
775
|
[class*=pv-button-link].pv-button-inverse:hover:not(:disabled), [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
|
|
776
776
|
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
777
777
|
}
|
|
778
|
+
[class*=pv-button-link].pv-button-xsmall, [class*=pv-button-link].pv-button-small, [class*=pv-button-link].pv-button-large {
|
|
779
|
+
font-size: var(--button-small-font-size, 0.75rem);
|
|
780
|
+
line-height: var(--button-small-line-height, 1.33333333);
|
|
781
|
+
}
|
|
778
782
|
|
|
779
783
|
.pv-button-link-destructive {
|
|
780
784
|
color: var(--button-link-destructive-color, #801A00);
|
|
@@ -780,6 +780,10 @@
|
|
|
780
780
|
[class*=pv-button-link].pv-button-inverse:hover:not(:disabled), [class*=pv-button-link].pv-button-inverse:focus-visible:not(:disabled) {
|
|
781
781
|
color: var(--button-link-inverse-hover-color, #A8E6E1);
|
|
782
782
|
}
|
|
783
|
+
[class*=pv-button-link].pv-button-xsmall, [class*=pv-button-link].pv-button-small, [class*=pv-button-link].pv-button-large {
|
|
784
|
+
font-size: var(--button-small-font-size, 1rem);
|
|
785
|
+
line-height: var(--button-small-line-height, inherit);
|
|
786
|
+
}
|
|
783
787
|
|
|
784
788
|
.pv-button-link-destructive {
|
|
785
789
|
color: var(--button-link-destructive-color, #DA1E28);
|