@turquoisehealth/pit-viper 2.79.2-dev.3 → 2.81.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-v2-scoped.css +43 -53
- package/_site/assets/css/pit-viper-v2.css +44 -53
- package/_site/assets/css/pit-viper.css +30 -39
- package/package.json +12 -31
- package/pv-components/dist/vue/base/pv-components-base.d.ts +2073 -0
- package/pv-components/dist/vue/base/pv-components-base.js +20 -20
- package/pv-components/dist/vue/base/pv-components-base.mjs +873 -873
- package/pv-components/dist/vue/base/pv-components-base.umd.js +14 -14
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +491 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +259 -0
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +121831 -0
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +259 -0
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +299 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +223 -0
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +47028 -0
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +223 -0
- package/pv-components/dist/web/index.d.ts +1 -0
- package/pv-components/dist/web/pv-components.iife.js +13 -13
- package/pv-components/dist/vue/base/components/base/PvAccordion/PvAccordion.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAccordion/PvAccordion.vue.d.ts +0 -28
- package/pv-components/dist/vue/base/components/base/PvAccordion/types.d.ts +0 -5
- package/pv-components/dist/vue/base/components/base/PvActionBar/PvActionBar.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvActionBar/PvActionBar.vue.d.ts +0 -24
- package/pv-components/dist/vue/base/components/base/PvActionBar/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +0 -13
- package/pv-components/dist/vue/base/components/base/PvAiButton/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvAvatar/PvAvatar.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAvatar/PvAvatar.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvAvatar/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +0 -8
- package/pv-components/dist/vue/base/components/base/PvAvatarGroup/types.d.ts +0 -5
- package/pv-components/dist/vue/base/components/base/PvBanner/PvBanner.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvBanner/PvBanner.vue.d.ts +0 -29
- package/pv-components/dist/vue/base/components/base/PvBanner/types.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -7
- package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvButton/PvButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +0 -20
- package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvCard/PvCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCard/PvCard.vue.d.ts +0 -27
- package/pv-components/dist/vue/base/components/base/PvCard/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +0 -17
- package/pv-components/dist/vue/base/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvCompanyLabel/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +0 -27
- package/pv-components/dist/vue/base/components/base/PvComponentsConfig/primeVue.config.d.ts +0 -14
- package/pv-components/dist/vue/base/components/base/PvComponentsConfig/usePvComponents.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -16
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvDatePicker/PvDatePicker.vue.d.ts +0 -115
- package/pv-components/dist/vue/base/components/base/PvDateTime/PvDateTime.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvDateTime/PvDateTime.vue.d.ts +0 -14
- package/pv-components/dist/vue/base/components/base/PvDateTime/useDateTime.d.ts +0 -9
- package/pv-components/dist/vue/base/components/base/PvDateTime/useDateTime.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvDrawer/PvDrawer.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvDrawer/PvDrawer.vue.d.ts +0 -34
- package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +0 -117
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +0 -30
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvGhostInput/PvGhostInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvGhostInput/PvGhostInput.vue.d.ts +0 -39
- package/pv-components/dist/vue/base/components/base/PvGhostInput/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvIcon/PvIcon.vue.d.ts +0 -10
- package/pv-components/dist/vue/base/components/base/PvInput/PvInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvInput/PvInput.vue.d.ts +0 -40
- package/pv-components/dist/vue/base/components/base/PvInput/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvInsightCard/PvInsightCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvInsightCard/PvInsightCard.vue.d.ts +0 -22
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenu.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenu.vue.d.ts +0 -183
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +0 -18
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +0 -25
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +0 -13
- package/pv-components/dist/vue/base/components/base/PvMenu/useMenuPosition.d.ts +0 -66
- package/pv-components/dist/vue/base/components/base/PvMenu/useMenuPosition.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvModal/PvModal.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +0 -28
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -361
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectMenuItem.vue.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/mocks.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +0 -21
- package/pv-components/dist/vue/base/components/base/PvPagination/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvPagination/usePagination.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvPagination/usePagination.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +0 -31
- package/pv-components/dist/vue/base/components/base/PvPill/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvPopover/PvPopover.vue.d.ts +0 -31
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +0 -44
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvRating/PvRating.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvRating/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -6
- package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -26
- package/pv-components/dist/vue/base/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -19
- package/pv-components/dist/vue/base/components/base/PvSegmentedControl/types.d.ts +0 -8
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +0 -228
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +0 -33
- package/pv-components/dist/vue/base/components/base/PvSelectButton/mocks.d.ts +0 -13
- package/pv-components/dist/vue/base/components/base/PvSelectButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +0 -25
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvSkeleton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvSpinner/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvSprite/PvSprite.vue.d.ts +0 -9
- package/pv-components/dist/vue/base/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +0 -31
- package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -22
- package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvTabList/PvTabList.vue.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +0 -18
- package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +0 -7
- package/pv-components/dist/vue/base/components/base/PvTag/PvTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +0 -41
- package/pv-components/dist/vue/base/components/base/PvTag/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvTextArea/PvTextArea.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTextArea/PvTextArea.vue.d.ts +0 -40
- package/pv-components/dist/vue/base/components/base/PvTextArea/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvToast/PvToast.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvToast/PvToast.vue.d.ts +0 -30
- package/pv-components/dist/vue/base/components/base/PvToast/types.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +0 -29
- package/pv-components/dist/vue/base/components/base/PvToggleButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +0 -34
- package/pv-components/dist/vue/base/components/base/PvTooltip/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvWidget/PvWidget.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvWidget/PvWidget.vue.d.ts +0 -18
- package/pv-components/dist/vue/base/components/base/baseProps.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/index.d.ts +0 -54
- package/pv-components/dist/vue/base/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +0 -24
- package/pv-components/dist/vue/base/types.d.ts +0 -40
- package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +0 -5
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -176
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +0 -11849
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
- package/pv-components/dist/vue/visualizations/types.d.ts +0 -40
|
@@ -2014,22 +2014,29 @@
|
|
|
2014
2014
|
border-spacing: 0;
|
|
2015
2015
|
background-color: #FFFFFF;
|
|
2016
2016
|
text-align: left;
|
|
2017
|
+
font-size: 0.75rem;
|
|
2018
|
+
line-height: 1.33333333;
|
|
2017
2019
|
}
|
|
2018
2020
|
.pv-v2 .pv-table th,
|
|
2019
2021
|
.pv-v2 .pv-table-compressed th {
|
|
2020
|
-
padding: 0.75rem;
|
|
2022
|
+
padding: 0.5rem 0.75rem;
|
|
2021
2023
|
border-block-end: 1px solid #E3E7EA;
|
|
2024
|
+
background-color: #F7F8F8;
|
|
2022
2025
|
}
|
|
2023
2026
|
.pv-v2 .pv-table th a,
|
|
2024
2027
|
.pv-v2 .pv-table-compressed th a {
|
|
2025
|
-
margin:
|
|
2026
|
-
padding: 0.75rem;
|
|
2028
|
+
margin: calc(0.5rem 0.75rem * -1);
|
|
2029
|
+
padding: 0.5rem 0.75rem;
|
|
2027
2030
|
}
|
|
2028
2031
|
.pv-v2 .pv-table td,
|
|
2029
2032
|
.pv-v2 .pv-table-compressed td {
|
|
2030
|
-
padding:
|
|
2033
|
+
padding: 0.5rem 0.75rem;
|
|
2031
2034
|
font-weight: 400;
|
|
2032
2035
|
}
|
|
2036
|
+
.pv-v2 .pv-table tr:not(:last-child) > td,
|
|
2037
|
+
.pv-v2 .pv-table-compressed tr:not(:last-child) > td {
|
|
2038
|
+
border-bottom: 1px solid #E3E7EA;
|
|
2039
|
+
}
|
|
2033
2040
|
.pv-v2 .pv-table :where(a:not[class*=pv-text]),
|
|
2034
2041
|
.pv-v2 .pv-table-compressed :where(a:not[class*=pv-text]) {
|
|
2035
2042
|
color: inherit;
|
|
@@ -2044,24 +2051,24 @@
|
|
|
2044
2051
|
text-decoration: none;
|
|
2045
2052
|
}
|
|
2046
2053
|
.pv-v2 .pv-table th {
|
|
2047
|
-
font-weight:
|
|
2048
|
-
text-transform:
|
|
2049
|
-
font-size:
|
|
2050
|
-
line-height:
|
|
2051
|
-
letter-spacing:
|
|
2054
|
+
font-weight: 600;
|
|
2055
|
+
text-transform: unset;
|
|
2056
|
+
font-size: inherit;
|
|
2057
|
+
line-height: inherit;
|
|
2058
|
+
letter-spacing: unset;
|
|
2052
2059
|
}
|
|
2053
2060
|
.pv-v2 .pv-table-compressed th, .pv-v2 .pv-table-compressed td {
|
|
2054
|
-
padding-block: 0.
|
|
2061
|
+
padding-block: 0.25rem;
|
|
2055
2062
|
}
|
|
2056
2063
|
.pv-v2 .pv-table-compressed :where(th) {
|
|
2057
|
-
background-color: #
|
|
2058
|
-
font-size:
|
|
2059
|
-
line-height:
|
|
2064
|
+
background-color: #F7F8F8;
|
|
2065
|
+
font-size: inherit;
|
|
2066
|
+
line-height: inherit;
|
|
2060
2067
|
font-weight: 600;
|
|
2061
2068
|
}
|
|
2062
2069
|
.pv-v2 .pv-table-compressed :where(th) a {
|
|
2063
|
-
margin-block:
|
|
2064
|
-
padding-block: 0.
|
|
2070
|
+
margin-block: calc(0.25rem * -1);
|
|
2071
|
+
padding-block: 0.25rem;
|
|
2065
2072
|
}
|
|
2066
2073
|
.pv-v2 .pv-table-bordered,
|
|
2067
2074
|
.pv-v2 .pv-table-compressed {
|
|
@@ -2115,12 +2122,12 @@
|
|
|
2115
2122
|
table-layout: fixed;
|
|
2116
2123
|
width: 100%;
|
|
2117
2124
|
position: relative;
|
|
2125
|
+
font-size: 0.75rem;
|
|
2126
|
+
line-height: 1.33333333;
|
|
2118
2127
|
}
|
|
2119
2128
|
.pv-v2 .pv-table-matrix :where(thead th),
|
|
2120
2129
|
.pv-v2 .pv-table-matrix-compressed :where(thead th) {
|
|
2121
|
-
padding: 0.
|
|
2122
|
-
font-size: 1rem;
|
|
2123
|
-
line-height: 1.25;
|
|
2130
|
+
padding: 0.5rem 0.75rem;
|
|
2124
2131
|
min-height: 69px;
|
|
2125
2132
|
background-color: #F7F8F8;
|
|
2126
2133
|
}
|
|
@@ -2175,17 +2182,11 @@
|
|
|
2175
2182
|
.pv-v2 .pv-table-matrix-compressed thead th:first-of-type {
|
|
2176
2183
|
z-index: 30;
|
|
2177
2184
|
}
|
|
2178
|
-
.pv-v2 .pv-table-
|
|
2179
|
-
.pv-v2 .pv-table-matrix-compressed td,
|
|
2180
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td {
|
|
2185
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) {
|
|
2181
2186
|
position: relative;
|
|
2182
2187
|
}
|
|
2183
|
-
.pv-v2 .pv-table-
|
|
2184
|
-
.pv-v2 .pv-table-
|
|
2185
|
-
.pv-v2 .pv-table-matrix-compressed td button,
|
|
2186
|
-
.pv-v2 .pv-table-matrix-compressed td .pv-table-button,
|
|
2187
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td button,
|
|
2188
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td .pv-table-button {
|
|
2188
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button,
|
|
2189
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button {
|
|
2189
2190
|
text-align: left;
|
|
2190
2191
|
padding: 0.5rem 0.75rem;
|
|
2191
2192
|
position: absolute;
|
|
@@ -2200,39 +2201,23 @@
|
|
|
2200
2201
|
justify-content: space-between;
|
|
2201
2202
|
gap: 0.5rem;
|
|
2202
2203
|
}
|
|
2203
|
-
.pv-v2 .pv-table-
|
|
2204
|
-
.pv-v2 .pv-table-
|
|
2205
|
-
.pv-v2 .pv-table-matrix-compressed td button > div:last-of-type,
|
|
2206
|
-
.pv-v2 .pv-table-matrix-compressed td .pv-table-button > div:last-of-type,
|
|
2207
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td button > div:last-of-type,
|
|
2208
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td .pv-table-button > div:last-of-type {
|
|
2204
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button > div:last-of-type,
|
|
2205
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button > div:last-of-type {
|
|
2209
2206
|
display: none;
|
|
2210
2207
|
opacity: 0;
|
|
2211
2208
|
transition: all 0.3s ease-in-out;
|
|
2212
2209
|
}
|
|
2213
|
-
.pv-v2 .pv-table-
|
|
2214
|
-
.pv-v2 .pv-table-
|
|
2215
|
-
.pv-v2 .pv-table-matrix-compressed td button:where(:hover, :focus-visible),
|
|
2216
|
-
.pv-v2 .pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible),
|
|
2217
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible),
|
|
2218
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) {
|
|
2210
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible),
|
|
2211
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) {
|
|
2219
2212
|
background-color: #F7F8F8;
|
|
2220
2213
|
}
|
|
2221
|
-
.pv-v2 .pv-table-
|
|
2222
|
-
.pv-v2 .pv-table-
|
|
2223
|
-
.pv-v2 .pv-table-matrix-compressed td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2224
|
-
.pv-v2 .pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2225
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2226
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
|
|
2214
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2215
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
|
|
2227
2216
|
display: flex;
|
|
2228
2217
|
opacity: 1;
|
|
2229
2218
|
}
|
|
2230
|
-
.pv-v2 .pv-table-
|
|
2231
|
-
.pv-v2 .pv-table-
|
|
2232
|
-
.pv-v2 .pv-table-matrix-compressed td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2233
|
-
.pv-v2 .pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2234
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2235
|
-
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
|
|
2219
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2220
|
+
.pv-v2 [class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
|
|
2236
2221
|
display: none;
|
|
2237
2222
|
}
|
|
2238
2223
|
.pv-v2 [class*=pv-table] td:has(button) {
|
|
@@ -2315,6 +2300,10 @@
|
|
|
2315
2300
|
.pv-v2 .pv-table-vertical-borders .pv-border-thick-right:not(last-child) {
|
|
2316
2301
|
border-right-width: 2px;
|
|
2317
2302
|
}
|
|
2303
|
+
.pv-v2 .pv-cell-hover:hover,
|
|
2304
|
+
.pv-v2 .pv-cell-hover:focus-within {
|
|
2305
|
+
background-color: #F7F8F8;
|
|
2306
|
+
}
|
|
2318
2307
|
.pv-v2 .pv-popover {
|
|
2319
2308
|
--width: 220px;
|
|
2320
2309
|
--height: 266px;
|
|
@@ -2463,7 +2452,6 @@
|
|
|
2463
2452
|
.pv-v2 .pv-tag-lg:has(.pv-company-sm) {
|
|
2464
2453
|
padding: 3px 4px;
|
|
2465
2454
|
}
|
|
2466
|
-
.pv-v2 .pv-tag-inverse,
|
|
2467
2455
|
.pv-v2 .pv-tag-red-inverse,
|
|
2468
2456
|
.pv-v2 .pv-tag-yellow-inverse,
|
|
2469
2457
|
.pv-v2 .pv-tag-green-inverse,
|
|
@@ -2473,7 +2461,9 @@
|
|
|
2473
2461
|
color: #FFFFFF;
|
|
2474
2462
|
}
|
|
2475
2463
|
.pv-v2 .pv-tag-inverse {
|
|
2476
|
-
background
|
|
2464
|
+
background: transparent;
|
|
2465
|
+
color: white;
|
|
2466
|
+
border-color: white;
|
|
2477
2467
|
}
|
|
2478
2468
|
.pv-v2 .pv-tag-red,
|
|
2479
2469
|
.pv-v2 .pv-tag-error {
|
|
@@ -2188,22 +2188,29 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2188
2188
|
border-spacing: 0;
|
|
2189
2189
|
background-color: #FFFFFF;
|
|
2190
2190
|
text-align: left;
|
|
2191
|
+
font-size: 0.75rem;
|
|
2192
|
+
line-height: 1.33333333;
|
|
2191
2193
|
}
|
|
2192
2194
|
.pv-table th,
|
|
2193
2195
|
.pv-table-compressed th {
|
|
2194
|
-
padding: 0.75rem;
|
|
2196
|
+
padding: 0.5rem 0.75rem;
|
|
2195
2197
|
border-block-end: 1px solid #E3E7EA;
|
|
2198
|
+
background-color: #F7F8F8;
|
|
2196
2199
|
}
|
|
2197
2200
|
.pv-table th a,
|
|
2198
2201
|
.pv-table-compressed th a {
|
|
2199
|
-
margin:
|
|
2200
|
-
padding: 0.75rem;
|
|
2202
|
+
margin: calc(0.5rem 0.75rem * -1);
|
|
2203
|
+
padding: 0.5rem 0.75rem;
|
|
2201
2204
|
}
|
|
2202
2205
|
.pv-table td,
|
|
2203
2206
|
.pv-table-compressed td {
|
|
2204
|
-
padding:
|
|
2207
|
+
padding: 0.5rem 0.75rem;
|
|
2205
2208
|
font-weight: 400;
|
|
2206
2209
|
}
|
|
2210
|
+
.pv-table tr:not(:last-child) > td,
|
|
2211
|
+
.pv-table-compressed tr:not(:last-child) > td {
|
|
2212
|
+
border-bottom: 1px solid #E3E7EA;
|
|
2213
|
+
}
|
|
2207
2214
|
.pv-table :where(a:not[class*=pv-text]),
|
|
2208
2215
|
.pv-table-compressed :where(a:not[class*=pv-text]) {
|
|
2209
2216
|
color: inherit;
|
|
@@ -2219,25 +2226,25 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2219
2226
|
}
|
|
2220
2227
|
|
|
2221
2228
|
.pv-table th {
|
|
2222
|
-
font-weight:
|
|
2223
|
-
text-transform:
|
|
2224
|
-
font-size:
|
|
2225
|
-
line-height:
|
|
2226
|
-
letter-spacing:
|
|
2229
|
+
font-weight: 600;
|
|
2230
|
+
text-transform: unset;
|
|
2231
|
+
font-size: inherit;
|
|
2232
|
+
line-height: inherit;
|
|
2233
|
+
letter-spacing: unset;
|
|
2227
2234
|
}
|
|
2228
2235
|
|
|
2229
2236
|
.pv-table-compressed th, .pv-table-compressed td {
|
|
2230
|
-
padding-block: 0.
|
|
2237
|
+
padding-block: 0.25rem;
|
|
2231
2238
|
}
|
|
2232
2239
|
.pv-table-compressed :where(th) {
|
|
2233
|
-
background-color: #
|
|
2234
|
-
font-size:
|
|
2235
|
-
line-height:
|
|
2240
|
+
background-color: #F7F8F8;
|
|
2241
|
+
font-size: inherit;
|
|
2242
|
+
line-height: inherit;
|
|
2236
2243
|
font-weight: 600;
|
|
2237
2244
|
}
|
|
2238
2245
|
.pv-table-compressed :where(th) a {
|
|
2239
|
-
margin-block:
|
|
2240
|
-
padding-block: 0.
|
|
2246
|
+
margin-block: calc(0.25rem * -1);
|
|
2247
|
+
padding-block: 0.25rem;
|
|
2241
2248
|
}
|
|
2242
2249
|
|
|
2243
2250
|
.pv-table-bordered,
|
|
@@ -2299,12 +2306,12 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2299
2306
|
table-layout: fixed;
|
|
2300
2307
|
width: 100%;
|
|
2301
2308
|
position: relative;
|
|
2309
|
+
font-size: 0.75rem;
|
|
2310
|
+
line-height: 1.33333333;
|
|
2302
2311
|
}
|
|
2303
2312
|
.pv-table-matrix :where(thead th),
|
|
2304
2313
|
.pv-table-matrix-compressed :where(thead th) {
|
|
2305
|
-
padding: 0.
|
|
2306
|
-
font-size: 1rem;
|
|
2307
|
-
line-height: 1.25;
|
|
2314
|
+
padding: 0.5rem 0.75rem;
|
|
2308
2315
|
min-height: 69px;
|
|
2309
2316
|
background-color: #F7F8F8;
|
|
2310
2317
|
}
|
|
@@ -2360,17 +2367,11 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2360
2367
|
z-index: 30;
|
|
2361
2368
|
}
|
|
2362
2369
|
|
|
2363
|
-
.pv-table-
|
|
2364
|
-
.pv-table-matrix-compressed td,
|
|
2365
|
-
[class*=pv-table]:has(td .pv-table-button) td {
|
|
2370
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) {
|
|
2366
2371
|
position: relative;
|
|
2367
2372
|
}
|
|
2368
|
-
.pv-table-
|
|
2369
|
-
.pv-table-
|
|
2370
|
-
.pv-table-matrix-compressed td button,
|
|
2371
|
-
.pv-table-matrix-compressed td .pv-table-button,
|
|
2372
|
-
[class*=pv-table]:has(td .pv-table-button) td button,
|
|
2373
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button {
|
|
2373
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button,
|
|
2374
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button {
|
|
2374
2375
|
text-align: left;
|
|
2375
2376
|
padding: 0.5rem 0.75rem;
|
|
2376
2377
|
position: absolute;
|
|
@@ -2385,39 +2386,23 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2385
2386
|
justify-content: space-between;
|
|
2386
2387
|
gap: 0.5rem;
|
|
2387
2388
|
}
|
|
2388
|
-
.pv-table-
|
|
2389
|
-
.pv-table-
|
|
2390
|
-
.pv-table-matrix-compressed td button > div:last-of-type,
|
|
2391
|
-
.pv-table-matrix-compressed td .pv-table-button > div:last-of-type,
|
|
2392
|
-
[class*=pv-table]:has(td .pv-table-button) td button > div:last-of-type,
|
|
2393
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button > div:last-of-type {
|
|
2389
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button > div:last-of-type,
|
|
2390
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button > div:last-of-type {
|
|
2394
2391
|
display: none;
|
|
2395
2392
|
opacity: 0;
|
|
2396
2393
|
transition: all 0.3s ease-in-out;
|
|
2397
2394
|
}
|
|
2398
|
-
.pv-table-
|
|
2399
|
-
.pv-table-
|
|
2400
|
-
.pv-table-matrix-compressed td button:where(:hover, :focus-visible),
|
|
2401
|
-
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible),
|
|
2402
|
-
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible),
|
|
2403
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) {
|
|
2395
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible),
|
|
2396
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) {
|
|
2404
2397
|
background-color: #F7F8F8;
|
|
2405
2398
|
}
|
|
2406
|
-
.pv-table-
|
|
2407
|
-
.pv-table-
|
|
2408
|
-
.pv-table-matrix-compressed td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2409
|
-
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2410
|
-
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2411
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
|
|
2399
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2400
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
|
|
2412
2401
|
display: flex;
|
|
2413
2402
|
opacity: 1;
|
|
2414
2403
|
}
|
|
2415
|
-
.pv-table-
|
|
2416
|
-
.pv-table-
|
|
2417
|
-
.pv-table-matrix-compressed td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2418
|
-
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2419
|
-
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2420
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
|
|
2404
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2405
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
|
|
2421
2406
|
display: none;
|
|
2422
2407
|
}
|
|
2423
2408
|
|
|
@@ -2515,6 +2500,11 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2515
2500
|
border-right-width: 2px;
|
|
2516
2501
|
}
|
|
2517
2502
|
|
|
2503
|
+
.pv-cell-hover:hover,
|
|
2504
|
+
.pv-cell-hover:focus-within {
|
|
2505
|
+
background-color: #F7F8F8;
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2518
2508
|
.pv-popover {
|
|
2519
2509
|
--width: 220px;
|
|
2520
2510
|
--height: 266px;
|
|
@@ -2675,7 +2665,6 @@ strong[class*=pv-tag] {
|
|
|
2675
2665
|
padding: 3px 4px;
|
|
2676
2666
|
}
|
|
2677
2667
|
|
|
2678
|
-
.pv-tag-inverse,
|
|
2679
2668
|
.pv-tag-red-inverse,
|
|
2680
2669
|
.pv-tag-yellow-inverse,
|
|
2681
2670
|
.pv-tag-green-inverse,
|
|
@@ -2686,7 +2675,9 @@ strong[class*=pv-tag] {
|
|
|
2686
2675
|
}
|
|
2687
2676
|
|
|
2688
2677
|
.pv-tag-inverse {
|
|
2689
|
-
background
|
|
2678
|
+
background: transparent;
|
|
2679
|
+
color: white;
|
|
2680
|
+
border-color: white;
|
|
2690
2681
|
}
|
|
2691
2682
|
|
|
2692
2683
|
.pv-tag-red,
|
|
@@ -2193,15 +2193,18 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2193
2193
|
border-spacing: 0;
|
|
2194
2194
|
background-color: #FFFFFF;
|
|
2195
2195
|
text-align: left;
|
|
2196
|
+
font-size: inherit;
|
|
2197
|
+
line-height: inherit;
|
|
2196
2198
|
}
|
|
2197
2199
|
.pv-table th,
|
|
2198
2200
|
.pv-table-compressed th {
|
|
2199
2201
|
padding: 0.75rem;
|
|
2200
2202
|
border-block-end: 1px solid #DCDFE4;
|
|
2203
|
+
background-color: inherit;
|
|
2201
2204
|
}
|
|
2202
2205
|
.pv-table th a,
|
|
2203
2206
|
.pv-table-compressed th a {
|
|
2204
|
-
margin:
|
|
2207
|
+
margin: calc(0.75rem * -1);
|
|
2205
2208
|
padding: 0.75rem;
|
|
2206
2209
|
}
|
|
2207
2210
|
.pv-table td,
|
|
@@ -2209,6 +2212,10 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2209
2212
|
padding: 1rem 0.75rem;
|
|
2210
2213
|
font-weight: 400;
|
|
2211
2214
|
}
|
|
2215
|
+
.pv-table tr:not(:last-child) > td,
|
|
2216
|
+
.pv-table-compressed tr:not(:last-child) > td {
|
|
2217
|
+
border-bottom: none;
|
|
2218
|
+
}
|
|
2212
2219
|
.pv-table :where(a:not[class*=pv-text]),
|
|
2213
2220
|
.pv-table-compressed :where(a:not[class*=pv-text]) {
|
|
2214
2221
|
color: inherit;
|
|
@@ -2241,7 +2248,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2241
2248
|
font-weight: 600;
|
|
2242
2249
|
}
|
|
2243
2250
|
.pv-table-compressed :where(th) a {
|
|
2244
|
-
margin-block:
|
|
2251
|
+
margin-block: calc(0.5rem * -1);
|
|
2245
2252
|
padding-block: 0.5rem;
|
|
2246
2253
|
}
|
|
2247
2254
|
|
|
@@ -2304,12 +2311,12 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2304
2311
|
table-layout: fixed;
|
|
2305
2312
|
width: 100%;
|
|
2306
2313
|
position: relative;
|
|
2314
|
+
font-size: 1rem;
|
|
2315
|
+
line-height: 1.25;
|
|
2307
2316
|
}
|
|
2308
2317
|
.pv-table-matrix :where(thead th),
|
|
2309
2318
|
.pv-table-matrix-compressed :where(thead th) {
|
|
2310
2319
|
padding: 0.875rem 0.75rem;
|
|
2311
|
-
font-size: 1rem;
|
|
2312
|
-
line-height: 1.25;
|
|
2313
2320
|
min-height: 69px;
|
|
2314
2321
|
background-color: #F8F8FA;
|
|
2315
2322
|
}
|
|
@@ -2365,17 +2372,11 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2365
2372
|
z-index: 30;
|
|
2366
2373
|
}
|
|
2367
2374
|
|
|
2368
|
-
.pv-table-
|
|
2369
|
-
.pv-table-matrix-compressed td,
|
|
2370
|
-
[class*=pv-table]:has(td .pv-table-button) td {
|
|
2375
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) {
|
|
2371
2376
|
position: relative;
|
|
2372
2377
|
}
|
|
2373
|
-
.pv-table-
|
|
2374
|
-
.pv-table-
|
|
2375
|
-
.pv-table-matrix-compressed td button,
|
|
2376
|
-
.pv-table-matrix-compressed td .pv-table-button,
|
|
2377
|
-
[class*=pv-table]:has(td .pv-table-button) td button,
|
|
2378
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button {
|
|
2378
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button,
|
|
2379
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button {
|
|
2379
2380
|
text-align: left;
|
|
2380
2381
|
padding: 0.5rem 0.75rem;
|
|
2381
2382
|
position: absolute;
|
|
@@ -2390,39 +2391,23 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2390
2391
|
justify-content: space-between;
|
|
2391
2392
|
gap: 0.5rem;
|
|
2392
2393
|
}
|
|
2393
|
-
.pv-table-
|
|
2394
|
-
.pv-table-
|
|
2395
|
-
.pv-table-matrix-compressed td button > div:last-of-type,
|
|
2396
|
-
.pv-table-matrix-compressed td .pv-table-button > div:last-of-type,
|
|
2397
|
-
[class*=pv-table]:has(td .pv-table-button) td button > div:last-of-type,
|
|
2398
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button > div:last-of-type {
|
|
2394
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button > div:last-of-type,
|
|
2395
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button > div:last-of-type {
|
|
2399
2396
|
display: none;
|
|
2400
2397
|
opacity: 0;
|
|
2401
2398
|
transition: all 0.3s ease-in-out;
|
|
2402
2399
|
}
|
|
2403
|
-
.pv-table-
|
|
2404
|
-
.pv-table-
|
|
2405
|
-
.pv-table-matrix-compressed td button:where(:hover, :focus-visible),
|
|
2406
|
-
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible),
|
|
2407
|
-
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible),
|
|
2408
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) {
|
|
2400
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible),
|
|
2401
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) {
|
|
2409
2402
|
background-color: #F8F8FA;
|
|
2410
2403
|
}
|
|
2411
|
-
.pv-table-
|
|
2412
|
-
.pv-table-
|
|
2413
|
-
.pv-table-matrix-compressed td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2414
|
-
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2415
|
-
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2416
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
|
|
2404
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible) > div:last-of-type,
|
|
2405
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) > div:last-of-type {
|
|
2417
2406
|
display: flex;
|
|
2418
2407
|
opacity: 1;
|
|
2419
2408
|
}
|
|
2420
|
-
.pv-table-
|
|
2421
|
-
.pv-table-
|
|
2422
|
-
.pv-table-matrix-compressed td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2423
|
-
.pv-table-matrix-compressed td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2424
|
-
[class*=pv-table]:has(td .pv-table-button) td button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2425
|
-
[class*=pv-table]:has(td .pv-table-button) td .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
|
|
2409
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip),
|
|
2410
|
+
[class*=pv-table]:has(td .pv-table-button) td:has(.pv-table-button) .pv-table-button:where(:hover, :focus-visible) > :first-child:not(svg, .pv-truncate, .pv-tooltip) {
|
|
2426
2411
|
display: none;
|
|
2427
2412
|
}
|
|
2428
2413
|
|
|
@@ -2520,6 +2505,11 @@ td:not([rowspan]) > .pv-responsive-cell {
|
|
|
2520
2505
|
border-right-width: 2px;
|
|
2521
2506
|
}
|
|
2522
2507
|
|
|
2508
|
+
.pv-cell-hover:hover,
|
|
2509
|
+
.pv-cell-hover:focus-within {
|
|
2510
|
+
background-color: #F8F8FA;
|
|
2511
|
+
}
|
|
2512
|
+
|
|
2523
2513
|
.pv-popover {
|
|
2524
2514
|
--width: 220px;
|
|
2525
2515
|
--height: 266px;
|
|
@@ -2680,7 +2670,6 @@ strong[class*=pv-tag] {
|
|
|
2680
2670
|
padding: 3px 4px;
|
|
2681
2671
|
}
|
|
2682
2672
|
|
|
2683
|
-
.pv-tag-inverse,
|
|
2684
2673
|
.pv-tag-red-inverse,
|
|
2685
2674
|
.pv-tag-yellow-inverse,
|
|
2686
2675
|
.pv-tag-green-inverse,
|
|
@@ -2691,7 +2680,9 @@ strong[class*=pv-tag] {
|
|
|
2691
2680
|
}
|
|
2692
2681
|
|
|
2693
2682
|
.pv-tag-inverse {
|
|
2694
|
-
background
|
|
2683
|
+
background: transparent;
|
|
2684
|
+
color: white;
|
|
2685
|
+
border-color: white;
|
|
2695
2686
|
}
|
|
2696
2687
|
|
|
2697
2688
|
.pv-tag-red,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turquoisehealth/pit-viper",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.81.0",
|
|
4
4
|
"description": "Turquoise Health's design system.",
|
|
5
5
|
"main": "README.md",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,17 +23,22 @@
|
|
|
23
23
|
],
|
|
24
24
|
"exports": {
|
|
25
25
|
"./components": {
|
|
26
|
-
"types": "./pv-components/dist/vue/base/components
|
|
26
|
+
"types": "./pv-components/dist/vue/base/pv-components-base.d.ts",
|
|
27
27
|
"import": "./pv-components/dist/vue/base/pv-components-base.mjs",
|
|
28
28
|
"require": "./pv-components/dist/vue/base/pv-components-base.js"
|
|
29
29
|
},
|
|
30
|
-
"./components/
|
|
31
|
-
"types": "./pv-components/dist/vue/
|
|
32
|
-
"import": "./pv-components/dist/vue/
|
|
33
|
-
"require": "./pv-components/dist/vue/
|
|
30
|
+
"./components/tables": {
|
|
31
|
+
"types": "./pv-components/dist/vue/tables/pv-components-tables.d.ts",
|
|
32
|
+
"import": "./pv-components/dist/vue/tables/pv-components-tables.mjs",
|
|
33
|
+
"require": "./pv-components/dist/vue/tables/pv-components-tables.js"
|
|
34
|
+
},
|
|
35
|
+
"./components/charts": {
|
|
36
|
+
"types": "./pv-components/dist/vue/charts/pv-components-charts.d.ts",
|
|
37
|
+
"import": "./pv-components/dist/vue/charts/pv-components-charts.mjs",
|
|
38
|
+
"require": "./pv-components/dist/vue/charts/pv-components-charts.js"
|
|
34
39
|
},
|
|
35
40
|
"./web_components": {
|
|
36
|
-
"types": "./pv-components/dist/
|
|
41
|
+
"types": "./pv-components/dist/types/index.d.ts",
|
|
37
42
|
"default": "./pv-components/dist/web/pv-components.iife.js"
|
|
38
43
|
}
|
|
39
44
|
},
|
|
@@ -68,30 +73,6 @@
|
|
|
68
73
|
"url": "https://github.com/turquoisehealth/pit-viper/issues"
|
|
69
74
|
},
|
|
70
75
|
"homepage": "https://github.com/turquoisehealth/pit-viper/",
|
|
71
|
-
"peerDependencies": {
|
|
72
|
-
"ag-charts-enterprise": "^12.1.0",
|
|
73
|
-
"ag-charts-vue3": "^12.1.0",
|
|
74
|
-
"ag-grid-community": "^33.2.4",
|
|
75
|
-
"ag-grid-enterprise": "^33.2.4",
|
|
76
|
-
"ag-grid-vue3": "^33.2.4"
|
|
77
|
-
},
|
|
78
|
-
"peerDependenciesMeta": {
|
|
79
|
-
"ag-charts-enterprise": {
|
|
80
|
-
"optional": true
|
|
81
|
-
},
|
|
82
|
-
"ag-charts-vue3": {
|
|
83
|
-
"optional": true
|
|
84
|
-
},
|
|
85
|
-
"ag-grid-community": {
|
|
86
|
-
"optional": true
|
|
87
|
-
},
|
|
88
|
-
"ag-grid-enterprise": {
|
|
89
|
-
"optional": true
|
|
90
|
-
},
|
|
91
|
-
"ag-grid-vue3": {
|
|
92
|
-
"optional": true
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
76
|
"dependencies": {
|
|
96
77
|
"@11ty/eleventy": "^3.0.0",
|
|
97
78
|
"@11ty/eleventy-navigation": "^0.3.5",
|