@turquoisehealth/pit-viper 2.244.1 → 2.244.3
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 +470 -23
- package/_site/assets/css/pit-viper-consumer.css +120 -11
- package/_site/assets/css/pit-viper-v2-scoped.css +114 -11
- package/_site/assets/css/pit-viper-v2.css +120 -11
- package/_site/assets/css/pit-viper.css +120 -11
- package/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -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-accordion-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-confirmation-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-file-input-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-ghost-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-horizontal-scroller-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-insight-card-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-pagination-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-prompt-input-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-question-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-range-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-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-stepper-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tool-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvGhostInput/PvGhostInput.vue.d.ts +6 -2
- package/pv-components/dist/vue/ai/components/base/PvStepper/PvStepper.vue.d.ts +3 -5
- package/pv-components/dist/vue/ai/components/base/PvStepper/types.d.ts +16 -0
- package/pv-components/dist/vue/ai/components/base/PvTabs/PvTabs.vue.d.ts +4 -0
- package/pv-components/dist/vue/ai/components/base/PvTabs/types.d.ts +10 -2
- package/pv-components/dist/vue/ai/components/base/PvTree/PvTree.vue.d.ts +8 -0
- package/pv-components/dist/vue/ai/components/base/PvTree/PvTreeItem.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/ai/pv-components-ai.mjs +6 -4
- package/pv-components/dist/vue/ai/pv-components-ai.mjs.map +1 -1
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvGhostInput/PvGhostInput.vue.d.ts +6 -2
- package/pv-components/dist/vue/base/components/base/PvStepper/PvStepper.vue.d.ts +3 -5
- package/pv-components/dist/vue/base/components/base/PvStepper/types.d.ts +16 -0
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +4 -0
- package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +10 -2
- package/pv-components/dist/vue/base/components/base/PvTree/PvTree.vue.d.ts +8 -0
- package/pv-components/dist/vue/base/components/base/PvTree/PvTreeItem.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1548 -1383
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.vue.d.ts +6 -2
- package/pv-components/dist/vue/visualizations/components/base/PvStepper/PvStepper.vue.d.ts +3 -5
- package/pv-components/dist/vue/visualizations/components/base/PvStepper/types.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +10 -2
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +15 -10
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +6 -4
- package/pv-components/dist/web/components/pv-button/pv-button.js +5 -3
- package/pv-components/dist/web/components/pv-confirmation/pv-confirmation.js +6 -4
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +5 -3
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +5 -3
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +6 -4
- package/pv-components/dist/web/components/pv-file-input/pv-file-input.js +5 -3
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +6 -4
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +6 -4
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +19 -8
- package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +5 -3
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +6 -4
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +6 -4
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +6 -4
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +6 -4
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +6 -4
- package/pv-components/dist/web/components/pv-prompt-input/pv-prompt-input.js +6 -4
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +5 -3
- package/pv-components/dist/web/components/pv-question/pv-question.js +6 -4
- package/pv-components/dist/web/components/pv-range/pv-range.js +5 -3
- package/pv-components/dist/web/components/pv-reasoning/pv-reasoning.js +6 -4
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +5 -3
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +5 -3
- package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +5 -3
- package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +6 -4
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +6 -4
- package/pv-components/dist/web/components/pv-stepper/pv-stepper.js +658 -490
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +2041 -551
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +5 -3
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +5 -3
- package/pv-components/dist/web/components/pv-tool/pv-tool.js +6 -4
- package/pv-components/dist/web/components/pv-tree/pv-tree.js +533 -521
- package/pv-components/dist/web/pv-components.iife.js +14 -14
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -251,19 +251,19 @@
|
|
|
251
251
|
letter-spacing: 0.14px;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.pv-text-body-lg {
|
|
254
|
+
.pv-text-body-lg, .pv-chart-chip-value {
|
|
255
255
|
font-size: var(--font-size-l, 1rem);
|
|
256
256
|
line-height: var(--line-height-l, 1.375);
|
|
257
257
|
letter-spacing: 0.14px;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.pv-text-body-md {
|
|
260
|
+
.pv-text-body-md, .pv-chart-chip-label, .pv-chart-chip-section-label {
|
|
261
261
|
font-size: var(--font-size-m, 0.875rem);
|
|
262
262
|
line-height: var(--line-height-m, 1.2857142857);
|
|
263
263
|
letter-spacing: 0.12px;
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
.pv-text-body-sm {
|
|
266
|
+
.pv-text-body-sm, .pv-chart-tooltip-value, .pv-chart-tooltip-label {
|
|
267
267
|
font-size: var(--font-size-s, 0.8125rem);
|
|
268
268
|
line-height: var(--line-height-s, 1.3846153846);
|
|
269
269
|
letter-spacing: 0.11px;
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
letter-spacing: 0.11px;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.pv-text-medium {
|
|
290
|
+
.pv-text-medium, .pv-chart-chip-value, .pv-chart-chip-label, .pv-chart-chip-section-label, .pv-chart-tooltip-value {
|
|
291
291
|
font-weight: 500;
|
|
292
292
|
}
|
|
293
293
|
|
|
@@ -1501,7 +1501,7 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1501
1501
|
color: var(--selectable-label-hover-color, #121313);
|
|
1502
1502
|
background-color: var(--selectable-label-hover-background-color, #E8F2F4);
|
|
1503
1503
|
}
|
|
1504
|
-
[class*=pv-label-selectable]:hover .pv-text-subdued, [class*=pv-label-selectable]:focus-within .pv-text-subdued {
|
|
1504
|
+
[class*=pv-label-selectable]:hover .pv-text-subdued, [class*=pv-label-selectable]:hover .pv-chart-chip-label, [class*=pv-label-selectable]:focus-within .pv-text-subdued, [class*=pv-label-selectable]:focus-within .pv-chart-chip-label {
|
|
1505
1505
|
color: var(--selectable-label-subdued-color, #176F6F);
|
|
1506
1506
|
}
|
|
1507
1507
|
[class*=pv-label-selectable]:active {
|
|
@@ -1576,6 +1576,14 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1576
1576
|
.pv-ghost-input {
|
|
1577
1577
|
display: flex;
|
|
1578
1578
|
align-items: center;
|
|
1579
|
+
border: 1px solid transparent;
|
|
1580
|
+
border-radius: var(--ghost-input-radius, 4px);
|
|
1581
|
+
}
|
|
1582
|
+
.pv-ghost-input:focus-within {
|
|
1583
|
+
border-color: var(--ghost-input-focus-border-color, #36C5BA);
|
|
1584
|
+
}
|
|
1585
|
+
.pv-ghost-input[data-invalid] {
|
|
1586
|
+
border-color: var(--ghost-input-error-border-color, #801A00);
|
|
1579
1587
|
}
|
|
1580
1588
|
.pv-ghost-input input {
|
|
1581
1589
|
padding: 0.25rem 0.125rem;
|
|
@@ -3314,13 +3322,34 @@ button.pv-tag-secondary:active {
|
|
|
3314
3322
|
padding-block-start: var(--tab-list-padding-top, 0);
|
|
3315
3323
|
border-block-end: var(--tab-list-border-width, 2px) solid var(--tab-list-border-color, #8F939E);
|
|
3316
3324
|
}
|
|
3317
|
-
[class*=pv-tab-list] :where(li) {
|
|
3325
|
+
[class*=pv-tab-list] > :where(li) {
|
|
3318
3326
|
position: relative;
|
|
3327
|
+
display: flex;
|
|
3328
|
+
align-items: center;
|
|
3319
3329
|
white-space: nowrap;
|
|
3320
3330
|
transition-duration: 0.125s;
|
|
3321
3331
|
transition-property: color;
|
|
3322
3332
|
}
|
|
3323
|
-
[class*=pv-tab-list] :where(li)
|
|
3333
|
+
[class*=pv-tab-list] > :where(li) .pv-tab-options {
|
|
3334
|
+
position: absolute;
|
|
3335
|
+
right: 0;
|
|
3336
|
+
top: 50%;
|
|
3337
|
+
transform: translateY(-50%);
|
|
3338
|
+
background-color: var(--tab-list-hover-background-color, #E8F2F4);
|
|
3339
|
+
opacity: 0;
|
|
3340
|
+
pointer-events: none;
|
|
3341
|
+
transition-duration: 0.125s;
|
|
3342
|
+
transition-property: opacity;
|
|
3343
|
+
}
|
|
3344
|
+
[class*=pv-tab-list] > :where(li) .pv-tab-options .pv-button-ghost {
|
|
3345
|
+
color: var(--tab-list-hover-text-color, #121313);
|
|
3346
|
+
}
|
|
3347
|
+
[class*=pv-tab-list] > :where(li):hover .pv-tab-options,
|
|
3348
|
+
[class*=pv-tab-list] > :where(li) .pv-tab-options:focus-within {
|
|
3349
|
+
opacity: 1;
|
|
3350
|
+
pointer-events: auto;
|
|
3351
|
+
}
|
|
3352
|
+
[class*=pv-tab-list] > :where(li) > a, [class*=pv-tab-list] > :where(li) > button {
|
|
3324
3353
|
display: flex;
|
|
3325
3354
|
align-items: center;
|
|
3326
3355
|
gap: 0.25rem;
|
|
@@ -3335,15 +3364,32 @@ button.pv-tag-secondary:active {
|
|
|
3335
3364
|
background-color: transparent;
|
|
3336
3365
|
cursor: pointer;
|
|
3337
3366
|
}
|
|
3338
|
-
[class*=pv-tab-list] :where(li) a:hover, [class*=pv-tab-list] :where(li) a:focus-visible, [class*=pv-tab-list] :where(li) button:hover, [class*=pv-tab-list] :where(li) button:focus-visible {
|
|
3367
|
+
[class*=pv-tab-list] > :where(li) > a:hover, [class*=pv-tab-list] > :where(li) > a:focus-visible, [class*=pv-tab-list] > :where(li) > button:hover, [class*=pv-tab-list] > :where(li) > button:focus-visible {
|
|
3339
3368
|
text-decoration: none;
|
|
3340
3369
|
color: var(--tab-list-hover-text-color, #121313);
|
|
3341
3370
|
background-color: var(--tab-list-hover-background-color, #E8F2F4);
|
|
3342
3371
|
}
|
|
3343
|
-
[class*=pv-tab-list] :where(li) a:active, [class*=pv-tab-list] :where(li) button:active {
|
|
3372
|
+
[class*=pv-tab-list] > :where(li) > a:active, [class*=pv-tab-list] > :where(li) > button:active {
|
|
3344
3373
|
background-color: var(--tab-list-pressed-background-color, #C7D8DB);
|
|
3345
3374
|
}
|
|
3346
|
-
[class*=pv-tab-list] :where(li)
|
|
3375
|
+
[class*=pv-tab-list] > :where(li) > .pv-tab-input {
|
|
3376
|
+
align-items: center;
|
|
3377
|
+
padding: 7px 8px;
|
|
3378
|
+
border-radius: var(--tab-list-item-radius, 4px) var(--tab-list-item-radius, 4px) 0 0;
|
|
3379
|
+
background-color: var(--tab-list-hover-background-color, #E8F2F4);
|
|
3380
|
+
}
|
|
3381
|
+
[class*=pv-tab-list] > :where(li) > .pv-tab-input .pv-ghost-input {
|
|
3382
|
+
height: 16px;
|
|
3383
|
+
padding: 3px 2px;
|
|
3384
|
+
}
|
|
3385
|
+
[class*=pv-tab-list] > :where(li) > .pv-tab-input .pv-ghost-input input {
|
|
3386
|
+
color: var(--tab-list-text-color, #4B595C);
|
|
3387
|
+
font-weight: var(--tab-list-font-weight, 500);
|
|
3388
|
+
font-size: var(--tab-list-font-size, 0.875rem);
|
|
3389
|
+
line-height: var(--tab-list-line-height, 1.2857142857);
|
|
3390
|
+
background-color: transparent;
|
|
3391
|
+
}
|
|
3392
|
+
[class*=pv-tab-list] > :where(li) > a:after, [class*=pv-tab-list] > :where(li) > button:after, [class*=pv-tab-list] > :where(li) > .pv-tab-input:after {
|
|
3347
3393
|
content: "";
|
|
3348
3394
|
display: block;
|
|
3349
3395
|
height: var(--tab-list-indicator-size, 2px);
|
|
@@ -3354,22 +3400,31 @@ button.pv-tag-secondary:active {
|
|
|
3354
3400
|
right: 0;
|
|
3355
3401
|
background-color: var(--tab-list-indicator-inactive-color, #8F939E);
|
|
3356
3402
|
}
|
|
3357
|
-
[class*=pv-tab-list] :where(li)[data-active] a, [class*=pv-tab-list] :where(li)[data-active] button {
|
|
3403
|
+
[class*=pv-tab-list] > :where(li)[data-active] > a, [class*=pv-tab-list] > :where(li)[data-active] > button {
|
|
3358
3404
|
color: var(--tab-list-active-text-color, #13595D);
|
|
3359
3405
|
}
|
|
3360
|
-
[class*=pv-tab-list] :where(li)[data-active]
|
|
3406
|
+
[class*=pv-tab-list] > :where(li)[data-active] > .pv-tab-input .pv-ghost-input input {
|
|
3407
|
+
color: var(--tab-list-active-text-color, #13595D);
|
|
3408
|
+
}
|
|
3409
|
+
[class*=pv-tab-list] > :where(li)[data-active] .pv-tab-options .pv-button-ghost {
|
|
3410
|
+
color: var(--tab-list-active-text-color, #13595D);
|
|
3411
|
+
}
|
|
3412
|
+
[class*=pv-tab-list] > :where(li)[data-active] > a:after, [class*=pv-tab-list] > :where(li)[data-active] > button:after, [class*=pv-tab-list] > :where(li)[data-active] > .pv-tab-input:after {
|
|
3361
3413
|
border-radius: var(--tab-list-indicator-radius, 2px);
|
|
3362
3414
|
background-color: var(--tab-list-indicator-color, #13595D);
|
|
3363
3415
|
}
|
|
3364
3416
|
|
|
3365
|
-
.pv-tab-list-small :where(li) a, .pv-tab-list-small :where(li) button {
|
|
3417
|
+
.pv-tab-list-small > :where(li) > a, .pv-tab-list-small > :where(li) > button {
|
|
3366
3418
|
padding: var(--tab-list-small-item-padding, 0.1875rem 0.5rem);
|
|
3367
3419
|
}
|
|
3420
|
+
.pv-tab-list-small > :where(li) > .pv-tab-input {
|
|
3421
|
+
padding: 3px 8px;
|
|
3422
|
+
}
|
|
3368
3423
|
|
|
3369
3424
|
:where(ol.pv-tab-list) {
|
|
3370
3425
|
counter-reset: item;
|
|
3371
3426
|
}
|
|
3372
|
-
:where(ol.pv-tab-list) :where(li) > a:before {
|
|
3427
|
+
:where(ol.pv-tab-list) > :where(li) > a:before {
|
|
3373
3428
|
counter-increment: item;
|
|
3374
3429
|
content: counter(item);
|
|
3375
3430
|
display: inline-block;
|
|
@@ -3724,7 +3779,7 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3724
3779
|
.pv-org-switch:hover svg {
|
|
3725
3780
|
opacity: 1;
|
|
3726
3781
|
}
|
|
3727
|
-
.pv-org-switch .pv-text-subdued {
|
|
3782
|
+
.pv-org-switch .pv-text-subdued, .pv-org-switch .pv-chart-chip-label {
|
|
3728
3783
|
color: var(--layout-primary-subdued-color, #4B595C);
|
|
3729
3784
|
}
|
|
3730
3785
|
|
|
@@ -4207,6 +4262,26 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
4207
4262
|
color: var(--action-bar-white-color, #121313);
|
|
4208
4263
|
}
|
|
4209
4264
|
|
|
4265
|
+
pv-header [slot=left],
|
|
4266
|
+
pv-header [slot=right],
|
|
4267
|
+
#header-title,
|
|
4268
|
+
#header-actions {
|
|
4269
|
+
--button-padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
|
|
4270
|
+
--button-gap: var(--button-large-gap, 0.5rem);
|
|
4271
|
+
--button-small-padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
|
|
4272
|
+
--button-small-font-size: var(--button-font-size, 0.875rem);
|
|
4273
|
+
--button-small-line-height: var(--button-line-height, 1.2857142857);
|
|
4274
|
+
--button-icon-only-padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
|
|
4275
|
+
--toggle-small-padding: var(--toggle-padding, calc(0.5rem - 1px) 0.75rem);
|
|
4276
|
+
--button-small-icon-only-padding: var(--button-large-icon-only-padding, calc(0.5rem - 1px));
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4279
|
+
pv-header h3[slot=left].pv-heading-3,
|
|
4280
|
+
pv-header [slot=left] h3.pv-heading-3 {
|
|
4281
|
+
font-size: var(--font-size-heading-2, 1.125rem);
|
|
4282
|
+
line-height: var(--line-height-heading-2, 1.4444444444);
|
|
4283
|
+
}
|
|
4284
|
+
|
|
4210
4285
|
.pv-card {
|
|
4211
4286
|
position: relative;
|
|
4212
4287
|
border: 1px solid var(--card-border-color, #8F939E);
|
|
@@ -4269,9 +4344,11 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
4269
4344
|
color: var(--card-hover-text-color, unset);
|
|
4270
4345
|
text-decoration: none;
|
|
4271
4346
|
}
|
|
4272
|
-
.pv-card:is(a, button):hover:not(:has(button:hover, a:hover, [role=button]:hover)) .pv-text-subdued, .pv-card:is(a, button):focus-visible:not(:has(button:focus-visible, a:focus-visible, [role=button]:focus-visible)) .pv-text-subdued,
|
|
4347
|
+
.pv-card:is(a, button):hover:not(:has(button:hover, a:hover, [role=button]:hover)) .pv-text-subdued, .pv-card:is(a, button):hover:not(:has(button:hover, a:hover, [role=button]:hover)) .pv-chart-chip-label, .pv-card:is(a, button):focus-visible:not(:has(button:focus-visible, a:focus-visible, [role=button]:focus-visible)) .pv-text-subdued, .pv-card:is(a, button):focus-visible:not(:has(button:focus-visible, a:focus-visible, [role=button]:focus-visible)) .pv-chart-chip-label,
|
|
4273
4348
|
.pv-card:has(.pv-overlay-link):hover:not(:has(button:hover, a:hover, [role=button]:hover)) .pv-text-subdued,
|
|
4274
|
-
.pv-card:has(.pv-overlay-link):
|
|
4349
|
+
.pv-card:has(.pv-overlay-link):hover:not(:has(button:hover, a:hover, [role=button]:hover)) .pv-chart-chip-label,
|
|
4350
|
+
.pv-card:has(.pv-overlay-link):focus-visible:not(:has(button:focus-visible, a:focus-visible, [role=button]:focus-visible)) .pv-text-subdued,
|
|
4351
|
+
.pv-card:has(.pv-overlay-link):focus-visible:not(:has(button:focus-visible, a:focus-visible, [role=button]:focus-visible)) .pv-chart-chip-label {
|
|
4275
4352
|
color: var(--card-hover-text-color, unset);
|
|
4276
4353
|
}
|
|
4277
4354
|
.pv-card:is(a, button):active:not(:has(button:active, a:active, [role=button]:active)),
|
|
@@ -5177,13 +5254,15 @@ pv-data-grid.ag-theme-pv {
|
|
|
5177
5254
|
padding-block: 0;
|
|
5178
5255
|
}
|
|
5179
5256
|
|
|
5180
|
-
|
|
5257
|
+
.pv-stepper-active,
|
|
5258
|
+
.pv-stepper-inactive {
|
|
5181
5259
|
height: 8px;
|
|
5182
5260
|
flex-shrink: 0;
|
|
5183
5261
|
cursor: default;
|
|
5184
5262
|
transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out, border-radius 0.15s ease-in-out;
|
|
5185
5263
|
}
|
|
5186
|
-
|
|
5264
|
+
.pv-stepper-active[data-clickable=true],
|
|
5265
|
+
.pv-stepper-inactive[data-clickable=true] {
|
|
5187
5266
|
cursor: pointer;
|
|
5188
5267
|
}
|
|
5189
5268
|
|
|
@@ -5199,6 +5278,58 @@ pv-data-grid.ag-theme-pv {
|
|
|
5199
5278
|
background-color: var(--stepper-inactive-background-color, #E0E5E4);
|
|
5200
5279
|
}
|
|
5201
5280
|
|
|
5281
|
+
.pv-stepper-progress-divider {
|
|
5282
|
+
flex: 1 1 auto;
|
|
5283
|
+
height: 1px;
|
|
5284
|
+
align-self: center;
|
|
5285
|
+
}
|
|
5286
|
+
|
|
5287
|
+
.pv-stepper-progress-divider-default {
|
|
5288
|
+
background-color: var(--stepper-progress-divider-color, #E0E5E4);
|
|
5289
|
+
}
|
|
5290
|
+
|
|
5291
|
+
.pv-stepper-progress-divider-success {
|
|
5292
|
+
background-color: var(--stepper-progress-divider-success-color, #0D6614);
|
|
5293
|
+
}
|
|
5294
|
+
|
|
5295
|
+
[class*=pv-stepper-button] {
|
|
5296
|
+
padding: var(--button-large-padding, calc(0.5rem - 1px) 0.75rem);
|
|
5297
|
+
border-radius: var(--stepper-button-radius, 8px);
|
|
5298
|
+
border: 1px solid transparent;
|
|
5299
|
+
font-family: inherit;
|
|
5300
|
+
font-size: var(--button-font-size, 0.875rem);
|
|
5301
|
+
font-weight: var(--button-font-weight, 500);
|
|
5302
|
+
line-height: var(--button-line-height, 1.2857142857);
|
|
5303
|
+
cursor: pointer;
|
|
5304
|
+
transition-duration: 0.125s;
|
|
5305
|
+
transition-property: background-color, color;
|
|
5306
|
+
}
|
|
5307
|
+
[class*=pv-stepper-button][data-clickable=false] {
|
|
5308
|
+
cursor: default;
|
|
5309
|
+
}
|
|
5310
|
+
|
|
5311
|
+
.pv-stepper-button-active {
|
|
5312
|
+
background-color: var(--stepper-button-active-background-color, #F3F1EB);
|
|
5313
|
+
color: var(--stepper-button-active-text-color, #121313);
|
|
5314
|
+
}
|
|
5315
|
+
.pv-stepper-button-active:hover, .pv-stepper-button-active:active {
|
|
5316
|
+
background-color: var(--stepper-button-active-background-color, #F3F1EB);
|
|
5317
|
+
color: var(--stepper-button-active-text-color, #121313);
|
|
5318
|
+
}
|
|
5319
|
+
|
|
5320
|
+
.pv-stepper-button-inactive {
|
|
5321
|
+
background-color: transparent;
|
|
5322
|
+
color: var(--stepper-button-inactive-text-color, #4B595C);
|
|
5323
|
+
}
|
|
5324
|
+
.pv-stepper-button-inactive:hover {
|
|
5325
|
+
background-color: var(--stepper-button-inactive-background-color, #E8F2F4);
|
|
5326
|
+
color: var(--stepper-button-inactive-text-color, #4B595C);
|
|
5327
|
+
}
|
|
5328
|
+
.pv-stepper-button-inactive:active {
|
|
5329
|
+
background-color: var(--stepper-button-inactive-active-background-color, #C7D8DB);
|
|
5330
|
+
color: var(--stepper-button-inactive-text-color, #4B595C);
|
|
5331
|
+
}
|
|
5332
|
+
|
|
5202
5333
|
.pv-step-list {
|
|
5203
5334
|
list-style: none;
|
|
5204
5335
|
margin: 0;
|
|
@@ -5287,6 +5418,41 @@ pv-data-grid.ag-theme-pv {
|
|
|
5287
5418
|
--shimmer-rgb: var(--step-list-shimmer-rgb, 247, 248, 248);
|
|
5288
5419
|
}
|
|
5289
5420
|
|
|
5421
|
+
.pv-chart-chip-value {
|
|
5422
|
+
line-height: 20px;
|
|
5423
|
+
}
|
|
5424
|
+
|
|
5425
|
+
.pv-chart-benchmark-chips {
|
|
5426
|
+
--flex-gap: 0.5rem;
|
|
5427
|
+
flex-shrink: 0;
|
|
5428
|
+
}
|
|
5429
|
+
|
|
5430
|
+
.pv-chart-benchmark-chip-section-label {
|
|
5431
|
+
align-self: stretch;
|
|
5432
|
+
text-align: left;
|
|
5433
|
+
}
|
|
5434
|
+
|
|
5435
|
+
.pv-chart-benchmark-chip {
|
|
5436
|
+
--flex-gap: 0.5rem;
|
|
5437
|
+
position: relative;
|
|
5438
|
+
width: 245px;
|
|
5439
|
+
flex-shrink: 0;
|
|
5440
|
+
}
|
|
5441
|
+
|
|
5442
|
+
.pv-chart-benchmark-chip:not([data-loading]):hover {
|
|
5443
|
+
border-color: var(--color-border, #e3e7ea);
|
|
5444
|
+
background: var(--surface-card-hover, #ece8e2);
|
|
5445
|
+
}
|
|
5446
|
+
|
|
5447
|
+
.pv-chart-benchmark-chip-accent {
|
|
5448
|
+
position: absolute;
|
|
5449
|
+
top: 0;
|
|
5450
|
+
bottom: 0;
|
|
5451
|
+
left: 0;
|
|
5452
|
+
width: 4px;
|
|
5453
|
+
border-radius: 4px 0 0 4px;
|
|
5454
|
+
}
|
|
5455
|
+
|
|
5290
5456
|
.pv-layout-primary,
|
|
5291
5457
|
.pv-layout-primary[data-collapsed] {
|
|
5292
5458
|
font-family: var(--layout-primary-sidebar-font-family, Inter, sans-serif);
|
|
@@ -5568,6 +5734,287 @@ pv-sidebar-v-2 .content-panel [data-grid-area=content] > [data-grid-area=main] {
|
|
|
5568
5734
|
--stroke-accordion-border-left: #8F939E;
|
|
5569
5735
|
}
|
|
5570
5736
|
|
|
5737
|
+
.sidebar-layout-new {
|
|
5738
|
+
--nav-list-font-weight: 500;
|
|
5739
|
+
--nav-list-active-font-weight: 600;
|
|
5740
|
+
}
|
|
5741
|
+
.sidebar-layout-new .pv-sidebar-popover-portal {
|
|
5742
|
+
display: contents;
|
|
5743
|
+
}
|
|
5744
|
+
.sidebar-layout-new .pv-floating:has(> .pv-sidebar-hover-panel) {
|
|
5745
|
+
position: fixed !important;
|
|
5746
|
+
position-anchor: auto !important;
|
|
5747
|
+
position-area: none !important;
|
|
5748
|
+
position-visibility: always !important;
|
|
5749
|
+
inset: auto !important;
|
|
5750
|
+
top: var(--pv-sidebar-hover-panel-top) !important;
|
|
5751
|
+
left: var(--pv-sidebar-hover-panel-left) !important;
|
|
5752
|
+
width: max-content !important;
|
|
5753
|
+
height: var(--pv-sidebar-hover-panel-height) !important;
|
|
5754
|
+
max-width: none;
|
|
5755
|
+
max-height: none;
|
|
5756
|
+
margin: 0 !important;
|
|
5757
|
+
padding: 0;
|
|
5758
|
+
transform: none !important;
|
|
5759
|
+
overflow: visible;
|
|
5760
|
+
z-index: 50;
|
|
5761
|
+
}
|
|
5762
|
+
.sidebar-layout-new .pv-sidebar-hover-panel {
|
|
5763
|
+
width: max-content;
|
|
5764
|
+
height: 100%;
|
|
5765
|
+
overflow: auto;
|
|
5766
|
+
color: #121313;
|
|
5767
|
+
background-color: #FFFFFF;
|
|
5768
|
+
box-shadow: 8px 0px 32px -8px rgba(0, 0, 0, 0.24);
|
|
5769
|
+
clip-path: inset(-100px -100px -100px 0px);
|
|
5770
|
+
transition: opacity 0.125s, transform 0.125s;
|
|
5771
|
+
}
|
|
5772
|
+
@starting-style {
|
|
5773
|
+
.sidebar-layout-new .pv-sidebar-hover-panel {
|
|
5774
|
+
opacity: 0;
|
|
5775
|
+
transform: translateX(-0.5rem);
|
|
5776
|
+
}
|
|
5777
|
+
}
|
|
5778
|
+
.sidebar-layout-new .pv-sidebar-hover-panel > :not(slot),
|
|
5779
|
+
.sidebar-layout-new .pv-sidebar-hover-panel > slot::slotted(*) {
|
|
5780
|
+
box-sizing: border-box;
|
|
5781
|
+
width: var(--pv-sidebar-hover-panel-width, 360px);
|
|
5782
|
+
min-height: 100%;
|
|
5783
|
+
}
|
|
5784
|
+
.sidebar-layout-new .pv-sidebar-nav-header .pv-nav-list-item[aria-expanded=true],
|
|
5785
|
+
.sidebar-layout-new .pv-sidebar-nav-footer .pv-nav-list-item[aria-expanded=true] {
|
|
5786
|
+
--sidebar-nav-icon-color: var(--sidebar-nav-hover-text);
|
|
5787
|
+
background-color: var(--sidebar-nav-hover-bg);
|
|
5788
|
+
color: var(--sidebar-nav-hover-text);
|
|
5789
|
+
}
|
|
5790
|
+
.sidebar-layout-new .pv-nav-list [aria-current=page] {
|
|
5791
|
+
font-weight: var(--nav-list-active-font-weight);
|
|
5792
|
+
}
|
|
5793
|
+
.sidebar-layout-new .sidebar-header {
|
|
5794
|
+
padding: 0.5rem;
|
|
5795
|
+
}
|
|
5796
|
+
.sidebar-layout-new .pv-sidebar-nav-header .pv-nav-list-item {
|
|
5797
|
+
padding: 0.25rem;
|
|
5798
|
+
}
|
|
5799
|
+
.sidebar-layout-new .sidebar-toggle {
|
|
5800
|
+
opacity: 1;
|
|
5801
|
+
pointer-events: auto;
|
|
5802
|
+
margin: 0px 0.25rem;
|
|
5803
|
+
}
|
|
5804
|
+
.sidebar-layout-new.is-expanded.is-transitioning .pv-sidebar-nav-header [data-sidebar-expanded-content] {
|
|
5805
|
+
visibility: hidden;
|
|
5806
|
+
}
|
|
5807
|
+
.sidebar-layout-new.is-expanded.is-transitioning .sidebar-toggle {
|
|
5808
|
+
visibility: hidden;
|
|
5809
|
+
opacity: 0;
|
|
5810
|
+
pointer-events: none;
|
|
5811
|
+
}
|
|
5812
|
+
.sidebar-layout-new .pv-sidebar-nav .pv-accordion > summary {
|
|
5813
|
+
padding-inline-end: 0.75rem;
|
|
5814
|
+
background-image: none;
|
|
5815
|
+
}
|
|
5816
|
+
.sidebar-layout-new.is-collapsed .sidebar-header {
|
|
5817
|
+
flex-direction: column;
|
|
5818
|
+
align-items: center;
|
|
5819
|
+
}
|
|
5820
|
+
.sidebar-layout-new.is-collapsed .pv-sidebar-nav-header button.pv-nav-list-item,
|
|
5821
|
+
.sidebar-layout-new.is-collapsed .sidebar-toggle {
|
|
5822
|
+
margin-inline: auto;
|
|
5823
|
+
}
|
|
5824
|
+
.sidebar-layout-new.is-collapsed .pv-sidebar-nav li:has(.pv-floating:popover-open) summary:not([aria-current=page]) {
|
|
5825
|
+
background-color: var(--sidebar-nav-hover-bg);
|
|
5826
|
+
color: var(--sidebar-nav-hover-text);
|
|
5827
|
+
}
|
|
5828
|
+
|
|
5829
|
+
.sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav a:not(.pv-popover a, .pv-sidebar-hover-panel a),
|
|
5830
|
+
.sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav-header button.pv-nav-list-item,
|
|
5831
|
+
.sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav button.pv-nav-list-item,
|
|
5832
|
+
.sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav summary {
|
|
5833
|
+
width: 2.5rem !important;
|
|
5834
|
+
padding-inline: 0;
|
|
5835
|
+
justify-content: center;
|
|
5836
|
+
}
|
|
5837
|
+
.sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav-nested {
|
|
5838
|
+
display: none;
|
|
5839
|
+
}
|
|
5840
|
+
.sidebar-layout.is-collapsed:not(.is-floating) .pv-sidebar-nav summary > [data-testid=pv-icon] {
|
|
5841
|
+
display: none;
|
|
5842
|
+
}
|
|
5843
|
+
|
|
5844
|
+
.sidebar-layout-primary .pv-sidebar-nav-header,
|
|
5845
|
+
.sidebar-layout-primary .pv-sidebar-nav,
|
|
5846
|
+
.sidebar-layout-primary .pv-sidebar-popover-portal {
|
|
5847
|
+
--sidebar-nav-text-color: #FFFFFF;
|
|
5848
|
+
--sidebar-nav-hover-bg: #0D5256;
|
|
5849
|
+
--sidebar-nav-hover-text: #FFFFFF;
|
|
5850
|
+
--sidebar-nav-active-bg: #02363D;
|
|
5851
|
+
--sidebar-nav-active-text: #FFFFFF;
|
|
5852
|
+
--sidebar-nav-pressed-bg: #02363D;
|
|
5853
|
+
--sidebar-nav-nested-border: rgba(227, 231, 234, 0.20);
|
|
5854
|
+
--popover-list-item-hover-background-color: #E8F2F4;
|
|
5855
|
+
--sidebar-nav-icon-color: #6E8081;
|
|
5856
|
+
--sidebar-nav-active-icon-color: #FFFFFF;
|
|
5857
|
+
}
|
|
5858
|
+
.sidebar-layout-primary .pv-sidebar-nav a:not([aria-current=page]) [class*=pv-icon],
|
|
5859
|
+
.sidebar-layout-primary .pv-sidebar-nav button:not([aria-current=page]) [class*=pv-icon],
|
|
5860
|
+
.sidebar-layout-primary .pv-sidebar-nav summary:not([aria-current=page]) [class*=pv-icon],
|
|
5861
|
+
.sidebar-layout-primary .pv-sidebar-popover-portal a:not([aria-current=page]) [class*=pv-icon] {
|
|
5862
|
+
color: var(--sidebar-nav-icon-color);
|
|
5863
|
+
}
|
|
5864
|
+
.sidebar-layout-primary .pv-sidebar-nav a[aria-current=page] [class*=pv-icon],
|
|
5865
|
+
.sidebar-layout-primary .pv-sidebar-nav summary[aria-current=page] [class*=pv-icon],
|
|
5866
|
+
.sidebar-layout-primary .pv-sidebar-popover-portal a[aria-current=page] [class*=pv-icon] {
|
|
5867
|
+
color: var(--sidebar-nav-active-icon-color);
|
|
5868
|
+
}
|
|
5869
|
+
|
|
5870
|
+
.sidebar-layout-secondary .pv-sidebar-nav-header,
|
|
5871
|
+
.sidebar-layout-secondary .pv-sidebar-nav,
|
|
5872
|
+
.sidebar-layout-secondary .pv-sidebar-popover-portal {
|
|
5873
|
+
--sidebar-nav-text-color: #121313;
|
|
5874
|
+
--sidebar-nav-hover-bg: #ECE8E2;
|
|
5875
|
+
--sidebar-nav-hover-text: #121313;
|
|
5876
|
+
--sidebar-nav-active-bg: #ECE8E2;
|
|
5877
|
+
--sidebar-nav-active-text: #121313;
|
|
5878
|
+
--sidebar-nav-pressed-bg: #D8D2CA;
|
|
5879
|
+
--sidebar-nav-nested-border: #E7E2D9;
|
|
5880
|
+
--popover-list-item-hover-background-color: #F3F1EB;
|
|
5881
|
+
--sidebar-nav-icon-color: #928C84;
|
|
5882
|
+
--sidebar-nav-active-icon-color: #121313;
|
|
5883
|
+
}
|
|
5884
|
+
.sidebar-layout-secondary .pv-sidebar-nav a:not([aria-current=page]) [class*=pv-icon],
|
|
5885
|
+
.sidebar-layout-secondary .pv-sidebar-nav button:not([aria-current=page]) [class*=pv-icon],
|
|
5886
|
+
.sidebar-layout-secondary .pv-sidebar-nav summary:not([aria-current=page]) [class*=pv-icon],
|
|
5887
|
+
.sidebar-layout-secondary .pv-sidebar-popover-portal a:not([aria-current=page]) [class*=pv-icon] {
|
|
5888
|
+
color: var(--sidebar-nav-icon-color);
|
|
5889
|
+
}
|
|
5890
|
+
.sidebar-layout-secondary .pv-sidebar-nav a[aria-current=page] [class*=pv-icon],
|
|
5891
|
+
.sidebar-layout-secondary .pv-sidebar-nav summary[aria-current=page] [class*=pv-icon],
|
|
5892
|
+
.sidebar-layout-secondary .pv-sidebar-popover-portal a[aria-current=page] [class*=pv-icon] {
|
|
5893
|
+
color: var(--sidebar-nav-active-icon-color);
|
|
5894
|
+
}
|
|
5895
|
+
.sidebar-layout-secondary .pv-popover .pv-popover-list {
|
|
5896
|
+
background-color: #FDFDFC;
|
|
5897
|
+
}
|
|
5898
|
+
|
|
5899
|
+
.pv-sidebar-nav-header {
|
|
5900
|
+
--sidebar-nav-text-color: #121313;
|
|
5901
|
+
--sidebar-nav-hover-bg: #E8F2F4;
|
|
5902
|
+
display: flex;
|
|
5903
|
+
align-items: center;
|
|
5904
|
+
min-width: 0;
|
|
5905
|
+
width: 100%;
|
|
5906
|
+
color: var(--sidebar-nav-text-color);
|
|
5907
|
+
}
|
|
5908
|
+
|
|
5909
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) a,
|
|
5910
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) button.pv-nav-list-item,
|
|
5911
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) summary {
|
|
5912
|
+
display: flex;
|
|
5913
|
+
align-items: center;
|
|
5914
|
+
gap: 0.5rem;
|
|
5915
|
+
padding: var(--nav-list-padding, 0.5rem 0.75rem);
|
|
5916
|
+
border-radius: 8px;
|
|
5917
|
+
color: inherit;
|
|
5918
|
+
text-decoration: none;
|
|
5919
|
+
font-size: var(--nav-list-font-size, 1rem);
|
|
5920
|
+
font-weight: var(--nav-list-font-weight, 500);
|
|
5921
|
+
line-height: var(--nav-list-line-height, 1.71428571);
|
|
5922
|
+
white-space: nowrap;
|
|
5923
|
+
list-style: none;
|
|
5924
|
+
cursor: pointer;
|
|
5925
|
+
user-select: none;
|
|
5926
|
+
transition-duration: 0.125s;
|
|
5927
|
+
transition-property: background-color;
|
|
5928
|
+
}
|
|
5929
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) a:where(button),
|
|
5930
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) button.pv-nav-list-item:where(button),
|
|
5931
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) summary:where(button) {
|
|
5932
|
+
width: 100%;
|
|
5933
|
+
border: 0;
|
|
5934
|
+
background-color: transparent;
|
|
5935
|
+
font-family: inherit;
|
|
5936
|
+
text-align: start;
|
|
5937
|
+
}
|
|
5938
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) a:hover:not([aria-current=page]), :is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) a:focus-visible:not([aria-current=page]),
|
|
5939
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) button.pv-nav-list-item:hover:not([aria-current=page]),
|
|
5940
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) button.pv-nav-list-item:focus-visible:not([aria-current=page]),
|
|
5941
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) summary:hover:not([aria-current=page]),
|
|
5942
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) summary:focus-visible:not([aria-current=page]) {
|
|
5943
|
+
background-color: var(--sidebar-nav-hover-bg);
|
|
5944
|
+
color: var(--sidebar-nav-hover-text);
|
|
5945
|
+
}
|
|
5946
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) a:active:not([aria-current=page]),
|
|
5947
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) button.pv-nav-list-item:active:not([aria-current=page]),
|
|
5948
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) summary:active:not([aria-current=page]) {
|
|
5949
|
+
background-color: var(--sidebar-nav-pressed-bg);
|
|
5950
|
+
}
|
|
5951
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) a[aria-current=page],
|
|
5952
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) button.pv-nav-list-item[aria-current=page],
|
|
5953
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) summary[aria-current=page] {
|
|
5954
|
+
background-color: var(--sidebar-nav-active-bg);
|
|
5955
|
+
color: var(--sidebar-nav-active-text);
|
|
5956
|
+
font-weight: var(--nav-list-active-font-weight, 600);
|
|
5957
|
+
}
|
|
5958
|
+
|
|
5959
|
+
:is(.pv-sidebar-nav, .pv-sidebar-popover-portal) {
|
|
5960
|
+
--sidebar-nav-text-color: #121313;
|
|
5961
|
+
--sidebar-nav-hover-bg: #E8F2F4;
|
|
5962
|
+
--sidebar-nav-hover-text: #121313;
|
|
5963
|
+
--sidebar-nav-active-bg: #C7D8DB;
|
|
5964
|
+
--sidebar-nav-active-text: #121313;
|
|
5965
|
+
--sidebar-nav-pressed-bg: #C7D8DB;
|
|
5966
|
+
--sidebar-nav-nested-border: #8F939E;
|
|
5967
|
+
color: var(--sidebar-nav-text-color);
|
|
5968
|
+
}
|
|
5969
|
+
|
|
5970
|
+
.pv-sidebar-nav {
|
|
5971
|
+
display: flex;
|
|
5972
|
+
flex-direction: column;
|
|
5973
|
+
height: 100%;
|
|
5974
|
+
padding-inline: 0.75rem;
|
|
5975
|
+
overflow-y: auto;
|
|
5976
|
+
overflow-x: hidden;
|
|
5977
|
+
gap: var(--nav-list-gap, 0.25rem);
|
|
5978
|
+
}
|
|
5979
|
+
.pv-sidebar-nav details {
|
|
5980
|
+
position: relative;
|
|
5981
|
+
}
|
|
5982
|
+
.pv-sidebar-nav .pv-sidebar-nav-nested {
|
|
5983
|
+
margin-inline-start: 1.25rem;
|
|
5984
|
+
border-inline-start: 1px solid var(--sidebar-nav-nested-border);
|
|
5985
|
+
padding-inline-start: 0.25rem;
|
|
5986
|
+
}
|
|
5987
|
+
.pv-sidebar-nav .pv-sidebar-nav-nested a {
|
|
5988
|
+
border-radius: 8px;
|
|
5989
|
+
}
|
|
5990
|
+
.pv-sidebar-nav .pv-sidebar-nav-footer {
|
|
5991
|
+
margin-block-start: auto;
|
|
5992
|
+
padding-block: 0.5rem;
|
|
5993
|
+
display: flex;
|
|
5994
|
+
flex-direction: column;
|
|
5995
|
+
gap: var(--nav-list-gap, 0.25rem);
|
|
5996
|
+
background-color: var(--layout-primary-sidebar-background-color);
|
|
5997
|
+
}
|
|
5998
|
+
.pv-sidebar-nav .pv-sidebar-nav-footer details {
|
|
5999
|
+
position: relative;
|
|
6000
|
+
}
|
|
6001
|
+
|
|
6002
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list a,
|
|
6003
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list label {
|
|
6004
|
+
color: #121313;
|
|
6005
|
+
font-weight: 400;
|
|
6006
|
+
}
|
|
6007
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list a:hover, :is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list a:focus-visible,
|
|
6008
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list label:hover,
|
|
6009
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list label:focus-visible {
|
|
6010
|
+
background-color: var(--popover-list-item-hover-background-color, #E8F2F4);
|
|
6011
|
+
color: #121313;
|
|
6012
|
+
}
|
|
6013
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list a:active:not([aria-current=page]),
|
|
6014
|
+
:is(.pv-sidebar-nav, .pv-sidebar-nav-header, .pv-sidebar-popover-portal) .pv-popover .pv-popover-list label:active:not([aria-current=page]) {
|
|
6015
|
+
background-color: var(--sidebar-nav-pressed-bg);
|
|
6016
|
+
}
|
|
6017
|
+
|
|
5571
6018
|
.pv-layout-sidebar {
|
|
5572
6019
|
--sidebar-width: 300px;
|
|
5573
6020
|
min-height: 100%;
|
|
@@ -5771,15 +6218,15 @@ pv-sidebar-v-2 .content-panel [data-grid-area=content] > [data-grid-area=main] {
|
|
|
5771
6218
|
background: var(--color-background-brand-gradient, linear-gradient(109deg, #176F6F 0%, #02363D 100%));
|
|
5772
6219
|
}
|
|
5773
6220
|
|
|
5774
|
-
.pv-text-default {
|
|
6221
|
+
.pv-text-default, .pv-chart-tooltip-value, .pv-chart-chip-section-label, .pv-chart-chip-value {
|
|
5775
6222
|
color: var(--color-text-body, #121313);
|
|
5776
6223
|
}
|
|
5777
6224
|
|
|
5778
|
-
.pv-text-subdued {
|
|
6225
|
+
.pv-text-subdued, .pv-chart-chip-label {
|
|
5779
6226
|
color: var(--color-text-subdued, #4B595C);
|
|
5780
6227
|
}
|
|
5781
6228
|
|
|
5782
|
-
.pv-text-tertiary {
|
|
6229
|
+
.pv-text-tertiary, .pv-chart-tooltip-label {
|
|
5783
6230
|
color: var(--color-text-tertiary, #4B595C);
|
|
5784
6231
|
}
|
|
5785
6232
|
|
|
@@ -6577,7 +7024,7 @@ svg.pv-text-inherit {
|
|
|
6577
7024
|
font-weight: var(--font-weight-regular, 400);
|
|
6578
7025
|
}
|
|
6579
7026
|
|
|
6580
|
-
.pv-text-medium {
|
|
7027
|
+
.pv-text-medium, .pv-chart-tooltip-value, .pv-chart-chip-section-label, .pv-chart-chip-label, .pv-chart-chip-value {
|
|
6581
7028
|
font-weight: var(--font-weight-medium, 500);
|
|
6582
7029
|
}
|
|
6583
7030
|
|