@turquoisehealth/pit-viper 2.224.1-dev.2 → 2.225.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 +79 -1
- package/_site/assets/css/pit-viper-consumer.css +79 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +68 -1
- package/_site/assets/css/pit-viper-v2.css +118 -1
- package/_site/assets/css/pit-viper.css +79 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/ai/stats.html +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 +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-hover-action-menu-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-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-reasoning-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-sidebar-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-step-list-stats.html +4950 -0
- 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/vue/ai/components/ai/PvReasoning/PvReasoning.vue.d.ts +11 -3
- package/pv-components/dist/vue/ai/components/ai/PvReasoning/types.d.ts +3 -0
- package/pv-components/dist/vue/ai/components/ai/PvStepList/PvStepList.vue.d.ts +7 -0
- package/pv-components/dist/vue/ai/components/ai/PvStepList/types.d.ts +42 -0
- package/pv-components/dist/vue/ai/components/ai/index.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +4 -0
- package/pv-components/dist/vue/ai/components/base/PvSidebarV2/PvSidebarV2.vue.d.ts +3 -1
- package/pv-components/dist/vue/ai/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/ai/pv-components-ai.mjs +490 -327
- package/pv-components/dist/vue/ai/pv-components-ai.mjs.map +1 -1
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +4 -0
- package/pv-components/dist/vue/base/components/base/PvSidebarV2/PvSidebarV2.vue.d.ts +3 -1
- package/pv-components/dist/vue/base/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1091 -983
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSidebarV2/PvSidebarV2.vue.d.ts +3 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/crosslineHelpers.d.ts +1 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +2 -3
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/useBenchmarkOverlays.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +73 -73
- 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 +8 -4
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +8 -4
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +8 -4
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +197 -193
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +8 -4
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +8 -4
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +8 -4
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +15 -7
- package/pv-components/dist/web/components/pv-reasoning/pv-reasoning.js +640 -466
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +230 -226
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +8 -4
- package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +1431 -1322
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +213 -209
- package/pv-components/dist/web/components/pv-step-list/pv-step-list.js +6309 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +8 -4
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +8 -4
- package/pv-components/dist/web/pv-components.iife.js +39 -39
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
text-decoration: underline;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
:is(ul, ol):not([role=list]):not(.pv-popover-list) {
|
|
83
|
+
:is(ul, ol):not([role=list]):not(.pv-popover-list):not(.pv-step-list) {
|
|
84
84
|
padding-inline-start: 1em;
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -5058,6 +5058,80 @@ pv-data-grid.ag-theme-pv {
|
|
|
5058
5058
|
background-color: #E0E5E4;
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
|
+
.pv-step-list {
|
|
5062
|
+
list-style: none;
|
|
5063
|
+
margin: 0;
|
|
5064
|
+
padding: var(--step-list-padding, 0.625rem 0 0.25rem);
|
|
5065
|
+
white-space: normal;
|
|
5066
|
+
}
|
|
5067
|
+
|
|
5068
|
+
.pv-step {
|
|
5069
|
+
position: relative;
|
|
5070
|
+
display: flex;
|
|
5071
|
+
gap: var(--step-list-gap, 0.75rem);
|
|
5072
|
+
padding: var(--step-list-item-padding, 0.5rem 0);
|
|
5073
|
+
}
|
|
5074
|
+
|
|
5075
|
+
.pv-step:not(:last-child):before {
|
|
5076
|
+
content: "";
|
|
5077
|
+
position: absolute;
|
|
5078
|
+
inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
|
|
5079
|
+
inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
|
|
5080
|
+
width: var(--step-list-rail-width, 1px);
|
|
5081
|
+
background-color: var(--step-list-rail-color, #8F939E);
|
|
5082
|
+
}
|
|
5083
|
+
|
|
5084
|
+
.pv-step:not(:has(.pv-step-marker)) {
|
|
5085
|
+
padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
|
|
5086
|
+
}
|
|
5087
|
+
.pv-step:not(:has(.pv-step-marker)):before {
|
|
5088
|
+
inset-block-start: 0;
|
|
5089
|
+
}
|
|
5090
|
+
|
|
5091
|
+
.pv-step-marker {
|
|
5092
|
+
flex: none;
|
|
5093
|
+
display: inline-flex;
|
|
5094
|
+
align-items: center;
|
|
5095
|
+
justify-content: center;
|
|
5096
|
+
position: relative;
|
|
5097
|
+
z-index: 1;
|
|
5098
|
+
width: var(--step-list-marker-size, 1.25rem);
|
|
5099
|
+
height: var(--step-list-marker-size, 1.25rem);
|
|
5100
|
+
margin-block-start: var(--step-list-marker-offset, -2px);
|
|
5101
|
+
border-radius: 50%;
|
|
5102
|
+
background-color: var(--step-list-marker-background-color, #E8EBEB);
|
|
5103
|
+
color: var(--step-list-marker-color, #4B595C);
|
|
5104
|
+
line-height: 1;
|
|
5105
|
+
}
|
|
5106
|
+
|
|
5107
|
+
.pv-step[data-status=active] .pv-step-marker {
|
|
5108
|
+
background-color: var(--step-list-marker-active-background-color, #E4F8F6);
|
|
5109
|
+
color: var(--step-list-marker-active-color, #13595D);
|
|
5110
|
+
}
|
|
5111
|
+
|
|
5112
|
+
.pv-step[data-status=complete] .pv-step-marker {
|
|
5113
|
+
background-color: var(--step-list-marker-complete-background-color, #13595D);
|
|
5114
|
+
color: var(--step-list-marker-complete-color, #FFFFFF);
|
|
5115
|
+
}
|
|
5116
|
+
|
|
5117
|
+
.pv-step-dot {
|
|
5118
|
+
display: block;
|
|
5119
|
+
flex: none;
|
|
5120
|
+
width: var(--step-list-marker-dot-size, 6px);
|
|
5121
|
+
height: var(--step-list-marker-dot-size, 6px);
|
|
5122
|
+
border-radius: 50%;
|
|
5123
|
+
background-color: currentcolor;
|
|
5124
|
+
}
|
|
5125
|
+
|
|
5126
|
+
.pv-step-body {
|
|
5127
|
+
flex: 1;
|
|
5128
|
+
min-width: 0;
|
|
5129
|
+
}
|
|
5130
|
+
|
|
5131
|
+
.pv-step .pv-shimmer {
|
|
5132
|
+
--shimmer-rgb: var(--step-list-shimmer-rgb, 247, 248, 248);
|
|
5133
|
+
}
|
|
5134
|
+
|
|
5061
5135
|
.pv-layout-primary,
|
|
5062
5136
|
.pv-layout-primary[data-collapsed] {
|
|
5063
5137
|
font-family: var(--layout-primary-sidebar-font-family, Inter, sans-serif);
|
|
@@ -5733,6 +5807,10 @@ svg.pv-text-inherit {
|
|
|
5733
5807
|
margin-block-end: var(--flow-size);
|
|
5734
5808
|
}
|
|
5735
5809
|
|
|
5810
|
+
:where(.pv-flow-4) > :not(:last-child) {
|
|
5811
|
+
margin-block-end: 0.25rem;
|
|
5812
|
+
}
|
|
5813
|
+
|
|
5736
5814
|
:where(.pv-flow-8) > :not(:last-child) {
|
|
5737
5815
|
margin-block-end: 0.5rem;
|
|
5738
5816
|
}
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
text-decoration: underline;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
:is(ul, ol):not([role=list]):not(.pv-popover-list) {
|
|
89
|
+
:is(ul, ol):not([role=list]):not(.pv-popover-list):not(.pv-step-list) {
|
|
90
90
|
padding-inline-start: 1em;
|
|
91
91
|
}
|
|
92
92
|
|
|
@@ -5064,6 +5064,80 @@ pv-data-grid.ag-theme-pv {
|
|
|
5064
5064
|
background-color: #E0E5E4;
|
|
5065
5065
|
}
|
|
5066
5066
|
|
|
5067
|
+
.pv-step-list {
|
|
5068
|
+
list-style: none;
|
|
5069
|
+
margin: 0;
|
|
5070
|
+
padding: var(--step-list-padding, 0.625rem 0 0.25rem);
|
|
5071
|
+
white-space: normal;
|
|
5072
|
+
}
|
|
5073
|
+
|
|
5074
|
+
.pv-step {
|
|
5075
|
+
position: relative;
|
|
5076
|
+
display: flex;
|
|
5077
|
+
gap: var(--step-list-gap, 0.75rem);
|
|
5078
|
+
padding: var(--step-list-item-padding, 0.5rem 0);
|
|
5079
|
+
}
|
|
5080
|
+
|
|
5081
|
+
.pv-step:not(:last-child):before {
|
|
5082
|
+
content: "";
|
|
5083
|
+
position: absolute;
|
|
5084
|
+
inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
|
|
5085
|
+
inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
|
|
5086
|
+
width: var(--step-list-rail-width, 1px);
|
|
5087
|
+
background-color: var(--step-list-rail-color, #E8EBEB);
|
|
5088
|
+
}
|
|
5089
|
+
|
|
5090
|
+
.pv-step:not(:has(.pv-step-marker)) {
|
|
5091
|
+
padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
|
|
5092
|
+
}
|
|
5093
|
+
.pv-step:not(:has(.pv-step-marker)):before {
|
|
5094
|
+
inset-block-start: 0;
|
|
5095
|
+
}
|
|
5096
|
+
|
|
5097
|
+
.pv-step-marker {
|
|
5098
|
+
flex: none;
|
|
5099
|
+
display: inline-flex;
|
|
5100
|
+
align-items: center;
|
|
5101
|
+
justify-content: center;
|
|
5102
|
+
position: relative;
|
|
5103
|
+
z-index: 1;
|
|
5104
|
+
width: var(--step-list-marker-size, 1.25rem);
|
|
5105
|
+
height: var(--step-list-marker-size, 1.25rem);
|
|
5106
|
+
margin-block-start: var(--step-list-marker-offset, -2px);
|
|
5107
|
+
border-radius: 50%;
|
|
5108
|
+
background-color: var(--step-list-marker-background-color, #E8EBEB);
|
|
5109
|
+
color: var(--step-list-marker-color, #486161);
|
|
5110
|
+
line-height: 1;
|
|
5111
|
+
}
|
|
5112
|
+
|
|
5113
|
+
.pv-step[data-status=active] .pv-step-marker {
|
|
5114
|
+
background-color: var(--step-list-marker-active-background-color, #E4F8F6);
|
|
5115
|
+
color: var(--step-list-marker-active-color, #147F85);
|
|
5116
|
+
}
|
|
5117
|
+
|
|
5118
|
+
.pv-step[data-status=complete] .pv-step-marker {
|
|
5119
|
+
background-color: var(--step-list-marker-complete-background-color, #147F85);
|
|
5120
|
+
color: var(--step-list-marker-complete-color, #FFFFFF);
|
|
5121
|
+
}
|
|
5122
|
+
|
|
5123
|
+
.pv-step-dot {
|
|
5124
|
+
display: block;
|
|
5125
|
+
flex: none;
|
|
5126
|
+
width: var(--step-list-marker-dot-size, 6px);
|
|
5127
|
+
height: var(--step-list-marker-dot-size, 6px);
|
|
5128
|
+
border-radius: 50%;
|
|
5129
|
+
background-color: currentcolor;
|
|
5130
|
+
}
|
|
5131
|
+
|
|
5132
|
+
.pv-step-body {
|
|
5133
|
+
flex: 1;
|
|
5134
|
+
min-width: 0;
|
|
5135
|
+
}
|
|
5136
|
+
|
|
5137
|
+
.pv-step .pv-shimmer {
|
|
5138
|
+
--shimmer-rgb: var(--step-list-shimmer-rgb, 247, 248, 248);
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5067
5141
|
.pv-layout-primary,
|
|
5068
5142
|
.pv-layout-primary[data-collapsed] {
|
|
5069
5143
|
font-family: var(--layout-primary-sidebar-font-family, GT Standard M, sans-serif);
|
|
@@ -5553,6 +5627,10 @@ svg.pv-text-inherit {
|
|
|
5553
5627
|
margin-block-end: var(--flow-size);
|
|
5554
5628
|
}
|
|
5555
5629
|
|
|
5630
|
+
:where(.pv-flow-4) > :not(:last-child) {
|
|
5631
|
+
margin-block-end: 0.25rem;
|
|
5632
|
+
}
|
|
5633
|
+
|
|
5556
5634
|
:where(.pv-flow-8) > :not(:last-child) {
|
|
5557
5635
|
margin-block-end: 0.5rem;
|
|
5558
5636
|
}
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
.pv-v2 [class*=pv-button-link]:hover {
|
|
81
81
|
text-decoration: underline;
|
|
82
82
|
}
|
|
83
|
-
.pv-v2 :is(ul, ol):not([role=list]):not(.pv-popover-list) {
|
|
83
|
+
.pv-v2 :is(ul, ol):not([role=list]):not(.pv-popover-list):not(.pv-step-list) {
|
|
84
84
|
padding-inline-start: 1em;
|
|
85
85
|
}
|
|
86
86
|
.pv-v2 :where(ol) > ::marker {
|
|
@@ -4634,6 +4634,70 @@
|
|
|
4634
4634
|
border-radius: 50%;
|
|
4635
4635
|
background-color: #E0E5E4;
|
|
4636
4636
|
}
|
|
4637
|
+
.pv-v2 .pv-step-list {
|
|
4638
|
+
list-style: none;
|
|
4639
|
+
margin: 0;
|
|
4640
|
+
padding: var(--step-list-padding, 0.625rem 0 0.25rem);
|
|
4641
|
+
white-space: normal;
|
|
4642
|
+
}
|
|
4643
|
+
.pv-v2 .pv-step {
|
|
4644
|
+
position: relative;
|
|
4645
|
+
display: flex;
|
|
4646
|
+
gap: var(--step-list-gap, 0.75rem);
|
|
4647
|
+
padding: var(--step-list-item-padding, 0.5rem 0);
|
|
4648
|
+
}
|
|
4649
|
+
.pv-v2 .pv-step:not(:last-child):before {
|
|
4650
|
+
content: "";
|
|
4651
|
+
position: absolute;
|
|
4652
|
+
inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
|
|
4653
|
+
inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
|
|
4654
|
+
width: var(--step-list-rail-width, 1px);
|
|
4655
|
+
background-color: var(--step-list-rail-color, #E3E7EA);
|
|
4656
|
+
}
|
|
4657
|
+
.pv-v2 .pv-step:not(:has(.pv-step-marker)) {
|
|
4658
|
+
padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
|
|
4659
|
+
}
|
|
4660
|
+
.pv-v2 .pv-step:not(:has(.pv-step-marker)):before {
|
|
4661
|
+
inset-block-start: 0;
|
|
4662
|
+
}
|
|
4663
|
+
.pv-v2 .pv-step-marker {
|
|
4664
|
+
flex: none;
|
|
4665
|
+
display: inline-flex;
|
|
4666
|
+
align-items: center;
|
|
4667
|
+
justify-content: center;
|
|
4668
|
+
position: relative;
|
|
4669
|
+
z-index: 1;
|
|
4670
|
+
width: var(--step-list-marker-size, 1.25rem);
|
|
4671
|
+
height: var(--step-list-marker-size, 1.25rem);
|
|
4672
|
+
margin-block-start: var(--step-list-marker-offset, -2px);
|
|
4673
|
+
border-radius: 50%;
|
|
4674
|
+
background-color: var(--step-list-marker-background-color, #E8EBEB);
|
|
4675
|
+
color: var(--step-list-marker-color, #4B595C);
|
|
4676
|
+
line-height: 1;
|
|
4677
|
+
}
|
|
4678
|
+
.pv-v2 .pv-step[data-status=active] .pv-step-marker {
|
|
4679
|
+
background-color: var(--step-list-marker-active-background-color, #E4F8F6);
|
|
4680
|
+
color: var(--step-list-marker-active-color, #16696D);
|
|
4681
|
+
}
|
|
4682
|
+
.pv-v2 .pv-step[data-status=complete] .pv-step-marker {
|
|
4683
|
+
background-color: var(--step-list-marker-complete-background-color, #16696D);
|
|
4684
|
+
color: var(--step-list-marker-complete-color, #FFFFFF);
|
|
4685
|
+
}
|
|
4686
|
+
.pv-v2 .pv-step-dot {
|
|
4687
|
+
display: block;
|
|
4688
|
+
flex: none;
|
|
4689
|
+
width: var(--step-list-marker-dot-size, 6px);
|
|
4690
|
+
height: var(--step-list-marker-dot-size, 6px);
|
|
4691
|
+
border-radius: 50%;
|
|
4692
|
+
background-color: currentcolor;
|
|
4693
|
+
}
|
|
4694
|
+
.pv-v2 .pv-step-body {
|
|
4695
|
+
flex: 1;
|
|
4696
|
+
min-width: 0;
|
|
4697
|
+
}
|
|
4698
|
+
.pv-v2 .pv-step .pv-shimmer {
|
|
4699
|
+
--shimmer-rgb: var(--step-list-shimmer-rgb, 247, 248, 248);
|
|
4700
|
+
}
|
|
4637
4701
|
.pv-v2 .pv-layout-primary,
|
|
4638
4702
|
.pv-v2 .pv-layout-primary[data-collapsed] {
|
|
4639
4703
|
font-family: var(--layout-primary-sidebar-font-family, Inter, sans-serif);
|
|
@@ -5056,6 +5120,9 @@
|
|
|
5056
5120
|
.pv-v2 :where(.pv-flow) > :not(:last-child) {
|
|
5057
5121
|
margin-block-end: var(--flow-size);
|
|
5058
5122
|
}
|
|
5123
|
+
.pv-v2 :where(.pv-flow-4) > :not(:last-child) {
|
|
5124
|
+
margin-block-end: 0.25rem;
|
|
5125
|
+
}
|
|
5059
5126
|
.pv-v2 :where(.pv-flow-8) > :not(:last-child) {
|
|
5060
5127
|
margin-block-end: 0.5rem;
|
|
5061
5128
|
}
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
text-decoration: underline;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
:is(ul, ol):not([role=list]):not(.pv-popover-list) {
|
|
83
|
+
:is(ul, ol):not([role=list]):not(.pv-popover-list):not(.pv-step-list) {
|
|
84
84
|
padding-inline-start: 1em;
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -5080,6 +5080,80 @@ pv-data-grid.ag-theme-pv {
|
|
|
5080
5080
|
background-color: #E0E5E4;
|
|
5081
5081
|
}
|
|
5082
5082
|
|
|
5083
|
+
.pv-step-list {
|
|
5084
|
+
list-style: none;
|
|
5085
|
+
margin: 0;
|
|
5086
|
+
padding: var(--step-list-padding, 0.625rem 0 0.25rem);
|
|
5087
|
+
white-space: normal;
|
|
5088
|
+
}
|
|
5089
|
+
|
|
5090
|
+
.pv-step {
|
|
5091
|
+
position: relative;
|
|
5092
|
+
display: flex;
|
|
5093
|
+
gap: var(--step-list-gap, 0.75rem);
|
|
5094
|
+
padding: var(--step-list-item-padding, 0.5rem 0);
|
|
5095
|
+
}
|
|
5096
|
+
|
|
5097
|
+
.pv-step:not(:last-child):before {
|
|
5098
|
+
content: "";
|
|
5099
|
+
position: absolute;
|
|
5100
|
+
inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
|
|
5101
|
+
inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
|
|
5102
|
+
width: var(--step-list-rail-width, 1px);
|
|
5103
|
+
background-color: var(--step-list-rail-color, #E3E7EA);
|
|
5104
|
+
}
|
|
5105
|
+
|
|
5106
|
+
.pv-step:not(:has(.pv-step-marker)) {
|
|
5107
|
+
padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
|
|
5108
|
+
}
|
|
5109
|
+
.pv-step:not(:has(.pv-step-marker)):before {
|
|
5110
|
+
inset-block-start: 0;
|
|
5111
|
+
}
|
|
5112
|
+
|
|
5113
|
+
.pv-step-marker {
|
|
5114
|
+
flex: none;
|
|
5115
|
+
display: inline-flex;
|
|
5116
|
+
align-items: center;
|
|
5117
|
+
justify-content: center;
|
|
5118
|
+
position: relative;
|
|
5119
|
+
z-index: 1;
|
|
5120
|
+
width: var(--step-list-marker-size, 1.25rem);
|
|
5121
|
+
height: var(--step-list-marker-size, 1.25rem);
|
|
5122
|
+
margin-block-start: var(--step-list-marker-offset, -2px);
|
|
5123
|
+
border-radius: 50%;
|
|
5124
|
+
background-color: var(--step-list-marker-background-color, #E8EBEB);
|
|
5125
|
+
color: var(--step-list-marker-color, #4B595C);
|
|
5126
|
+
line-height: 1;
|
|
5127
|
+
}
|
|
5128
|
+
|
|
5129
|
+
.pv-step[data-status=active] .pv-step-marker {
|
|
5130
|
+
background-color: var(--step-list-marker-active-background-color, #E4F8F6);
|
|
5131
|
+
color: var(--step-list-marker-active-color, #16696D);
|
|
5132
|
+
}
|
|
5133
|
+
|
|
5134
|
+
.pv-step[data-status=complete] .pv-step-marker {
|
|
5135
|
+
background-color: var(--step-list-marker-complete-background-color, #16696D);
|
|
5136
|
+
color: var(--step-list-marker-complete-color, #FFFFFF);
|
|
5137
|
+
}
|
|
5138
|
+
|
|
5139
|
+
.pv-step-dot {
|
|
5140
|
+
display: block;
|
|
5141
|
+
flex: none;
|
|
5142
|
+
width: var(--step-list-marker-dot-size, 6px);
|
|
5143
|
+
height: var(--step-list-marker-dot-size, 6px);
|
|
5144
|
+
border-radius: 50%;
|
|
5145
|
+
background-color: currentcolor;
|
|
5146
|
+
}
|
|
5147
|
+
|
|
5148
|
+
.pv-step-body {
|
|
5149
|
+
flex: 1;
|
|
5150
|
+
min-width: 0;
|
|
5151
|
+
}
|
|
5152
|
+
|
|
5153
|
+
.pv-step .pv-shimmer {
|
|
5154
|
+
--shimmer-rgb: var(--step-list-shimmer-rgb, 247, 248, 248);
|
|
5155
|
+
}
|
|
5156
|
+
|
|
5083
5157
|
.pv-chart-chip-value {
|
|
5084
5158
|
line-height: 20px;
|
|
5085
5159
|
}
|
|
@@ -5399,6 +5473,45 @@ pv-sidebar {
|
|
|
5399
5473
|
.sidebar-layout-new .pv-sidebar-popover-portal {
|
|
5400
5474
|
display: contents;
|
|
5401
5475
|
}
|
|
5476
|
+
.sidebar-layout-new .pv-floating:has(> .pv-sidebar-hover-panel) {
|
|
5477
|
+
position: fixed !important;
|
|
5478
|
+
position-anchor: auto !important;
|
|
5479
|
+
position-area: none !important;
|
|
5480
|
+
position-visibility: always !important;
|
|
5481
|
+
inset: auto !important;
|
|
5482
|
+
top: var(--pv-sidebar-hover-panel-top) !important;
|
|
5483
|
+
left: var(--pv-sidebar-hover-panel-left) !important;
|
|
5484
|
+
width: max-content !important;
|
|
5485
|
+
height: var(--pv-sidebar-hover-panel-height) !important;
|
|
5486
|
+
max-width: none;
|
|
5487
|
+
max-height: none;
|
|
5488
|
+
margin: 0 !important;
|
|
5489
|
+
padding: 0;
|
|
5490
|
+
transform: none !important;
|
|
5491
|
+
overflow: visible;
|
|
5492
|
+
z-index: 50;
|
|
5493
|
+
}
|
|
5494
|
+
.sidebar-layout-new .pv-sidebar-hover-panel {
|
|
5495
|
+
width: max-content;
|
|
5496
|
+
height: 100%;
|
|
5497
|
+
overflow: auto;
|
|
5498
|
+
color: #121313;
|
|
5499
|
+
background-color: #FFFFFF;
|
|
5500
|
+
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
|
|
5501
|
+
transition: opacity 0.125s, transform 0.125s;
|
|
5502
|
+
}
|
|
5503
|
+
@starting-style {
|
|
5504
|
+
.sidebar-layout-new .pv-sidebar-hover-panel {
|
|
5505
|
+
opacity: 0;
|
|
5506
|
+
transform: translateX(-0.5rem);
|
|
5507
|
+
}
|
|
5508
|
+
}
|
|
5509
|
+
.sidebar-layout-new .pv-sidebar-hover-panel > :not(slot),
|
|
5510
|
+
.sidebar-layout-new .pv-sidebar-hover-panel > slot::slotted(*) {
|
|
5511
|
+
box-sizing: border-box;
|
|
5512
|
+
width: var(--pv-sidebar-hover-panel-width, 360px);
|
|
5513
|
+
min-height: 100%;
|
|
5514
|
+
}
|
|
5402
5515
|
.sidebar-layout-new .pv-sidebar-nav-header .pv-nav-list-item[aria-expanded=true],
|
|
5403
5516
|
.sidebar-layout-new .pv-sidebar-nav-footer .pv-nav-list-item[aria-expanded=true] {
|
|
5404
5517
|
--sidebar-nav-icon-color: var(--sidebar-nav-hover-text);
|
|
@@ -6030,6 +6143,10 @@ svg.pv-text-inherit {
|
|
|
6030
6143
|
margin-block-end: var(--flow-size);
|
|
6031
6144
|
}
|
|
6032
6145
|
|
|
6146
|
+
:where(.pv-flow-4) > :not(:last-child) {
|
|
6147
|
+
margin-block-end: 0.25rem;
|
|
6148
|
+
}
|
|
6149
|
+
|
|
6033
6150
|
:where(.pv-flow-8) > :not(:last-child) {
|
|
6034
6151
|
margin-block-end: 0.5rem;
|
|
6035
6152
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
text-decoration: underline;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
|
-
:is(ul, ol):not([role=list]):not(.pv-popover-list) {
|
|
88
|
+
:is(ul, ol):not([role=list]):not(.pv-popover-list):not(.pv-step-list) {
|
|
89
89
|
padding-inline-start: 1em;
|
|
90
90
|
}
|
|
91
91
|
|
|
@@ -5063,6 +5063,80 @@ pv-data-grid.ag-theme-pv {
|
|
|
5063
5063
|
background-color: #E0E5E4;
|
|
5064
5064
|
}
|
|
5065
5065
|
|
|
5066
|
+
.pv-step-list {
|
|
5067
|
+
list-style: none;
|
|
5068
|
+
margin: 0;
|
|
5069
|
+
padding: var(--step-list-padding, 0.625rem 0 0.25rem);
|
|
5070
|
+
white-space: normal;
|
|
5071
|
+
}
|
|
5072
|
+
|
|
5073
|
+
.pv-step {
|
|
5074
|
+
position: relative;
|
|
5075
|
+
display: flex;
|
|
5076
|
+
gap: var(--step-list-gap, 0.75rem);
|
|
5077
|
+
padding: var(--step-list-item-padding, 0.5rem 0);
|
|
5078
|
+
}
|
|
5079
|
+
|
|
5080
|
+
.pv-step:not(:last-child):before {
|
|
5081
|
+
content: "";
|
|
5082
|
+
position: absolute;
|
|
5083
|
+
inset-block: var(--step-list-rail-inset-block-start, 1.75rem) var(--step-list-rail-inset-block-end, -0.25rem);
|
|
5084
|
+
inset-inline-start: calc((var(--step-list-marker-size, 1.25rem) - var(--step-list-rail-width, 1px)) / 2);
|
|
5085
|
+
width: var(--step-list-rail-width, 1px);
|
|
5086
|
+
background-color: var(--step-list-rail-color, #DCDFE4);
|
|
5087
|
+
}
|
|
5088
|
+
|
|
5089
|
+
.pv-step:not(:has(.pv-step-marker)) {
|
|
5090
|
+
padding-inline-start: calc(var(--step-list-marker-size, 1.25rem) + var(--step-list-gap, 0.75rem));
|
|
5091
|
+
}
|
|
5092
|
+
.pv-step:not(:has(.pv-step-marker)):before {
|
|
5093
|
+
inset-block-start: 0;
|
|
5094
|
+
}
|
|
5095
|
+
|
|
5096
|
+
.pv-step-marker {
|
|
5097
|
+
flex: none;
|
|
5098
|
+
display: inline-flex;
|
|
5099
|
+
align-items: center;
|
|
5100
|
+
justify-content: center;
|
|
5101
|
+
position: relative;
|
|
5102
|
+
z-index: 1;
|
|
5103
|
+
width: var(--step-list-marker-size, 1.25rem);
|
|
5104
|
+
height: var(--step-list-marker-size, 1.25rem);
|
|
5105
|
+
margin-block-start: var(--step-list-marker-offset, -2px);
|
|
5106
|
+
border-radius: 50%;
|
|
5107
|
+
background-color: var(--step-list-marker-background-color, #F8F8FA);
|
|
5108
|
+
color: var(--step-list-marker-color, #6E7784);
|
|
5109
|
+
line-height: 1;
|
|
5110
|
+
}
|
|
5111
|
+
|
|
5112
|
+
.pv-step[data-status=active] .pv-step-marker {
|
|
5113
|
+
background-color: var(--step-list-marker-active-background-color, #E4F8F6);
|
|
5114
|
+
color: var(--step-list-marker-active-color, #176F6F);
|
|
5115
|
+
}
|
|
5116
|
+
|
|
5117
|
+
.pv-step[data-status=complete] .pv-step-marker {
|
|
5118
|
+
background-color: var(--step-list-marker-complete-background-color, #176F6F);
|
|
5119
|
+
color: var(--step-list-marker-complete-color, #FFFFFF);
|
|
5120
|
+
}
|
|
5121
|
+
|
|
5122
|
+
.pv-step-dot {
|
|
5123
|
+
display: block;
|
|
5124
|
+
flex: none;
|
|
5125
|
+
width: var(--step-list-marker-dot-size, 6px);
|
|
5126
|
+
height: var(--step-list-marker-dot-size, 6px);
|
|
5127
|
+
border-radius: 50%;
|
|
5128
|
+
background-color: currentcolor;
|
|
5129
|
+
}
|
|
5130
|
+
|
|
5131
|
+
.pv-step-body {
|
|
5132
|
+
flex: 1;
|
|
5133
|
+
min-width: 0;
|
|
5134
|
+
}
|
|
5135
|
+
|
|
5136
|
+
.pv-step .pv-shimmer {
|
|
5137
|
+
--shimmer-rgb: var(--step-list-shimmer-rgb, 248, 248, 250);
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5066
5140
|
.pv-layout-primary,
|
|
5067
5141
|
.pv-layout-primary[data-collapsed] {
|
|
5068
5142
|
font-family: var(--layout-primary-sidebar-font-family, HK Grotesk, sans-serif);
|
|
@@ -5552,6 +5626,10 @@ svg.pv-text-inherit {
|
|
|
5552
5626
|
margin-block-end: var(--flow-size);
|
|
5553
5627
|
}
|
|
5554
5628
|
|
|
5629
|
+
:where(.pv-flow-4) > :not(:last-child) {
|
|
5630
|
+
margin-block-end: 0.25rem;
|
|
5631
|
+
}
|
|
5632
|
+
|
|
5555
5633
|
:where(.pv-flow-8) > :not(:last-child) {
|
|
5556
5634
|
margin-block-end: 0.5rem;
|
|
5557
5635
|
}
|